@aws-sdk/client-supplychain 3.721.0 → 3.723.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 +149 -113
- package/dist-es/SupplyChainClient.js +1 -0
- package/dist-es/models/models_0.js +18 -18
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/CreateInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -2
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +1 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +19 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -165,7 +165,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
165
165
|
}, "resolveRuntimeExtensions");
|
|
166
166
|
|
|
167
167
|
// src/SupplyChainClient.ts
|
|
168
|
-
var
|
|
168
|
+
var SupplyChainClient = class extends import_smithy_client.Client {
|
|
169
|
+
static {
|
|
170
|
+
__name(this, "SupplyChainClient");
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* The resolved configuration of SupplyChainClient class. This is resolved and normalized from the {@link SupplyChainClientConfig | constructor configuration interface}.
|
|
174
|
+
*/
|
|
175
|
+
config;
|
|
169
176
|
constructor(...[configuration]) {
|
|
170
177
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
171
178
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -175,7 +182,7 @@ var _SupplyChainClient = class _SupplyChainClient extends import_smithy_client.C
|
|
|
175
182
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
176
183
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
177
184
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
178
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
185
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
179
186
|
super(_config_8);
|
|
180
187
|
this.config = _config_8;
|
|
181
188
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -203,8 +210,6 @@ var _SupplyChainClient = class _SupplyChainClient extends import_smithy_client.C
|
|
|
203
210
|
super.destroy();
|
|
204
211
|
}
|
|
205
212
|
};
|
|
206
|
-
__name(_SupplyChainClient, "SupplyChainClient");
|
|
207
|
-
var SupplyChainClient = _SupplyChainClient;
|
|
208
213
|
|
|
209
214
|
// src/SupplyChain.ts
|
|
210
215
|
|
|
@@ -225,7 +230,10 @@ var import_uuid = require("uuid");
|
|
|
225
230
|
|
|
226
231
|
// src/models/SupplyChainServiceException.ts
|
|
227
232
|
|
|
228
|
-
var
|
|
233
|
+
var SupplyChainServiceException = class _SupplyChainServiceException extends import_smithy_client.ServiceException {
|
|
234
|
+
static {
|
|
235
|
+
__name(this, "SupplyChainServiceException");
|
|
236
|
+
}
|
|
229
237
|
/**
|
|
230
238
|
* @internal
|
|
231
239
|
*/
|
|
@@ -234,11 +242,14 @@ var _SupplyChainServiceException = class _SupplyChainServiceException extends im
|
|
|
234
242
|
Object.setPrototypeOf(this, _SupplyChainServiceException.prototype);
|
|
235
243
|
}
|
|
236
244
|
};
|
|
237
|
-
__name(_SupplyChainServiceException, "SupplyChainServiceException");
|
|
238
|
-
var SupplyChainServiceException = _SupplyChainServiceException;
|
|
239
245
|
|
|
240
246
|
// src/models/models_0.ts
|
|
241
|
-
var
|
|
247
|
+
var AccessDeniedException = class _AccessDeniedException extends SupplyChainServiceException {
|
|
248
|
+
static {
|
|
249
|
+
__name(this, "AccessDeniedException");
|
|
250
|
+
}
|
|
251
|
+
name = "AccessDeniedException";
|
|
252
|
+
$fault = "client";
|
|
242
253
|
/**
|
|
243
254
|
* @internal
|
|
244
255
|
*/
|
|
@@ -248,13 +259,9 @@ var _AccessDeniedException = class _AccessDeniedException extends SupplyChainSer
|
|
|
248
259
|
$fault: "client",
|
|
249
260
|
...opts
|
|
250
261
|
});
|
|
251
|
-
this.name = "AccessDeniedException";
|
|
252
|
-
this.$fault = "client";
|
|
253
262
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
254
263
|
}
|
|
255
264
|
};
|
|
256
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
257
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
258
265
|
var ConfigurationJobStatus = {
|
|
259
266
|
FAILED: "FAILED",
|
|
260
267
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -262,7 +269,12 @@ var ConfigurationJobStatus = {
|
|
|
262
269
|
QUEUED: "QUEUED",
|
|
263
270
|
SUCCESS: "SUCCESS"
|
|
264
271
|
};
|
|
265
|
-
var
|
|
272
|
+
var ConflictException = class _ConflictException extends SupplyChainServiceException {
|
|
273
|
+
static {
|
|
274
|
+
__name(this, "ConflictException");
|
|
275
|
+
}
|
|
276
|
+
name = "ConflictException";
|
|
277
|
+
$fault = "client";
|
|
266
278
|
/**
|
|
267
279
|
* @internal
|
|
268
280
|
*/
|
|
@@ -272,14 +284,16 @@ var _ConflictException = class _ConflictException extends SupplyChainServiceExce
|
|
|
272
284
|
$fault: "client",
|
|
273
285
|
...opts
|
|
274
286
|
});
|
|
275
|
-
this.name = "ConflictException";
|
|
276
|
-
this.$fault = "client";
|
|
277
287
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
278
288
|
}
|
|
279
289
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
290
|
+
var InternalServerException = class _InternalServerException extends SupplyChainServiceException {
|
|
291
|
+
static {
|
|
292
|
+
__name(this, "InternalServerException");
|
|
293
|
+
}
|
|
294
|
+
name = "InternalServerException";
|
|
295
|
+
$fault = "server";
|
|
296
|
+
$retryable = {};
|
|
283
297
|
/**
|
|
284
298
|
* @internal
|
|
285
299
|
*/
|
|
@@ -289,15 +303,15 @@ var _InternalServerException = class _InternalServerException extends SupplyChai
|
|
|
289
303
|
$fault: "server",
|
|
290
304
|
...opts
|
|
291
305
|
});
|
|
292
|
-
this.name = "InternalServerException";
|
|
293
|
-
this.$fault = "server";
|
|
294
|
-
this.$retryable = {};
|
|
295
306
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
296
307
|
}
|
|
297
308
|
};
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
309
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends SupplyChainServiceException {
|
|
310
|
+
static {
|
|
311
|
+
__name(this, "ResourceNotFoundException");
|
|
312
|
+
}
|
|
313
|
+
name = "ResourceNotFoundException";
|
|
314
|
+
$fault = "client";
|
|
301
315
|
/**
|
|
302
316
|
* @internal
|
|
303
317
|
*/
|
|
@@ -307,14 +321,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Supply
|
|
|
307
321
|
$fault: "client",
|
|
308
322
|
...opts
|
|
309
323
|
});
|
|
310
|
-
this.name = "ResourceNotFoundException";
|
|
311
|
-
this.$fault = "client";
|
|
312
324
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
313
325
|
}
|
|
314
326
|
};
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
327
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends SupplyChainServiceException {
|
|
328
|
+
static {
|
|
329
|
+
__name(this, "ServiceQuotaExceededException");
|
|
330
|
+
}
|
|
331
|
+
name = "ServiceQuotaExceededException";
|
|
332
|
+
$fault = "client";
|
|
318
333
|
/**
|
|
319
334
|
* @internal
|
|
320
335
|
*/
|
|
@@ -324,14 +339,18 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
324
339
|
$fault: "client",
|
|
325
340
|
...opts
|
|
326
341
|
});
|
|
327
|
-
this.name = "ServiceQuotaExceededException";
|
|
328
|
-
this.$fault = "client";
|
|
329
342
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
330
343
|
}
|
|
331
344
|
};
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
345
|
+
var ThrottlingException = class _ThrottlingException extends SupplyChainServiceException {
|
|
346
|
+
static {
|
|
347
|
+
__name(this, "ThrottlingException");
|
|
348
|
+
}
|
|
349
|
+
name = "ThrottlingException";
|
|
350
|
+
$fault = "client";
|
|
351
|
+
$retryable = {
|
|
352
|
+
throttling: true
|
|
353
|
+
};
|
|
335
354
|
/**
|
|
336
355
|
* @internal
|
|
337
356
|
*/
|
|
@@ -341,17 +360,15 @@ var _ThrottlingException = class _ThrottlingException extends SupplyChainService
|
|
|
341
360
|
$fault: "client",
|
|
342
361
|
...opts
|
|
343
362
|
});
|
|
344
|
-
this.name = "ThrottlingException";
|
|
345
|
-
this.$fault = "client";
|
|
346
|
-
this.$retryable = {
|
|
347
|
-
throttling: true
|
|
348
|
-
};
|
|
349
363
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
350
364
|
}
|
|
351
365
|
};
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
366
|
+
var ValidationException = class _ValidationException extends SupplyChainServiceException {
|
|
367
|
+
static {
|
|
368
|
+
__name(this, "ValidationException");
|
|
369
|
+
}
|
|
370
|
+
name = "ValidationException";
|
|
371
|
+
$fault = "client";
|
|
355
372
|
/**
|
|
356
373
|
* @internal
|
|
357
374
|
*/
|
|
@@ -361,13 +378,9 @@ var _ValidationException = class _ValidationException extends SupplyChainService
|
|
|
361
378
|
$fault: "client",
|
|
362
379
|
...opts
|
|
363
380
|
});
|
|
364
|
-
this.name = "ValidationException";
|
|
365
|
-
this.$fault = "client";
|
|
366
381
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
367
382
|
}
|
|
368
383
|
};
|
|
369
|
-
__name(_ValidationException, "ValidationException");
|
|
370
|
-
var ValidationException = _ValidationException;
|
|
371
384
|
var DataIntegrationFlowLoadType = {
|
|
372
385
|
INCREMENTAL: "INCREMENTAL",
|
|
373
386
|
REPLACE: "REPLACE"
|
|
@@ -496,7 +509,8 @@ var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
496
509
|
instanceDescription: [],
|
|
497
510
|
instanceName: [],
|
|
498
511
|
kmsKeyArn: [],
|
|
499
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
512
|
+
tags: (_) => (0, import_smithy_client._json)(_),
|
|
513
|
+
webAppDnsDomain: []
|
|
500
514
|
})
|
|
501
515
|
);
|
|
502
516
|
b.m("POST").h(headers).b(body);
|
|
@@ -1215,295 +1229,316 @@ var _nT = "nextToken";
|
|
|
1215
1229
|
var _tK = "tagKeys";
|
|
1216
1230
|
|
|
1217
1231
|
// src/commands/CreateBillOfMaterialsImportJobCommand.ts
|
|
1218
|
-
var
|
|
1232
|
+
var CreateBillOfMaterialsImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1219
1233
|
return [
|
|
1220
1234
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1221
1235
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1222
1236
|
];
|
|
1223
1237
|
}).s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {}).n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand").f(void 0, void 0).ser(se_CreateBillOfMaterialsImportJobCommand).de(de_CreateBillOfMaterialsImportJobCommand).build() {
|
|
1238
|
+
static {
|
|
1239
|
+
__name(this, "CreateBillOfMaterialsImportJobCommand");
|
|
1240
|
+
}
|
|
1224
1241
|
};
|
|
1225
|
-
__name(_CreateBillOfMaterialsImportJobCommand, "CreateBillOfMaterialsImportJobCommand");
|
|
1226
|
-
var CreateBillOfMaterialsImportJobCommand = _CreateBillOfMaterialsImportJobCommand;
|
|
1227
1242
|
|
|
1228
1243
|
// src/commands/CreateDataIntegrationFlowCommand.ts
|
|
1229
1244
|
|
|
1230
1245
|
|
|
1231
1246
|
|
|
1232
|
-
var
|
|
1247
|
+
var CreateDataIntegrationFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1233
1248
|
return [
|
|
1234
1249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1235
1250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1236
1251
|
];
|
|
1237
1252
|
}).s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {}).n("SupplyChainClient", "CreateDataIntegrationFlowCommand").f(void 0, void 0).ser(se_CreateDataIntegrationFlowCommand).de(de_CreateDataIntegrationFlowCommand).build() {
|
|
1253
|
+
static {
|
|
1254
|
+
__name(this, "CreateDataIntegrationFlowCommand");
|
|
1255
|
+
}
|
|
1238
1256
|
};
|
|
1239
|
-
__name(_CreateDataIntegrationFlowCommand, "CreateDataIntegrationFlowCommand");
|
|
1240
|
-
var CreateDataIntegrationFlowCommand = _CreateDataIntegrationFlowCommand;
|
|
1241
1257
|
|
|
1242
1258
|
// src/commands/CreateDataLakeDatasetCommand.ts
|
|
1243
1259
|
|
|
1244
1260
|
|
|
1245
1261
|
|
|
1246
|
-
var
|
|
1262
|
+
var CreateDataLakeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1247
1263
|
return [
|
|
1248
1264
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1249
1265
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1250
1266
|
];
|
|
1251
1267
|
}).s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {}).n("SupplyChainClient", "CreateDataLakeDatasetCommand").f(void 0, void 0).ser(se_CreateDataLakeDatasetCommand).de(de_CreateDataLakeDatasetCommand).build() {
|
|
1268
|
+
static {
|
|
1269
|
+
__name(this, "CreateDataLakeDatasetCommand");
|
|
1270
|
+
}
|
|
1252
1271
|
};
|
|
1253
|
-
__name(_CreateDataLakeDatasetCommand, "CreateDataLakeDatasetCommand");
|
|
1254
|
-
var CreateDataLakeDatasetCommand = _CreateDataLakeDatasetCommand;
|
|
1255
1272
|
|
|
1256
1273
|
// src/commands/CreateInstanceCommand.ts
|
|
1257
1274
|
|
|
1258
1275
|
|
|
1259
1276
|
|
|
1260
|
-
var
|
|
1277
|
+
var CreateInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1261
1278
|
return [
|
|
1262
1279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1263
1280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1264
1281
|
];
|
|
1265
1282
|
}).s("GalaxyPublicAPIGateway", "CreateInstance", {}).n("SupplyChainClient", "CreateInstanceCommand").f(void 0, void 0).ser(se_CreateInstanceCommand).de(de_CreateInstanceCommand).build() {
|
|
1283
|
+
static {
|
|
1284
|
+
__name(this, "CreateInstanceCommand");
|
|
1285
|
+
}
|
|
1266
1286
|
};
|
|
1267
|
-
__name(_CreateInstanceCommand, "CreateInstanceCommand");
|
|
1268
|
-
var CreateInstanceCommand = _CreateInstanceCommand;
|
|
1269
1287
|
|
|
1270
1288
|
// src/commands/DeleteDataIntegrationFlowCommand.ts
|
|
1271
1289
|
|
|
1272
1290
|
|
|
1273
1291
|
|
|
1274
|
-
var
|
|
1292
|
+
var DeleteDataIntegrationFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1275
1293
|
return [
|
|
1276
1294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1277
1295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1278
1296
|
];
|
|
1279
1297
|
}).s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {}).n("SupplyChainClient", "DeleteDataIntegrationFlowCommand").f(void 0, void 0).ser(se_DeleteDataIntegrationFlowCommand).de(de_DeleteDataIntegrationFlowCommand).build() {
|
|
1298
|
+
static {
|
|
1299
|
+
__name(this, "DeleteDataIntegrationFlowCommand");
|
|
1300
|
+
}
|
|
1280
1301
|
};
|
|
1281
|
-
__name(_DeleteDataIntegrationFlowCommand, "DeleteDataIntegrationFlowCommand");
|
|
1282
|
-
var DeleteDataIntegrationFlowCommand = _DeleteDataIntegrationFlowCommand;
|
|
1283
1302
|
|
|
1284
1303
|
// src/commands/DeleteDataLakeDatasetCommand.ts
|
|
1285
1304
|
|
|
1286
1305
|
|
|
1287
1306
|
|
|
1288
|
-
var
|
|
1307
|
+
var DeleteDataLakeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1289
1308
|
return [
|
|
1290
1309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1291
1310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1292
1311
|
];
|
|
1293
1312
|
}).s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {}).n("SupplyChainClient", "DeleteDataLakeDatasetCommand").f(void 0, void 0).ser(se_DeleteDataLakeDatasetCommand).de(de_DeleteDataLakeDatasetCommand).build() {
|
|
1313
|
+
static {
|
|
1314
|
+
__name(this, "DeleteDataLakeDatasetCommand");
|
|
1315
|
+
}
|
|
1294
1316
|
};
|
|
1295
|
-
__name(_DeleteDataLakeDatasetCommand, "DeleteDataLakeDatasetCommand");
|
|
1296
|
-
var DeleteDataLakeDatasetCommand = _DeleteDataLakeDatasetCommand;
|
|
1297
1317
|
|
|
1298
1318
|
// src/commands/DeleteInstanceCommand.ts
|
|
1299
1319
|
|
|
1300
1320
|
|
|
1301
1321
|
|
|
1302
|
-
var
|
|
1322
|
+
var DeleteInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1303
1323
|
return [
|
|
1304
1324
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1305
1325
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1306
1326
|
];
|
|
1307
1327
|
}).s("GalaxyPublicAPIGateway", "DeleteInstance", {}).n("SupplyChainClient", "DeleteInstanceCommand").f(void 0, void 0).ser(se_DeleteInstanceCommand).de(de_DeleteInstanceCommand).build() {
|
|
1328
|
+
static {
|
|
1329
|
+
__name(this, "DeleteInstanceCommand");
|
|
1330
|
+
}
|
|
1308
1331
|
};
|
|
1309
|
-
__name(_DeleteInstanceCommand, "DeleteInstanceCommand");
|
|
1310
|
-
var DeleteInstanceCommand = _DeleteInstanceCommand;
|
|
1311
1332
|
|
|
1312
1333
|
// src/commands/GetBillOfMaterialsImportJobCommand.ts
|
|
1313
1334
|
|
|
1314
1335
|
|
|
1315
1336
|
|
|
1316
|
-
var
|
|
1337
|
+
var GetBillOfMaterialsImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1317
1338
|
return [
|
|
1318
1339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1319
1340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1320
1341
|
];
|
|
1321
1342
|
}).s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {}).n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand").f(void 0, void 0).ser(se_GetBillOfMaterialsImportJobCommand).de(de_GetBillOfMaterialsImportJobCommand).build() {
|
|
1343
|
+
static {
|
|
1344
|
+
__name(this, "GetBillOfMaterialsImportJobCommand");
|
|
1345
|
+
}
|
|
1322
1346
|
};
|
|
1323
|
-
__name(_GetBillOfMaterialsImportJobCommand, "GetBillOfMaterialsImportJobCommand");
|
|
1324
|
-
var GetBillOfMaterialsImportJobCommand = _GetBillOfMaterialsImportJobCommand;
|
|
1325
1347
|
|
|
1326
1348
|
// src/commands/GetDataIntegrationFlowCommand.ts
|
|
1327
1349
|
|
|
1328
1350
|
|
|
1329
1351
|
|
|
1330
|
-
var
|
|
1352
|
+
var GetDataIntegrationFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1331
1353
|
return [
|
|
1332
1354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1333
1355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1334
1356
|
];
|
|
1335
1357
|
}).s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {}).n("SupplyChainClient", "GetDataIntegrationFlowCommand").f(void 0, void 0).ser(se_GetDataIntegrationFlowCommand).de(de_GetDataIntegrationFlowCommand).build() {
|
|
1358
|
+
static {
|
|
1359
|
+
__name(this, "GetDataIntegrationFlowCommand");
|
|
1360
|
+
}
|
|
1336
1361
|
};
|
|
1337
|
-
__name(_GetDataIntegrationFlowCommand, "GetDataIntegrationFlowCommand");
|
|
1338
|
-
var GetDataIntegrationFlowCommand = _GetDataIntegrationFlowCommand;
|
|
1339
1362
|
|
|
1340
1363
|
// src/commands/GetDataLakeDatasetCommand.ts
|
|
1341
1364
|
|
|
1342
1365
|
|
|
1343
1366
|
|
|
1344
|
-
var
|
|
1367
|
+
var GetDataLakeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1345
1368
|
return [
|
|
1346
1369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1347
1370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1348
1371
|
];
|
|
1349
1372
|
}).s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {}).n("SupplyChainClient", "GetDataLakeDatasetCommand").f(void 0, void 0).ser(se_GetDataLakeDatasetCommand).de(de_GetDataLakeDatasetCommand).build() {
|
|
1373
|
+
static {
|
|
1374
|
+
__name(this, "GetDataLakeDatasetCommand");
|
|
1375
|
+
}
|
|
1350
1376
|
};
|
|
1351
|
-
__name(_GetDataLakeDatasetCommand, "GetDataLakeDatasetCommand");
|
|
1352
|
-
var GetDataLakeDatasetCommand = _GetDataLakeDatasetCommand;
|
|
1353
1377
|
|
|
1354
1378
|
// src/commands/GetInstanceCommand.ts
|
|
1355
1379
|
|
|
1356
1380
|
|
|
1357
1381
|
|
|
1358
|
-
var
|
|
1382
|
+
var GetInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1359
1383
|
return [
|
|
1360
1384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1361
1385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1362
1386
|
];
|
|
1363
1387
|
}).s("GalaxyPublicAPIGateway", "GetInstance", {}).n("SupplyChainClient", "GetInstanceCommand").f(void 0, void 0).ser(se_GetInstanceCommand).de(de_GetInstanceCommand).build() {
|
|
1388
|
+
static {
|
|
1389
|
+
__name(this, "GetInstanceCommand");
|
|
1390
|
+
}
|
|
1364
1391
|
};
|
|
1365
|
-
__name(_GetInstanceCommand, "GetInstanceCommand");
|
|
1366
|
-
var GetInstanceCommand = _GetInstanceCommand;
|
|
1367
1392
|
|
|
1368
1393
|
// src/commands/ListDataIntegrationFlowsCommand.ts
|
|
1369
1394
|
|
|
1370
1395
|
|
|
1371
1396
|
|
|
1372
|
-
var
|
|
1397
|
+
var ListDataIntegrationFlowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1373
1398
|
return [
|
|
1374
1399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1375
1400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1376
1401
|
];
|
|
1377
1402
|
}).s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {}).n("SupplyChainClient", "ListDataIntegrationFlowsCommand").f(void 0, void 0).ser(se_ListDataIntegrationFlowsCommand).de(de_ListDataIntegrationFlowsCommand).build() {
|
|
1403
|
+
static {
|
|
1404
|
+
__name(this, "ListDataIntegrationFlowsCommand");
|
|
1405
|
+
}
|
|
1378
1406
|
};
|
|
1379
|
-
__name(_ListDataIntegrationFlowsCommand, "ListDataIntegrationFlowsCommand");
|
|
1380
|
-
var ListDataIntegrationFlowsCommand = _ListDataIntegrationFlowsCommand;
|
|
1381
1407
|
|
|
1382
1408
|
// src/commands/ListDataLakeDatasetsCommand.ts
|
|
1383
1409
|
|
|
1384
1410
|
|
|
1385
1411
|
|
|
1386
|
-
var
|
|
1412
|
+
var ListDataLakeDatasetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1387
1413
|
return [
|
|
1388
1414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1389
1415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1390
1416
|
];
|
|
1391
1417
|
}).s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {}).n("SupplyChainClient", "ListDataLakeDatasetsCommand").f(void 0, void 0).ser(se_ListDataLakeDatasetsCommand).de(de_ListDataLakeDatasetsCommand).build() {
|
|
1418
|
+
static {
|
|
1419
|
+
__name(this, "ListDataLakeDatasetsCommand");
|
|
1420
|
+
}
|
|
1392
1421
|
};
|
|
1393
|
-
__name(_ListDataLakeDatasetsCommand, "ListDataLakeDatasetsCommand");
|
|
1394
|
-
var ListDataLakeDatasetsCommand = _ListDataLakeDatasetsCommand;
|
|
1395
1422
|
|
|
1396
1423
|
// src/commands/ListInstancesCommand.ts
|
|
1397
1424
|
|
|
1398
1425
|
|
|
1399
1426
|
|
|
1400
|
-
var
|
|
1427
|
+
var ListInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1401
1428
|
return [
|
|
1402
1429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1403
1430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1404
1431
|
];
|
|
1405
1432
|
}).s("GalaxyPublicAPIGateway", "ListInstances", {}).n("SupplyChainClient", "ListInstancesCommand").f(void 0, void 0).ser(se_ListInstancesCommand).de(de_ListInstancesCommand).build() {
|
|
1433
|
+
static {
|
|
1434
|
+
__name(this, "ListInstancesCommand");
|
|
1435
|
+
}
|
|
1406
1436
|
};
|
|
1407
|
-
__name(_ListInstancesCommand, "ListInstancesCommand");
|
|
1408
|
-
var ListInstancesCommand = _ListInstancesCommand;
|
|
1409
1437
|
|
|
1410
1438
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1411
1439
|
|
|
1412
1440
|
|
|
1413
1441
|
|
|
1414
|
-
var
|
|
1442
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1415
1443
|
return [
|
|
1416
1444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1417
1445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1418
1446
|
];
|
|
1419
1447
|
}).s("GalaxyPublicAPIGateway", "ListTagsForResource", {}).n("SupplyChainClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1448
|
+
static {
|
|
1449
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1450
|
+
}
|
|
1420
1451
|
};
|
|
1421
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1422
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1423
1452
|
|
|
1424
1453
|
// src/commands/SendDataIntegrationEventCommand.ts
|
|
1425
1454
|
|
|
1426
1455
|
|
|
1427
1456
|
|
|
1428
|
-
var
|
|
1457
|
+
var SendDataIntegrationEventCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1429
1458
|
return [
|
|
1430
1459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1431
1460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1432
1461
|
];
|
|
1433
1462
|
}).s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {}).n("SupplyChainClient", "SendDataIntegrationEventCommand").f(SendDataIntegrationEventRequestFilterSensitiveLog, void 0).ser(se_SendDataIntegrationEventCommand).de(de_SendDataIntegrationEventCommand).build() {
|
|
1463
|
+
static {
|
|
1464
|
+
__name(this, "SendDataIntegrationEventCommand");
|
|
1465
|
+
}
|
|
1434
1466
|
};
|
|
1435
|
-
__name(_SendDataIntegrationEventCommand, "SendDataIntegrationEventCommand");
|
|
1436
|
-
var SendDataIntegrationEventCommand = _SendDataIntegrationEventCommand;
|
|
1437
1467
|
|
|
1438
1468
|
// src/commands/TagResourceCommand.ts
|
|
1439
1469
|
|
|
1440
1470
|
|
|
1441
1471
|
|
|
1442
|
-
var
|
|
1472
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1443
1473
|
return [
|
|
1444
1474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1445
1475
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1446
1476
|
];
|
|
1447
1477
|
}).s("GalaxyPublicAPIGateway", "TagResource", {}).n("SupplyChainClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
1478
|
+
static {
|
|
1479
|
+
__name(this, "TagResourceCommand");
|
|
1480
|
+
}
|
|
1448
1481
|
};
|
|
1449
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1450
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1451
1482
|
|
|
1452
1483
|
// src/commands/UntagResourceCommand.ts
|
|
1453
1484
|
|
|
1454
1485
|
|
|
1455
1486
|
|
|
1456
|
-
var
|
|
1487
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1457
1488
|
return [
|
|
1458
1489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1459
1490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1460
1491
|
];
|
|
1461
1492
|
}).s("GalaxyPublicAPIGateway", "UntagResource", {}).n("SupplyChainClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
1493
|
+
static {
|
|
1494
|
+
__name(this, "UntagResourceCommand");
|
|
1495
|
+
}
|
|
1462
1496
|
};
|
|
1463
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1464
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1465
1497
|
|
|
1466
1498
|
// src/commands/UpdateDataIntegrationFlowCommand.ts
|
|
1467
1499
|
|
|
1468
1500
|
|
|
1469
1501
|
|
|
1470
|
-
var
|
|
1502
|
+
var UpdateDataIntegrationFlowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1471
1503
|
return [
|
|
1472
1504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1473
1505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1474
1506
|
];
|
|
1475
1507
|
}).s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {}).n("SupplyChainClient", "UpdateDataIntegrationFlowCommand").f(void 0, void 0).ser(se_UpdateDataIntegrationFlowCommand).de(de_UpdateDataIntegrationFlowCommand).build() {
|
|
1508
|
+
static {
|
|
1509
|
+
__name(this, "UpdateDataIntegrationFlowCommand");
|
|
1510
|
+
}
|
|
1476
1511
|
};
|
|
1477
|
-
__name(_UpdateDataIntegrationFlowCommand, "UpdateDataIntegrationFlowCommand");
|
|
1478
|
-
var UpdateDataIntegrationFlowCommand = _UpdateDataIntegrationFlowCommand;
|
|
1479
1512
|
|
|
1480
1513
|
// src/commands/UpdateDataLakeDatasetCommand.ts
|
|
1481
1514
|
|
|
1482
1515
|
|
|
1483
1516
|
|
|
1484
|
-
var
|
|
1517
|
+
var UpdateDataLakeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1485
1518
|
return [
|
|
1486
1519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1487
1520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1488
1521
|
];
|
|
1489
1522
|
}).s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {}).n("SupplyChainClient", "UpdateDataLakeDatasetCommand").f(void 0, void 0).ser(se_UpdateDataLakeDatasetCommand).de(de_UpdateDataLakeDatasetCommand).build() {
|
|
1523
|
+
static {
|
|
1524
|
+
__name(this, "UpdateDataLakeDatasetCommand");
|
|
1525
|
+
}
|
|
1490
1526
|
};
|
|
1491
|
-
__name(_UpdateDataLakeDatasetCommand, "UpdateDataLakeDatasetCommand");
|
|
1492
|
-
var UpdateDataLakeDatasetCommand = _UpdateDataLakeDatasetCommand;
|
|
1493
1527
|
|
|
1494
1528
|
// src/commands/UpdateInstanceCommand.ts
|
|
1495
1529
|
|
|
1496
1530
|
|
|
1497
1531
|
|
|
1498
|
-
var
|
|
1532
|
+
var UpdateInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1499
1533
|
return [
|
|
1500
1534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1501
1535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1502
1536
|
];
|
|
1503
1537
|
}).s("GalaxyPublicAPIGateway", "UpdateInstance", {}).n("SupplyChainClient", "UpdateInstanceCommand").f(void 0, void 0).ser(se_UpdateInstanceCommand).de(de_UpdateInstanceCommand).build() {
|
|
1538
|
+
static {
|
|
1539
|
+
__name(this, "UpdateInstanceCommand");
|
|
1540
|
+
}
|
|
1504
1541
|
};
|
|
1505
|
-
__name(_UpdateInstanceCommand, "UpdateInstanceCommand");
|
|
1506
|
-
var UpdateInstanceCommand = _UpdateInstanceCommand;
|
|
1507
1542
|
|
|
1508
1543
|
// src/SupplyChain.ts
|
|
1509
1544
|
var commands = {
|
|
@@ -1529,10 +1564,11 @@ var commands = {
|
|
|
1529
1564
|
UpdateDataLakeDatasetCommand,
|
|
1530
1565
|
UpdateInstanceCommand
|
|
1531
1566
|
};
|
|
1532
|
-
var
|
|
1567
|
+
var SupplyChain = class extends SupplyChainClient {
|
|
1568
|
+
static {
|
|
1569
|
+
__name(this, "SupplyChain");
|
|
1570
|
+
}
|
|
1533
1571
|
};
|
|
1534
|
-
__name(_SupplyChain, "SupplyChain");
|
|
1535
|
-
var SupplyChain = _SupplyChain;
|
|
1536
1572
|
(0, import_smithy_client.createAggregatedClient)(commands, SupplyChain);
|
|
1537
1573
|
|
|
1538
1574
|
// src/pagination/ListDataIntegrationFlowsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class SupplyChainClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { SupplyChainServiceException as __BaseException } from "./SupplyChainServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
4
6
|
constructor(opts) {
|
|
5
7
|
super({
|
|
6
8
|
name: "AccessDeniedException",
|
|
7
9
|
$fault: "client",
|
|
8
10
|
...opts,
|
|
9
11
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -20,78 +20,78 @@ export const ConfigurationJobStatus = {
|
|
|
20
20
|
SUCCESS: "SUCCESS",
|
|
21
21
|
};
|
|
22
22
|
export class ConflictException extends __BaseException {
|
|
23
|
+
name = "ConflictException";
|
|
24
|
+
$fault = "client";
|
|
23
25
|
constructor(opts) {
|
|
24
26
|
super({
|
|
25
27
|
name: "ConflictException",
|
|
26
28
|
$fault: "client",
|
|
27
29
|
...opts,
|
|
28
30
|
});
|
|
29
|
-
this.name = "ConflictException";
|
|
30
|
-
this.$fault = "client";
|
|
31
31
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
export class InternalServerException extends __BaseException {
|
|
35
|
+
name = "InternalServerException";
|
|
36
|
+
$fault = "server";
|
|
37
|
+
$retryable = {};
|
|
35
38
|
constructor(opts) {
|
|
36
39
|
super({
|
|
37
40
|
name: "InternalServerException",
|
|
38
41
|
$fault: "server",
|
|
39
42
|
...opts,
|
|
40
43
|
});
|
|
41
|
-
this.name = "InternalServerException";
|
|
42
|
-
this.$fault = "server";
|
|
43
|
-
this.$retryable = {};
|
|
44
44
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
export class ResourceNotFoundException extends __BaseException {
|
|
48
|
+
name = "ResourceNotFoundException";
|
|
49
|
+
$fault = "client";
|
|
48
50
|
constructor(opts) {
|
|
49
51
|
super({
|
|
50
52
|
name: "ResourceNotFoundException",
|
|
51
53
|
$fault: "client",
|
|
52
54
|
...opts,
|
|
53
55
|
});
|
|
54
|
-
this.name = "ResourceNotFoundException";
|
|
55
|
-
this.$fault = "client";
|
|
56
56
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
60
|
+
name = "ServiceQuotaExceededException";
|
|
61
|
+
$fault = "client";
|
|
60
62
|
constructor(opts) {
|
|
61
63
|
super({
|
|
62
64
|
name: "ServiceQuotaExceededException",
|
|
63
65
|
$fault: "client",
|
|
64
66
|
...opts,
|
|
65
67
|
});
|
|
66
|
-
this.name = "ServiceQuotaExceededException";
|
|
67
|
-
this.$fault = "client";
|
|
68
68
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
export class ThrottlingException extends __BaseException {
|
|
72
|
+
name = "ThrottlingException";
|
|
73
|
+
$fault = "client";
|
|
74
|
+
$retryable = {
|
|
75
|
+
throttling: true,
|
|
76
|
+
};
|
|
72
77
|
constructor(opts) {
|
|
73
78
|
super({
|
|
74
79
|
name: "ThrottlingException",
|
|
75
80
|
$fault: "client",
|
|
76
81
|
...opts,
|
|
77
82
|
});
|
|
78
|
-
this.name = "ThrottlingException";
|
|
79
|
-
this.$fault = "client";
|
|
80
|
-
this.$retryable = {
|
|
81
|
-
throttling: true,
|
|
82
|
-
};
|
|
83
83
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
export class ValidationException extends __BaseException {
|
|
87
|
+
name = "ValidationException";
|
|
88
|
+
$fault = "client";
|
|
87
89
|
constructor(opts) {
|
|
88
90
|
super({
|
|
89
91
|
name: "ValidationException",
|
|
90
92
|
$fault: "client",
|
|
91
93
|
...opts,
|
|
92
94
|
});
|
|
93
|
-
this.name = "ValidationException";
|
|
94
|
-
this.$fault = "client";
|
|
95
95
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -28,8 +28,7 @@ declare const DeleteInstanceCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.</p>
|
|
31
|
-
* <p>This is an asynchronous operation. Upon receiving a DeleteInstance request, Amazon Web Services Supply Chain immediately returns a response with the instance resource, delete state while cleaning up all Amazon Web Services resources created during
|
|
32
|
-
* the instance creation process. You can use the GetInstance action to check the instance status.</p>
|
|
31
|
+
* <p>This is an asynchronous operation. Upon receiving a DeleteInstance request, Amazon Web Services Supply Chain immediately returns a response with the instance resource, delete state while cleaning up all Amazon Web Services resources created during the instance creation process. You can use the GetInstance action to check the instance status.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const SendDataIntegrationEventCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake.
|
|
31
|
-
* New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.</p>
|
|
30
|
+
* <p>Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake. New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain. During the data ingestion process, you can add tags such as dev, test, or prod to data flows
|
|
31
|
-
* created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.</p>
|
|
30
|
+
* <p>You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain. During the data ingestion process, you can add tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows
|
|
31
|
-
* created during the data ingestion process in the AWS Supply Chain datasets. </p>
|
|
30
|
+
* <p>You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -563,7 +563,7 @@ export interface CreateDataLakeDatasetRequest {
|
|
|
563
563
|
*/
|
|
564
564
|
name: string | undefined;
|
|
565
565
|
/**
|
|
566
|
-
* <p>The custom schema of the data lake dataset and is only required when the name space is <
|
|
566
|
+
* <p>The custom schema of the data lake dataset and is only required when the name space is <b>default</b>.</p>
|
|
567
567
|
* @public
|
|
568
568
|
*/
|
|
569
569
|
schema?: DataLakeDatasetSchema | undefined;
|
|
@@ -665,6 +665,11 @@ export interface CreateInstanceRequest {
|
|
|
665
665
|
* @public
|
|
666
666
|
*/
|
|
667
667
|
kmsKeyArn?: string | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
webAppDnsDomain?: string | undefined;
|
|
668
673
|
/**
|
|
669
674
|
* <p>The Amazon Web Services tags of an instance to be created.</p>
|
|
670
675
|
* @public
|
|
@@ -805,8 +810,7 @@ export interface SendDataIntegrationEventRequest {
|
|
|
805
810
|
*/
|
|
806
811
|
eventType: DataIntegrationEventType | undefined;
|
|
807
812
|
/**
|
|
808
|
-
* <p>The data payload of the event. For more information on the data schema to use, see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">Data entities supported in AWS Supply Chain
|
|
809
|
-
* </a>.</p>
|
|
813
|
+
* <p>The data payload of the event. For more information on the data schema to use, see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">Data entities supported in AWS Supply Chain</a>.</p>
|
|
810
814
|
* @public
|
|
811
815
|
*/
|
|
812
816
|
data: string | undefined;
|
|
@@ -1027,23 +1031,22 @@ export interface DeleteDataLakeDatasetRequest {
|
|
|
1027
1031
|
*/
|
|
1028
1032
|
instanceId: string | undefined;
|
|
1029
1033
|
/**
|
|
1030
|
-
* <p>The
|
|
1034
|
+
* <p>The name space of the dataset. The available values are:</p>
|
|
1031
1035
|
* <ul>
|
|
1032
1036
|
* <li>
|
|
1033
|
-
* <p>
|
|
1034
|
-
*
|
|
1035
|
-
* </a>.</p>
|
|
1037
|
+
* <p>
|
|
1038
|
+
* <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
|
|
1036
1039
|
* </li>
|
|
1037
1040
|
* <li>
|
|
1038
|
-
* <p>
|
|
1041
|
+
* <p>
|
|
1042
|
+
* <b>default</b> - For datasets with custom user-defined schemas.</p>
|
|
1039
1043
|
* </li>
|
|
1040
1044
|
* </ul>
|
|
1041
1045
|
* @public
|
|
1042
1046
|
*/
|
|
1043
1047
|
namespace: string | undefined;
|
|
1044
1048
|
/**
|
|
1045
|
-
* <p>The name of the dataset.
|
|
1046
|
-
* </a>.</p>
|
|
1049
|
+
* <p>The name of the dataset. For <b>asc</b> name space, the name must be one of the supported data entities under <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
|
|
1047
1050
|
* @public
|
|
1048
1051
|
*/
|
|
1049
1052
|
name: string | undefined;
|
|
@@ -1059,7 +1062,7 @@ export interface DeleteDataLakeDatasetResponse {
|
|
|
1059
1062
|
*/
|
|
1060
1063
|
instanceId: string | undefined;
|
|
1061
1064
|
/**
|
|
1062
|
-
* <p>The
|
|
1065
|
+
* <p>The name space of deleted dataset.</p>
|
|
1063
1066
|
* @public
|
|
1064
1067
|
*/
|
|
1065
1068
|
namespace: string | undefined;
|
|
@@ -1122,15 +1125,15 @@ export interface ListDataLakeDatasetsRequest {
|
|
|
1122
1125
|
*/
|
|
1123
1126
|
instanceId: string | undefined;
|
|
1124
1127
|
/**
|
|
1125
|
-
* <p>The
|
|
1128
|
+
* <p>The name space of the dataset. The available values are:</p>
|
|
1126
1129
|
* <ul>
|
|
1127
1130
|
* <li>
|
|
1128
|
-
* <p>
|
|
1129
|
-
*
|
|
1130
|
-
* </a>.</p>
|
|
1131
|
+
* <p>
|
|
1132
|
+
* <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
|
|
1131
1133
|
* </li>
|
|
1132
1134
|
* <li>
|
|
1133
|
-
* <p>
|
|
1135
|
+
* <p>
|
|
1136
|
+
* <b>default</b> - For datasets with custom user-defined schemas.</p>
|
|
1134
1137
|
* </li>
|
|
1135
1138
|
* </ul>
|
|
1136
1139
|
* @public
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -212,6 +212,7 @@ export interface CreateInstanceRequest {
|
|
|
212
212
|
instanceName?: string | undefined;
|
|
213
213
|
instanceDescription?: string | undefined;
|
|
214
214
|
kmsKeyArn?: string | undefined;
|
|
215
|
+
webAppDnsDomain?: string | undefined;
|
|
215
216
|
tags?: Record<string, string> | undefined;
|
|
216
217
|
clientToken?: string | undefined;
|
|
217
218
|
}
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-supplychain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.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-supplychain",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|