Skip to content

Commit

Permalink
Uses proper COMPLETED state for ReplicationStatus
Browse files Browse the repository at this point in the history
Closes aws#4152
  • Loading branch information
lukaszlenart authored Jun 29, 2023
1 parent e6e22fd commit 014449d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9418,7 +9418,7 @@
"ReplicationStatus":{
"type":"string",
"enum":[
"COMPLETE",
"COMPLETED",
"PENDING",
"FAILED",
"REPLICA"
Expand Down

0 comments on commit 014449d

Please sign in to comment.