@aws-sdk/client-kafkaconnect 3.590.0 → 3.592.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 +0 -16
- package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomPluginCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomPluginCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomPluginCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomPluginsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkerConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/KafkaConnectServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCustomPluginCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCustomPluginCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCustomPluginCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KafkaConnectServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -216,7 +216,6 @@ var KafkaConnectClient = _KafkaConnectClient;
|
|
|
216
216
|
|
|
217
217
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
218
218
|
|
|
219
|
-
var import_types = require("@smithy/types");
|
|
220
219
|
|
|
221
220
|
// src/models/models_0.ts
|
|
222
221
|
|
|
@@ -1165,7 +1164,6 @@ var CreateConnectorCommand = _CreateConnectorCommand;
|
|
|
1165
1164
|
|
|
1166
1165
|
|
|
1167
1166
|
|
|
1168
|
-
|
|
1169
1167
|
var _CreateCustomPluginCommand = class _CreateCustomPluginCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1170
1168
|
...commonParams
|
|
1171
1169
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1182,7 +1180,6 @@ var CreateCustomPluginCommand = _CreateCustomPluginCommand;
|
|
|
1182
1180
|
|
|
1183
1181
|
|
|
1184
1182
|
|
|
1185
|
-
|
|
1186
1183
|
var _CreateWorkerConfigurationCommand = class _CreateWorkerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1187
1184
|
...commonParams
|
|
1188
1185
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1199,7 +1196,6 @@ var CreateWorkerConfigurationCommand = _CreateWorkerConfigurationCommand;
|
|
|
1199
1196
|
|
|
1200
1197
|
|
|
1201
1198
|
|
|
1202
|
-
|
|
1203
1199
|
var _DeleteConnectorCommand = class _DeleteConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1204
1200
|
...commonParams
|
|
1205
1201
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1216,7 +1212,6 @@ var DeleteConnectorCommand = _DeleteConnectorCommand;
|
|
|
1216
1212
|
|
|
1217
1213
|
|
|
1218
1214
|
|
|
1219
|
-
|
|
1220
1215
|
var _DeleteCustomPluginCommand = class _DeleteCustomPluginCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1221
1216
|
...commonParams
|
|
1222
1217
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1233,7 +1228,6 @@ var DeleteCustomPluginCommand = _DeleteCustomPluginCommand;
|
|
|
1233
1228
|
|
|
1234
1229
|
|
|
1235
1230
|
|
|
1236
|
-
|
|
1237
1231
|
var _DeleteWorkerConfigurationCommand = class _DeleteWorkerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1238
1232
|
...commonParams
|
|
1239
1233
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1250,7 +1244,6 @@ var DeleteWorkerConfigurationCommand = _DeleteWorkerConfigurationCommand;
|
|
|
1250
1244
|
|
|
1251
1245
|
|
|
1252
1246
|
|
|
1253
|
-
|
|
1254
1247
|
var _DescribeConnectorCommand = class _DescribeConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1255
1248
|
...commonParams
|
|
1256
1249
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1267,7 +1260,6 @@ var DescribeConnectorCommand = _DescribeConnectorCommand;
|
|
|
1267
1260
|
|
|
1268
1261
|
|
|
1269
1262
|
|
|
1270
|
-
|
|
1271
1263
|
var _DescribeCustomPluginCommand = class _DescribeCustomPluginCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1272
1264
|
...commonParams
|
|
1273
1265
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1284,7 +1276,6 @@ var DescribeCustomPluginCommand = _DescribeCustomPluginCommand;
|
|
|
1284
1276
|
|
|
1285
1277
|
|
|
1286
1278
|
|
|
1287
|
-
|
|
1288
1279
|
var _DescribeWorkerConfigurationCommand = class _DescribeWorkerConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1289
1280
|
...commonParams
|
|
1290
1281
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1301,7 +1292,6 @@ var DescribeWorkerConfigurationCommand = _DescribeWorkerConfigurationCommand;
|
|
|
1301
1292
|
|
|
1302
1293
|
|
|
1303
1294
|
|
|
1304
|
-
|
|
1305
1295
|
var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1306
1296
|
...commonParams
|
|
1307
1297
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1318,7 +1308,6 @@ var ListConnectorsCommand = _ListConnectorsCommand;
|
|
|
1318
1308
|
|
|
1319
1309
|
|
|
1320
1310
|
|
|
1321
|
-
|
|
1322
1311
|
var _ListCustomPluginsCommand = class _ListCustomPluginsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1323
1312
|
...commonParams
|
|
1324
1313
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1335,7 +1324,6 @@ var ListCustomPluginsCommand = _ListCustomPluginsCommand;
|
|
|
1335
1324
|
|
|
1336
1325
|
|
|
1337
1326
|
|
|
1338
|
-
|
|
1339
1327
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1340
1328
|
...commonParams
|
|
1341
1329
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1352,7 +1340,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1352
1340
|
|
|
1353
1341
|
|
|
1354
1342
|
|
|
1355
|
-
|
|
1356
1343
|
var _ListWorkerConfigurationsCommand = class _ListWorkerConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1357
1344
|
...commonParams
|
|
1358
1345
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1369,7 +1356,6 @@ var ListWorkerConfigurationsCommand = _ListWorkerConfigurationsCommand;
|
|
|
1369
1356
|
|
|
1370
1357
|
|
|
1371
1358
|
|
|
1372
|
-
|
|
1373
1359
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1374
1360
|
...commonParams
|
|
1375
1361
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1386,7 +1372,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1386
1372
|
|
|
1387
1373
|
|
|
1388
1374
|
|
|
1389
|
-
|
|
1390
1375
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1391
1376
|
...commonParams
|
|
1392
1377
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1403,7 +1388,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1403
1388
|
|
|
1404
1389
|
|
|
1405
1390
|
|
|
1406
|
-
|
|
1407
1391
|
var _UpdateConnectorCommand = class _UpdateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1408
1392
|
...commonParams
|
|
1409
1393
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./KafkaConnectClient";
|
|
7
7
|
export * from "./KafkaConnect";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { KafkaConnectExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { KafkaConnectExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateConnectorRequest,
|
|
10
10
|
CreateConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
|
|
14
15
|
export interface CreateConnectorCommandOutput
|
|
15
16
|
extends CreateConnectorResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateCustomPluginRequest,
|
|
10
10
|
CreateCustomPluginResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCustomPluginCommandInput
|
|
14
15
|
extends CreateCustomPluginRequest {}
|
|
15
16
|
export interface CreateCustomPluginCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkerConfigurationRequest,
|
|
10
10
|
CreateWorkerConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkerConfigurationCommandInput
|
|
14
15
|
extends CreateWorkerConfigurationRequest {}
|
|
15
16
|
export interface CreateWorkerConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteConnectorRequest,
|
|
10
10
|
DeleteConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
|
|
14
15
|
export interface DeleteConnectorCommandOutput
|
|
15
16
|
extends DeleteConnectorResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteCustomPluginRequest,
|
|
10
10
|
DeleteCustomPluginResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteCustomPluginCommandInput
|
|
14
15
|
extends DeleteCustomPluginRequest {}
|
|
15
16
|
export interface DeleteCustomPluginCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkerConfigurationRequest,
|
|
10
10
|
DeleteWorkerConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkerConfigurationCommandInput
|
|
14
15
|
extends DeleteWorkerConfigurationRequest {}
|
|
15
16
|
export interface DeleteWorkerConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConnectorRequest,
|
|
10
10
|
DescribeConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConnectorCommandInput
|
|
14
15
|
extends DescribeConnectorRequest {}
|
|
15
16
|
export interface DescribeConnectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeCustomPluginRequest,
|
|
10
10
|
DescribeCustomPluginResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCustomPluginCommandInput
|
|
14
15
|
extends DescribeCustomPluginRequest {}
|
|
15
16
|
export interface DescribeCustomPluginCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeWorkerConfigurationRequest,
|
|
10
10
|
DescribeWorkerConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeWorkerConfigurationCommandInput
|
|
14
15
|
extends DescribeWorkerConfigurationRequest {}
|
|
15
16
|
export interface DescribeWorkerConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConnectorsRequest,
|
|
10
10
|
ListConnectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
14
15
|
export interface ListConnectorsCommandOutput
|
|
15
16
|
extends ListConnectorsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCustomPluginsRequest,
|
|
10
10
|
ListCustomPluginsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCustomPluginsCommandInput
|
|
14
15
|
extends ListCustomPluginsRequest {}
|
|
15
16
|
export interface ListCustomPluginsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkerConfigurationsRequest,
|
|
10
10
|
ListWorkerConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkerConfigurationsCommandInput
|
|
14
15
|
extends ListWorkerConfigurationsRequest {}
|
|
15
16
|
export interface ListWorkerConfigurationsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KafkaConnectClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateConnectorRequest,
|
|
10
10
|
UpdateConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {}
|
|
14
15
|
export interface UpdateConnectorCommandOutput
|
|
15
16
|
extends UpdateConnectorResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class KafkaConnectServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafkaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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-kafkaconnect",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|