@aws-sdk/client-neptune 3.996.0 → 3.998.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/schemas/schemas_0.js +4 -4
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +7 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +39 -39
|
@@ -1225,8 +1225,8 @@ exports.CreateEventSubscriptionResult$ = [3, n0, _CESR,
|
|
|
1225
1225
|
];
|
|
1226
1226
|
exports.CreateGlobalClusterMessage$ = [3, n0, _CGCM,
|
|
1227
1227
|
0,
|
|
1228
|
-
[_GCI, _SDBCI, _En, _EV, _DP, _SE],
|
|
1229
|
-
[0, 0, 0, 0, 2, 2], 1
|
|
1228
|
+
[_GCI, _SDBCI, _En, _EV, _DP, _DN, _T, _SE],
|
|
1229
|
+
[0, 0, 0, 0, 2, 0, [() => TagList, 0], 2], 1
|
|
1230
1230
|
];
|
|
1231
1231
|
exports.CreateGlobalClusterResult$ = [3, n0, _CGCR,
|
|
1232
1232
|
0,
|
|
@@ -1650,8 +1650,8 @@ exports.Filter$ = [3, n0, _Fi,
|
|
|
1650
1650
|
];
|
|
1651
1651
|
exports.GlobalCluster$ = [3, n0, _GC,
|
|
1652
1652
|
0,
|
|
1653
|
-
[_GCI, _GCRI, _GCA, _S, _En, _EV, _SE, _DP, _GCM, _FS],
|
|
1654
|
-
[0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => exports.FailoverState
|
|
1653
|
+
[_GCI, _GCRI, _GCA, _S, _En, _EV, _DN, _SE, _DP, _GCM, _FS, _TL],
|
|
1654
|
+
[0, 0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => exports.FailoverState$, [() => TagList, 0]]
|
|
1655
1655
|
];
|
|
1656
1656
|
exports.GlobalClusterMember$ = [3, n0, _GCMl,
|
|
1657
1657
|
0,
|
|
@@ -1216,8 +1216,8 @@ export var CreateEventSubscriptionResult$ = [3, n0, _CESR,
|
|
|
1216
1216
|
];
|
|
1217
1217
|
export var CreateGlobalClusterMessage$ = [3, n0, _CGCM,
|
|
1218
1218
|
0,
|
|
1219
|
-
[_GCI, _SDBCI, _En, _EV, _DP, _SE],
|
|
1220
|
-
[0, 0, 0, 0, 2, 2], 1
|
|
1219
|
+
[_GCI, _SDBCI, _En, _EV, _DP, _DN, _T, _SE],
|
|
1220
|
+
[0, 0, 0, 0, 2, 0, [() => TagList, 0], 2], 1
|
|
1221
1221
|
];
|
|
1222
1222
|
export var CreateGlobalClusterResult$ = [3, n0, _CGCR,
|
|
1223
1223
|
0,
|
|
@@ -1641,8 +1641,8 @@ export var Filter$ = [3, n0, _Fi,
|
|
|
1641
1641
|
];
|
|
1642
1642
|
export var GlobalCluster$ = [3, n0, _GC,
|
|
1643
1643
|
0,
|
|
1644
|
-
[_GCI, _GCRI, _GCA, _S, _En, _EV, _SE, _DP, _GCM, _FS],
|
|
1645
|
-
[0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState
|
|
1644
|
+
[_GCI, _GCRI, _GCA, _S, _En, _EV, _DN, _SE, _DP, _GCM, _FS, _TL],
|
|
1645
|
+
[0, 0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState$, [() => TagList, 0]]
|
|
1646
1646
|
];
|
|
1647
1647
|
export var GlobalClusterMember$ = [3, n0, _GCMl,
|
|
1648
1648
|
0,
|
|
@@ -50,6 +50,13 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
50
50
|
* Engine: "STRING_VALUE",
|
|
51
51
|
* EngineVersion: "STRING_VALUE",
|
|
52
52
|
* DeletionProtection: true || false,
|
|
53
|
+
* DatabaseName: "STRING_VALUE",
|
|
54
|
+
* Tags: [ // TagList
|
|
55
|
+
* { // Tag
|
|
56
|
+
* Key: "STRING_VALUE",
|
|
57
|
+
* Value: "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
53
60
|
* StorageEncrypted: true || false,
|
|
54
61
|
* };
|
|
55
62
|
* const command = new CreateGlobalClusterCommand(input);
|
|
@@ -62,6 +69,7 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
62
69
|
* // Status: "STRING_VALUE",
|
|
63
70
|
* // Engine: "STRING_VALUE",
|
|
64
71
|
* // EngineVersion: "STRING_VALUE",
|
|
72
|
+
* // DatabaseName: "STRING_VALUE",
|
|
65
73
|
* // StorageEncrypted: true || false,
|
|
66
74
|
* // DeletionProtection: true || false,
|
|
67
75
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -79,6 +87,12 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
79
87
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
80
88
|
* // IsDataLossAllowed: true || false,
|
|
81
89
|
* // },
|
|
90
|
+
* // TagList: [ // TagList
|
|
91
|
+
* // { // Tag
|
|
92
|
+
* // Key: "STRING_VALUE",
|
|
93
|
+
* // Value: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
82
96
|
* // },
|
|
83
97
|
* // };
|
|
84
98
|
*
|
|
@@ -50,6 +50,7 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
50
50
|
* // Status: "STRING_VALUE",
|
|
51
51
|
* // Engine: "STRING_VALUE",
|
|
52
52
|
* // EngineVersion: "STRING_VALUE",
|
|
53
|
+
* // DatabaseName: "STRING_VALUE",
|
|
53
54
|
* // StorageEncrypted: true || false,
|
|
54
55
|
* // DeletionProtection: true || false,
|
|
55
56
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -67,6 +68,12 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
67
68
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
68
69
|
* // IsDataLossAllowed: true || false,
|
|
69
70
|
* // },
|
|
71
|
+
* // TagList: [ // TagList
|
|
72
|
+
* // { // Tag
|
|
73
|
+
* // Key: "STRING_VALUE",
|
|
74
|
+
* // Value: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
70
77
|
* // },
|
|
71
78
|
* // };
|
|
72
79
|
*
|
|
@@ -54,6 +54,7 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
54
54
|
* // Status: "STRING_VALUE",
|
|
55
55
|
* // Engine: "STRING_VALUE",
|
|
56
56
|
* // EngineVersion: "STRING_VALUE",
|
|
57
|
+
* // DatabaseName: "STRING_VALUE",
|
|
57
58
|
* // StorageEncrypted: true || false,
|
|
58
59
|
* // DeletionProtection: true || false,
|
|
59
60
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -71,6 +72,12 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
71
72
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
72
73
|
* // IsDataLossAllowed: true || false,
|
|
73
74
|
* // },
|
|
75
|
+
* // TagList: [ // TagList
|
|
76
|
+
* // { // Tag
|
|
77
|
+
* // Key: "STRING_VALUE",
|
|
78
|
+
* // Value: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
74
81
|
* // },
|
|
75
82
|
* // ],
|
|
76
83
|
* // };
|
|
@@ -65,6 +65,7 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
65
65
|
* // Status: "STRING_VALUE",
|
|
66
66
|
* // Engine: "STRING_VALUE",
|
|
67
67
|
* // EngineVersion: "STRING_VALUE",
|
|
68
|
+
* // DatabaseName: "STRING_VALUE",
|
|
68
69
|
* // StorageEncrypted: true || false,
|
|
69
70
|
* // DeletionProtection: true || false,
|
|
70
71
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -82,6 +83,12 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
82
83
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
83
84
|
* // IsDataLossAllowed: true || false,
|
|
84
85
|
* // },
|
|
86
|
+
* // TagList: [ // TagList
|
|
87
|
+
* // { // Tag
|
|
88
|
+
* // Key: "STRING_VALUE",
|
|
89
|
+
* // Value: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
85
92
|
* // },
|
|
86
93
|
* // };
|
|
87
94
|
*
|
|
@@ -55,6 +55,7 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
55
55
|
* // Status: "STRING_VALUE",
|
|
56
56
|
* // Engine: "STRING_VALUE",
|
|
57
57
|
* // EngineVersion: "STRING_VALUE",
|
|
58
|
+
* // DatabaseName: "STRING_VALUE",
|
|
58
59
|
* // StorageEncrypted: true || false,
|
|
59
60
|
* // DeletionProtection: true || false,
|
|
60
61
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -72,6 +73,12 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
72
73
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
73
74
|
* // IsDataLossAllowed: true || false,
|
|
74
75
|
* // },
|
|
76
|
+
* // TagList: [ // TagList
|
|
77
|
+
* // { // Tag
|
|
78
|
+
* // Key: "STRING_VALUE",
|
|
79
|
+
* // Value: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
75
82
|
* // },
|
|
76
83
|
* // };
|
|
77
84
|
*
|
|
@@ -83,9 +90,18 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
83
90
|
* @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
|
|
84
91
|
* @see {@link NeptuneClientResolvedConfig | config} for NeptuneClient's `config` shape.
|
|
85
92
|
*
|
|
93
|
+
* @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
|
|
94
|
+
* <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>
|
|
95
|
+
*
|
|
86
96
|
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
87
97
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
|
|
88
98
|
*
|
|
99
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
100
|
+
* <p>The DB cluster is not in a valid state.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
103
|
+
* <p>The specified DB instance is not in the <i>available</i> state.</p>
|
|
104
|
+
*
|
|
89
105
|
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
90
106
|
* <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
|
|
91
107
|
*
|
|
@@ -53,6 +53,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
53
53
|
* // Status: "STRING_VALUE",
|
|
54
54
|
* // Engine: "STRING_VALUE",
|
|
55
55
|
* // EngineVersion: "STRING_VALUE",
|
|
56
|
+
* // DatabaseName: "STRING_VALUE",
|
|
56
57
|
* // StorageEncrypted: true || false,
|
|
57
58
|
* // DeletionProtection: true || false,
|
|
58
59
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -70,6 +71,12 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
70
71
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
71
72
|
* // IsDataLossAllowed: true || false,
|
|
72
73
|
* // },
|
|
74
|
+
* // TagList: [ // TagList
|
|
75
|
+
* // { // Tag
|
|
76
|
+
* // Key: "STRING_VALUE",
|
|
77
|
+
* // Value: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
73
80
|
* // },
|
|
74
81
|
* // };
|
|
75
82
|
*
|
|
@@ -60,6 +60,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
60
60
|
* // Status: "STRING_VALUE",
|
|
61
61
|
* // Engine: "STRING_VALUE",
|
|
62
62
|
* // EngineVersion: "STRING_VALUE",
|
|
63
|
+
* // DatabaseName: "STRING_VALUE",
|
|
63
64
|
* // StorageEncrypted: true || false,
|
|
64
65
|
* // DeletionProtection: true || false,
|
|
65
66
|
* // GlobalClusterMembers: [ // GlobalClusterMemberList
|
|
@@ -77,6 +78,12 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
77
78
|
* // ToDbClusterArn: "STRING_VALUE",
|
|
78
79
|
* // IsDataLossAllowed: true || false,
|
|
79
80
|
* // },
|
|
81
|
+
* // TagList: [ // TagList
|
|
82
|
+
* // { // Tag
|
|
83
|
+
* // Key: "STRING_VALUE",
|
|
84
|
+
* // Value: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
80
87
|
* // },
|
|
81
88
|
* // };
|
|
82
89
|
*
|
|
@@ -2920,6 +2920,17 @@ export interface CreateGlobalClusterMessage {
|
|
|
2920
2920
|
* @public
|
|
2921
2921
|
*/
|
|
2922
2922
|
DeletionProtection?: boolean | undefined;
|
|
2923
|
+
/**
|
|
2924
|
+
* <p>The name for the new global database (up to 64 alpha-numeric
|
|
2925
|
+
* characters.</p>
|
|
2926
|
+
* @public
|
|
2927
|
+
*/
|
|
2928
|
+
DatabaseName?: string | undefined;
|
|
2929
|
+
/**
|
|
2930
|
+
* <p>Tags to assign to the global cluster.</p>
|
|
2931
|
+
* @public
|
|
2932
|
+
*/
|
|
2933
|
+
Tags?: Tag[] | undefined;
|
|
2923
2934
|
/**
|
|
2924
2935
|
* <p>The storage encryption setting for the new global database
|
|
2925
2936
|
* cluster.</p>
|
|
@@ -3055,6 +3066,11 @@ export interface GlobalCluster {
|
|
|
3055
3066
|
* @public
|
|
3056
3067
|
*/
|
|
3057
3068
|
EngineVersion?: string | undefined;
|
|
3069
|
+
/**
|
|
3070
|
+
* <p>The default database name within the new global database cluster.</p>
|
|
3071
|
+
* @public
|
|
3072
|
+
*/
|
|
3073
|
+
DatabaseName?: string | undefined;
|
|
3058
3074
|
/**
|
|
3059
3075
|
* <p>The storage encryption setting for the global database.</p>
|
|
3060
3076
|
* @public
|
|
@@ -3077,6 +3093,11 @@ export interface GlobalCluster {
|
|
|
3077
3093
|
* @public
|
|
3078
3094
|
*/
|
|
3079
3095
|
FailoverState?: FailoverState | undefined;
|
|
3096
|
+
/**
|
|
3097
|
+
* <p>A list of global cluster tags.</p>
|
|
3098
|
+
* @public
|
|
3099
|
+
*/
|
|
3100
|
+
TagList?: Tag[] | undefined;
|
|
3080
3101
|
}
|
|
3081
3102
|
/**
|
|
3082
3103
|
* @public
|
|
@@ -479,6 +479,8 @@ export interface CreateGlobalClusterMessage {
|
|
|
479
479
|
Engine?: string | undefined;
|
|
480
480
|
EngineVersion?: string | undefined;
|
|
481
481
|
DeletionProtection?: boolean | undefined;
|
|
482
|
+
DatabaseName?: string | undefined;
|
|
483
|
+
Tags?: Tag[] | undefined;
|
|
482
484
|
StorageEncrypted?: boolean | undefined;
|
|
483
485
|
}
|
|
484
486
|
export interface FailoverState {
|
|
@@ -499,10 +501,12 @@ export interface GlobalCluster {
|
|
|
499
501
|
Status?: string | undefined;
|
|
500
502
|
Engine?: string | undefined;
|
|
501
503
|
EngineVersion?: string | undefined;
|
|
504
|
+
DatabaseName?: string | undefined;
|
|
502
505
|
StorageEncrypted?: boolean | undefined;
|
|
503
506
|
DeletionProtection?: boolean | undefined;
|
|
504
507
|
GlobalClusterMembers?: GlobalClusterMember[] | undefined;
|
|
505
508
|
FailoverState?: FailoverState | undefined;
|
|
509
|
+
TagList?: Tag[] | undefined;
|
|
506
510
|
}
|
|
507
511
|
export interface CreateGlobalClusterResult {
|
|
508
512
|
GlobalCluster?: GlobalCluster | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.998.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-neptune",
|
|
@@ -21,44 +21,44 @@
|
|
|
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.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.996.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.23.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
52
|
-
"@smithy/util-base64": "^4.3.
|
|
53
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
54
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
-
"@smithy/util-utf8": "^4.2.
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.14",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.13",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.5",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.5",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.5",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.10",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.14",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "^3.972.5",
|
|
32
|
+
"@aws-sdk/types": "^3.973.3",
|
|
33
|
+
"@aws-sdk/util-endpoints": "^3.996.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.5",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.13",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.9",
|
|
37
|
+
"@smithy/core": "^3.23.6",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.11",
|
|
39
|
+
"@smithy/hash-node": "^4.2.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.10",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.20",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.37",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.11",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.10",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.10",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.12",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.10",
|
|
49
|
+
"@smithy/smithy-client": "^4.12.0",
|
|
50
|
+
"@smithy/types": "^4.13.0",
|
|
51
|
+
"@smithy/url-parser": "^4.2.10",
|
|
52
|
+
"@smithy/util-base64": "^4.3.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.36",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.39",
|
|
57
|
+
"@smithy/util-endpoints": "^3.3.1",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.10",
|
|
59
|
+
"@smithy/util-retry": "^4.2.10",
|
|
60
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
61
|
+
"@smithy/util-waiter": "^4.2.10",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|