|
128 | 128 | { |
129 | 129 | "target": "com.amazonaws.rdsdata#InternalServerErrorException" |
130 | 130 | }, |
| 131 | + { |
| 132 | + "target": "com.amazonaws.rdsdata#InvalidResourceStateException" |
| 133 | + }, |
131 | 134 | { |
132 | 135 | "target": "com.amazonaws.rdsdata#InvalidSecretException" |
133 | 136 | }, |
|
256 | 259 | { |
257 | 260 | "target": "com.amazonaws.rdsdata#InternalServerErrorException" |
258 | 261 | }, |
| 262 | + { |
| 263 | + "target": "com.amazonaws.rdsdata#InvalidResourceStateException" |
| 264 | + }, |
259 | 265 | { |
260 | 266 | "target": "com.amazonaws.rdsdata#InvalidSecretException" |
261 | 267 | }, |
|
496 | 502 | { |
497 | 503 | "target": "com.amazonaws.rdsdata#InternalServerErrorException" |
498 | 504 | }, |
| 505 | + { |
| 506 | + "target": "com.amazonaws.rdsdata#InvalidResourceStateException" |
| 507 | + }, |
499 | 508 | { |
500 | 509 | "target": "com.amazonaws.rdsdata#InvalidSecretException" |
501 | 510 | }, |
|
601 | 610 | } |
602 | 611 | }, |
603 | 612 | "traits": { |
604 | | - "smithy.api#documentation": "<p>A request was canceled because the Aurora Serverless v2 DB instance was in a paused state.\n The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and\n try again.</p>", |
| 613 | + "smithy.api#documentation": "<p>A request was cancelled because the Aurora Serverless v2 DB instance was paused.\n The Data API request automatically resumes the DB instance. Wait a few seconds and\n try again.</p>", |
605 | 614 | "smithy.api#error": "client", |
606 | 615 | "smithy.api#httpError": 400 |
607 | 616 | } |
|
779 | 788 | { |
780 | 789 | "target": "com.amazonaws.rdsdata#InternalServerErrorException" |
781 | 790 | }, |
| 791 | + { |
| 792 | + "target": "com.amazonaws.rdsdata#InvalidResourceStateException" |
| 793 | + }, |
782 | 794 | { |
783 | 795 | "target": "com.amazonaws.rdsdata#InvalidSecretException" |
784 | 796 | }, |
|
1036 | 1048 | "smithy.api#httpError": 500 |
1037 | 1049 | } |
1038 | 1050 | }, |
| 1051 | + "com.amazonaws.rdsdata#InvalidResourceStateException": { |
| 1052 | + "type": "structure", |
| 1053 | + "members": { |
| 1054 | + "message": { |
| 1055 | + "target": "com.amazonaws.rdsdata#ErrorMessage" |
| 1056 | + } |
| 1057 | + }, |
| 1058 | + "traits": { |
| 1059 | + "smithy.api#documentation": "<p>The resource is in an invalid state.</p>", |
| 1060 | + "smithy.api#error": "client", |
| 1061 | + "smithy.api#httpError": 400 |
| 1062 | + } |
| 1063 | + }, |
1039 | 1064 | "com.amazonaws.rdsdata#InvalidSecretException": { |
1040 | 1065 | "type": "structure", |
1041 | 1066 | "members": { |
|
1904 | 1929 | { |
1905 | 1930 | "target": "com.amazonaws.rdsdata#InternalServerErrorException" |
1906 | 1931 | }, |
| 1932 | + { |
| 1933 | + "target": "com.amazonaws.rdsdata#InvalidResourceStateException" |
| 1934 | + }, |
1907 | 1935 | { |
1908 | 1936 | "target": "com.amazonaws.rdsdata#InvalidSecretException" |
1909 | 1937 | }, |
|
0 commit comments