@aws-sdk/client-supplychain 3.1076.0 → 3.1078.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 +41 -305
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -14
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceCommand.js +2 -14
- package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -14
- package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/GetInstanceCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -14
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -14
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -14
- package/dist-es/commands/ListInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateInstanceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendDataIntegrationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultSupplyChainHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1128,6 +1130,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1128
1130
|
serviceTarget: "GalaxyPublicAPIGateway",
|
|
1129
1131
|
},
|
|
1130
1132
|
serviceId: config?.serviceId ?? "SupplyChain",
|
|
1133
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1131
1134
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1132
1135
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1133
1136
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1161,7 +1164,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1161
1164
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1162
1165
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1163
1166
|
}, config),
|
|
1164
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1165
1167
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1166
1168
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1167
1169
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1249,364 +1251,98 @@ class SupplyChainClient extends Client {
|
|
|
1249
1251
|
}
|
|
1250
1252
|
}
|
|
1251
1253
|
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
})
|
|
1258
|
-
.s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
|
|
1259
|
-
.n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
|
|
1260
|
-
.sc(CreateBillOfMaterialsImportJob$)
|
|
1261
|
-
.build() {
|
|
1254
|
+
const command = makeBuilder(commonParams, "GalaxyPublicAPIGateway", "SupplyChainClient", getEndpointPlugin);
|
|
1255
|
+
const _ep0 = {};
|
|
1256
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1257
|
+
|
|
1258
|
+
class CreateBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "CreateBillOfMaterialsImportJob", CreateBillOfMaterialsImportJob$) {
|
|
1262
1259
|
}
|
|
1263
1260
|
|
|
1264
|
-
class CreateDataIntegrationFlowCommand extends
|
|
1265
|
-
.classBuilder()
|
|
1266
|
-
.ep(commonParams)
|
|
1267
|
-
.m(function (Command, cs, config, o) {
|
|
1268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1269
|
-
})
|
|
1270
|
-
.s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
|
|
1271
|
-
.n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
|
|
1272
|
-
.sc(CreateDataIntegrationFlow$)
|
|
1273
|
-
.build() {
|
|
1261
|
+
class CreateDataIntegrationFlowCommand extends command(_ep0, _mw0, "CreateDataIntegrationFlow", CreateDataIntegrationFlow$) {
|
|
1274
1262
|
}
|
|
1275
1263
|
|
|
1276
|
-
class CreateDataLakeDatasetCommand extends
|
|
1277
|
-
.classBuilder()
|
|
1278
|
-
.ep(commonParams)
|
|
1279
|
-
.m(function (Command, cs, config, o) {
|
|
1280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1281
|
-
})
|
|
1282
|
-
.s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
|
|
1283
|
-
.n("SupplyChainClient", "CreateDataLakeDatasetCommand")
|
|
1284
|
-
.sc(CreateDataLakeDataset$)
|
|
1285
|
-
.build() {
|
|
1264
|
+
class CreateDataLakeDatasetCommand extends command(_ep0, _mw0, "CreateDataLakeDataset", CreateDataLakeDataset$) {
|
|
1286
1265
|
}
|
|
1287
1266
|
|
|
1288
|
-
class CreateDataLakeNamespaceCommand extends
|
|
1289
|
-
.classBuilder()
|
|
1290
|
-
.ep(commonParams)
|
|
1291
|
-
.m(function (Command, cs, config, o) {
|
|
1292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1293
|
-
})
|
|
1294
|
-
.s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
|
|
1295
|
-
.n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
|
|
1296
|
-
.sc(CreateDataLakeNamespace$)
|
|
1297
|
-
.build() {
|
|
1267
|
+
class CreateDataLakeNamespaceCommand extends command(_ep0, _mw0, "CreateDataLakeNamespace", CreateDataLakeNamespace$) {
|
|
1298
1268
|
}
|
|
1299
1269
|
|
|
1300
|
-
class CreateInstanceCommand extends
|
|
1301
|
-
.classBuilder()
|
|
1302
|
-
.ep(commonParams)
|
|
1303
|
-
.m(function (Command, cs, config, o) {
|
|
1304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1305
|
-
})
|
|
1306
|
-
.s("GalaxyPublicAPIGateway", "CreateInstance", {})
|
|
1307
|
-
.n("SupplyChainClient", "CreateInstanceCommand")
|
|
1308
|
-
.sc(CreateInstance$)
|
|
1309
|
-
.build() {
|
|
1270
|
+
class CreateInstanceCommand extends command(_ep0, _mw0, "CreateInstance", CreateInstance$) {
|
|
1310
1271
|
}
|
|
1311
1272
|
|
|
1312
|
-
class DeleteDataIntegrationFlowCommand extends
|
|
1313
|
-
.classBuilder()
|
|
1314
|
-
.ep(commonParams)
|
|
1315
|
-
.m(function (Command, cs, config, o) {
|
|
1316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1317
|
-
})
|
|
1318
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
|
|
1319
|
-
.n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
|
|
1320
|
-
.sc(DeleteDataIntegrationFlow$)
|
|
1321
|
-
.build() {
|
|
1273
|
+
class DeleteDataIntegrationFlowCommand extends command(_ep0, _mw0, "DeleteDataIntegrationFlow", DeleteDataIntegrationFlow$) {
|
|
1322
1274
|
}
|
|
1323
1275
|
|
|
1324
|
-
class DeleteDataLakeDatasetCommand extends
|
|
1325
|
-
.classBuilder()
|
|
1326
|
-
.ep(commonParams)
|
|
1327
|
-
.m(function (Command, cs, config, o) {
|
|
1328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1329
|
-
})
|
|
1330
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
|
|
1331
|
-
.n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
|
|
1332
|
-
.sc(DeleteDataLakeDataset$)
|
|
1333
|
-
.build() {
|
|
1276
|
+
class DeleteDataLakeDatasetCommand extends command(_ep0, _mw0, "DeleteDataLakeDataset", DeleteDataLakeDataset$) {
|
|
1334
1277
|
}
|
|
1335
1278
|
|
|
1336
|
-
class DeleteDataLakeNamespaceCommand extends
|
|
1337
|
-
.classBuilder()
|
|
1338
|
-
.ep(commonParams)
|
|
1339
|
-
.m(function (Command, cs, config, o) {
|
|
1340
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1341
|
-
})
|
|
1342
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
|
|
1343
|
-
.n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
|
|
1344
|
-
.sc(DeleteDataLakeNamespace$)
|
|
1345
|
-
.build() {
|
|
1279
|
+
class DeleteDataLakeNamespaceCommand extends command(_ep0, _mw0, "DeleteDataLakeNamespace", DeleteDataLakeNamespace$) {
|
|
1346
1280
|
}
|
|
1347
1281
|
|
|
1348
|
-
class DeleteInstanceCommand extends
|
|
1349
|
-
.classBuilder()
|
|
1350
|
-
.ep(commonParams)
|
|
1351
|
-
.m(function (Command, cs, config, o) {
|
|
1352
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1353
|
-
})
|
|
1354
|
-
.s("GalaxyPublicAPIGateway", "DeleteInstance", {})
|
|
1355
|
-
.n("SupplyChainClient", "DeleteInstanceCommand")
|
|
1356
|
-
.sc(DeleteInstance$)
|
|
1357
|
-
.build() {
|
|
1282
|
+
class DeleteInstanceCommand extends command(_ep0, _mw0, "DeleteInstance", DeleteInstance$) {
|
|
1358
1283
|
}
|
|
1359
1284
|
|
|
1360
|
-
class GetBillOfMaterialsImportJobCommand extends
|
|
1361
|
-
.classBuilder()
|
|
1362
|
-
.ep(commonParams)
|
|
1363
|
-
.m(function (Command, cs, config, o) {
|
|
1364
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1365
|
-
})
|
|
1366
|
-
.s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
|
|
1367
|
-
.n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
|
|
1368
|
-
.sc(GetBillOfMaterialsImportJob$)
|
|
1369
|
-
.build() {
|
|
1285
|
+
class GetBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "GetBillOfMaterialsImportJob", GetBillOfMaterialsImportJob$) {
|
|
1370
1286
|
}
|
|
1371
1287
|
|
|
1372
|
-
class GetDataIntegrationEventCommand extends
|
|
1373
|
-
.classBuilder()
|
|
1374
|
-
.ep(commonParams)
|
|
1375
|
-
.m(function (Command, cs, config, o) {
|
|
1376
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1377
|
-
})
|
|
1378
|
-
.s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
|
|
1379
|
-
.n("SupplyChainClient", "GetDataIntegrationEventCommand")
|
|
1380
|
-
.sc(GetDataIntegrationEvent$)
|
|
1381
|
-
.build() {
|
|
1288
|
+
class GetDataIntegrationEventCommand extends command(_ep0, _mw0, "GetDataIntegrationEvent", GetDataIntegrationEvent$) {
|
|
1382
1289
|
}
|
|
1383
1290
|
|
|
1384
|
-
class GetDataIntegrationFlowCommand extends
|
|
1385
|
-
.classBuilder()
|
|
1386
|
-
.ep(commonParams)
|
|
1387
|
-
.m(function (Command, cs, config, o) {
|
|
1388
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1389
|
-
})
|
|
1390
|
-
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
|
|
1391
|
-
.n("SupplyChainClient", "GetDataIntegrationFlowCommand")
|
|
1392
|
-
.sc(GetDataIntegrationFlow$)
|
|
1393
|
-
.build() {
|
|
1291
|
+
class GetDataIntegrationFlowCommand extends command(_ep0, _mw0, "GetDataIntegrationFlow", GetDataIntegrationFlow$) {
|
|
1394
1292
|
}
|
|
1395
1293
|
|
|
1396
|
-
class GetDataIntegrationFlowExecutionCommand extends
|
|
1397
|
-
.classBuilder()
|
|
1398
|
-
.ep(commonParams)
|
|
1399
|
-
.m(function (Command, cs, config, o) {
|
|
1400
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1401
|
-
})
|
|
1402
|
-
.s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
|
|
1403
|
-
.n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
|
|
1404
|
-
.sc(GetDataIntegrationFlowExecution$)
|
|
1405
|
-
.build() {
|
|
1294
|
+
class GetDataIntegrationFlowExecutionCommand extends command(_ep0, _mw0, "GetDataIntegrationFlowExecution", GetDataIntegrationFlowExecution$) {
|
|
1406
1295
|
}
|
|
1407
1296
|
|
|
1408
|
-
class GetDataLakeDatasetCommand extends
|
|
1409
|
-
.classBuilder()
|
|
1410
|
-
.ep(commonParams)
|
|
1411
|
-
.m(function (Command, cs, config, o) {
|
|
1412
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1413
|
-
})
|
|
1414
|
-
.s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
|
|
1415
|
-
.n("SupplyChainClient", "GetDataLakeDatasetCommand")
|
|
1416
|
-
.sc(GetDataLakeDataset$)
|
|
1417
|
-
.build() {
|
|
1297
|
+
class GetDataLakeDatasetCommand extends command(_ep0, _mw0, "GetDataLakeDataset", GetDataLakeDataset$) {
|
|
1418
1298
|
}
|
|
1419
1299
|
|
|
1420
|
-
class GetDataLakeNamespaceCommand extends
|
|
1421
|
-
.classBuilder()
|
|
1422
|
-
.ep(commonParams)
|
|
1423
|
-
.m(function (Command, cs, config, o) {
|
|
1424
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1425
|
-
})
|
|
1426
|
-
.s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
|
|
1427
|
-
.n("SupplyChainClient", "GetDataLakeNamespaceCommand")
|
|
1428
|
-
.sc(GetDataLakeNamespace$)
|
|
1429
|
-
.build() {
|
|
1300
|
+
class GetDataLakeNamespaceCommand extends command(_ep0, _mw0, "GetDataLakeNamespace", GetDataLakeNamespace$) {
|
|
1430
1301
|
}
|
|
1431
1302
|
|
|
1432
|
-
class GetInstanceCommand extends
|
|
1433
|
-
.classBuilder()
|
|
1434
|
-
.ep(commonParams)
|
|
1435
|
-
.m(function (Command, cs, config, o) {
|
|
1436
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1437
|
-
})
|
|
1438
|
-
.s("GalaxyPublicAPIGateway", "GetInstance", {})
|
|
1439
|
-
.n("SupplyChainClient", "GetInstanceCommand")
|
|
1440
|
-
.sc(GetInstance$)
|
|
1441
|
-
.build() {
|
|
1303
|
+
class GetInstanceCommand extends command(_ep0, _mw0, "GetInstance", GetInstance$) {
|
|
1442
1304
|
}
|
|
1443
1305
|
|
|
1444
|
-
class ListDataIntegrationEventsCommand extends
|
|
1445
|
-
.classBuilder()
|
|
1446
|
-
.ep(commonParams)
|
|
1447
|
-
.m(function (Command, cs, config, o) {
|
|
1448
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1449
|
-
})
|
|
1450
|
-
.s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
|
|
1451
|
-
.n("SupplyChainClient", "ListDataIntegrationEventsCommand")
|
|
1452
|
-
.sc(ListDataIntegrationEvents$)
|
|
1453
|
-
.build() {
|
|
1306
|
+
class ListDataIntegrationEventsCommand extends command(_ep0, _mw0, "ListDataIntegrationEvents", ListDataIntegrationEvents$) {
|
|
1454
1307
|
}
|
|
1455
1308
|
|
|
1456
|
-
class ListDataIntegrationFlowExecutionsCommand extends
|
|
1457
|
-
.classBuilder()
|
|
1458
|
-
.ep(commonParams)
|
|
1459
|
-
.m(function (Command, cs, config, o) {
|
|
1460
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1461
|
-
})
|
|
1462
|
-
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
|
|
1463
|
-
.n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
|
|
1464
|
-
.sc(ListDataIntegrationFlowExecutions$)
|
|
1465
|
-
.build() {
|
|
1309
|
+
class ListDataIntegrationFlowExecutionsCommand extends command(_ep0, _mw0, "ListDataIntegrationFlowExecutions", ListDataIntegrationFlowExecutions$) {
|
|
1466
1310
|
}
|
|
1467
1311
|
|
|
1468
|
-
class ListDataIntegrationFlowsCommand extends
|
|
1469
|
-
.classBuilder()
|
|
1470
|
-
.ep(commonParams)
|
|
1471
|
-
.m(function (Command, cs, config, o) {
|
|
1472
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1473
|
-
})
|
|
1474
|
-
.s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
|
|
1475
|
-
.n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
|
|
1476
|
-
.sc(ListDataIntegrationFlows$)
|
|
1477
|
-
.build() {
|
|
1312
|
+
class ListDataIntegrationFlowsCommand extends command(_ep0, _mw0, "ListDataIntegrationFlows", ListDataIntegrationFlows$) {
|
|
1478
1313
|
}
|
|
1479
1314
|
|
|
1480
|
-
class ListDataLakeDatasetsCommand extends
|
|
1481
|
-
.classBuilder()
|
|
1482
|
-
.ep(commonParams)
|
|
1483
|
-
.m(function (Command, cs, config, o) {
|
|
1484
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1485
|
-
})
|
|
1486
|
-
.s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
|
|
1487
|
-
.n("SupplyChainClient", "ListDataLakeDatasetsCommand")
|
|
1488
|
-
.sc(ListDataLakeDatasets$)
|
|
1489
|
-
.build() {
|
|
1315
|
+
class ListDataLakeDatasetsCommand extends command(_ep0, _mw0, "ListDataLakeDatasets", ListDataLakeDatasets$) {
|
|
1490
1316
|
}
|
|
1491
1317
|
|
|
1492
|
-
class ListDataLakeNamespacesCommand extends
|
|
1493
|
-
.classBuilder()
|
|
1494
|
-
.ep(commonParams)
|
|
1495
|
-
.m(function (Command, cs, config, o) {
|
|
1496
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1497
|
-
})
|
|
1498
|
-
.s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
|
|
1499
|
-
.n("SupplyChainClient", "ListDataLakeNamespacesCommand")
|
|
1500
|
-
.sc(ListDataLakeNamespaces$)
|
|
1501
|
-
.build() {
|
|
1318
|
+
class ListDataLakeNamespacesCommand extends command(_ep0, _mw0, "ListDataLakeNamespaces", ListDataLakeNamespaces$) {
|
|
1502
1319
|
}
|
|
1503
1320
|
|
|
1504
|
-
class ListInstancesCommand extends
|
|
1505
|
-
.classBuilder()
|
|
1506
|
-
.ep(commonParams)
|
|
1507
|
-
.m(function (Command, cs, config, o) {
|
|
1508
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1509
|
-
})
|
|
1510
|
-
.s("GalaxyPublicAPIGateway", "ListInstances", {})
|
|
1511
|
-
.n("SupplyChainClient", "ListInstancesCommand")
|
|
1512
|
-
.sc(ListInstances$)
|
|
1513
|
-
.build() {
|
|
1321
|
+
class ListInstancesCommand extends command(_ep0, _mw0, "ListInstances", ListInstances$) {
|
|
1514
1322
|
}
|
|
1515
1323
|
|
|
1516
|
-
class ListTagsForResourceCommand extends
|
|
1517
|
-
.classBuilder()
|
|
1518
|
-
.ep(commonParams)
|
|
1519
|
-
.m(function (Command, cs, config, o) {
|
|
1520
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1521
|
-
})
|
|
1522
|
-
.s("GalaxyPublicAPIGateway", "ListTagsForResource", {})
|
|
1523
|
-
.n("SupplyChainClient", "ListTagsForResourceCommand")
|
|
1524
|
-
.sc(ListTagsForResource$)
|
|
1525
|
-
.build() {
|
|
1324
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1526
1325
|
}
|
|
1527
1326
|
|
|
1528
|
-
class SendDataIntegrationEventCommand extends
|
|
1529
|
-
.classBuilder()
|
|
1530
|
-
.ep(commonParams)
|
|
1531
|
-
.m(function (Command, cs, config, o) {
|
|
1532
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1533
|
-
})
|
|
1534
|
-
.s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {})
|
|
1535
|
-
.n("SupplyChainClient", "SendDataIntegrationEventCommand")
|
|
1536
|
-
.sc(SendDataIntegrationEvent$)
|
|
1537
|
-
.build() {
|
|
1327
|
+
class SendDataIntegrationEventCommand extends command(_ep0, _mw0, "SendDataIntegrationEvent", SendDataIntegrationEvent$) {
|
|
1538
1328
|
}
|
|
1539
1329
|
|
|
1540
|
-
class TagResourceCommand extends
|
|
1541
|
-
.classBuilder()
|
|
1542
|
-
.ep(commonParams)
|
|
1543
|
-
.m(function (Command, cs, config, o) {
|
|
1544
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1545
|
-
})
|
|
1546
|
-
.s("GalaxyPublicAPIGateway", "TagResource", {})
|
|
1547
|
-
.n("SupplyChainClient", "TagResourceCommand")
|
|
1548
|
-
.sc(TagResource$)
|
|
1549
|
-
.build() {
|
|
1330
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1550
1331
|
}
|
|
1551
1332
|
|
|
1552
|
-
class UntagResourceCommand extends
|
|
1553
|
-
.classBuilder()
|
|
1554
|
-
.ep(commonParams)
|
|
1555
|
-
.m(function (Command, cs, config, o) {
|
|
1556
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1557
|
-
})
|
|
1558
|
-
.s("GalaxyPublicAPIGateway", "UntagResource", {})
|
|
1559
|
-
.n("SupplyChainClient", "UntagResourceCommand")
|
|
1560
|
-
.sc(UntagResource$)
|
|
1561
|
-
.build() {
|
|
1333
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1562
1334
|
}
|
|
1563
1335
|
|
|
1564
|
-
class UpdateDataIntegrationFlowCommand extends
|
|
1565
|
-
.classBuilder()
|
|
1566
|
-
.ep(commonParams)
|
|
1567
|
-
.m(function (Command, cs, config, o) {
|
|
1568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1569
|
-
})
|
|
1570
|
-
.s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {})
|
|
1571
|
-
.n("SupplyChainClient", "UpdateDataIntegrationFlowCommand")
|
|
1572
|
-
.sc(UpdateDataIntegrationFlow$)
|
|
1573
|
-
.build() {
|
|
1336
|
+
class UpdateDataIntegrationFlowCommand extends command(_ep0, _mw0, "UpdateDataIntegrationFlow", UpdateDataIntegrationFlow$) {
|
|
1574
1337
|
}
|
|
1575
1338
|
|
|
1576
|
-
class UpdateDataLakeDatasetCommand extends
|
|
1577
|
-
.classBuilder()
|
|
1578
|
-
.ep(commonParams)
|
|
1579
|
-
.m(function (Command, cs, config, o) {
|
|
1580
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1581
|
-
})
|
|
1582
|
-
.s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {})
|
|
1583
|
-
.n("SupplyChainClient", "UpdateDataLakeDatasetCommand")
|
|
1584
|
-
.sc(UpdateDataLakeDataset$)
|
|
1585
|
-
.build() {
|
|
1339
|
+
class UpdateDataLakeDatasetCommand extends command(_ep0, _mw0, "UpdateDataLakeDataset", UpdateDataLakeDataset$) {
|
|
1586
1340
|
}
|
|
1587
1341
|
|
|
1588
|
-
class UpdateDataLakeNamespaceCommand extends
|
|
1589
|
-
.classBuilder()
|
|
1590
|
-
.ep(commonParams)
|
|
1591
|
-
.m(function (Command, cs, config, o) {
|
|
1592
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1593
|
-
})
|
|
1594
|
-
.s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {})
|
|
1595
|
-
.n("SupplyChainClient", "UpdateDataLakeNamespaceCommand")
|
|
1596
|
-
.sc(UpdateDataLakeNamespace$)
|
|
1597
|
-
.build() {
|
|
1342
|
+
class UpdateDataLakeNamespaceCommand extends command(_ep0, _mw0, "UpdateDataLakeNamespace", UpdateDataLakeNamespace$) {
|
|
1598
1343
|
}
|
|
1599
1344
|
|
|
1600
|
-
class UpdateInstanceCommand extends
|
|
1601
|
-
.classBuilder()
|
|
1602
|
-
.ep(commonParams)
|
|
1603
|
-
.m(function (Command, cs, config, o) {
|
|
1604
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1605
|
-
})
|
|
1606
|
-
.s("GalaxyPublicAPIGateway", "UpdateInstance", {})
|
|
1607
|
-
.n("SupplyChainClient", "UpdateInstanceCommand")
|
|
1608
|
-
.sc(UpdateInstance$)
|
|
1609
|
-
.build() {
|
|
1345
|
+
class UpdateInstanceCommand extends command(_ep0, _mw0, "UpdateInstance", UpdateInstance$) {
|
|
1610
1346
|
}
|
|
1611
1347
|
|
|
1612
1348
|
const paginateListDataIntegrationEvents = createPaginator(SupplyChainClient, ListDataIntegrationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "GalaxyPublicAPIGateway", "SupplyChainClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBillOfMaterialsImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
|
|
13
|
-
.n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
|
|
14
|
-
.sc(CreateBillOfMaterialsImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "CreateBillOfMaterialsImportJob", CreateBillOfMaterialsImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataIntegrationFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataIntegrationFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
|
|
13
|
-
.n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
|
|
14
|
-
.sc(CreateDataIntegrationFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataIntegrationFlowCommand extends command(_ep0, _mw0, "CreateDataIntegrationFlow", CreateDataIntegrationFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataLakeDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataLakeDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
|
|
13
|
-
.n("SupplyChainClient", "CreateDataLakeDatasetCommand")
|
|
14
|
-
.sc(CreateDataLakeDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataLakeDatasetCommand extends command(_ep0, _mw0, "CreateDataLakeDataset", CreateDataLakeDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataLakeNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataLakeNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
|
|
13
|
-
.n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
|
|
14
|
-
.sc(CreateDataLakeNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataLakeNamespaceCommand extends command(_ep0, _mw0, "CreateDataLakeNamespace", CreateDataLakeNamespace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "CreateInstance", {})
|
|
13
|
-
.n("SupplyChainClient", "CreateInstanceCommand")
|
|
14
|
-
.sc(CreateInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateInstanceCommand extends command(_ep0, _mw0, "CreateInstance", CreateInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataIntegrationFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataIntegrationFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
|
|
13
|
-
.n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
|
|
14
|
-
.sc(DeleteDataIntegrationFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataIntegrationFlowCommand extends command(_ep0, _mw0, "DeleteDataIntegrationFlow", DeleteDataIntegrationFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataLakeDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataLakeDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
|
|
13
|
-
.n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
|
|
14
|
-
.sc(DeleteDataLakeDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataLakeDatasetCommand extends command(_ep0, _mw0, "DeleteDataLakeDataset", DeleteDataLakeDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataLakeNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataLakeNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
|
|
13
|
-
.n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
|
|
14
|
-
.sc(DeleteDataLakeNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataLakeNamespaceCommand extends command(_ep0, _mw0, "DeleteDataLakeNamespace", DeleteDataLakeNamespace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "DeleteInstance", {})
|
|
13
|
-
.n("SupplyChainClient", "DeleteInstanceCommand")
|
|
14
|
-
.sc(DeleteInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInstanceCommand extends command(_ep0, _mw0, "DeleteInstance", DeleteInstance$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBillOfMaterialsImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
|
|
13
|
-
.n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
|
|
14
|
-
.sc(GetBillOfMaterialsImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBillOfMaterialsImportJobCommand extends command(_ep0, _mw0, "GetBillOfMaterialsImportJob", GetBillOfMaterialsImportJob$) {
|
|
16
4
|
}
|