|
26 | 26 | {"shape":"SecretsErrorException"}, |
27 | 27 | {"shape":"HttpEndpointNotEnabledException"}, |
28 | 28 | {"shape":"DatabaseErrorException"}, |
| 29 | + {"shape":"DatabaseResumingException"}, |
29 | 30 | {"shape":"DatabaseUnavailableException"}, |
30 | 31 | {"shape":"TransactionNotFoundException"}, |
31 | 32 | {"shape":"InvalidSecretException"}, |
|
52 | 53 | {"shape":"SecretsErrorException"}, |
53 | 54 | {"shape":"HttpEndpointNotEnabledException"}, |
54 | 55 | {"shape":"DatabaseErrorException"}, |
| 56 | + {"shape":"DatabaseResumingException"}, |
55 | 57 | {"shape":"DatabaseUnavailableException"}, |
56 | 58 | {"shape":"TransactionNotFoundException"}, |
57 | 59 | {"shape":"InvalidSecretException"}, |
|
110 | 112 | ], |
111 | 113 | "documentation":"<p>Runs one or more SQL statements.</p> <note> <p>This operation isn't supported for Aurora Serverless v2 and provisioned DB clusters. For Aurora Serverless v1 DB clusters, the operation is deprecated. Use the <code>BatchExecuteStatement</code> or <code>ExecuteStatement</code> operation.</p> </note>", |
112 | 114 | "deprecated":true, |
113 | | - "deprecatedMessage":"The ExecuteSql API is deprecated, please use the ExecuteStatement API." |
| 115 | + "deprecatedMessage":"The ExecuteSql API is deprecated, please use the ExecuteStatement API.", |
| 116 | + "deprecatedSince":"2019-03-21" |
114 | 117 | }, |
115 | 118 | "ExecuteStatement":{ |
116 | 119 | "name":"ExecuteStatement", |
|
125 | 128 | {"shape":"SecretsErrorException"}, |
126 | 129 | {"shape":"HttpEndpointNotEnabledException"}, |
127 | 130 | {"shape":"DatabaseErrorException"}, |
| 131 | + {"shape":"DatabaseResumingException"}, |
128 | 132 | {"shape":"DatabaseUnavailableException"}, |
129 | 133 | {"shape":"TransactionNotFoundException"}, |
130 | 134 | {"shape":"InvalidSecretException"}, |
|
467 | 471 | }, |
468 | 472 | "exception":true |
469 | 473 | }, |
| 474 | + "DatabaseResumingException":{ |
| 475 | + "type":"structure", |
| 476 | + "members":{ |
| 477 | + "message":{"shape":"ErrorMessage"} |
| 478 | + }, |
| 479 | + "documentation":"<p>A request was canceled because the Aurora Serverless v2 DB instance was in a paused state. The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and try again.</p>", |
| 480 | + "error":{ |
| 481 | + "httpStatusCode":400, |
| 482 | + "senderFault":true |
| 483 | + }, |
| 484 | + "exception":true |
| 485 | + }, |
470 | 486 | "DatabaseUnavailableException":{ |
471 | 487 | "type":"structure", |
472 | 488 | "members":{ |
|
0 commit comments