@aws-sdk/client-migrationhuborchestrator 3.478.0 → 3.481.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 (117) hide show
  1. package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
  2. package/dist-cjs/commands/CreateWorkflowStepCommand.js +18 -41
  3. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  7. package/dist-cjs/commands/GetTemplateCommand.js +18 -41
  8. package/dist-cjs/commands/GetTemplateStepCommand.js +18 -41
  9. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +18 -41
  10. package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
  11. package/dist-cjs/commands/GetWorkflowStepCommand.js +18 -41
  12. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +18 -41
  13. package/dist-cjs/commands/ListPluginsCommand.js +18 -41
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  15. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTemplateStepsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTemplatesCommand.js +18 -41
  18. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +18 -41
  19. package/dist-cjs/commands/ListWorkflowStepsCommand.js +18 -41
  20. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  21. package/dist-cjs/commands/RetryWorkflowStepCommand.js +18 -41
  22. package/dist-cjs/commands/StartWorkflowCommand.js +18 -41
  23. package/dist-cjs/commands/StopWorkflowCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateWorkflowCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-es/commands/CreateWorkflowCommand.js +18 -41
  31. package/dist-es/commands/CreateWorkflowStepCommand.js +18 -41
  32. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +18 -41
  33. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  34. package/dist-es/commands/DeleteWorkflowStepCommand.js +18 -41
  35. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +18 -41
  36. package/dist-es/commands/GetTemplateCommand.js +18 -41
  37. package/dist-es/commands/GetTemplateStepCommand.js +18 -41
  38. package/dist-es/commands/GetTemplateStepGroupCommand.js +18 -41
  39. package/dist-es/commands/GetWorkflowCommand.js +18 -41
  40. package/dist-es/commands/GetWorkflowStepCommand.js +18 -41
  41. package/dist-es/commands/GetWorkflowStepGroupCommand.js +18 -41
  42. package/dist-es/commands/ListPluginsCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/ListTemplateStepGroupsCommand.js +18 -41
  45. package/dist-es/commands/ListTemplateStepsCommand.js +18 -41
  46. package/dist-es/commands/ListTemplatesCommand.js +18 -41
  47. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +18 -41
  48. package/dist-es/commands/ListWorkflowStepsCommand.js +18 -41
  49. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  50. package/dist-es/commands/RetryWorkflowStepCommand.js +18 -41
  51. package/dist-es/commands/StartWorkflowCommand.js +18 -41
  52. package/dist-es/commands/StopWorkflowCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateWorkflowCommand.js +18 -41
  56. package/dist-es/commands/UpdateWorkflowStepCommand.js +18 -41
  57. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/GetTemplateStepCommand.d.ts +6 -21
  67. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +6 -21
  68. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  69. package/dist-types/commands/GetWorkflowStepCommand.d.ts +6 -21
  70. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +6 -21
  71. package/dist-types/commands/ListPluginsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListTemplateStepsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  79. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +6 -21
  80. package/dist-types/commands/StartWorkflowCommand.d.ts +6 -21
  81. package/dist-types/commands/StopWorkflowCommand.d.ts +6 -21
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowCommandInput extends UpdateMigrationWorkflowReque
21
20
  */
