@aws-sdk/client-redshift-data 3.987.0 → 3.989.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 +30 -609
- package/dist-cjs/models/RedshiftDataServiceException.js +12 -0
- package/dist-cjs/models/errors.js +145 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +415 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +50 -44
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -123,12 +123,12 @@ const _le = "length";
|
|
|
123
123
|
const _n = "name";
|
|
124
124
|
const _nu = "nullable";
|
|
125
125
|
const _p = "precision";
|
|
126
|
-
const _s = "
|
|
126
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.redshiftdata";
|
|
127
127
|
const _sN = "schemaName";
|
|
128
128
|
const _sV = "stringValue";
|
|
129
129
|
const _sc = "scale";
|
|
130
130
|
const _sch = "schema";
|
|
131
|
-
const
|
|
131
|
+
const _se = "server";
|
|
132
132
|
const _t = "type";
|
|
133
133
|
const _tN = "tableName";
|
|
134
134
|
const _tNy = "typeName";
|
|
@@ -137,24 +137,68 @@ const n0 = "com.amazonaws.redshiftdata";
|
|
|
137
137
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
138
138
|
import { ActiveSessionsExceededException, ActiveStatementsExceededException, BatchExecuteStatementException, DatabaseConnectionException, ExecuteStatementException, InternalServerException, QueryTimeoutException, ResourceNotFoundException, ValidationException, } from "../models/errors";
|
|
139
139
|
import { RedshiftDataServiceException } from "../models/RedshiftDataServiceException";
|
|
140
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
141
|
+
export var RedshiftDataServiceException$ = [-3, _s, "RedshiftDataServiceException", 0, [], []];
|
|
142
|
+
_s_registry.registerError(RedshiftDataServiceException$, RedshiftDataServiceException);
|
|
143
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
140
144
|
export var ActiveSessionsExceededException$ = [-3, n0, _ASEE,
|
|
141
145
|
{ [_e]: _c, [_hE]: 400 },
|
|
142
146
|
[_M],
|
|
143
147
|
[0]
|
|
144
148
|
];
|
|
145
|
-
|
|
149
|
+
n0_registry.registerError(ActiveSessionsExceededException$, ActiveSessionsExceededException);
|
|
146
150
|
export var ActiveStatementsExceededException$ = [-3, n0, _ASEEc,
|
|
147
151
|
{ [_e]: _c, [_hE]: 400 },
|
|
148
152
|
[_M],
|
|
149
153
|
[0]
|
|
150
154
|
];
|
|
151
|
-
|
|
155
|
+
n0_registry.registerError(ActiveStatementsExceededException$, ActiveStatementsExceededException);
|
|
152
156
|
export var BatchExecuteStatementException$ = [-3, n0, _BESE,
|
|
153
|
-
{ [_e]:
|
|
157
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
154
158
|
[_M, _SI],
|
|
155
159
|
[0, 0], 2
|
|
156
160
|
];
|
|
157
|
-
|
|
161
|
+
n0_registry.registerError(BatchExecuteStatementException$, BatchExecuteStatementException);
|
|
162
|
+
export var DatabaseConnectionException$ = [-3, n0, _DCE,
|
|
163
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
164
|
+
[_M],
|
|
165
|
+
[0], 1
|
|
166
|
+
];
|
|
167
|
+
n0_registry.registerError(DatabaseConnectionException$, DatabaseConnectionException);
|
|
168
|
+
export var ExecuteStatementException$ = [-3, n0, _ESE,
|
|
169
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
170
|
+
[_M, _SI],
|
|
171
|
+
[0, 0], 2
|
|
172
|
+
];
|
|
173
|
+
n0_registry.registerError(ExecuteStatementException$, ExecuteStatementException);
|
|
174
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
175
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
176
|
+
[_M],
|
|
177
|
+
[0], 1
|
|
178
|
+
];
|
|
179
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
180
|
+
export var QueryTimeoutException$ = [-3, n0, _QTE,
|
|
181
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
182
|
+
[_M],
|
|
183
|
+
[0]
|
|
184
|
+
];
|
|
185
|
+
n0_registry.registerError(QueryTimeoutException$, QueryTimeoutException);
|
|
186
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
187
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
188
|
+
[_M, _RI],
|
|
189
|
+
[0, 0], 2
|
|
190
|
+
];
|
|
191
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
192
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
193
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
194
|
+
[_M],
|
|
195
|
+
[0]
|
|
196
|
+
];
|
|
197
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
198
|
+
export const errorTypeRegistries = [
|
|
199
|
+
_s_registry,
|
|
200
|
+
n0_registry,
|
|
201
|
+
];
|
|
158
202
|
export var BatchExecuteStatementInput$ = [3, n0, _BESI,
|
|
159
203
|
0,
|
|
160
204
|
[_S, _CI, _SA, _DU, _D, _WE, _SN, _WN, _CT, _RF, _SKAS, _SIe],
|
|
@@ -180,12 +224,6 @@ export var ColumnMetadata$ = [3, n0, _CM,
|
|
|
180
224
|
[_iCS, _iC, _iS, _l, _n, _nu, _p, _sc, _sN, _tN, _tNy, _le, _cD],
|
|
181
225
|
[2, 2, 2, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0]
|
|
182
226
|
];
|
|
183
|
-
export var DatabaseConnectionException$ = [-3, n0, _DCE,
|
|
184
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
185
|
-
[_M],
|
|
186
|
-
[0], 1
|
|
187
|
-
];
|
|
188
|
-
TypeRegistry.for(n0).registerError(DatabaseConnectionException$, DatabaseConnectionException);
|
|
189
227
|
export var DescribeStatementRequest$ = [3, n0, _DSR,
|
|
190
228
|
0,
|
|
191
229
|
[_I],
|
|
@@ -206,12 +244,6 @@ export var DescribeTableResponse$ = [3, n0, _DTRe,
|
|
|
206
244
|
[_TN, _CL, _NT],
|
|
207
245
|
[0, () => ColumnList, 0]
|
|
208
246
|
];
|
|
209
|
-
export var ExecuteStatementException$ = [-3, n0, _ESE,
|
|
210
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
211
|
-
[_M, _SI],
|
|
212
|
-
[0, 0], 2
|
|
213
|
-
];
|
|
214
|
-
TypeRegistry.for(n0).registerError(ExecuteStatementException$, ExecuteStatementException);
|
|
215
247
|
export var ExecuteStatementInput$ = [3, n0, _ESI,
|
|
216
248
|
0,
|
|
217
249
|
[_Sq, _CI, _SA, _DU, _D, _WE, _SN, _P, _WN, _CT, _RF, _SKAS, _SIe],
|
|
@@ -242,12 +274,6 @@ export var GetStatementResultV2Response$ = [3, n0, _GSRVRe,
|
|
|
242
274
|
[_R, _CM, _TNR, _RF, _NT],
|
|
243
275
|
[() => FormattedSqlRecords, () => ColumnMetadataList, 1, 0, 0], 1
|
|
244
276
|
];
|
|
245
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
246
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
247
|
-
[_M],
|
|
248
|
-
[0], 1
|
|
249
|
-
];
|
|
250
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
251
277
|
export var ListDatabasesRequest$ = [3, n0, _LDR,
|
|
252
278
|
0,
|
|
253
279
|
[_D, _CI, _SA, _DU, _NT, _MR, _WN],
|
|
@@ -288,18 +314,6 @@ export var ListTablesResponse$ = [3, n0, _LTRi,
|
|
|
288
314
|
[_Ta, _NT],
|
|
289
315
|
[() => TableList, 0]
|
|
290
316
|
];
|
|
291
|
-
export var QueryTimeoutException$ = [-3, n0, _QTE,
|
|
292
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
293
|
-
[_M],
|
|
294
|
-
[0]
|
|
295
|
-
];
|
|
296
|
-
TypeRegistry.for(n0).registerError(QueryTimeoutException$, QueryTimeoutException);
|
|
297
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
298
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
299
|
-
[_M, _RI],
|
|
300
|
-
[0, 0], 2
|
|
301
|
-
];
|
|
302
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
303
317
|
export var SqlParameter$ = [3, n0, _SPq,
|
|
304
318
|
0,
|
|
305
319
|
[_n, _v],
|
|
@@ -320,14 +334,6 @@ export var TableMember$ = [3, n0, _TM,
|
|
|
320
334
|
[_n, _t, _sch],
|
|
321
335
|
[0, 0, 0]
|
|
322
336
|
];
|
|
323
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
324
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
325
|
-
[_M],
|
|
326
|
-
[0]
|
|
327
|
-
];
|
|
328
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
329
|
-
export var RedshiftDataServiceException$ = [-3, _sm, "RedshiftDataServiceException", 0, [], []];
|
|
330
|
-
TypeRegistry.for(_sm).registerError(RedshiftDataServiceException$, RedshiftDataServiceException);
|
|
331
337
|
var ColumnList = [1, n0, _CL,
|
|
332
338
|
0, () => ColumnMetadata$
|
|
333
339
|
];
|
|
@@ -1,25 +1,36 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var RedshiftDataServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var ActiveSessionsExceededException$: StaticErrorSchema;
|
|
3
5
|
export declare var ActiveStatementsExceededException$: StaticErrorSchema;
|
|
4
6
|
export declare var BatchExecuteStatementException$: StaticErrorSchema;
|
|
7
|
+
export declare var DatabaseConnectionException$: StaticErrorSchema;
|
|
8
|
+
export declare var ExecuteStatementException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var QueryTimeoutException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
5
19
|
export declare var BatchExecuteStatementInput$: StaticStructureSchema;
|
|
6
20
|
export declare var BatchExecuteStatementOutput$: StaticStructureSchema;
|
|
7
21
|
export declare var CancelStatementRequest$: StaticStructureSchema;
|
|
8
22
|
export declare var CancelStatementResponse$: StaticStructureSchema;
|
|
9
23
|
export declare var ColumnMetadata$: StaticStructureSchema;
|
|
10
|
-
export declare var DatabaseConnectionException$: StaticErrorSchema;
|
|
11
24
|
export declare var DescribeStatementRequest$: StaticStructureSchema;
|
|
12
25
|
export declare var DescribeStatementResponse$: StaticStructureSchema;
|
|
13
26
|
export declare var DescribeTableRequest$: StaticStructureSchema;
|
|
14
27
|
export declare var DescribeTableResponse$: StaticStructureSchema;
|
|
15
|
-
export declare var ExecuteStatementException$: StaticErrorSchema;
|
|
16
28
|
export declare var ExecuteStatementInput$: StaticStructureSchema;
|
|
17
29
|
export declare var ExecuteStatementOutput$: StaticStructureSchema;
|
|
18
30
|
export declare var GetStatementResultRequest$: StaticStructureSchema;
|
|
19
31
|
export declare var GetStatementResultResponse$: StaticStructureSchema;
|
|
20
32
|
export declare var GetStatementResultV2Request$: StaticStructureSchema;
|
|
21
33
|
export declare var GetStatementResultV2Response$: StaticStructureSchema;
|
|
22
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
23
34
|
export declare var ListDatabasesRequest$: StaticStructureSchema;
|
|
24
35
|
export declare var ListDatabasesResponse$: StaticStructureSchema;
|
|
25
36
|
export declare var ListSchemasRequest$: StaticStructureSchema;
|
|
@@ -28,14 +39,10 @@ export declare var ListStatementsRequest$: StaticStructureSchema;
|
|
|
28
39
|
export declare var ListStatementsResponse$: StaticStructureSchema;
|
|
29
40
|
export declare var ListTablesRequest$: StaticStructureSchema;
|
|
30
41
|
export declare var ListTablesResponse$: StaticStructureSchema;
|
|
31
|
-
export declare var QueryTimeoutException$: StaticErrorSchema;
|
|
32
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
33
42
|
export declare var SqlParameter$: StaticStructureSchema;
|
|
34
43
|
export declare var StatementData$: StaticStructureSchema;
|
|
35
44
|
export declare var SubStatementData$: StaticStructureSchema;
|
|
36
45
|
export declare var TableMember$: StaticStructureSchema;
|
|
37
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
38
|
-
export declare var RedshiftDataServiceException$: StaticErrorSchema;
|
|
39
46
|
export declare var Field$: StaticUnionSchema;
|
|
40
47
|
export declare var QueryRecords$: StaticUnionSchema;
|
|
41
48
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
|
@@ -1,30 +1,36 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var RedshiftDataServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var ActiveSessionsExceededException$: StaticErrorSchema;
|
|
8
10
|
export declare var ActiveStatementsExceededException$: StaticErrorSchema;
|
|
9
11
|
export declare var BatchExecuteStatementException$: StaticErrorSchema;
|
|
12
|
+
export declare var DatabaseConnectionException$: StaticErrorSchema;
|
|
13
|
+
export declare var ExecuteStatementException$: StaticErrorSchema;
|
|
14
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
15
|
+
export declare var QueryTimeoutException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
10
19
|
export declare var BatchExecuteStatementInput$: StaticStructureSchema;
|
|
11
20
|
export declare var BatchExecuteStatementOutput$: StaticStructureSchema;
|
|
12
21
|
export declare var CancelStatementRequest$: StaticStructureSchema;
|
|
13
22
|
export declare var CancelStatementResponse$: StaticStructureSchema;
|
|
14
23
|
export declare var ColumnMetadata$: StaticStructureSchema;
|
|
15
|
-
export declare var DatabaseConnectionException$: StaticErrorSchema;
|
|
16
24
|
export declare var DescribeStatementRequest$: StaticStructureSchema;
|
|
17
25
|
export declare var DescribeStatementResponse$: StaticStructureSchema;
|
|
18
26
|
export declare var DescribeTableRequest$: StaticStructureSchema;
|
|
19
27
|
export declare var DescribeTableResponse$: StaticStructureSchema;
|
|
20
|
-
export declare var ExecuteStatementException$: StaticErrorSchema;
|
|
21
28
|
export declare var ExecuteStatementInput$: StaticStructureSchema;
|
|
22
29
|
export declare var ExecuteStatementOutput$: StaticStructureSchema;
|
|
23
30
|
export declare var GetStatementResultRequest$: StaticStructureSchema;
|
|
24
31
|
export declare var GetStatementResultResponse$: StaticStructureSchema;
|
|
25
32
|
export declare var GetStatementResultV2Request$: StaticStructureSchema;
|
|
26
33
|
export declare var GetStatementResultV2Response$: StaticStructureSchema;
|
|
27
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
28
34
|
export declare var ListDatabasesRequest$: StaticStructureSchema;
|
|
29
35
|
export declare var ListDatabasesResponse$: StaticStructureSchema;
|
|
30
36
|
export declare var ListSchemasRequest$: StaticStructureSchema;
|
|
@@ -33,14 +39,10 @@ export declare var ListStatementsRequest$: StaticStructureSchema;
|
|
|
33
39
|
export declare var ListStatementsResponse$: StaticStructureSchema;
|
|
34
40
|
export declare var ListTablesRequest$: StaticStructureSchema;
|
|
35
41
|
export declare var ListTablesResponse$: StaticStructureSchema;
|
|
36
|
-
export declare var QueryTimeoutException$: StaticErrorSchema;
|
|
37
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
38
42
|
export declare var SqlParameter$: StaticStructureSchema;
|
|
39
43
|
export declare var StatementData$: StaticStructureSchema;
|
|
40
44
|
export declare var SubStatementData$: StaticStructureSchema;
|
|
41
45
|
export declare var TableMember$: StaticStructureSchema;
|
|
42
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
43
|
-
export declare var RedshiftDataServiceException$: StaticErrorSchema;
|
|
44
46
|
export declare var Field$: StaticUnionSchema;
|
|
45
47
|
export declare var QueryRecords$: StaticUnionSchema;
|
|
46
48
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-redshift-data",
|
|
@@ -21,38 +21,38 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
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.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|