|
29 | 29 | {"shape":"ForbiddenException"},
|
30 | 30 | {"shape":"ServiceUnavailableError"}
|
31 | 31 | ],
|
32 |
| - "documentation":"<p>Runs a batch SQL statement over an array of data.</p> <p>You can run bulk update and insert operations for multiple records using a DML statement with different parameter sets. Bulk operations can provide a significant performance improvement over individual insert and update operations.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> </important>" |
| 32 | + "documentation":"<p>Runs a batch SQL statement over an array of data.</p> <p>You can run bulk update and insert operations for multiple records using a DML statement with different parameter sets. Bulk operations can provide a significant performance improvement over individual insert and update operations.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> <p>There isn't a fixed upper limit on the number of parameter sets. However, the maximum size of the HTTP request submitted through the Data API is 4 MiB. If the request exceeds this limit, the Data API returns an error and doesn't process the request. This 4-MiB limit includes the size of the HTTP headers and the JSON notation in the request. Thus, the number of parameter sets that you can include depends on a combination of factors, such as the size of the SQL statement and the size of each parameter set.</p> <p>The response size limit is 1 MiB. If the call returns more than 1 MiB of response data, the call is terminated.</p> </important>" |
33 | 33 | },
|
34 | 34 | "BeginTransaction":{
|
35 | 35 | "name":"BeginTransaction",
|
|
107 | 107 | {"shape":"ForbiddenException"},
|
108 | 108 | {"shape":"ServiceUnavailableError"}
|
109 | 109 | ],
|
110 |
| - "documentation":"<p>Runs a SQL statement against a database.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> </important> <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>" |
| 110 | + "documentation":"<p>Runs a SQL statement against a database.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p> </important>" |
111 | 111 | },
|
112 | 112 | "RollbackTransaction":{
|
113 | 113 | "name":"RollbackTransaction",
|
|
225 | 225 | },
|
226 | 226 | "secretArn":{
|
227 | 227 | "shape":"Arn",
|
228 |
| - "documentation":"<p>The name or ARN of the secret that enables access to the DB cluster.</p>" |
| 228 | + "documentation":"<p>The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.</p> <p>For information about creating the secret, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html\">Create a database secret</a>.</p>" |
229 | 229 | },
|
230 | 230 | "sql":{
|
231 | 231 | "shape":"SqlStatement",
|
232 |
| - "documentation":"<p>The SQL statement to run.</p>" |
| 232 | + "documentation":"<p>The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.</p>" |
233 | 233 | },
|
234 | 234 | "transactionId":{
|
235 | 235 | "shape":"Id",
|
|
434 | 434 | "members":{
|
435 | 435 | "awsSecretStoreArn":{
|
436 | 436 | "shape":"Arn",
|
437 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.</p>" |
| 437 | + "documentation":"<p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.</p> <p>For information about creating the secret, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html\">Create a database secret</a>.</p>" |
438 | 438 | },
|
439 | 439 | "database":{
|
440 | 440 | "shape":"DbName",
|
|
507 | 507 | },
|
508 | 508 | "secretArn":{
|
509 | 509 | "shape":"Arn",
|
510 |
| - "documentation":"<p>The name or ARN of the secret that enables access to the DB cluster.</p>" |
| 510 | + "documentation":"<p>The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in the secret.</p> <p>For information about creating the secret, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_database_secret.html\">Create a database secret</a>.</p>" |
511 | 511 | },
|
512 | 512 | "sql":{
|
513 | 513 | "shape":"SqlStatement",
|
|
0 commit comments