22
21
  export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowCommand_base: {
24
+ new (input: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a migration workflow.</p>
@@ -109,23 +112,5 @@ export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResp
109
112
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
110
113
  *
111
114
  */
112
- export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
113
- readonly input: UpdateWorkflowCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: UpdateWorkflowCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateWorkflowStepRequest, UpdateWorkflowStepResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowStepCommandInput extends UpdateWorkflowStepReques
21
20
  */
22
21
  export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowStepCommand_base: {
24
+ new (input: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a step in a migration workflow.</p>
@@ -108,23 +111,5 @@ export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepRespo
108
111
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
109
112
  *
110
113
  */
111
- export declare class UpdateWorkflowStepCommand extends $Command<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
112
- readonly input: UpdateWorkflowStepCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: UpdateWorkflowStepCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class UpdateWorkflowStepCommand extends UpdateWorkflowStepCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
5
4
  import { UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWorkflowStepGroupCommandInput extends UpdateWorkflowStepG
21
20
  */
22
21
  export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStepGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWorkflowStepGroupCommand_base: {
24
+ new (input: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the step group in a migration workflow.</p>
@@ -91,23 +94,5 @@ export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStep
91
94
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateWorkflowStepGroupCommand extends $Command<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
95
- readonly input: UpdateWorkflowStepGroupCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateWorkflowStepGroupCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateWorkflowStepGroupCommand extends UpdateWorkflowStepGroupCommand_base {
113
98
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateWorkflowCommandInput
21
15
  export interface CreateWorkflowCommandOutput
22
16
  extends CreateMigrationWorkflowResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateWorkflowCommand extends $Command<
25
- CreateWorkflowCommandInput,
26
- CreateWorkflowCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: CreateWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateWorkflowCommand_base: {
19
+ new (
20
+ input: CreateWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateWorkflowCommandInput,
23
+ CreateWorkflowCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateWorkflowStepCommandInput
21
15
  export interface CreateWorkflowStepCommandOutput
22
16
  extends CreateWorkflowStepResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateWorkflowStepCommand extends $Command<
25
- CreateWorkflowStepCommandInput,
26
- CreateWorkflowStepCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: CreateWorkflowStepCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateWorkflowStepCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateWorkflowStepCommand_base: {
19
+ new (
20
+ input: CreateWorkflowStepCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateWorkflowStepCommandInput,
23
+ CreateWorkflowStepCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateWorkflowStepCommand extends CreateWorkflowStepCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateWorkflowStepGroupCommandInput
21
15
  export interface CreateWorkflowStepGroupCommandOutput
22
16
  extends CreateWorkflowStepGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateWorkflowStepGroupCommand extends $Command<
25
- CreateWorkflowStepGroupCommandInput,
26
- CreateWorkflowStepGroupCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: CreateWorkflowStepGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateWorkflowStepGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateWorkflowStepGroupCommand_base: {
19
+ new (
20
+ input: CreateWorkflowStepGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateWorkflowStepGroupCommandInput,
38
- CreateWorkflowStepGroupCommandOutput
23
+ CreateWorkflowStepGroupCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateWorkflowStepGroupCommand extends CreateWorkflowStepGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteWorkflowCommandInput
21
15
  export interface DeleteWorkflowCommandOutput
22
16
  extends DeleteMigrationWorkflowResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteWorkflowCommand extends $Command<
25
- DeleteWorkflowCommandInput,
26
- DeleteWorkflowCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: DeleteWorkflowCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteWorkflowCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteWorkflowCommand_base: {
19
+ new (
20
+ input: DeleteWorkflowCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteWorkflowCommandInput,
23
+ DeleteWorkflowCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteWorkflowStepCommandInput
21
15
  export interface DeleteWorkflowStepCommandOutput
22
16
  extends DeleteWorkflowStepResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteWorkflowStepCommand extends $Command<
25
- DeleteWorkflowStepCommandInput,
26
- DeleteWorkflowStepCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: DeleteWorkflowStepCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteWorkflowStepCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteWorkflowStepCommand_base: {
19
+ new (
20
+ input: DeleteWorkflowStepCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteWorkflowStepCommandInput,
23
+ DeleteWorkflowStepCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteWorkflowStepCommand extends DeleteWorkflowStepCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteWorkflowStepGroupCommandInput
21
15
  export interface DeleteWorkflowStepGroupCommandOutput
22
16
  extends DeleteWorkflowStepGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteWorkflowStepGroupCommand extends $Command<
25
- DeleteWorkflowStepGroupCommandInput,
26
- DeleteWorkflowStepGroupCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: DeleteWorkflowStepGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteWorkflowStepGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteWorkflowStepGroupCommand_base: {
19
+ new (
20
+ input: DeleteWorkflowStepGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteWorkflowStepGroupCommandInput,
38
- DeleteWorkflowStepGroupCommandOutput
23
+ DeleteWorkflowStepGroupCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteWorkflowStepGroupCommand extends DeleteWorkflowStepGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetTemplateCommandInput
21
15
  export interface GetTemplateCommandOutput
22
16
  extends GetMigrationWorkflowTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetTemplateCommand extends $Command<
25
- GetTemplateCommandInput,
26
- GetTemplateCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: GetTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetTemplateCommand_base: {
19
+ new (
20
+ input: GetTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetTemplateCommandInput,
23
+ GetTemplateCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTemplateCommand extends GetTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {}
20
14
  export interface GetTemplateStepCommandOutput
21
15
  extends GetTemplateStepResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetTemplateStepCommand extends $Command<
24
- GetTemplateStepCommandInput,
25
- GetTemplateStepCommandOutput,
26
- MigrationHubOrchestratorClientResolvedConfig
27
- > {
28
- readonly input: GetTemplateStepCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetTemplateStepCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MigrationHubOrchestratorClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetTemplateStepCommandInput, GetTemplateStepCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetTemplateStepCommand_base: {
18
+ new (
19
+ input: GetTemplateStepCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetTemplateStepCommandInput,
22
+ GetTemplateStepCommandOutput,
23
+ MigrationHubOrchestratorClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetTemplateStepCommand extends GetTemplateStepCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetTemplateStepGroupCommandInput
21
15
  export interface GetTemplateStepGroupCommandOutput
22
16
  extends GetTemplateStepGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetTemplateStepGroupCommand extends $Command<
25
- GetTemplateStepGroupCommandInput,
26
- GetTemplateStepGroupCommandOutput,
27
- MigrationHubOrchestratorClientResolvedConfig
28
- > {
29
- readonly input: GetTemplateStepGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTemplateStepGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MigrationHubOrchestratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetTemplateStepGroupCommand_base: {
19
+ new (
20
+ input: GetTemplateStepGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetTemplateStepGroupCommandInput,
38
- GetTemplateStepGroupCommandOutput
23
+ GetTemplateStepGroupCommandOutput,
24
+ MigrationHubOrchestratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTemplateStepGroupCommand extends GetTemplateStepGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MigrationHubOrchestratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {}
20
14
  export interface GetWorkflowCommandOutput
21
15
  extends GetMigrationWorkflowResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetWorkflowCommand extends $Command<
24
- GetWorkflowCommandInput,
25
- GetWorkflowCommandOutput,
26
- MigrationHubOrchestratorClientResolvedConfig
27
- > {
28
- readonly input: GetWorkflowCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetWorkflowCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MigrationHubOrchestratorClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetWorkflowCommand_base: {
18
+ new (
19
+ input: GetWorkflowCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetWorkflowCommandInput,
22
+ GetWorkflowCommandOutput,
23
+ MigrationHubOrchestratorClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetWorkflowCommand extends GetWorkflowCommand_base {}