@aws-sdk/client-migrationhuborchestrator 3.181.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 (204) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +209 -0
  4. package/dist-cjs/MigrationHubOrchestrator.js +427 -0
  5. package/dist-cjs/MigrationHubOrchestratorClient.js +37 -0
  6. package/dist-cjs/commands/CreateWorkflowCommand.js +36 -0
  7. package/dist-cjs/commands/CreateWorkflowStepCommand.js +36 -0
  8. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +36 -0
  12. package/dist-cjs/commands/GetTemplateCommand.js +36 -0
  13. package/dist-cjs/commands/GetTemplateStepCommand.js +36 -0
  14. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +36 -0
  15. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  16. package/dist-cjs/commands/GetWorkflowStepCommand.js +36 -0
  17. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +36 -0
  18. package/dist-cjs/commands/ListPluginsCommand.js +36 -0
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  20. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListTemplateStepsCommand.js +36 -0
  22. package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
  23. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +36 -0
  24. package/dist-cjs/commands/ListWorkflowStepsCommand.js +36 -0
  25. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  26. package/dist-cjs/commands/RetryWorkflowStepCommand.js +36 -0
  27. package/dist-cjs/commands/StartWorkflowCommand.js +36 -0
  28. package/dist-cjs/commands/StopWorkflowCommand.js +36 -0
  29. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  30. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  31. package/dist-cjs/commands/UpdateWorkflowCommand.js +36 -0
  32. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +36 -0
  34. package/dist-cjs/commands/index.js +31 -0
  35. package/dist-cjs/endpoints.js +132 -0
  36. package/dist-cjs/index.js +11 -0
  37. package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +11 -0
  38. package/dist-cjs/models/index.js +4 -0
  39. package/dist-cjs/models/models_0.js +491 -0
  40. package/dist-cjs/pagination/Interfaces.js +2 -0
  41. package/dist-cjs/pagination/ListPluginsPaginator.js +36 -0
  42. package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListTemplateStepsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
  48. package/dist-cjs/pagination/index.js +11 -0
  49. package/dist-cjs/protocols/Aws_restJson1.js +2816 -0
  50. package/dist-cjs/runtimeConfig.browser.js +45 -0
  51. package/dist-cjs/runtimeConfig.js +52 -0
  52. package/dist-cjs/runtimeConfig.native.js +16 -0
  53. package/dist-cjs/runtimeConfig.shared.js +17 -0
  54. package/dist-es/MigrationHubOrchestrator.js +430 -0
  55. package/dist-es/MigrationHubOrchestratorClient.js +39 -0
  56. package/dist-es/commands/CreateWorkflowCommand.js +39 -0
  57. package/dist-es/commands/CreateWorkflowStepCommand.js +39 -0
  58. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +39 -0
  59. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  60. package/dist-es/commands/DeleteWorkflowStepCommand.js +39 -0
  61. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +39 -0
  62. package/dist-es/commands/GetTemplateCommand.js +39 -0
  63. package/dist-es/commands/GetTemplateStepCommand.js +39 -0
  64. package/dist-es/commands/GetTemplateStepGroupCommand.js +39 -0
  65. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  66. package/dist-es/commands/GetWorkflowStepCommand.js +39 -0
  67. package/dist-es/commands/GetWorkflowStepGroupCommand.js +39 -0
  68. package/dist-es/commands/ListPluginsCommand.js +39 -0
  69. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  70. package/dist-es/commands/ListTemplateStepGroupsCommand.js +39 -0
  71. package/dist-es/commands/ListTemplateStepsCommand.js +39 -0
  72. package/dist-es/commands/ListTemplatesCommand.js +39 -0
  73. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +39 -0
  74. package/dist-es/commands/ListWorkflowStepsCommand.js +39 -0
  75. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  76. package/dist-es/commands/RetryWorkflowStepCommand.js +39 -0
  77. package/dist-es/commands/StartWorkflowCommand.js +39 -0
  78. package/dist-es/commands/StopWorkflowCommand.js +39 -0
  79. package/dist-es/commands/TagResourceCommand.js +39 -0
  80. package/dist-es/commands/UntagResourceCommand.js +39 -0
  81. package/dist-es/commands/UpdateWorkflowCommand.js +39 -0
  82. package/dist-es/commands/UpdateWorkflowStepCommand.js +39 -0
  83. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +39 -0
  84. package/dist-es/commands/index.js +28 -0
  85. package/dist-es/endpoints.js +128 -0
  86. package/dist-es/index.js +6 -0
  87. package/dist-es/models/MigrationHubOrchestratorServiceException.js +12 -0
  88. package/dist-es/models/index.js +1 -0
  89. package/dist-es/models/models_0.js +261 -0
  90. package/dist-es/pagination/Interfaces.js +1 -0
  91. package/dist-es/pagination/ListPluginsPaginator.js +75 -0
  92. package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +75 -0
  93. package/dist-es/pagination/ListTemplateStepsPaginator.js +75 -0
  94. package/dist-es/pagination/ListTemplatesPaginator.js +75 -0
  95. package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +75 -0
  96. package/dist-es/pagination/ListWorkflowStepsPaginator.js +75 -0
  97. package/dist-es/pagination/ListWorkflowsPaginator.js +75 -0
  98. package/dist-es/pagination/index.js +8 -0
  99. package/dist-es/protocols/Aws_restJson1.js +3593 -0
  100. package/dist-es/runtimeConfig.browser.js +26 -0
  101. package/dist-es/runtimeConfig.js +30 -0
  102. package/dist-es/runtimeConfig.native.js +8 -0
  103. package/dist-es/runtimeConfig.shared.js +13 -0
  104. package/dist-types/MigrationHubOrchestrator.d.ts +209 -0
  105. package/dist-types/MigrationHubOrchestratorClient.d.ts +176 -0
  106. package/dist-types/commands/CreateWorkflowCommand.d.ts +35 -0
  107. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +35 -0
  108. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +35 -0
  109. package/dist-types/commands/DeleteWorkflowCommand.d.ts +36 -0
  110. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  111. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +35 -0
  112. package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
  113. package/dist-types/commands/GetTemplateStepCommand.d.ts +35 -0
  114. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +35 -0
  115. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  116. package/dist-types/commands/GetWorkflowStepCommand.d.ts +35 -0
  117. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +35 -0
  118. package/dist-types/commands/ListPluginsCommand.d.ts +35 -0
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  120. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListTemplateStepsCommand.d.ts +35 -0
  122. package/dist-types/commands/ListTemplatesCommand.d.ts +35 -0
  123. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +35 -0
  124. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +35 -0
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  126. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +35 -0
  127. package/dist-types/commands/StartWorkflowCommand.d.ts +35 -0
  128. package/dist-types/commands/StopWorkflowCommand.d.ts +35 -0
  129. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  130. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  131. package/dist-types/commands/UpdateWorkflowCommand.d.ts +35 -0
  132. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +35 -0
  133. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +35 -0
  134. package/dist-types/commands/index.d.ts +28 -0
  135. package/dist-types/endpoints.d.ts +2 -0
  136. package/dist-types/index.d.ts +6 -0
  137. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +10 -0
  138. package/dist-types/models/index.d.ts +1 -0
  139. package/dist-types/models/models_0.d.ts +2063 -0
  140. package/dist-types/pagination/Interfaces.d.ts +6 -0
  141. package/dist-types/pagination/ListPluginsPaginator.d.ts +4 -0
  142. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +4 -0
  143. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +4 -0
  144. package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
  145. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +4 -0
  146. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/index.d.ts +8 -0
  149. package/dist-types/protocols/Aws_restJson1.d.ts +86 -0
  150. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  151. package/dist-types/runtimeConfig.d.ts +40 -0
  152. package/dist-types/runtimeConfig.native.d.ts +39 -0
  153. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  154. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +480 -0
  155. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +273 -0
  156. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +36 -0
  157. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +36 -0
  160. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +36 -0
  161. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +39 -0
  162. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +36 -0
  163. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +35 -0
  164. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
  166. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +35 -0
  167. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +32 -0
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  170. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +39 -0
  171. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +36 -0
  172. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +36 -0
  173. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +39 -0
  174. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +36 -0
  175. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +36 -0
  176. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +36 -0
  177. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +36 -0
  178. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +36 -0
  179. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
  180. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  181. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +36 -0
  182. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +36 -0
  183. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +39 -0
  184. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  185. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  186. package/dist-types/ts3.4/index.d.ts +6 -0
  187. package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +7 -0
  188. package/dist-types/ts3.4/models/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +880 -0
  190. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  191. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
  195. package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +11 -0
  196. package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  199. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -0
  200. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -0
  201. package/dist-types/ts3.4/runtimeConfig.d.ts +69 -0
  202. package/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -0
  203. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -0
  204. package/package.json +100 -0
