@aws-sdk/client-supplychain 3.928.0 → 3.929.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.
Files changed (54) hide show
  1. package/dist-cjs/index.js +1426 -1364
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SupplyChainClient.js +2 -0
  4. package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +3 -9
  5. package/dist-es/commands/CreateDataIntegrationFlowCommand.js +3 -10
  6. package/dist-es/commands/CreateDataLakeDatasetCommand.js +3 -9
  7. package/dist-es/commands/CreateDataLakeNamespaceCommand.js +3 -9
  8. package/dist-es/commands/CreateInstanceCommand.js +3 -9
  9. package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +3 -9
  10. package/dist-es/commands/DeleteDataLakeDatasetCommand.js +3 -9
  11. package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteInstanceCommand.js +3 -9
  13. package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +3 -9
  14. package/dist-es/commands/GetDataIntegrationEventCommand.js +3 -9
  15. package/dist-es/commands/GetDataIntegrationFlowCommand.js +3 -10
  16. package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +3 -9
  17. package/dist-es/commands/GetDataLakeDatasetCommand.js +3 -9
  18. package/dist-es/commands/GetDataLakeNamespaceCommand.js +3 -9
  19. package/dist-es/commands/GetInstanceCommand.js +3 -9
  20. package/dist-es/commands/ListDataIntegrationEventsCommand.js +3 -9
  21. package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +3 -9
  22. package/dist-es/commands/ListDataIntegrationFlowsCommand.js +3 -10
  23. package/dist-es/commands/ListDataLakeDatasetsCommand.js +3 -9
  24. package/dist-es/commands/ListDataLakeNamespacesCommand.js +3 -9
  25. package/dist-es/commands/ListInstancesCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/SendDataIntegrationEventCommand.js +3 -10
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +3 -10
  31. package/dist-es/commands/UpdateDataLakeDatasetCommand.js +3 -9
  32. package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +3 -9
  33. package/dist-es/commands/UpdateInstanceCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -45
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1354 -0
  37. package/dist-types/SupplyChainClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +0 -36
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +150 -0
  44. package/dist-types/ts3.4/SupplyChainClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -27
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +156 -0
  51. package/package.json +2 -3
  52. package/dist-es/protocols/Aws_restJson1.js +0 -1087
  53. package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.supplychain" }),
28
30
  serviceId: config?.serviceId ?? "SupplyChain",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class SupplyChainClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateBillOfMaterialsImportJobCommand, se_CreateBillOfMaterialsImportJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateBillOfMaterialsImportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateBillOfMaterialsImportJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
17
13
  .n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateBillOfMaterialsImportJobCommand)
20
- .de(de_CreateBillOfMaterialsImportJobCommand)
14
+ .sc(CreateBillOfMaterialsImportJob)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateDataIntegrationFlowRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateDataIntegrationFlowCommand, se_CreateDataIntegrationFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataIntegrationFlow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateDataIntegrationFlowCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
18
13
  .n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
19
- .f(CreateDataIntegrationFlowRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateDataIntegrationFlowCommand)
21
- .de(de_CreateDataIntegrationFlowCommand)
14
+ .sc(CreateDataIntegrationFlow)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataLakeDatasetCommand, se_CreateDataLakeDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataLakeDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataLakeDatasetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
17
13
  .n("SupplyChainClient", "CreateDataLakeDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataLakeDatasetCommand)
20
- .de(de_CreateDataLakeDatasetCommand)
14
+ .sc(CreateDataLakeDataset)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDataLakeNamespaceCommand, se_CreateDataLakeNamespaceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateDataLakeNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDataLakeNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
17
13
  .n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDataLakeNamespaceCommand)
20
- .de(de_CreateDataLakeNamespaceCommand)
14
+ .sc(CreateDataLakeNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateInstanceCommand, se_CreateInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "CreateInstance", {})
17
13
  .n("SupplyChainClient", "CreateInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateInstanceCommand)
20
- .de(de_CreateInstanceCommand)
14
+ .sc(CreateInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataIntegrationFlowCommand, se_DeleteDataIntegrationFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataIntegrationFlow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataIntegrationFlowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
17
13
  .n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataIntegrationFlowCommand)
20
- .de(de_DeleteDataIntegrationFlowCommand)
14
+ .sc(DeleteDataIntegrationFlow)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataLakeDatasetCommand, se_DeleteDataLakeDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataLakeDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataLakeDatasetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
17
13
  .n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataLakeDatasetCommand)
20
- .de(de_DeleteDataLakeDatasetCommand)
14
+ .sc(DeleteDataLakeDataset)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDataLakeNamespaceCommand, se_DeleteDataLakeNamespaceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDataLakeNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDataLakeNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
17
13
  .n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDataLakeNamespaceCommand)
