@aws-sdk/client-rds-data 3.954.0 → 3.956.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.
package/dist-cjs/index.js
CHANGED
|
@@ -551,7 +551,7 @@ var SqlRecords = [1, n0, _SR, 0, () => FieldList];
|
|
|
551
551
|
var SqlStatementResults = [1, n0, _SSRq, 0, () => SqlStatementResult$];
|
|
552
552
|
var UpdateResults = [1, n0, _URp, 0, () => UpdateResult$];
|
|
553
553
|
var ArrayValue$ = [
|
|
554
|
-
|
|
554
|
+
4,
|
|
555
555
|
n0,
|
|
556
556
|
_AV,
|
|
557
557
|
0,
|
|
@@ -559,7 +559,7 @@ var ArrayValue$ = [
|
|
|
559
559
|
[64 | 2, 64 | 1, 64 | 1, 64 | 0, () => ArrayOfArray],
|
|
560
560
|
];
|
|
561
561
|
var Field$ = [
|
|
562
|
-
|
|
562
|
+
4,
|
|
563
563
|
n0,
|
|
564
564
|
_F,
|
|
565
565
|
0,
|
|
@@ -567,7 +567,7 @@ var Field$ = [
|
|
|
567
567
|
[2, 2, 1, 1, 0, 21, () => ArrayValue$],
|
|
568
568
|
];
|
|
569
569
|
var Value$ = [
|
|
570
|
-
|
|
570
|
+
4,
|
|
571
571
|
n0,
|
|
572
572
|
_V,
|
|
573
573
|
0,
|
package/dist-es/index.js
CHANGED
|
@@ -232,7 +232,7 @@ var SqlStatementResults = [1, n0, _SSRq, 0, () => SqlStatementResult$];
|
|
|
232
232
|
var StringArray = 64 | 0;
|
|
233
233
|
var UpdateResults = [1, n0, _URp, 0, () => UpdateResult$];
|
|
234
234
|
export var ArrayValue$ = [
|
|
235
|
-
|
|
235
|
+
4,
|
|
236
236
|
n0,
|
|
237
237
|
_AV,
|
|
238
238
|
0,
|
|
@@ -240,7 +240,7 @@ export var ArrayValue$ = [
|
|
|
240
240
|
[64 | 2, 64 | 1, 64 | 1, 64 | 0, () => ArrayOfArray],
|
|
241
241
|
];
|
|
242
242
|
export var Field$ = [
|
|
243
|
-
|
|
243
|
+
4,
|
|
244
244
|
n0,
|
|
245
245
|
_F,
|
|
246
246
|
0,
|
|
@@ -248,7 +248,7 @@ export var Field$ = [
|
|
|
248
248
|
[2, 2, 1, 1, 0, 21, () => ArrayValue$],
|
|
249
249
|
];
|
|
250
250
|
export var Value$ = [
|
|
251
|
-
|
|
251
|
+
4,
|
|
252
252
|
n0,
|
|
253
253
|
_V,
|
|
254
254
|
0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -26,5 +26,5 @@ export * from "./commands";
|
|
|
26
26
|
export * from "./schemas/schemas_0";
|
|
27
27
|
export * from "./models/enums";
|
|
28
28
|
export * from "./models/errors";
|
|
29
|
-
export
|
|
29
|
+
export * from "./models/models_0";
|
|
30
30
|
export { RDSDataServiceException } from "./models/RDSDataServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
3
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
4
4
|
export declare var BatchExecuteStatementRequest$: StaticStructureSchema;
|
|
@@ -38,9 +38,9 @@ export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
|
38
38
|
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
39
39
|
export declare var UpdateResult$: StaticStructureSchema;
|
|
40
40
|
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
41
|
-
export declare var ArrayValue$:
|
|
42
|
-
export declare var Field$:
|
|
43
|
-
export declare var Value$:
|
|
41
|
+
export declare var ArrayValue$: StaticUnionSchema;
|
|
42
|
+
export declare var Field$: StaticUnionSchema;
|
|
43
|
+
export declare var Value$: StaticUnionSchema;
|
|
44
44
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
|
45
45
|
export declare var BeginTransaction$: StaticOperationSchema;
|
|
46
46
|
export declare var CommitTransaction$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
8
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
@@ -42,9 +43,9 @@ export declare var TransactionNotFoundException$: StaticErrorSchema;
|
|
|
42
43
|
export declare var UnsupportedResultException$: StaticErrorSchema;
|
|
43
44
|
export declare var UpdateResult$: StaticStructureSchema;
|
|
44
45
|
export declare var RDSDataServiceException$: StaticErrorSchema;
|
|
45
|
-
export declare var ArrayValue$:
|
|
46
|
-
export declare var Field$:
|
|
47
|
-
export declare var Value$:
|
|
46
|
+
export declare var ArrayValue$: StaticUnionSchema;
|
|
47
|
+
export declare var Field$: StaticUnionSchema;
|
|
48
|
+
export declare var Value$: StaticUnionSchema;
|
|
48
49
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
|
49
50
|
export declare var BeginTransaction$: StaticOperationSchema;
|
|
50
51
|
export declare var CommitTransaction$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds-data",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.956.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
31
|
+
"@aws-sdk/types": "3.956.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
36
|
+
"@smithy/core": "^3.20.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
38
|
+
"@smithy/hash-node": "^4.2.7",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
49
|
+
"@smithy/types": "^4.11.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.7",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
58
|
+
"@smithy/util-retry": "^4.2.7",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|