@aws-sdk/client-rds-data 3.110.0 → 3.118.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rds-data
9
+
10
+
11
+
12
+
13
+
14
+ # [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-rds-data
17
+
18
+
19
+
20
+
21
+
22
+ # [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-rds-data
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-rds-data
@@ -25,6 +25,12 @@ export declare class RDSData extends RDSDataClient {
25
25
  * <p>If a call isn't part of a transaction because it doesn't include the
26
26
  * <code>transactionID</code> parameter, changes that result from the call are
27
27
  * committed automatically.</p>
28
+ * <p>There isn't a fixed upper limit on the number of parameter sets. However, the maximum size of the HTTP request
29
+ * submitted through the Data API is 4 MiB. If the request exceeds this limit, the Data API returns an error and doesn't
30
+ * process the request. This 4-MiB limit includes the size of the HTTP headers and the JSON notation in the request. Thus, the
31
+ * number of parameter sets that you can include depends on a combination of factors, such as the size of the SQL statement and
32
+ * the size of each parameter set.</p>
33
+ * <p>The response size limit is 1 MiB. If the call returns more than 1 MiB of response data, the call is terminated.</p>
28
34
  * </important>
29
35
  */
30
36
  batchExecuteStatement(args: BatchExecuteStatementCommandInput, options?: __HttpHandlerOptions): Promise<BatchExecuteStatementCommandOutput>;
@@ -72,8 +78,8 @@ export declare class RDSData extends RDSDataClient {
72
78
  * <p>If a call isn't part of a transaction because it doesn't include the
73
79
  * <code>transactionID</code> parameter, changes that result from the call are
74
80
  * committed automatically.</p>
81
+ * <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>
75
82
  * </important>
76
- * <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>
77
83
  */
78
84
  executeStatement(args: ExecuteStatementCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteStatementCommandOutput>;
79
85
  executeStatement(args: ExecuteStatementCommandInput, cb: (err: any, data?: ExecuteStatementCommandOutput) => void): void;
@@ -15,6 +15,12 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen
15
15
  * <p>If a call isn't part of a transaction because it doesn't include the
16
16
  * <code>transactionID</code> parameter, changes that result from the call are
17
17
  * committed automatically.</p>
18
+ * <p>There isn't a fixed upper limit on the number of parameter sets. However, the maximum size of the HTTP request
19
+ * submitted through the Data API is 4 MiB. If the request exceeds this limit, the Data API returns an error and doesn't
20
+ * process the request. This 4-MiB limit includes the size of the HTTP headers and the JSON notation in the request. Thus, the
21
+ * number of parameter sets that you can include depends on a combination of factors, such as the size of the SQL statement and
22
+ * the size of each parameter set.</p>
23
+ * <p>The response size limit is 1 MiB. If the call returns more than 1 MiB of response data, the call is terminated.</p>
18
24
  * </important>
19
25
  * @example
20
26
  * Use a bare-bones client and the command you need to make an API call.
@@ -12,8 +12,8 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementResponse,
12
12
  * <p>If a call isn't part of a transaction because it doesn't include the
13
13
  * <code>transactionID</code> parameter, changes that result from the call are
14
14
  * committed automatically.</p>
15
+ * <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>
15
16
  * </important>
16
- * <p>If the binary response data from the database is more than 1 MB, the call is terminated.</p>
17
17
  * @example
18
18
  * Use a bare-bones client and the command you need to make an API call.
19
19
  * ```javascript
@@ -253,7 +253,9 @@ export interface ExecuteSqlRequest {
253
253
  */
254
254
  dbClusterOrInstanceArn: string | undefined;
255
255
  /**
256
- * <p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.</p>
256
+ * <p>The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster. Enter the database user name and password
257
+ * for the credentials in the secret.</p>
258
+ * <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>
257
259
  */
258
260
  awsSecretStoreArn: string | undefined;
259
261
  /**
@@ -864,7 +866,9 @@ export interface ExecuteStatementRequest {
864
866
  */
865
867
  resourceArn: string | undefined;
866
868
  /**
867
- * <p>The name or ARN of the secret that enables access to the DB cluster.</p>
869
+ * <p>The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in
870
+ * the secret.</p>
871
+ * <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>
868
872
  */
869
873
  secretArn: string | undefined;
870
874
  /**
@@ -961,11 +965,13 @@ export interface BatchExecuteStatementRequest {
961
965
  */
962
966
  resourceArn: string | undefined;
963
967
  /**
964
- * <p>The name or ARN of the secret that enables access to the DB cluster.</p>
968
+ * <p>The ARN of the secret that enables access to the DB cluster. Enter the database user name and password for the credentials in
969
+ * the secret.</p>
970
+ * <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>
965
971
  */
966
972
  secretArn: string | undefined;
967
973
  /**
968
- * <p>The SQL statement to run.</p>
974
+ * <p>The SQL statement to run. Don't include a semicolon (;) at the end of the SQL statement.</p>
969
975
  */
970
976
  sql: string | undefined;
971
977
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds-data",
3
3
  "description": "AWS SDK for JavaScript Rds Data Client for Node.js, Browser and React Native",
4
- "version": "3.110.0",
4
+ "version": "3.118.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.110.0",
21
+ "@aws-sdk/client-sts": "3.118.1",
22
22
  "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.110.0",
23
+ "@aws-sdk/credential-provider-node": "3.118.1",
24
24
  "@aws-sdk/fetch-http-handler": "3.110.0",
25
25
  "@aws-sdk/hash-node": "3.110.0",
26
26
  "@aws-sdk/invalid-dependency": "3.110.0",
@@ -28,13 +28,13 @@
28
28
  "@aws-sdk/middleware-host-header": "3.110.0",
29
29
  "@aws-sdk/middleware-logger": "3.110.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.110.0",
31
+ "@aws-sdk/middleware-retry": "3.118.1",
32
32
  "@aws-sdk/middleware-serde": "3.110.0",
33
33
  "@aws-sdk/middleware-signing": "3.110.0",
34
34
  "@aws-sdk/middleware-stack": "3.110.0",
35
35
  "@aws-sdk/middleware-user-agent": "3.110.0",
36
36
  "@aws-sdk/node-config-provider": "3.110.0",
37
- "@aws-sdk/node-http-handler": "3.110.0",
37
+ "@aws-sdk/node-http-handler": "3.118.1",
38
38
  "@aws-sdk/protocol-http": "3.110.0",
39
39
  "@aws-sdk/smithy-client": "3.110.0",
40
40
  "@aws-sdk/types": "3.110.0",
@@ -46,7 +46,7 @@
46
46
  "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
47
  "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.110.0",
49
- "@aws-sdk/util-user-agent-node": "3.110.0",
49
+ "@aws-sdk/util-user-agent-node": "3.118.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
52
  "tslib": "^2.3.1"