20
- .de(de_DeleteDataLakeNamespaceCommand)
14
+ .sc(DeleteDataLakeNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "DeleteInstance", {})
17
13
  .n("SupplyChainClient", "DeleteInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteInstanceCommand)
20
- .de(de_DeleteInstanceCommand)
14
+ .sc(DeleteInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetBillOfMaterialsImportJobCommand, se_GetBillOfMaterialsImportJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetBillOfMaterialsImportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetBillOfMaterialsImportJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
17
13
  .n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetBillOfMaterialsImportJobCommand)
20
- .de(de_GetBillOfMaterialsImportJobCommand)
14
+ .sc(GetBillOfMaterialsImportJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataIntegrationEventCommand, se_GetDataIntegrationEventCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataIntegrationEvent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataIntegrationEventCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
17
13
  .n("SupplyChainClient", "GetDataIntegrationEventCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataIntegrationEventCommand)
20
- .de(de_GetDataIntegrationEventCommand)
14
+ .sc(GetDataIntegrationEvent)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDataIntegrationFlowResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDataIntegrationFlowCommand, se_GetDataIntegrationFlowCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataIntegrationFlow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDataIntegrationFlowCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
18
13
  .n("SupplyChainClient", "GetDataIntegrationFlowCommand")
19
- .f(void 0, GetDataIntegrationFlowResponseFilterSensitiveLog)
20
- .ser(se_GetDataIntegrationFlowCommand)
21
- .de(de_GetDataIntegrationFlowCommand)
14
+ .sc(GetDataIntegrationFlow)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataIntegrationFlowExecutionCommand, se_GetDataIntegrationFlowExecutionCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetDataIntegrationFlowExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataIntegrationFlowExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
17
13
  .n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataIntegrationFlowExecutionCommand)
20
- .de(de_GetDataIntegrationFlowExecutionCommand)
14
+ .sc(GetDataIntegrationFlowExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataLakeDatasetCommand, se_GetDataLakeDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataLakeDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataLakeDatasetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
17
13
  .n("SupplyChainClient", "GetDataLakeDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataLakeDatasetCommand)
20
- .de(de_GetDataLakeDatasetCommand)
14
+ .sc(GetDataLakeDataset)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataLakeNamespaceCommand, se_GetDataLakeNamespaceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataLakeNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataLakeNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
17
13
  .n("SupplyChainClient", "GetDataLakeNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataLakeNamespaceCommand)
20
- .de(de_GetDataLakeNamespaceCommand)
14
+ .sc(GetDataLakeNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetInstanceCommand, se_GetInstanceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "GetInstance", {})
17
13
  .n("SupplyChainClient", "GetInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetInstanceCommand)
20
- .de(de_GetInstanceCommand)
14
+ .sc(GetInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataIntegrationEventsCommand, se_ListDataIntegrationEventsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataIntegrationEvents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataIntegrationEventsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
17
13
  .n("SupplyChainClient", "ListDataIntegrationEventsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataIntegrationEventsCommand)
20
- .de(de_ListDataIntegrationEventsCommand)
14
+ .sc(ListDataIntegrationEvents)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataIntegrationFlowExecutionsCommand, se_ListDataIntegrationFlowExecutionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListDataIntegrationFlowExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataIntegrationFlowExecutionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
17
13
  .n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataIntegrationFlowExecutionsCommand)
20
- .de(de_ListDataIntegrationFlowExecutionsCommand)
14
+ .sc(ListDataIntegrationFlowExecutions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDataIntegrationFlowsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListDataIntegrationFlowsCommand, se_ListDataIntegrationFlowsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataIntegrationFlows } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListDataIntegrationFlowsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
18
13
  .n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
19
- .f(void 0, ListDataIntegrationFlowsResponseFilterSensitiveLog)
20
- .ser(se_ListDataIntegrationFlowsCommand)
21
- .de(de_ListDataIntegrationFlowsCommand)
14
+ .sc(ListDataIntegrationFlows)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataLakeDatasetsCommand, se_ListDataLakeDatasetsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataLakeDatasets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataLakeDatasetsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
17
13
  .n("SupplyChainClient", "ListDataLakeDatasetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataLakeDatasetsCommand)
20
- .de(de_ListDataLakeDatasetsCommand)
14
+ .sc(ListDataLakeDatasets)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataLakeNamespacesCommand, se_ListDataLakeNamespacesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDataLakeNamespaces } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataLakeNamespacesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
17
13
  .n("SupplyChainClient", "ListDataLakeNamespacesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataLakeNamespacesCommand)
20
- .de(de_ListDataLakeNamespacesCommand)
14
+ .sc(ListDataLakeNamespaces)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("GalaxyPublicAPIGateway", "ListInstances", {})
17
13
  .n("SupplyChainClient", "ListInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInstancesCommand)
20
- .de(de_ListInstancesCommand)
14
+ .sc(ListInstances)
21
15
  .build() {
22
16
  }