@aws-sdk/client-migrationhuborchestrator 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.
Files changed (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  4. package/dist-es/commands/CreateWorkflowCommand.js +2 -14
  5. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -14
  6. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkflowCommand.js +2 -14
  9. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -14
  10. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -14
  11. package/dist-es/commands/GetTemplateCommand.js +2 -14
  12. package/dist-es/commands/GetTemplateStepCommand.js +2 -14
  13. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -14
  14. package/dist-es/commands/GetWorkflowCommand.js +2 -14
  15. package/dist-es/commands/GetWorkflowStepCommand.js +2 -14
  16. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -14
  17. package/dist-es/commands/ListPluginsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListTemplateStepsCommand.js +2 -14
  21. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  22. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -14
  23. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -14
  24. package/dist-es/commands/ListWorkflowsCommand.js +2 -14
  25. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -14
  26. package/dist-es/commands/StartWorkflowCommand.js +2 -14
  27. package/dist-es/commands/StopWorkflowCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  31. package/dist-es/commands/UpdateWorkflowCommand.js +2 -14
  32. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -14
  33. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateWorkflowCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteWorkflowCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +3 -8
  48. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  49. package/dist-types/commands/GetTemplateStepCommand.d.ts +3 -8
  50. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +3 -8
  51. package/dist-types/commands/GetWorkflowCommand.d.ts +3 -8
  52. package/dist-types/commands/GetWorkflowStepCommand.d.ts +3 -8
  53. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +3 -8
  54. package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTemplateStepsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -8
  62. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +3 -8
  63. package/dist-types/commands/StartWorkflowCommand.d.ts +3 -8
  64. package/dist-types/commands/StopWorkflowCommand.d.ts +3 -8
  65. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  66. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateWorkflowCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateWorkflowStepGroupCommandInput extends CreateWorkflowStepG
22
19
  export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStepGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWorkflowStepGroupCommand_base: {
25
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a step group in a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
22
19
  export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTemplateCommand_base: {
25
- new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a migration workflow template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkflowCommandInput extends DeleteMigrationWorkflowReque
22
19
  export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkflowCommand_base: {
25
- new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkflowStepCommandInput extends DeleteWorkflowStepReques
22
19
  export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkflowStepCommand_base: {
25
- new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a step in a migration workflow. Pause the workflow to delete a running
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkflowStepGroupCommandInput extends DeleteWorkflowStepG
22
19
  export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStepGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkflowStepGroupCommand_base: {
25
- new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a step group in a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTemplateCommandInput extends GetMigrationWorkflowTemplateReq
22
19
  export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTemplateCommand_base: {
25
- new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the template you want to use for creating a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {
22
19
  export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTemplateStepCommand_base: {
25
- new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTemplateStepCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a specific step in a template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTemplateStepGroupCommandInput extends GetTemplateStepGroupRe
22
19
  export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTemplateStepGroupCommand_base: {
25
- new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTemplateStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a step group in a template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetMigrationWorkflowRequest, GetMigrationWorkflowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {
22
19
  export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowCommand_base: {
25
- new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {
22
19
  export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowStepCommand_base: {
25
- new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a step in the migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowStepGroupCommandInput extends GetWorkflowStepGroupRe
22
19
  export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowStepGroupCommand_base: {
25
- new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowStepGroupCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the step group of a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPluginsCommandInput extends ListPluginsRequest {
22
19
  export interface ListPluginsCommandOutput extends ListPluginsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPluginsCommand_base: {
25
- new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPluginsCommandInput): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/core/client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List AWS Migration Hub Orchestrator plugins.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the tags added to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTemplateStepGroupsCommandInput extends ListTemplateStepGrou
22
19
  export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTemplateStepGroupsCommand_base: {
25
- new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTemplateStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the step groups in a template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTemplateStepsCommandInput extends ListTemplateStepsRequest
22
19
  export interface ListTemplateStepsCommandOutput extends ListTemplateStepsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTemplateStepsCommand_base: {
25
- new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTemplateStepsCommandInput): import("@smithy/core/client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the steps in a template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTemplatesCommandInput extends ListMigrationWorkflowTemplate
22
19
  export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTemplatesCommand_base: {
25
- new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowStepGroupsCommandInput extends ListWorkflowStepGrou
22
19
  export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowStepGroupsCommand_base: {
25
- new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the step groups in a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowStepsCommandInput extends ListWorkflowStepsRequest
22
19
  export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowStepsCommand_base: {
25
- new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkflowStepsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the steps in a workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkflowsCommandInput extends ListMigrationWorkflowsRequest
22
19
  export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowsCommand_base: {
25
- new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the migration workflows.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RetryWorkflowStepCommandInput extends RetryWorkflowStepRequest
22
19
  export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RetryWorkflowStepCommand_base: {
25
- new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RetryWorkflowStepCommandInput): import("@smithy/core/client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retry a failed step in a migration workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
4
2
  import type { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartWorkflowCommandInput extends StartMigrationWorkflowRequest
22
19
  export interface StartWorkflowCommandOutput extends StartMigrationWorkflowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartWorkflowCommand_base: {
25
- new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartWorkflowCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, import("..").MigrationHubOrchestratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Start a migration workflow.</p>