|
121 | 121 | }
|
122 | 122 | ],
|
123 | 123 | "traits": {
|
124 |
| - "smithy.api#documentation": "<p>Runs a batch SQL statement over an array of data.</p>\n <p>You can run bulk update and insert operations for multiple records using a DML \n statement with different parameter sets. Bulk operations can provide a significant \n performance improvement over individual insert and update operations.</p>\n <important> \n <p>If a call isn't part of a transaction because it doesn't include the\n <code>transactionID</code> parameter, changes that result from the call are\n committed automatically.</p> \n </important>", |
| 124 | + "smithy.api#documentation": "<p>Runs a batch SQL statement over an array of data.</p>\n <p>You can run bulk update and insert operations for multiple records using a DML \n statement with different parameter sets. Bulk operations can provide a significant \n performance improvement over individual insert and update operations.</p>\n <important> \n <p>If a call isn't part of a transaction because it doesn't include the\n <code>transactionID</code> parameter, changes that result from the call are\n committed automatically.</p>\n <p>There isn't a fixed upper limit on the number of parameter sets. However, the maximum size of the HTTP request\n submitted through the Data API is 4 MiB. If the request exceeds this limit, the Data API returns an error and doesn't\n process the request. This 4-MiB limit includes the size of the HTTP headers and the JSON notation in the request. Thus, the\n number of parameter sets that you can include depends on a combination of factors, such as the size of the SQL statement and\n the size of each parameter set.</p>\n <p>The response size limit is 1 MiB. If the call returns more than 1 MiB of response data, the call is terminated.</p> \n </important>", |
125 | 125 | "smithy.api#http": {
|
126 | 126 | "code": 200,
|
127 | 127 | "method": "POST",
|
|
142 | 142 | "secretArn": {
|
143 | 143 | "target": "com.amazonaws.rdsdata#Arn",
|
144 | 144 | "traits": {
|
145 |
| - "smithy.api#documentation": "<p>The name or ARN of the secret that enables access to the DB cluster.</p>", |
| 145 | + "smithy.api#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\n the secret.</p>\n <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>", |
146 | 146 | "smithy.api#required": {}
|
147 | 147 | }
|
148 | 148 | },
|
149 | 149 | "sql": {
|
150 | 150 | "target": "com.amazonaws.rdsdata#SqlStatement",
|
151 | 151 | "traits": {
|
152 |
| - "smithy.api#documentation": "<p>The SQL statement to run.</p>", |
| 152 | + "smithy.api#documentation": "<p>The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.</p>", |
153 | 153 | "smithy.api#required": {}
|
154 | 154 | }
|
155 | 155 | },
|
|
225 | 225 | }
|
226 | 226 | ],
|
227 | 227 | "traits": {
|
228 |
| - "smithy.api#documentation": "<p>Starts a SQL transaction.</p>\n \n <important>\n <p>A transaction can run for a maximum of 24 hours. A transaction is terminated and \n rolled back automatically after 24 hours.</p>\n <p>A transaction times out if no calls use its transaction ID in three minutes. \n If a transaction times out before it's committed, it's rolled back\n automatically.</p>\n <p>DDL statements inside a transaction cause an implicit commit. We recommend \n that you run each DDL statement in a separate <code>ExecuteStatement</code> call with \n <code>continueAfterTimeout</code> enabled.</p>\n </important>", |
| 228 | + "smithy.api#documentation": "<p>Starts a SQL transaction.</p>\n \n <important> \n <p>A transaction can run for a maximum of 24 hours. A transaction is terminated and \n rolled back automatically after 24 hours.</p>\n <p>A transaction times out if no calls use its transaction ID in three minutes. \n If a transaction times out before it's committed, it's rolled back\n automatically.</p>\n <p>DDL statements inside a transaction cause an implicit commit. We recommend \n that you run each DDL statement in a separate <code>ExecuteStatement</code> call with \n <code>continueAfterTimeout</code> enabled.</p> \n </important>", |
229 | 229 | "smithy.api#http": {
|
230 | 230 | "code": 200,
|
231 | 231 | "method": "POST",
|
|
587 | 587 | "awsSecretStoreArn": {
|
588 | 588 | "target": "com.amazonaws.rdsdata#Arn",
|
589 | 589 | "traits": {
|
590 |
| - "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.</p>", |
| 590 | + "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster. Enter the database user name and password\n for the credentials in the secret.</p>\n <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>", |
591 | 591 | "smithy.api#required": {}
|
592 | 592 | }
|
593 | 593 | },
|
|
658 | 658 | }
|
659 | 659 | ],
|
660 | 660 | "traits": {
|
661 |
| - "smithy.api#documentation": "<p>Runs a SQL statement against a database.</p>\n <important> \n <p>If a call isn't part of a transaction because it doesn't include the\n <code>transactionID</code> parameter, changes that result from the call are\n committed automatically.</p> \n </important>\n <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>", |
| 661 | + "smithy.api#documentation": "<p>Runs a SQL statement against a database.</p>\n <important> \n <p>If a call isn't part of a transaction because it doesn't include the\n <code>transactionID</code> parameter, changes that result from the call are\n committed automatically.</p>\n <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p> \n </important>", |
662 | 662 | "smithy.api#http": {
|
663 | 663 | "code": 200,
|
664 | 664 | "method": "POST",
|
|
679 | 679 | "secretArn": {
|
680 | 680 | "target": "com.amazonaws.rdsdata#Arn",
|
681 | 681 | "traits": {
|
682 |
| - "smithy.api#documentation": "<p>The name or ARN of the secret that enables access to the DB cluster.</p>", |
| 682 | + "smithy.api#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\n the secret.</p>\n <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>", |
683 | 683 | "smithy.api#required": {}
|
684 | 684 | }
|
685 | 685 | },
|
|
0 commit comments