@@ -0,0 +1,2063 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
+ /**
4
+ * <p>You do not have sufficient access to perform this action.</p>
5
+ */
6
+ export declare class AccessDeniedException extends __BaseException {
7
+ readonly name: "AccessDeniedException";
8
+ readonly $fault: "client";
9
+ $retryable: {};
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ export interface ListTagsForResourceRequest {
16
+ /**
17
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
18
+ */
19
+ resourceArn: string | undefined;
20
+ }
21
+ export interface ListTagsForResourceResponse {
22
+ /**
23
+ * <p>The tags added to a resource.</p>
24
+ */
25
+ tags?: Record<string, string>;
26
+ }
27
+ /**
28
+ * <p>The resource is not available.</p>
29
+ */
30
+ export declare class ResourceNotFoundException extends __BaseException {
31
+ readonly name: "ResourceNotFoundException";
32
+ readonly $fault: "client";
33
+ /**
34
+ * @internal
35
+ */
36
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
37
+ }
38
+ /**
39
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
40
+ */
41
+ export declare class ValidationException extends __BaseException {
42
+ readonly name: "ValidationException";
43
+ readonly $fault: "client";
44
+ $retryable: {};
45
+ /**
46
+ * @internal
47
+ */
48
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
49
+ }
50
+ /**
51
+ * <p>A map of key value pairs that is generated when you create a migration workflow. The
52
+ * key value pairs will differ based on your selection of the template.</p>
53
+ */
54
+ export declare type StepInput = StepInput.IntegerValueMember | StepInput.ListOfStringsValueMember | StepInput.MapOfStringValueMember | StepInput.StringValueMember | StepInput.$UnknownMember;
55
+ export declare namespace StepInput {
56
+ /**
57
+ * <p>The value of the integer.</p>
58
+ */
59
+ interface IntegerValueMember {
60
+ integerValue: number;
61
+ stringValue?: never;
62
+ listOfStringsValue?: never;
63
+ mapOfStringValue?: never;
64
+ $unknown?: never;
65
+ }
66
+ /**
67
+ * <p>String value.</p>
68
+ */
69
+ interface StringValueMember {
70
+ integerValue?: never;
71
+ stringValue: string;
72
+ listOfStringsValue?: never;
73
+ mapOfStringValue?: never;
74
+ $unknown?: never;
75
+ }
76
+ /**
77
+ * <p>List of string values.</p>
78
+ */
79
+ interface ListOfStringsValueMember {
80
+ integerValue?: never;
81
+ stringValue?: never;
82
+ listOfStringsValue: string[];
83
+ mapOfStringValue?: never;
84
+ $unknown?: never;
85
+ }
86
+ /**
87
+ * <p>Map of string values.</p>
88
+ */
89
+ interface MapOfStringValueMember {
90
+ integerValue?: never;
91
+ stringValue?: never;
92
+ listOfStringsValue?: never;
93
+ mapOfStringValue: Record<string, string>;
94
+ $unknown?: never;
95
+ }
96
+ interface $UnknownMember {
97
+ integerValue?: never;
98
+ stringValue?: never;
99
+ listOfStringsValue?: never;
100
+ mapOfStringValue?: never;
101
+ $unknown: [string, any];
102
+ }
103
+ interface Visitor<T> {
104
+ integerValue: (value: number) => T;
105
+ stringValue: (value: string) => T;
106
+ listOfStringsValue: (value: string[]) => T;
107
+ mapOfStringValue: (value: Record<string, string>) => T;
108
+ _: (name: string, value: any) => T;
109
+ }
110
+ const visit: <T>(value: StepInput, visitor: Visitor<T>) => T;
111
+ }
112
+ export interface CreateMigrationWorkflowRequest {
113
+ /**
114
+ * <p>The name of the migration workflow.</p>
115
+ */
116
+ name: string | undefined;
117
+ /**
118
+ * <p>The description of the migration workflow.</p>
119
+ */
120
+ description?: string;
121
+ /**
122
+ * <p>The ID of the template.</p>
123
+ */
124
+ templateId: string | undefined;
125
+ /**
126
+ * <p>The configuration ID of the application configured in Application Discovery Service.</p>
127
+ */
128
+ applicationConfigurationId: string | undefined;
129
+ /**
130
+ * <p>The input parameters required to create a migration workflow.</p>
131
+ */
132
+ inputParameters: Record<string, StepInput> | undefined;
133
+ /**
134
+ * <p>The servers on which a step will be run.</p>
135
+ */
136
+ stepTargets?: string[];
137
+ /**
138
+ * <p>The tags to add on a migration workflow.</p>
139
+ */
140
+ tags?: Record<string, string>;
141
+ }
142
+ export declare enum MigrationWorkflowStatusEnum {
143
+ COMPLETED = "COMPLETED",
144
+ CREATING = "CREATING",
145
+ CREATION_FAILED = "CREATION_FAILED",
146
+ DELETED = "DELETED",
147
+ DELETING = "DELETING",
148
+ DELETION_FAILED = "DELETION_FAILED",
149
+ IN_PROGRESS = "IN_PROGRESS",
150
+ NOT_STARTED = "NOT_STARTED",
151
+ PAUSED = "PAUSED",
152
+ PAUSING = "PAUSING",
153
+ PAUSING_FAILED = "PAUSING_FAILED",
154
+ STARTING = "STARTING",
155
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED",
156
+ WORKFLOW_FAILED = "WORKFLOW_FAILED"
157
+ }
158
+ export interface CreateMigrationWorkflowResponse {
159
+ /**
160
+ * <p>The ID of the migration workflow.</p>
161
+ */
162
+ id?: string;
163
+ /**
164
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
165
+ */
166
+ arn?: string;
167
+ /**
168
+ * <p>The name of the migration workflow.</p>
169
+ */
170
+ name?: string;
171
+ /**
172
+ * <p>The description of the migration workflow.</p>
173
+ */
174
+ description?: string;
175
+ /**
176
+ * <p>The ID of the template.</p>
177
+ */
178
+ templateId?: string;
179
+ /**
180
+ * <p>The configuration ID of the application configured in Application Discovery Service.</p>
181
+ */
182
+ adsApplicationConfigurationId?: string;
183
+ /**
184
+ * <p>The inputs for creating a migration workflow.</p>
185
+ */
186
+ workflowInputs?: Record<string, StepInput>;
187
+ /**
188
+ * <p>The servers on which a step will be run.</p>
189
+ */
190
+ stepTargets?: string[];
191
+ /**
192
+ * <p>The status of the migration workflow.</p>
193
+ */
194
+ status?: MigrationWorkflowStatusEnum | string;
195
+ /**
196
+ * <p>The time at which the migration workflow was created.</p>
197
+ */
198
+ creationTime?: Date;
199
+ /**
200
+ * <p>The tags to add on a migration workflow.</p>
201
+ */
202
+ tags?: Record<string, string>;
203
+ }
204
+ /**
205
+ * <p>An internal error has occurred.</p>
206
+ */
207
+ export declare class InternalServerException extends __BaseException {
208
+ readonly name: "InternalServerException";
209
+ readonly $fault: "server";
210
+ /**
211
+ * @internal
212
+ */
213
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
214
+ }
215
+ /**
216
+ * <p>The request was denied due to request throttling.</p>
217
+ */
218
+ export declare class ThrottlingException extends __BaseException {
219
+ readonly name: "ThrottlingException";
220
+ readonly $fault: "client";
221
+ /**
222
+ * @internal
223
+ */
224
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
225
+ }
226
+ export interface DeleteMigrationWorkflowRequest {
227
+ /**
228
+ * <p>The ID of the migration workflow you want to delete.</p>
229
+ */
230
+ id: string | undefined;
231
+ }
232
+ export interface DeleteMigrationWorkflowResponse {
233
+ /**
234
+ * <p>The ID of the migration workflow.</p>
235
+ */
236
+ id?: string;
237
+ /**
238
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
239
+ */
240
+ arn?: string;
241
+ /**
242
+ * <p>The status of the migration workflow.</p>
243
+ */
244
+ status?: MigrationWorkflowStatusEnum | string;
245
+ }
246
+ export interface GetMigrationWorkflowRequest {
247
+ /**
248
+ * <p>The ID of the migration workflow.</p>
249
+ */
250
+ id: string | undefined;
251
+ }
252
+ /**
253
+ * <p>List of AWS services utilized in a migration workflow.</p>
254
+ */
255
+ export interface Tool {
256
+ /**
257
+ * <p>The name of an AWS service. </p>
258
+ */
259
+ name?: string;
260
+ /**
261
+ * <p>The URL of an AWS service.</p>
262
+ */
263
+ url?: string;
264
+ }
265
+ export interface GetMigrationWorkflowResponse {
266
+ /**
267
+ * <p>The ID of the migration workflow.</p>
268
+ */
269
+ id?: string;
270
+ /**
271
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
272
+ */
273
+ arn?: string;
274
+ /**
275
+ * <p>The name of the migration workflow.</p>
276
+ */
277
+ name?: string;
278
+ /**
279
+ * <p>The description of the migration workflow.</p>
280
+ */
281
+ description?: string;
282
+ /**
283
+ * <p>The ID of the template.</p>
284
+ */
285
+ templateId?: string;
286
+ /**
287
+ * <p>The configuration ID of the application configured in Application Discovery Service.</p>
288
+ */
289
+ adsApplicationConfigurationId?: string;
290
+ /**
291
+ * <p>The name of the application configured in Application Discovery Service.</p>
292
+ */
293
+ adsApplicationName?: string;
294
+ /**
295
+ * <p>The status of the migration workflow.</p>
296
+ */
297
+ status?: MigrationWorkflowStatusEnum | string;
298
+ /**
299
+ * <p>The status message of the migration workflow.</p>
300
+ */
301
+ statusMessage?: string;
302
+ /**
303
+ * <p>The time at which the migration workflow was created.</p>
304
+ */
305
+ creationTime?: Date;
306
+ /**
307
+ * <p>The time at which the migration workflow was last started.</p>
308
+ */
309
+ lastStartTime?: Date;
310
+ /**
311
+ * <p>The time at which the migration workflow was last stopped.</p>
312
+ */
313
+ lastStopTime?: Date;
314
+ /**
315
+ * <p>The time at which the migration workflow was last modified.</p>
316
+ */
317
+ lastModifiedTime?: Date;
318
+ /**
319
+ * <p>The time at which the migration workflow ended.</p>
320
+ */
321
+ endTime?: Date;
322
+ /**
323
+ * <p>List of AWS services utilized in a migration workflow.</p>
324
+ */
325
+ tools?: Tool[];
326
+ /**
327
+ * <p>The total number of steps in the migration workflow.</p>
328
+ */
329
+ totalSteps?: number;
330
+ /**
331
+ * <p>Get a list of completed steps in the migration workflow.</p>
332
+ */
333
+ completedSteps?: number;
334
+ /**
335
+ * <p>The inputs required for creating the migration workflow.</p>
336
+ */
337
+ workflowInputs?: Record<string, StepInput>;
338
+ /**
339
+ * <p>The tags added to the migration workflow.</p>
340
+ */
341
+ tags?: Record<string, string>;
342
+ /**
343
+ * <p>The Amazon S3 bucket where the migration logs are stored.</p>
344
+ */
345
+ workflowBucket?: string;
346
+ }
347
+ export interface ListMigrationWorkflowsRequest {
348
+ /**
349
+ * <p>The maximum number of results that can be returned.</p>
350
+ */
351
+ maxResults?: number;
352
+ /**
353
+ * <p>The pagination token.</p>
354
+ */
355
+ nextToken?: string;
356
+ /**
357
+ * <p>The ID of the template.</p>
358
+ */
359
+ templateId?: string;
360
+ /**
361
+ * <p>The name of the application configured in Application Discovery Service.</p>
362
+ */
363
+ adsApplicationConfigurationName?: string;
364
+ /**
365
+ * <p>The status of the migration workflow.</p>
366
+ */
367
+ status?: MigrationWorkflowStatusEnum | string;
368
+ /**
369
+ * <p>The name of the migration workflow.</p>
370
+ */
371
+ name?: string;
372
+ }
373
+ /**
374
+ * <p>The summary of a migration workflow.</p>
375
+ */
376
+ export interface MigrationWorkflowSummary {
377
+ /**
378
+ * <p>The ID of the migration workflow.</p>
379
+ */
380
+ id?: string;
381
+ /**
382
+ * <p>The name of the migration workflow.</p>
383
+ */
384
+ name?: string;
385
+ /**
386
+ * <p>The ID of the template.</p>
387
+ */
388
+ templateId?: string;
389
+ /**
390
+ * <p>The name of the application configured in Application Discovery Service.</p>
391
+ */
392
+ adsApplicationConfigurationName?: string;
393
+ /**
394
+ * <p>The status of the migration workflow.</p>
395
+ */
396
+ status?: MigrationWorkflowStatusEnum | string;
397
+ /**
398
+ * <p>The time at which the migration workflow was created.</p>
399
+ */
400
+ creationTime?: Date;
401
+ /**
402
+ * <p>The time at which the migration workflow ended.</p>
403
+ */
404
+ endTime?: Date;
405
+ /**
406
+ * <p>The status message of the migration workflow.</p>
407
+ */
408
+ statusMessage?: string;
409
+ /**
410
+ * <p>The steps completed in the migration workflow.</p>
411
+ */
412
+ completedSteps?: number;
413
+ /**
414
+ * <p>All the steps in a migration workflow.</p>
415
+ */
416
+ totalSteps?: number;
417
+ }
418
+ export interface ListMigrationWorkflowsResponse {
419
+ /**
420
+ * <p>The pagination token.</p>
421
+ */
422
+ nextToken?: string;
423
+ /**
424
+ * <p>The summary of the migration workflow.</p>
425
+ */
426
+ migrationWorkflowSummary: MigrationWorkflowSummary[] | undefined;
427
+ }
428
+ export interface StartMigrationWorkflowRequest {
429
+ /**
430
+ * <p>The ID of the migration workflow.</p>
431
+ */
432
+ id: string | undefined;
433
+ }
434
+ export interface StartMigrationWorkflowResponse {
435
+ /**
436
+ * <p>The ID of the migration workflow.</p>
437
+ */
438
+ id?: string;
439
+ /**
440
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
441
+ */
442
+ arn?: string;
443
+ /**
444
+ * <p>The status of the migration workflow.</p>
445
+ */
446
+ status?: MigrationWorkflowStatusEnum | string;
447
+ /**
448
+ * <p>The status message of the migration workflow.</p>
449
+ */
450
+ statusMessage?: string;
451
+ /**
452
+ * <p>The time at which the migration workflow was last started.</p>
453
+ */
454
+ lastStartTime?: Date;
455
+ }
456
+ export interface StopMigrationWorkflowRequest {
457
+ /**
458
+ * <p>The ID of the migration workflow.</p>
459
+ */
460
+ id: string | undefined;
461
+ }
462
+ export interface StopMigrationWorkflowResponse {
463
+ /**
464
+ * <p>The ID of the migration workflow.</p>
465
+ */
466
+ id?: string;
467
+ /**
468
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
469
+ */
470
+ arn?: string;
471
+ /**
472
+ * <p>The status of the migration workflow.</p>
473
+ */
474
+ status?: MigrationWorkflowStatusEnum | string;
475
+ /**
476
+ * <p>The status message of the migration workflow.</p>
477
+ */
478
+ statusMessage?: string;
479
+ /**
480
+ * <p>The time at which the migration workflow was stopped.</p>
481
+ */
482
+ lastStopTime?: Date;
483
+ }
484
+ export interface UpdateMigrationWorkflowRequest {
485
+ /**
486
+ * <p>The ID of the migration workflow.</p>
487
+ */
488
+ id: string | undefined;
489
+ /**
490
+ * <p>The name of the migration workflow.</p>
491
+ */
492
+ name?: string;
493
+ /**
494
+ * <p>The description of the migration workflow.</p>
495
+ */
496
+ description?: string;
497
+ /**
498
+ * <p>The input parameters required to update a migration workflow.</p>
499
+ */
500
+ inputParameters?: Record<string, StepInput>;
501
+ /**
502
+ * <p>The servers on which a step will be run.</p>
503
+ */
504
+ stepTargets?: string[];
505
+ }
506
+ export interface UpdateMigrationWorkflowResponse {
507
+ /**
508
+ * <p>The ID of the migration workflow.</p>
509
+ */
510
+ id?: string;
511
+ /**
512
+ * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
513
+ */
514
+ arn?: string;
515
+ /**
516
+ * <p>The name of the migration workflow.</p>
517
+ */
518
+ name?: string;
519
+ /**
520
+ * <p>The description of the migration workflow.</p>
521
+ */
522
+ description?: string;
523
+ /**
524
+ * <p>The ID of the template.</p>
525
+ */
526
+ templateId?: string;
527
+ /**
528
+ * <p>The ID of the application configured in Application Discovery Service.</p>
529
+ */
530
+ adsApplicationConfigurationId?: string;
531
+ /**
532
+ * <p>The inputs required to update a migration workflow.</p>
533
+ */
534
+ workflowInputs?: Record<string, StepInput>;
535
+ /**
536
+ * <p>The servers on which a step will be run.</p>
537
+ */
538
+ stepTargets?: string[];
539
+ /**
540
+ * <p>The status of the migration workflow.</p>
541
+ */
542
+ status?: MigrationWorkflowStatusEnum | string;
543
+ /**
544
+ * <p>The time at which the migration workflow was created.</p>
545
+ */
546
+ creationTime?: Date;
547
+ /**
548
+ * <p>The time at which the migration workflow was last modified.</p>
549
+ */
550
+ lastModifiedTime?: Date;
551
+ /**
552
+ * <p>The tags added to the migration workflow.</p>
553
+ */
554
+ tags?: Record<string, string>;
555
+ }
556
+ export interface GetMigrationWorkflowTemplateRequest {
557
+ /**
558
+ * <p>The ID of the template.</p>
559
+ */
560
+ id: string | undefined;
561
+ }
562
+ export declare enum DataType {
563
+ INTEGER = "INTEGER",
564
+ STRING = "STRING",
565
+ STRINGLIST = "STRINGLIST",
566
+ STRINGMAP = "STRINGMAP"
567
+ }
568
+ /**
569
+ * <p>The input parameters of a template.</p>
570
+ */
571
+ export interface TemplateInput {
572
+ /**
573
+ * <p>The name of the template.</p>
574
+ */
575
+ inputName?: string;
576
+ /**
577
+ * <p>The data type of the template input.</p>
578
+ */
579
+ dataType?: DataType | string;
580
+ /**
581
+ * <p>Determine if an input is required from the template.</p>
582
+ */
583
+ required?: boolean;
584
+ }
585
+ export declare enum TemplateStatus {
586
+ CREATED = "CREATED"
587
+ }
588
+ export interface GetMigrationWorkflowTemplateResponse {
589
+ /**
590
+ * <p>The ID of the template.</p>
591
+ */
592
+ id?: string;
593
+ /**
594
+ * <p>The name of the template.</p>
595
+ */
596
+ name?: string;
597
+ /**
598
+ * <p>The time at which the template was last created.</p>
599
+ */
600
+ description?: string;
601
+ /**
602
+ * <p>The inputs provided for the creation of the migration workflow.</p>
603
+ */
604
+ inputs?: TemplateInput[];
605
+ /**
606
+ * <p>List of AWS services utilized in a migration workflow.</p>
607
+ */
608
+ tools?: Tool[];
609
+ /**
610
+ * <p>The status of the template.</p>
611
+ */
612
+ status?: TemplateStatus | string;
613
+ /**
614
+ * <p>The time at which the template was last created.</p>
615
+ */
616
+ creationTime?: Date;
617
+ }
618
+ export interface ListMigrationWorkflowTemplatesRequest {
619
+ /**
620
+ * <p>The maximum number of results that can be returned.</p>
621
+ */
622
+ maxResults?: number;
623
+ /**
624
+ * <p>The pagination token.</p>
625
+ */
626
+ nextToken?: string;
627
+ /**
628
+ * <p>The name of the template.</p>
629
+ */
630
+ name?: string;
631
+ }
632
+ /**
633
+ * <p>The summary of the template.</p>
634
+ */
635
+ export interface TemplateSummary {
636
+ /**
637
+ * <p>The ID of the template.</p>
638
+ */
639
+ id?: string;
640
+ /**
641
+ * <p>The name of the template.</p>
642
+ */
643
+ name?: string;
644
+ /**
645
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
646
+ */
647
+ arn?: string;
648
+ /**
649
+ * <p>The description of the template.</p>
650
+ */
651
+ description?: string;
652
+ }
653
+ export interface ListMigrationWorkflowTemplatesResponse {
654
+ /**
655
+ * <p>The pagination token.</p>
656
+ */
657
+ nextToken?: string;
658
+ /**
659
+ * <p>The summary of the template.</p>
660
+ */
661
+ templateSummary: TemplateSummary[] | undefined;
662
+ }
663
+ export interface ListPluginsRequest {
664
+ /**
665
+ * <p>The maximum number of plugins that can be returned.</p>
666
+ */
667
+ maxResults?: number;
668
+ /**
669
+ * <p>The pagination token.</p>
670
+ */
671
+ nextToken?: string;
672
+ }
673
+ export declare enum PluginHealth {
674
+ PLUGIN_HEALTHY = "HEALTHY",
675
+ PLUGIN_UNHEALTHY = "UNHEALTHY"
676
+ }
677
+ /**
678
+ * <p>The summary of the Migration Hub Orchestrator plugin.</p>
679
+ */
680
+ export interface PluginSummary {
681
+ /**
682
+ * <p>The ID of the plugin.</p>
683
+ */
684
+ pluginId?: string;
685
+ /**
686
+ * <p>The name of the host.</p>
687
+ */
688
+ hostname?: string;
689
+ /**
690
+ * <p>The status of the plugin.</p>
691
+ */
692
+ status?: PluginHealth | string;
693
+ /**
694
+ * <p>The IP address at which the plugin is located.</p>
695
+ */
696
+ ipAddress?: string;
697
+ /**
698
+ * <p>The version of the plugin.</p>
699
+ */
700
+ version?: string;
701
+ /**
702
+ * <p>The time at which the plugin was registered.</p>
703
+ */
704
+ registeredTime?: string;
705
+ }
706
+ export interface ListPluginsResponse {
707
+ /**
708
+ * <p>The pagination token.</p>
709
+ */
710
+ nextToken?: string;
711
+ /**
712
+ * <p>Migration Hub Orchestrator plugins.</p>
713
+ */
714
+ plugins?: PluginSummary[];
715
+ }
716
+ export interface TagResourceRequest {
717
+ /**
718
+ * <p>The Amazon Resource Name (ARN) of the resource to which you want to add tags.</p>
719
+ */
720
+ resourceArn: string | undefined;
721
+ /**
722
+ * <p>A collection of labels, in the form of key:value pairs, that apply to this
723
+ * resource.</p>
724
+ */
725
+ tags: Record<string, string> | undefined;
726
+ }
727
+ export interface TagResourceResponse {
728
+ }
729
+ export interface GetTemplateStepRequest {
730
+ /**
731
+ * <p>The ID of the step.</p>
732
+ */
733
+ id: string | undefined;
734
+ /**
735
+ * <p>The ID of the template.</p>
736
+ */
737
+ templateId: string | undefined;
738
+ /**
739
+ * <p>The ID of the step group.</p>
740
+ */
741
+ stepGroupId: string | undefined;
742
+ }
743
+ /**
744
+ * <p>The output of the step.</p>
745
+ */
746
+ export interface StepOutput {
747
+ /**
748
+ * <p>The name of the step.</p>
749
+ */
750
+ name?: string;
751
+ /**
752
+ * <p>The data type of the step output.</p>
753
+ */
754
+ dataType?: DataType | string;
755
+ /**
756
+ * <p>Determine if an output is required from a step.</p>
757
+ */
758
+ required?: boolean;
759
+ }
760
+ export declare enum StepActionType {
761
+ AUTOMATED = "AUTOMATED",
762
+ MANUAL = "MANUAL"
763
+ }
764
+ /**
765
+ * <p>Command to be run on a particular operating system.</p>
766
+ */
767
+ export interface PlatformCommand {
768
+ /**
769
+ * <p>Command for Linux.</p>
770
+ */
771
+ linux?: string;
772
+ /**
773
+ * <p>Command for Windows.</p>
774
+ */
775
+ windows?: string;
776
+ }
777
+ export declare enum RunEnvironment {
778
+ AWS = "AWS",
779
+ ONPREMISE = "ONPREMISE"
780
+ }
781
+ /**
782
+ * <p>The script location for a particular operating system.</p>
783
+ */
784
+ export interface PlatformScriptKey {
785
+ /**
786
+ * <p>The script location for Linux.</p>
787
+ */
788
+ linux?: string;
789
+ /**
790
+ * <p>The script location for Windows.</p>
791
+ */
792
+ windows?: string;
793
+ }
794
+ export declare enum TargetType {
795
+ ALL = "ALL",
796
+ NONE = "NONE",
797
+ SINGLE = "SINGLE"
798
+ }
799
+ /**
800
+ * <p>The custom script to run tests on source or target environments.</p>
801
+ */
802
+ export interface StepAutomationConfiguration {
803
+ /**
804
+ * <p>The Amazon S3 bucket where the script is located.</p>
805
+ */
806
+ scriptLocationS3Bucket?: string;
807
+ /**
808
+ * <p>The Amazon S3 key for the script location.</p>
809
+ */
810
+ scriptLocationS3Key?: PlatformScriptKey;
811
+ /**
812
+ * <p>The command to run the script.</p>
813
+ */
814
+ command?: PlatformCommand;
815
+ /**
816
+ * <p>The source or target environment.</p>
817
+ */
818
+ runEnvironment?: RunEnvironment | string;
819
+ /**
820
+ * <p>The servers on which to run the script.</p>
821
+ */
822
+ targetType?: TargetType | string;
823
+ }
824
+ export interface GetTemplateStepResponse {
825
+ /**
826
+ * <p>The ID of the step.</p>
827
+ */
828
+ id?: string;
829
+ /**
830
+ * <p>The ID of the step group.</p>
831
+ */
832
+ stepGroupId?: string;
833
+ /**
834
+ * <p>The ID of the template.</p>
835
+ */
836
+ templateId?: string;
837
+ /**
838
+ * <p>The name of the step.</p>
839
+ */
840
+ name?: string;
841
+ /**
842
+ * <p>The description of the step.</p>
843
+ */
844
+ description?: string;
845
+ /**
846
+ * <p>The action type of the step. You must run and update the status of a manual step for
847
+ * the workflow to continue after the completion of the step.</p>
848
+ */
849
+ stepActionType?: StepActionType | string;
850
+ /**
851
+ * <p>The time at which the step was created.</p>
852
+ */
853
+ creationTime?: string;
854
+ /**
855
+ * <p>The previous step.</p>
856
+ */
857
+ previous?: string[];
858
+ /**
859
+ * <p>The next step.</p>
860
+ */
861
+ next?: string[];
862
+ /**
863
+ * <p>The outputs of the step.</p>
864
+ */
865
+ outputs?: StepOutput[];
866
+ /**
867
+ * <p>The custom script to run tests on source or target environments.</p>
868
+ */
869
+ stepAutomationConfiguration?: StepAutomationConfiguration;
870
+ }
871
+ export interface ListTemplateStepsRequest {
872
+ /**
873
+ * <p>The maximum number of results that can be returned.</p>
874
+ */
875
+ maxResults?: number;
876
+ /**
877
+ * <p>The pagination token.</p>
878
+ */
879
+ nextToken?: string;
880
+ /**
881
+ * <p>The ID of the template.</p>
882
+ */
883
+ templateId: string | undefined;
884
+ /**
885
+ * <p>The ID of the step group.</p>
886
+ */
887
+ stepGroupId: string | undefined;
888
+ }
889
+ export declare enum Owner {
890
+ AWSManaged = "AWS_MANAGED",
891
+ CUSTOM = "CUSTOM"
892
+ }
893
+ /**
894
+ * <p>The summary of the step.</p>
895
+ */
896
+ export interface TemplateStepSummary {
897
+ /**
898
+ * <p>The ID of the step.</p>
899
+ */
900
+ id?: string;
901
+ /**
902
+ * <p>The ID of the step group.</p>
903
+ */
904
+ stepGroupId?: string;
905
+ /**
906
+ * <p>The ID of the template.</p>
907
+ */
908
+ templateId?: string;
909
+ /**
910
+ * <p>The name of the step.</p>
911
+ */
912
+ name?: string;
913
+ /**
914
+ * <p>The action type of the step. You must run and update the status of a manual step for
915
+ * the workflow to continue after the completion of the step.</p>
916
+ */
917
+ stepActionType?: StepActionType | string;
918
+ /**
919
+ * <p>The servers on which to run the script.</p>
920
+ */
921
+ targetType?: TargetType | string;
922
+ /**
923
+ * <p>The owner of the step.</p>
924
+ */
925
+ owner?: Owner | string;
926
+ /**
927
+ * <p>The previous step.</p>
928
+ */
929
+ previous?: string[];
930
+ /**
931
+ * <p>The next step.</p>
932
+ */
933
+ next?: string[];
934
+ }
935
+ export interface ListTemplateStepsResponse {
936
+ /**
937
+ * <p>The pagination token.</p>
938
+ */
939
+ nextToken?: string;
940
+ /**
941
+ * <p>The list of summaries of steps in a template.</p>
942
+ */
943
+ templateStepSummaryList?: TemplateStepSummary[];
944
+ }
945
+ export interface GetTemplateStepGroupRequest {
946
+ /**
947
+ * <p>The ID of the template.</p>
948
+ */
949
+ templateId: string | undefined;
950
+ /**
951
+ * <p>The ID of the step group.</p>
952
+ */
953
+ id: string | undefined;
954
+ }
955
+ export declare enum StepGroupStatus {
956
+ AWAITING_DEPENDENCIES = "AWAITING_DEPENDENCIES",
957
+ COMPLETED = "COMPLETED",
958
+ FAILED = "FAILED",
959
+ IN_PROGRESS = "IN_PROGRESS",
960
+ PAUSED = "PAUSED",
961
+ PAUSING = "PAUSING",
962
+ READY = "READY",
963
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED"
964
+ }
965
+ export interface GetTemplateStepGroupResponse {
966
+ /**
967
+ * <p>The ID of the template.</p>
968
+ */
969
+ templateId?: string;
970
+ /**
971
+ * <p>The ID of the step group.</p>
972
+ */
973
+ id?: string;
974
+ /**
975
+ * <p>The name of the step group.</p>
976
+ */
977
+ name?: string;
978
+ /**
979
+ * <p>The description of the step group.</p>
980
+ */
981
+ description?: string;
982
+ /**
983
+ * <p>The status of the step group.</p>
984
+ */
985
+ status?: StepGroupStatus | string;
986
+ /**
987
+ * <p>The time at which the step group was created.</p>
988
+ */
989
+ creationTime?: Date;
990
+ /**
991
+ * <p>The time at which the step group was last modified.</p>
992
+ */
993
+ lastModifiedTime?: Date;
994
+ /**
995
+ * <p>List of AWS services utilized in a migration workflow.</p>
996
+ */
997
+ tools?: Tool[];
998
+ /**
999
+ * <p>The previous step group.</p>
1000
+ */
1001
+ previous?: string[];
1002
+ /**
1003
+ * <p>The next step group.</p>
1004
+ */
1005
+ next?: string[];
1006
+ }
1007
+ export interface ListTemplateStepGroupsRequest {
1008
+ /**
1009
+ * <p>The maximum number of results that can be returned.</p>
1010
+ */
1011
+ maxResults?: number;
1012
+ /**
1013
+ * <p>The pagination token.</p>
1014
+ */
1015
+ nextToken?: string;
1016
+ /**
1017
+ * <p>The ID of the template.</p>
1018
+ */
1019
+ templateId: string | undefined;
1020
+ }
1021
+ /**
1022
+ * <p>The summary of the step group in the template.</p>
1023
+ */
1024
+ export interface TemplateStepGroupSummary {
1025
+ /**
1026
+ * <p>The ID of the step group.</p>
1027
+ */
1028
+ id?: string;
1029
+ /**
1030
+ * <p>The name of the step group.</p>
1031
+ */
1032
+ name?: string;
1033
+ /**
1034
+ * <p>The previous step group.</p>
1035
+ */
1036
+ previous?: string[];
1037
+ /**
1038
+ * <p>The next step group.</p>
1039
+ */
1040
+ next?: string[];
1041
+ }
1042
+ export interface ListTemplateStepGroupsResponse {
1043
+ /**
1044
+ * <p>The pagination token.</p>
1045
+ */
1046
+ nextToken?: string;
1047
+ /**
1048
+ * <p>The summary of the step group in the template.</p>
1049
+ */
1050
+ templateStepGroupSummary: TemplateStepGroupSummary[] | undefined;
1051
+ }
1052
+ export interface UntagResourceRequest {
1053
+ /**
1054
+ * <p>The Amazon Resource Name (ARN) of the resource from which you want to remove
1055
+ * tags.</p>
1056
+ */
1057
+ resourceArn: string | undefined;
1058
+ /**
1059
+ * <p>One or more tag keys. Specify only the tag keys, not the tag values.</p>
1060
+ */
1061
+ tagKeys: string[] | undefined;
1062
+ }
1063
+ export interface UntagResourceResponse {
1064
+ }
1065
+ /**
1066
+ * <p>A structure to hold multiple values of an output.</p>
1067
+ */
1068
+ export declare type WorkflowStepOutputUnion = WorkflowStepOutputUnion.IntegerValueMember | WorkflowStepOutputUnion.ListOfStringValueMember | WorkflowStepOutputUnion.StringValueMember | WorkflowStepOutputUnion.$UnknownMember;
1069
+ export declare namespace WorkflowStepOutputUnion {
1070
+ /**
1071
+ * <p>The integer value. </p>
1072
+ */
1073
+ interface IntegerValueMember {
1074
+ integerValue: number;
1075
+ stringValue?: never;
1076
+ listOfStringValue?: never;
1077
+ $unknown?: never;
1078
+ }
1079
+ /**
1080
+ * <p>The string value.</p>
1081
+ */
1082
+ interface StringValueMember {
1083
+ integerValue?: never;
1084
+ stringValue: string;
1085
+ listOfStringValue?: never;
1086
+ $unknown?: never;
1087
+ }
1088
+ /**
1089
+ * <p>The list of string value.</p>
1090
+ */
1091
+ interface ListOfStringValueMember {
1092
+ integerValue?: never;
1093
+ stringValue?: never;
1094
+ listOfStringValue: string[];
1095
+ $unknown?: never;
1096
+ }
1097
+ interface $UnknownMember {
1098
+ integerValue?: never;
1099
+ stringValue?: never;
1100
+ listOfStringValue?: never;
1101
+ $unknown: [string, any];
1102
+ }
1103
+ interface Visitor<T> {
1104
+ integerValue: (value: number) => T;
1105
+ stringValue: (value: string) => T;
1106
+ listOfStringValue: (value: string[]) => T;
1107
+ _: (name: string, value: any) => T;
1108
+ }
1109
+ const visit: <T>(value: WorkflowStepOutputUnion, visitor: Visitor<T>) => T;
1110
+ }
1111
+ /**
1112
+ * <p>The output of a step.</p>
1113
+ */
1114
+ export interface WorkflowStepOutput {
1115
+ /**
1116
+ * <p>The name of the step.</p>
1117
+ */
1118
+ name?: string;
1119
+ /**
1120
+ * <p>The data type of the output.</p>
1121
+ */
1122
+ dataType?: DataType | string;
1123
+ /**
1124
+ * <p>Determine if an output is required from a step.</p>
1125
+ */
1126
+ required?: boolean;
1127
+ /**
1128
+ * <p>The value of the output.</p>
1129
+ */
1130
+ value?: WorkflowStepOutputUnion;
1131
+ }
1132
+ /**
1133
+ * <p>The custom script to run tests on source or target environments.</p>
1134
+ */
1135
+ export interface WorkflowStepAutomationConfiguration {
1136
+ /**
1137
+ * <p>The Amazon S3 bucket where the script is located.</p>
1138
+ */
1139
+ scriptLocationS3Bucket?: string;
1140
+ /**
1141
+ * <p>The Amazon S3 key for the script location.</p>
1142
+ */
1143
+ scriptLocationS3Key?: PlatformScriptKey;
1144
+ /**
1145
+ * <p>The command required to run the script.</p>
1146
+ */
1147
+ command?: PlatformCommand;
1148
+ /**
1149
+ * <p>The source or target environment.</p>
1150
+ */
1151
+ runEnvironment?: RunEnvironment | string;
1152
+ /**
1153
+ * <p>The servers on which to run the script.</p>
1154
+ */
1155
+ targetType?: TargetType | string;
1156
+ }
1157
+ export interface CreateWorkflowStepRequest {
1158
+ /**
1159
+ * <p>The name of the step.</p>
1160
+ */
1161
+ name: string | undefined;
1162
+ /**
1163
+ * <p>The ID of the step group.</p>
1164
+ */
1165
+ stepGroupId: string | undefined;
1166
+ /**
1167
+ * <p>The ID of the migration workflow.</p>
1168
+ */
1169
+ workflowId: string | undefined;
1170
+ /**
1171
+ * <p>The action type of the step. You must run and update the status of a manual step for
1172
+ * the workflow to continue after the completion of the step.</p>
1173
+ */
1174
+ stepActionType: StepActionType | string | undefined;
1175
+ /**
1176
+ * <p>The description of the step.</p>
1177
+ */
1178
+ description?: string;
1179
+ /**
1180
+ * <p>The custom script to run tests on source or target environments.</p>
1181
+ */
1182
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
1183
+ /**
1184
+ * <p>The servers on which a step will be run.</p>
1185
+ */
1186
+ stepTarget?: string[];
1187
+ /**
1188
+ * <p>The key value pairs added for the expected output.</p>
1189
+ */
1190
+ outputs?: WorkflowStepOutput[];
1191
+ /**
1192
+ * <p>The previous step.</p>
1193
+ */
1194
+ previous?: string[];
1195
+ /**
1196
+ * <p>The next step.</p>
1197
+ */
1198
+ next?: string[];
1199
+ }
1200
+ export interface CreateWorkflowStepResponse {
1201
+ /**
1202
+ * <p>The ID of the step.</p>
1203
+ */
1204
+ id?: string;
1205
+ /**
1206
+ * <p>The ID of the step group.</p>
1207
+ */
1208
+ stepGroupId?: string;
1209
+ /**
1210
+ * <p>The ID of the migration workflow.</p>
1211
+ */
1212
+ workflowId?: string;
1213
+ /**
1214
+ * <p>The name of the step.</p>
1215
+ */
1216
+ name?: string;
1217
+ }
1218
+ export interface DeleteWorkflowStepRequest {
1219
+ /**
1220
+ * <p>The ID of the step you want to delete.</p>
1221
+ */
1222
+ id: string | undefined;
1223
+ /**
1224
+ * <p>The ID of the step group that contains the step you want to delete.</p>
1225
+ */
1226
+ stepGroupId: string | undefined;
1227
+ /**
1228
+ * <p>The ID of the migration workflow.</p>
1229
+ */
1230
+ workflowId: string | undefined;
1231
+ }
1232
+ export interface DeleteWorkflowStepResponse {
1233
+ }
1234
+ export interface GetWorkflowStepRequest {
1235
+ /**
1236
+ * <p>The ID of the migration workflow.</p>
1237
+ */
1238
+ workflowId: string | undefined;
1239
+ /**
1240
+ * <p>desThe ID of the step group.</p>
1241
+ */
1242
+ stepGroupId: string | undefined;
1243
+ /**
1244
+ * <p>The ID of the step.</p>
1245
+ */
1246
+ id: string | undefined;
1247
+ }
1248
+ export declare enum StepStatus {
1249
+ AWAITING_DEPENDENCIES = "AWAITING_DEPENDENCIES",
1250
+ COMPLETED = "COMPLETED",
1251
+ FAILED = "FAILED",
1252
+ IN_PROGRESS = "IN_PROGRESS",
1253
+ PAUSED = "PAUSED",
1254
+ READY = "READY",
1255
+ USER_ATTENTION_REQUIRED = "USER_ATTENTION_REQUIRED"
1256
+ }
1257
+ export interface GetWorkflowStepResponse {
1258
+ /**
1259
+ * <p>The name of the step.</p>
1260
+ */
1261
+ name?: string;
1262
+ /**
1263
+ * <p>The ID of the step group.</p>
1264
+ */
1265
+ stepGroupId?: string;
1266
+ /**
1267
+ * <p>The ID of the migration workflow.</p>
1268
+ */
1269
+ workflowId?: string;
1270
+ /**
1271
+ * <p>The ID of the step.</p>
1272
+ */
1273
+ stepId?: string;
1274
+ /**
1275
+ * <p>The description of the step.</p>
1276
+ */
1277
+ description?: string;
1278
+ /**
1279
+ * <p>The action type of the step. You must run and update the status of a manual step for
1280
+ * the workflow to continue after the completion of the step.</p>
1281
+ */
1282
+ stepActionType?: StepActionType | string;
1283
+ /**
1284
+ * <p>The owner of the step.</p>
1285
+ */
1286
+ owner?: Owner | string;
1287
+ /**
1288
+ * <p>The custom script to run tests on source or target environments.</p>
1289
+ */
1290
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
1291
+ /**
1292
+ * <p>The servers on which a step will be run.</p>
1293
+ */
1294
+ stepTarget?: string[];
1295
+ /**
1296
+ * <p>The outputs of the step.</p>
1297
+ */
1298
+ outputs?: WorkflowStepOutput[];
1299
+ /**
1300
+ * <p>The previous step.</p>
1301
+ */
1302
+ previous?: string[];
1303
+ /**
1304
+ * <p>The next step.</p>
1305
+ */
1306
+ next?: string[];
1307
+ /**
1308
+ * <p>The status of the step.</p>
1309
+ */
1310
+ status?: StepStatus | string;
1311
+ /**
1312
+ * <p>The status message of the migration workflow.</p>
1313
+ */
1314
+ statusMessage?: string;
1315
+ /**
1316
+ * <p>The output location of the script.</p>
1317
+ */
1318
+ scriptOutputLocation?: string;
1319
+ /**
1320
+ * <p>The time at which the step was created.</p>
1321
+ */
1322
+ creationTime?: Date;
1323
+ /**
1324
+ * <p>The time at which the workflow was last started.</p>
1325
+ */
1326
+ lastStartTime?: Date;
1327
+ /**
1328
+ * <p>The time at which the step ended.</p>
1329
+ */
1330
+ endTime?: Date;
1331
+ /**
1332
+ * <p>The number of servers that have been migrated.</p>
1333
+ */
1334
+ noOfSrvCompleted?: number;
1335
+ /**
1336
+ * <p>The number of servers that have failed to migrate.</p>
1337
+ */
1338
+ noOfSrvFailed?: number;
1339
+ /**
1340
+ * <p>The total number of servers that have been migrated.</p>
1341
+ */
1342
+ totalNoOfSrv?: number;
1343
+ }
1344
+ export interface ListWorkflowStepsRequest {
1345
+ /**
1346
+ * <p>The pagination token.</p>
1347
+ */
1348
+ nextToken?: string;
1349
+ /**
1350
+ * <p>The maximum number of results that can be returned.</p>
1351
+ */
1352
+ maxResults?: number;
1353
+ /**
1354
+ * <p>The ID of the migration workflow.</p>
1355
+ */
1356
+ workflowId: string | undefined;
1357
+ /**
1358
+ * <p>The ID of the step group.</p>
1359
+ */
1360
+ stepGroupId: string | undefined;
1361
+ }
1362
+ /**
1363
+ * <p>The summary of the step in a migration workflow.</p>
1364
+ */
1365
+ export interface WorkflowStepSummary {
1366
+ /**
1367
+ * <p>The ID of the step.</p>
1368
+ */
1369
+ stepId?: string;
1370
+ /**
1371
+ * <p>The name of the step.</p>
1372
+ */
1373
+ name?: string;
1374
+ /**
1375
+ * <p>The action type of the step. You must run and update the status of a manual step for
1376
+ * the workflow to continue after the completion of the step.</p>
1377
+ */
1378
+ stepActionType?: StepActionType | string;
1379
+ /**
1380
+ * <p>The owner of the step.</p>
1381
+ */
1382
+ owner?: Owner | string;
1383
+ /**
1384
+ * <p>The previous step.</p>
1385
+ */
1386
+ previous?: string[];
1387
+ /**
1388
+ * <p>The next step.</p>
1389
+ */
1390
+ next?: string[];
1391
+ /**
1392
+ * <p>The status of the step.</p>
1393
+ */
1394
+ status?: StepStatus | string;
1395
+ /**
1396
+ * <p>The status message of the migration workflow.</p>
1397
+ */
1398
+ statusMessage?: string;
1399
+ /**
1400
+ * <p>The number of servers that have been migrated.</p>
1401
+ */
1402
+ noOfSrvCompleted?: number;
1403
+ /**
1404
+ * <p>The number of servers that have failed to migrate.</p>
1405
+ */
1406
+ noOfSrvFailed?: number;
1407
+ /**
1408
+ * <p>The total number of servers that have been migrated.</p>
1409
+ */
1410
+ totalNoOfSrv?: number;
1411
+ /**
1412
+ * <p>The description of the step.</p>
1413
+ */
1414
+ description?: string;
1415
+ /**
1416
+ * <p>The location of the script.</p>
1417
+ */
1418
+ scriptLocation?: string;
1419
+ }
1420
+ export interface ListWorkflowStepsResponse {
1421
+ /**
1422
+ * <p>The pagination token.</p>
1423
+ */
1424
+ nextToken?: string;
1425
+ /**
1426
+ * <p>The summary of steps in a migration workflow.</p>
1427
+ */
1428
+ workflowStepsSummary: WorkflowStepSummary[] | undefined;
1429
+ }
1430
+ export interface RetryWorkflowStepRequest {
1431
+ /**
1432
+ * <p>The ID of the migration workflow.</p>
1433
+ */
1434
+ workflowId: string | undefined;
1435
+ /**
1436
+ * <p>The ID of the step group.</p>
1437
+ */
1438
+ stepGroupId: string | undefined;
1439
+ /**
1440
+ * <p>The ID of the step.</p>
1441
+ */
1442
+ id: string | undefined;
1443
+ }
1444
+ export interface RetryWorkflowStepResponse {
1445
+ /**
1446
+ * <p>The ID of the step group.</p>
1447
+ */
1448
+ stepGroupId?: string;
1449
+ /**
1450
+ * <p>The ID of the migration workflow.</p>
1451
+ */
1452
+ workflowId?: string;
1453
+ /**
1454
+ * <p>The ID of the step.</p>
1455
+ */
1456
+ id?: string;
1457
+ /**
1458
+ * <p>The status of the step.</p>
1459
+ */
1460
+ status?: StepStatus | string;
1461
+ }
1462
+ export interface UpdateWorkflowStepRequest {
1463
+ /**
1464
+ * <p>The ID of the step.</p>
1465
+ */
1466
+ id: string | undefined;
1467
+ /**
1468
+ * <p>The ID of the step group.</p>
1469
+ */
1470
+ stepGroupId: string | undefined;
1471
+ /**
1472
+ * <p>The ID of the migration workflow.</p>
1473
+ */
1474
+ workflowId: string | undefined;
1475
+ /**
1476
+ * <p>The name of the step.</p>
1477
+ */
1478
+ name?: string;
1479
+ /**
1480
+ * <p>The description of the step.</p>
1481
+ */
1482
+ description?: string;
1483
+ /**
1484
+ * <p>The action type of the step. You must run and update the status of a manual step for
1485
+ * the workflow to continue after the completion of the step.</p>
1486
+ */
1487
+ stepActionType?: StepActionType | string;
1488
+ /**
1489
+ * <p>The custom script to run tests on the source and target environments.</p>
1490
+ */
1491
+ workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
1492
+ /**
1493
+ * <p>The servers on which a step will be run.</p>
1494
+ */
1495
+ stepTarget?: string[];
1496
+ /**
1497
+ * <p>The outputs of a step.</p>
1498
+ */
1499
+ outputs?: WorkflowStepOutput[];
1500
+ /**
1501
+ * <p>The previous step.</p>
1502
+ */
1503
+ previous?: string[];
1504
+ /**
1505
+ * <p>The next step.</p>
1506
+ */
1507
+ next?: string[];
1508
+ /**
1509
+ * <p>The status of the step.</p>
1510
+ */
1511
+ status?: StepStatus | string;
1512
+ }
1513
+ export interface UpdateWorkflowStepResponse {
1514
+ /**
1515
+ * <p>The ID of the step.</p>
1516
+ */
1517
+ id?: string;
1518
+ /**
1519
+ * <p>The ID of the step group.</p>
1520
+ */
1521
+ stepGroupId?: string;
1522
+ /**
1523
+ * <p>The ID of the migration workflow.</p>
1524
+ */
1525
+ workflowId?: string;
1526
+ /**
1527
+ * <p>The name of the step.</p>
1528
+ */
1529
+ name?: string;
1530
+ }
1531
+ export interface CreateWorkflowStepGroupRequest {
1532
+ /**
1533
+ * <p>The ID of the migration workflow that will contain the step group.</p>
1534
+ */
1535
+ workflowId: string | undefined;
1536
+ /**
1537
+ * <p>The name of the step group.</p>
1538
+ */
1539
+ name: string | undefined;
1540
+ /**
1541
+ * <p>The description of the step group.</p>
1542
+ */
1543
+ description?: string;
1544
+ /**
1545
+ * <p>The next step group.</p>
1546
+ */
1547
+ next?: string[];
1548
+ /**
1549
+ * <p>The previous step group.</p>
1550
+ */
1551
+ previous?: string[];
1552
+ }
1553
+ export interface CreateWorkflowStepGroupResponse {
1554
+ /**
1555
+ * <p>The ID of the migration workflow that contains the step group.</p>
1556
+ */
1557
+ workflowId?: string;
1558
+ /**
1559
+ * <p>The name of the step group.</p>
1560
+ */
1561
+ name?: string;
1562
+ /**
1563
+ * <p>The ID of the step group.</p>
1564
+ */
1565
+ id?: string;
1566
+ /**
1567
+ * <p>The description of the step group.</p>
1568
+ */
1569
+ description?: string;
1570
+ /**
1571
+ * <p>List of AWS services utilized in a migration workflow.</p>
1572
+ */
1573
+ tools?: Tool[];
1574
+ /**
1575
+ * <p>The next step group.</p>
1576
+ */
1577
+ next?: string[];
1578
+ /**
1579
+ * <p>The previous step group.</p>
1580
+ */
1581
+ previous?: string[];
1582
+ /**
1583
+ * <p>The time at which the step group is created.</p>
1584
+ */
1585
+ creationTime?: Date;
1586
+ }
1587
+ export interface DeleteWorkflowStepGroupRequest {
1588
+ /**
1589
+ * <p>The ID of the migration workflow.</p>
1590
+ */
1591
+ workflowId: string | undefined;
1592
+ /**
1593
+ * <p>The ID of the step group you want to delete.</p>
1594
+ */
1595
+ id: string | undefined;
1596
+ }
1597
+ export interface DeleteWorkflowStepGroupResponse {
1598
+ }
1599
+ export interface GetWorkflowStepGroupRequest {
1600
+ /**
1601
+ * <p>The ID of the step group.</p>
1602
+ */
1603
+ id: string | undefined;
1604
+ /**
1605
+ * <p>The ID of the migration workflow.</p>
1606
+ */
1607
+ workflowId: string | undefined;
1608
+ }
1609
+ export interface GetWorkflowStepGroupResponse {
1610
+ /**
1611
+ * <p>The ID of the step group.</p>
1612
+ */
1613
+ id?: string;
1614
+ /**
1615
+ * <p>The ID of the migration workflow.</p>
1616
+ */
1617
+ workflowId?: string;
1618
+ /**
1619
+ * <p>The name of the step group.</p>
1620
+ */
1621
+ name?: string;
1622
+ /**
1623
+ * <p>The description of the step group.</p>
1624
+ */
1625
+ description?: string;
1626
+ /**
1627
+ * <p>The status of the step group.</p>
1628
+ */
1629
+ status?: StepGroupStatus | string;
1630
+ /**
1631
+ * <p>The owner of the step group.</p>
1632
+ */
1633
+ owner?: Owner | string;
1634
+ /**
1635
+ * <p>The time at which the step group was created.</p>
1636
+ */
1637
+ creationTime?: Date;
1638
+ /**
1639
+ * <p>The time at which the step group was last modified.</p>
1640
+ */
1641
+ lastModifiedTime?: Date;
1642
+ /**
1643
+ * <p>The time at which the step group ended.</p>
1644
+ */
1645
+ endTime?: Date;
1646
+ /**
1647
+ * <p>List of AWS services utilized in a migration workflow.</p>
1648
+ */
1649
+ tools?: Tool[];
1650
+ /**
1651
+ * <p>The previous step group.</p>
1652
+ */
1653
+ previous?: string[];
1654
+ /**
1655
+ * <p>The next step group.</p>
1656
+ */
1657
+ next?: string[];
1658
+ }
1659
+ export interface ListWorkflowStepGroupsRequest {
1660
+ /**
1661
+ * <p>The pagination token.</p>
1662
+ */
1663
+ nextToken?: string;
1664
+ /**
1665
+ * <p>The maximum number of results that can be returned.</p>
1666
+ */
1667
+ maxResults?: number;
1668
+ /**
1669
+ * <p>The ID of the migration workflow.</p>
1670
+ */
1671
+ workflowId: string | undefined;
1672
+ }
1673
+ /**
1674
+ * <p>The summary of a step group in a workflow.</p>
1675
+ */
1676
+ export interface WorkflowStepGroupSummary {
1677
+ /**
1678
+ * <p>The ID of the step group.</p>
1679
+ */
1680
+ id?: string;
1681
+ /**
1682
+ * <p>The name of the step group.</p>
1683
+ */
1684
+ name?: string;
1685
+ /**
1686
+ * <p>The owner of the step group.</p>
1687
+ */
1688
+ owner?: Owner | string;
1689
+ /**
1690
+ * <p>The status of the step group.</p>
1691
+ */
1692
+ status?: StepGroupStatus | string;
1693
+ /**
1694
+ * <p>The previous step group.</p>
1695
+ */
1696
+ previous?: string[];
1697
+ /**
1698
+ * <p>The next step group.</p>
1699
+ */
1700
+ next?: string[];
1701
+ }
1702
+ export interface ListWorkflowStepGroupsResponse {
1703
+ /**
1704
+ * <p>The pagination token.</p>
1705
+ */
1706
+ nextToken?: string;
1707
+ /**
1708
+ * <p>The summary of step groups in a migration workflow.</p>
1709
+ */
1710
+ workflowStepGroupsSummary: WorkflowStepGroupSummary[] | undefined;
1711
+ }
1712
+ export interface UpdateWorkflowStepGroupRequest {
1713
+ /**
1714
+ * <p>The ID of the migration workflow.</p>
1715
+ */
1716
+ workflowId: string | undefined;
1717
+ /**
1718
+ * <p>The ID of the step group.</p>
1719
+ */
1720
+ id: string | undefined;
1721
+ /**
1722
+ * <p>The name of the step group.</p>
1723
+ */
1724
+ name?: string;
1725
+ /**
1726
+ * <p>The description of the step group.</p>
1727
+ */
1728
+ description?: string;
1729
+ /**
1730
+ * <p>The next step group.</p>
1731
+ */
1732
+ next?: string[];
1733
+ /**
1734
+ * <p>The previous step group.</p>
1735
+ */
1736
+ previous?: string[];
1737
+ }
1738
+ export interface UpdateWorkflowStepGroupResponse {
1739
+ /**
1740
+ * <p>The ID of the migration workflow.</p>
1741
+ */
1742
+ workflowId?: string;
1743
+ /**
1744
+ * <p>The name of the step group.</p>
1745
+ */
1746
+ name?: string;
1747
+ /**
1748
+ * <p>The ID of the step group.</p>
1749
+ */
1750
+ id?: string;
1751
+ /**
1752
+ * <p>The description of the step group.</p>
1753
+ */
1754
+ description?: string;
1755
+ /**
1756
+ * <p>List of AWS services utilized in a migration workflow.</p>
1757
+ */
1758
+ tools?: Tool[];
1759
+ /**
1760
+ * <p>The next step group.</p>
1761
+ */
1762
+ next?: string[];
1763
+ /**
1764
+ * <p>The previous step group.</p>
1765
+ */
1766
+ previous?: string[];
1767
+ /**
1768
+ * <p>The time at which the step group was last modified.</p>
1769
+ */
1770
+ lastModifiedTime?: Date;
1771
+ }
1772
+ /**
1773
+ * @internal
1774
+ */
1775
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1776
+ /**
1777
+ * @internal
1778
+ */
1779
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1780
+ /**
1781
+ * @internal
1782
+ */
1783
+ export declare const StepInputFilterSensitiveLog: (obj: StepInput) => any;
1784
+ /**
1785
+ * @internal
1786
+ */
1787
+ export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (obj: CreateMigrationWorkflowRequest) => any;
1788
+ /**
1789
+ * @internal
1790
+ */
1791
+ export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (obj: CreateMigrationWorkflowResponse) => any;
1792
+ /**
1793
+ * @internal
1794
+ */
1795
+ export declare const DeleteMigrationWorkflowRequestFilterSensitiveLog: (obj: DeleteMigrationWorkflowRequest) => any;
1796
+ /**
1797
+ * @internal
1798
+ */
1799
+ export declare const DeleteMigrationWorkflowResponseFilterSensitiveLog: (obj: DeleteMigrationWorkflowResponse) => any;
1800
+ /**
1801
+ * @internal
1802
+ */
1803
+ export declare const GetMigrationWorkflowRequestFilterSensitiveLog: (obj: GetMigrationWorkflowRequest) => any;
1804
+ /**
1805
+ * @internal
1806
+ */
1807
+ export declare const ToolFilterSensitiveLog: (obj: Tool) => any;
1808
+ /**
1809
+ * @internal
1810
+ */
1811
+ export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (obj: GetMigrationWorkflowResponse) => any;
1812
+ /**
1813
+ * @internal
1814
+ */
1815
+ export declare const ListMigrationWorkflowsRequestFilterSensitiveLog: (obj: ListMigrationWorkflowsRequest) => any;
1816
+ /**
1817
+ * @internal
1818
+ */
1819
+ export declare const MigrationWorkflowSummaryFilterSensitiveLog: (obj: MigrationWorkflowSummary) => any;
1820
+ /**
1821
+ * @internal
1822
+ */
1823
+ export declare const ListMigrationWorkflowsResponseFilterSensitiveLog: (obj: ListMigrationWorkflowsResponse) => any;
1824
+ /**
1825
+ * @internal
1826
+ */
1827
+ export declare const StartMigrationWorkflowRequestFilterSensitiveLog: (obj: StartMigrationWorkflowRequest) => any;
1828
+ /**
1829
+ * @internal
1830
+ */
1831
+ export declare const StartMigrationWorkflowResponseFilterSensitiveLog: (obj: StartMigrationWorkflowResponse) => any;
1832
+ /**
1833
+ * @internal
1834
+ */
1835
+ export declare const StopMigrationWorkflowRequestFilterSensitiveLog: (obj: StopMigrationWorkflowRequest) => any;
1836
+ /**
1837
+ * @internal
1838
+ */
1839
+ export declare const StopMigrationWorkflowResponseFilterSensitiveLog: (obj: StopMigrationWorkflowResponse) => any;
1840
+ /**
1841
+ * @internal
1842
+ */
1843
+ export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (obj: UpdateMigrationWorkflowRequest) => any;
1844
+ /**
1845
+ * @internal
1846
+ */
1847
+ export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (obj: UpdateMigrationWorkflowResponse) => any;
1848
+ /**
1849
+ * @internal
1850
+ */
1851
+ export declare const GetMigrationWorkflowTemplateRequestFilterSensitiveLog: (obj: GetMigrationWorkflowTemplateRequest) => any;
1852
+ /**
1853
+ * @internal
1854
+ */
1855
+ export declare const TemplateInputFilterSensitiveLog: (obj: TemplateInput) => any;
1856
+ /**
1857
+ * @internal
1858
+ */
1859
+ export declare const GetMigrationWorkflowTemplateResponseFilterSensitiveLog: (obj: GetMigrationWorkflowTemplateResponse) => any;
1860
+ /**
1861
+ * @internal
1862
+ */
1863
+ export declare const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog: (obj: ListMigrationWorkflowTemplatesRequest) => any;
1864
+ /**
1865
+ * @internal
1866
+ */
1867
+ export declare const TemplateSummaryFilterSensitiveLog: (obj: TemplateSummary) => any;
1868
+ /**
1869
+ * @internal
1870
+ */
1871
+ export declare const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog: (obj: ListMigrationWorkflowTemplatesResponse) => any;
1872
+ /**
1873
+ * @internal
1874
+ */
1875
+ export declare const ListPluginsRequestFilterSensitiveLog: (obj: ListPluginsRequest) => any;
1876
+ /**
1877
+ * @internal
1878
+ */
1879
+ export declare const PluginSummaryFilterSensitiveLog: (obj: PluginSummary) => any;
1880
+ /**
1881
+ * @internal
1882
+ */
1883
+ export declare const ListPluginsResponseFilterSensitiveLog: (obj: ListPluginsResponse) => any;
1884
+ /**
1885
+ * @internal
1886
+ */
1887
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1888
+ /**
1889
+ * @internal
1890
+ */
1891
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1892
+ /**
1893
+ * @internal
1894
+ */
1895
+ export declare const GetTemplateStepRequestFilterSensitiveLog: (obj: GetTemplateStepRequest) => any;
1896
+ /**
1897
+ * @internal
1898
+ */
1899
+ export declare const StepOutputFilterSensitiveLog: (obj: StepOutput) => any;
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ export declare const PlatformCommandFilterSensitiveLog: (obj: PlatformCommand) => any;
1904
+ /**
1905
+ * @internal
1906
+ */
1907
+ export declare const PlatformScriptKeyFilterSensitiveLog: (obj: PlatformScriptKey) => any;
1908
+ /**
1909
+ * @internal
1910
+ */
1911
+ export declare const StepAutomationConfigurationFilterSensitiveLog: (obj: StepAutomationConfiguration) => any;
1912
+ /**
1913
+ * @internal
1914
+ */
1915
+ export declare const GetTemplateStepResponseFilterSensitiveLog: (obj: GetTemplateStepResponse) => any;
1916
+ /**
1917
+ * @internal
1918
+ */
1919
+ export declare const ListTemplateStepsRequestFilterSensitiveLog: (obj: ListTemplateStepsRequest) => any;
1920
+ /**
1921
+ * @internal
1922
+ */
1923
+ export declare const TemplateStepSummaryFilterSensitiveLog: (obj: TemplateStepSummary) => any;
1924
+ /**
1925
+ * @internal
1926
+ */
1927
+ export declare const ListTemplateStepsResponseFilterSensitiveLog: (obj: ListTemplateStepsResponse) => any;
1928
+ /**
1929
+ * @internal
1930
+ */
1931
+ export declare const GetTemplateStepGroupRequestFilterSensitiveLog: (obj: GetTemplateStepGroupRequest) => any;
1932
+ /**
1933
+ * @internal
1934
+ */
1935
+ export declare const GetTemplateStepGroupResponseFilterSensitiveLog: (obj: GetTemplateStepGroupResponse) => any;
1936
+ /**
1937
+ * @internal
1938
+ */
1939
+ export declare const ListTemplateStepGroupsRequestFilterSensitiveLog: (obj: ListTemplateStepGroupsRequest) => any;
1940
+ /**
1941
+ * @internal
1942
+ */
1943
+ export declare const TemplateStepGroupSummaryFilterSensitiveLog: (obj: TemplateStepGroupSummary) => any;
1944
+ /**
1945
+ * @internal
1946
+ */
1947
+ export declare const ListTemplateStepGroupsResponseFilterSensitiveLog: (obj: ListTemplateStepGroupsResponse) => any;
1948
+ /**
1949
+ * @internal
1950
+ */
1951
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1952
+ /**
1953
+ * @internal
1954
+ */
1955
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1956
+ /**
1957
+ * @internal
1958
+ */
1959
+ export declare const WorkflowStepOutputUnionFilterSensitiveLog: (obj: WorkflowStepOutputUnion) => any;
1960
+ /**
1961
+ * @internal
1962
+ */
1963
+ export declare const WorkflowStepOutputFilterSensitiveLog: (obj: WorkflowStepOutput) => any;
1964
+ /**
1965
+ * @internal
1966
+ */
1967
+ export declare const WorkflowStepAutomationConfigurationFilterSensitiveLog: (obj: WorkflowStepAutomationConfiguration) => any;
1968
+ /**
1969
+ * @internal
1970
+ */
1971
+ export declare const CreateWorkflowStepRequestFilterSensitiveLog: (obj: CreateWorkflowStepRequest) => any;
1972
+ /**
1973
+ * @internal
1974
+ */
1975
+ export declare const CreateWorkflowStepResponseFilterSensitiveLog: (obj: CreateWorkflowStepResponse) => any;
1976
+ /**
1977
+ * @internal
1978
+ */
1979
+ export declare const DeleteWorkflowStepRequestFilterSensitiveLog: (obj: DeleteWorkflowStepRequest) => any;
1980
+ /**
1981
+ * @internal
1982
+ */
1983
+ export declare const DeleteWorkflowStepResponseFilterSensitiveLog: (obj: DeleteWorkflowStepResponse) => any;
1984
+ /**
1985
+ * @internal
1986
+ */
1987
+ export declare const GetWorkflowStepRequestFilterSensitiveLog: (obj: GetWorkflowStepRequest) => any;
1988
+ /**
1989
+ * @internal
1990
+ */
1991
+ export declare const GetWorkflowStepResponseFilterSensitiveLog: (obj: GetWorkflowStepResponse) => any;
1992
+ /**
1993
+ * @internal
1994
+ */
1995
+ export declare const ListWorkflowStepsRequestFilterSensitiveLog: (obj: ListWorkflowStepsRequest) => any;
1996
+ /**
1997
+ * @internal
1998
+ */
1999
+ export declare const WorkflowStepSummaryFilterSensitiveLog: (obj: WorkflowStepSummary) => any;
2000
+ /**
2001
+ * @internal
2002
+ */
2003
+ export declare const ListWorkflowStepsResponseFilterSensitiveLog: (obj: ListWorkflowStepsResponse) => any;
2004
+ /**
2005
+ * @internal
2006
+ */
2007
+ export declare const RetryWorkflowStepRequestFilterSensitiveLog: (obj: RetryWorkflowStepRequest) => any;
2008
+ /**
2009
+ * @internal
2010
+ */
2011
+ export declare const RetryWorkflowStepResponseFilterSensitiveLog: (obj: RetryWorkflowStepResponse) => any;
2012
+ /**
2013
+ * @internal
2014
+ */
2015
+ export declare const UpdateWorkflowStepRequestFilterSensitiveLog: (obj: UpdateWorkflowStepRequest) => any;
2016
+ /**
2017
+ * @internal
2018
+ */
2019
+ export declare const UpdateWorkflowStepResponseFilterSensitiveLog: (obj: UpdateWorkflowStepResponse) => any;
2020
+ /**
2021
+ * @internal
2022
+ */
2023
+ export declare const CreateWorkflowStepGroupRequestFilterSensitiveLog: (obj: CreateWorkflowStepGroupRequest) => any;
2024
+ /**
2025
+ * @internal
2026
+ */
2027
+ export declare const CreateWorkflowStepGroupResponseFilterSensitiveLog: (obj: CreateWorkflowStepGroupResponse) => any;
2028
+ /**
2029
+ * @internal
2030
+ */
2031
+ export declare const DeleteWorkflowStepGroupRequestFilterSensitiveLog: (obj: DeleteWorkflowStepGroupRequest) => any;
2032
+ /**
2033
+ * @internal
2034
+ */
2035
+ export declare const DeleteWorkflowStepGroupResponseFilterSensitiveLog: (obj: DeleteWorkflowStepGroupResponse) => any;
2036
+ /**
2037
+ * @internal
2038
+ */
2039
+ export declare const GetWorkflowStepGroupRequestFilterSensitiveLog: (obj: GetWorkflowStepGroupRequest) => any;
2040
+ /**
2041
+ * @internal
2042
+ */
2043
+ export declare const GetWorkflowStepGroupResponseFilterSensitiveLog: (obj: GetWorkflowStepGroupResponse) => any;
2044
+ /**
2045
+ * @internal
2046
+ */
2047
+ export declare const ListWorkflowStepGroupsRequestFilterSensitiveLog: (obj: ListWorkflowStepGroupsRequest) => any;
2048
+ /**
2049
+ * @internal
2050
+ */
2051
+ export declare const WorkflowStepGroupSummaryFilterSensitiveLog: (obj: WorkflowStepGroupSummary) => any;
2052
+ /**
2053
+ * @internal
2054
+ */
2055
+ export declare const ListWorkflowStepGroupsResponseFilterSensitiveLog: (obj: ListWorkflowStepGroupsResponse) => any;
2056
+ /**
2057
+ * @internal
2058
+ */
2059
+ export declare const UpdateWorkflowStepGroupRequestFilterSensitiveLog: (obj: UpdateWorkflowStepGroupRequest) => any;
2060
+ /**
2061
+ * @internal
2062
+ */
2063
+ export declare const UpdateWorkflowStepGroupResponseFilterSensitiveLog: (obj: UpdateWorkflowStepGroupResponse) => any;