Skip to content

Commit

Permalink
feat(client-rds): This release adds the InvalidDBInstanceStateFault t…
Browse files Browse the repository at this point in the history
…o the RestoreDBClusterFromSnapshot operation.
  • Loading branch information
awstools committed Dec 5, 2022
1 parent 57057bb commit b1d84f4
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 293 deletions.
9 changes: 0 additions & 9 deletions clients/client-rds/src/endpoint/ruleset.ts
Expand Up @@ -58,15 +58,6 @@ export const ruleSet: RuleSetObject = {
},
],
},
{
fn: "parseURL",
argv: [
{
ref: "Endpoint",
},
],
assign: "url",
},
],
type: "tree",
rules: [
Expand Down
3 changes: 3 additions & 0 deletions clients/client-rds/src/protocols/Aws_query.ts
Expand Up @@ -9182,6 +9182,9 @@ const deserializeAws_queryRestoreDBClusterFromSnapshotCommandError = async (
case "InvalidDBClusterSnapshotStateFault":
case "com.amazonaws.rds#InvalidDBClusterSnapshotStateFault":
throw await deserializeAws_queryInvalidDBClusterSnapshotStateFaultResponse(parsedOutput, context);
case "InvalidDBInstanceState":
case "com.amazonaws.rds#InvalidDBInstanceStateFault":
throw await deserializeAws_queryInvalidDBInstanceStateFaultResponse(parsedOutput, context);
case "InvalidDBSnapshotState":
case "com.amazonaws.rds#InvalidDBSnapshotStateFault":
throw await deserializeAws_queryInvalidDBSnapshotStateFaultResponse(parsedOutput, context);
Expand Down

0 comments on commit b1d84f4

Please sign in to comment.