@aws-sdk/client-rds-data 3.775.0 → 3.782.0

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.
@@ -226,6 +226,7 @@ declare const BatchExecuteStatementCommand_base: {
226
226
  * @throws {@link RDSDataServiceException}
227
227
  * <p>Base exception class for all service exceptions from RDSData service.</p>
228
228
  *
229
+ *
229
230
  * @public
230
231
  */
231
232
  export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
@@ -124,6 +124,7 @@ declare const BeginTransactionCommand_base: {
124
124
  * @throws {@link RDSDataServiceException}
125
125
  * <p>Base exception class for all service exceptions from RDSData service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class BeginTransactionCommand extends BeginTransactionCommand_base {
@@ -114,6 +114,7 @@ declare const CommitTransactionCommand_base: {
114
114
  * @throws {@link RDSDataServiceException}
115
115
  * <p>Base exception class for all service exceptions from RDSData service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class CommitTransactionCommand extends CommitTransactionCommand_base {
@@ -145,6 +145,7 @@ declare const ExecuteSqlCommand_base: {
145
145
  * @throws {@link RDSDataServiceException}
146
146
  * <p>Base exception class for all service exceptions from RDSData service.</p>
147
147
  *
148
+ *
148
149
  * @public
149
150
  */
150
151
  export declare class ExecuteSqlCommand extends ExecuteSqlCommand_base {
@@ -267,6 +267,7 @@ declare const ExecuteStatementCommand_base: {
267
267
  * @throws {@link RDSDataServiceException}
268
268
  * <p>Base exception class for all service exceptions from RDSData service.</p>
269
269
  *
270
+ *
270
271
  * @public
271
272
  */
272
273
  export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
@@ -113,6 +113,7 @@ declare const RollbackTransactionCommand_base: {
113
113
  * @throws {@link RDSDataServiceException}
114
114
  * <p>Base exception class for all service exceptions from RDSData service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class RollbackTransactionCommand extends RollbackTransactionCommand_base {
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.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds-data",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",