@aws-sdk/client-migrationhuborchestrator 3.928.0 → 3.930.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 (55) hide show
  1. package/dist-cjs/index.js +1393 -1423
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MigrationHubOrchestratorClient.js +2 -0
  4. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateWorkflowCommand.js +3 -10
  6. package/dist-es/commands/CreateWorkflowStepCommand.js +3 -9
  7. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +3 -9
  8. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  9. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  10. package/dist-es/commands/DeleteWorkflowStepCommand.js +3 -9
  11. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +3 -9
  12. package/dist-es/commands/GetTemplateCommand.js +3 -9
  13. package/dist-es/commands/GetTemplateStepCommand.js +3 -9
  14. package/dist-es/commands/GetTemplateStepGroupCommand.js +3 -9
  15. package/dist-es/commands/GetWorkflowCommand.js +3 -10
  16. package/dist-es/commands/GetWorkflowStepCommand.js +3 -9
  17. package/dist-es/commands/GetWorkflowStepGroupCommand.js +3 -9
  18. package/dist-es/commands/ListPluginsCommand.js +3 -9
  19. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  20. package/dist-es/commands/ListTemplateStepGroupsCommand.js +3 -9
  21. package/dist-es/commands/ListTemplateStepsCommand.js +3 -9
  22. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  23. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +3 -9
  24. package/dist-es/commands/ListWorkflowStepsCommand.js +3 -9
  25. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  26. package/dist-es/commands/RetryWorkflowStepCommand.js +3 -9
  27. package/dist-es/commands/StartWorkflowCommand.js +3 -9
  28. package/dist-es/commands/StopWorkflowCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  32. package/dist-es/commands/UpdateWorkflowCommand.js +3 -10
  33. package/dist-es/commands/UpdateWorkflowStepCommand.js +3 -9
  34. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +3 -9
  35. package/dist-es/models/models_0.js +0 -55
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +1324 -0
  38. package/dist-types/MigrationHubOrchestratorClient.d.ts +10 -1
  39. package/dist-types/models/models_0.d.ts +12 -23
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +136 -0
  45. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -18
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +142 -0
  52. package/package.json +33 -34
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1138
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -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.migrationhuborchestrator" }),
28
30
  serviceId: config?.serviceId ?? "MigrationHubOrchestrator",
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 MigrationHubOrchestratorClient 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_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTemplateCommand 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("AWSMigrationHubOrchestrator", "CreateTemplate", {})
17
13
  .n("MigrationHubOrchestratorClient", "CreateTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTemplateCommand)
20
- .de(de_CreateTemplateCommand)
14
+ .sc(CreateTemplate)
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 { CreateMigrationWorkflowRequestFilterSensitiveLog, CreateMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkflow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateWorkflowCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflow", {})
18
13
  .n("MigrationHubOrchestratorClient", "CreateWorkflowCommand")
19
- .f(CreateMigrationWorkflowRequestFilterSensitiveLog, CreateMigrationWorkflowResponseFilterSensitiveLog)
20
- .ser(se_CreateWorkflowCommand)
21
- .de(de_CreateWorkflowCommand)
14
+ .sc(CreateWorkflow)
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_CreateWorkflowStepCommand, se_CreateWorkflowStepCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkflowStep } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflowStep", {})
17
13
  .n("MigrationHubOrchestratorClient", "CreateWorkflowStepCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkflowStepCommand)
20
- .de(de_CreateWorkflowStepCommand)
14
+ .sc(CreateWorkflowStep)
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_CreateWorkflowStepGroupCommand, se_CreateWorkflowStepGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkflowStepGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "CreateWorkflowStepGroup", {})
17
13
  .n("MigrationHubOrchestratorClient", "CreateWorkflowStepGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkflowStepGroupCommand)
20
- .de(de_CreateWorkflowStepGroupCommand)
14
+ .sc(CreateWorkflowStepGroup)
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_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTemplateCommand 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("AWSMigrationHubOrchestrator", "DeleteTemplate", {})
17
13
  .n("MigrationHubOrchestratorClient", "DeleteTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTemplateCommand)
20
- .de(de_DeleteTemplateCommand)
14
+ .sc(DeleteTemplate)
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_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkflowCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflow", {})
17
13
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkflowCommand)
20
- .de(de_DeleteWorkflowCommand)
14
+ .sc(DeleteWorkflow)
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_DeleteWorkflowStepCommand, se_DeleteWorkflowStepCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkflowStep } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflowStep", {})
17
13
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkflowStepCommand)
20
- .de(de_DeleteWorkflowStepCommand)
14
+ .sc(DeleteWorkflowStep)
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_DeleteWorkflowStepGroupCommand, se_DeleteWorkflowStepGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkflowStepGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "DeleteWorkflowStepGroup", {})
17
13
  .n("MigrationHubOrchestratorClient", "DeleteWorkflowStepGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkflowStepGroupCommand)
20
- .de(de_DeleteWorkflowStepGroupCommand)
14
+ .sc(DeleteWorkflowStepGroup)
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_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateCommand 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("AWSMigrationHubOrchestrator", "GetTemplate", {})
17
13
  .n("MigrationHubOrchestratorClient", "GetTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateCommand)
20
- .de(de_GetTemplateCommand)
14
+ .sc(GetTemplate)
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_GetTemplateStepCommand, se_GetTemplateStepCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTemplateStep } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateStepCommand 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("AWSMigrationHubOrchestrator", "GetTemplateStep", {})
17
13
  .n("MigrationHubOrchestratorClient", "GetTemplateStepCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateStepCommand)
20
- .de(de_GetTemplateStepCommand)
14
+ .sc(GetTemplateStep)
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_GetTemplateStepGroupCommand, se_GetTemplateStepGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTemplateStepGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateStepGroupCommand 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("AWSMigrationHubOrchestrator", "GetTemplateStepGroup", {})
17
13
  .n("MigrationHubOrchestratorClient", "GetTemplateStepGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateStepGroupCommand)
20
- .de(de_GetTemplateStepGroupCommand)
14
+ .sc(GetTemplateStepGroup)
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 { GetMigrationWorkflowResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkflow } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetWorkflowCommand 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("AWSMigrationHubOrchestrator", "GetWorkflow", {})
18
13
  .n("MigrationHubOrchestratorClient", "GetWorkflowCommand")
19
- .f(void 0, GetMigrationWorkflowResponseFilterSensitiveLog)
20
- .ser(se_GetWorkflowCommand)
21
- .de(de_GetWorkflowCommand)
14
+ .sc(GetWorkflow)
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_GetWorkflowStepCommand, se_GetWorkflowStepCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkflowStep } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkflowStepCommand 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("AWSMigrationHubOrchestrator", "GetWorkflowStep", {})
17
13
  .n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkflowStepCommand)
20
- .de(de_GetWorkflowStepCommand)
14
+ .sc(GetWorkflowStep)
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_GetWorkflowStepGroupCommand, se_GetWorkflowStepGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkflowStepGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkflowStepGroupCommand 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("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {})
17
13
  .n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkflowStepGroupCommand)
20
- .de(de_GetWorkflowStepGroupCommand)
14
+ .sc(GetWorkflowStepGroup)
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_ListPluginsCommand, se_ListPluginsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListPlugins } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPluginsCommand 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("AWSMigrationHubOrchestrator", "ListPlugins", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListPluginsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPluginsCommand)
20
- .de(de_ListPluginsCommand)
14
+ .sc(ListPlugins)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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("AWSMigrationHubOrchestrator", "ListTagsForResource", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListTemplateStepGroupsCommand, se_ListTemplateStepGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTemplateStepGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTemplateStepGroupsCommand 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("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTemplateStepGroupsCommand)
20
- .de(de_ListTemplateStepGroupsCommand)
14
+ .sc(ListTemplateStepGroups)
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_ListTemplateStepsCommand, se_ListTemplateStepsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTemplateSteps } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTemplateStepsCommand 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("AWSMigrationHubOrchestrator", "ListTemplateSteps", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTemplateStepsCommand)
20
- .de(de_ListTemplateStepsCommand)
14
+ .sc(ListTemplateSteps)
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_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTemplates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTemplatesCommand 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("AWSMigrationHubOrchestrator", "ListTemplates", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListTemplatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTemplatesCommand)
20
- .de(de_ListTemplatesCommand)
14
+ .sc(ListTemplates)
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_ListWorkflowStepGroupsCommand, se_ListWorkflowStepGroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWorkflowStepGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWorkflowStepGroupsCommand 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("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWorkflowStepGroupsCommand)
20
- .de(de_ListWorkflowStepGroupsCommand)
14
+ .sc(ListWorkflowStepGroups)
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_ListWorkflowStepsCommand, se_ListWorkflowStepsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWorkflowSteps } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWorkflowStepsCommand 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("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWorkflowStepsCommand)
20
- .de(de_ListWorkflowStepsCommand)
14
+ .sc(ListWorkflowSteps)
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_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWorkflows } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWorkflowsCommand 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("AWSMigrationHubOrchestrator", "ListWorkflows", {})
17
13
  .n("MigrationHubOrchestratorClient", "ListWorkflowsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWorkflowsCommand)
20
- .de(de_ListWorkflowsCommand)
14
+ .sc(ListWorkflows)
21
15
  .build() {
22
16
  }