@aws-sdk/client-migrationhuborchestrator 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/MigrationHubOrchestrator.d.ts +4 -1
  6. package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  16. package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
  18. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  19. package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  29. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
  30. package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +389 -389
  40. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
  41. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +40 -40
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>You do not have sufficient access to perform this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -18,8 +18,8 @@ export declare class AccessDeniedException extends __BaseException {
18
18
  */
19
19
  export interface ListTagsForResourceRequest {
20
20
  /**
21
- * @public
22
21
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
22
+ * @public
23
23
  */
24
24
  resourceArn: string | undefined;
25
25
  }
@@ -28,14 +28,14 @@ export interface ListTagsForResourceRequest {
28
28
  */
29
29
  export interface ListTagsForResourceResponse {
30
30
  /**
31
- * @public
32
31
  * <p>The tags added to a resource.</p>
32
+ * @public
33
33
  */
34
34
  tags?: Record<string, string>;
35
35
  }
36
36
  /**
37
- * @public
38
37
  * <p>The resource is not available.</p>
38
+ * @public
39
39
  */
40
40
  export declare class ResourceNotFoundException extends __BaseException {
41
41
  readonly name: "ResourceNotFoundException";
@@ -46,8 +46,8 @@ export declare class ResourceNotFoundException extends __BaseException {
46
46
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
47
47
  }
48
48
  /**
49
- * @public
50
49
  * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
50
+ * @public
51
51
  */
52
52
  export declare class ValidationException extends __BaseException {
53
53
  readonly name: "ValidationException";
@@ -59,9 +59,9 @@ export declare class ValidationException extends __BaseException {
59
59
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
60
60
  }
61
61
  /**
62
- * @public
63
62
  * <p>A map of key value pairs that is generated when you create a migration workflow. The
64
63
  * key value pairs will differ based on your selection of the template.</p>
64
+ * @public
65
65
  */
66
66
  export type StepInput = StepInput.IntegerValueMember | StepInput.ListOfStringsValueMember | StepInput.MapOfStringValueMember | StepInput.StringValueMember | StepInput.$UnknownMember;
67
67
  /**
@@ -69,8 +69,8 @@ export type StepInput = StepInput.IntegerValueMember | StepInput.ListOfStringsVa
69
69
  */
70
70
  export declare namespace StepInput {
71
71
  /**
72
- * @public
73
72
  * <p>The value of the integer.</p>
73
+ * @public
74
74
  */
75
75
  interface IntegerValueMember {
76
76
  integerValue: number;
@@ -80,8 +80,8 @@ export declare namespace StepInput {
80
80
  $unknown?: never;
81
81
  }
82
82
  /**
83
- * @public
84
83
  * <p>String value.</p>
84
+ * @public
85
85
  */
86
86
  interface StringValueMember {
87
87
  integerValue?: never;
@@ -91,8 +91,8 @@ export declare namespace StepInput {
91
91
  $unknown?: never;
92
92
  }
93
93
  /**
94
- * @public
95
94
  * <p>List of string values.</p>
95
+ * @public
96
96
  */
97
97
  interface ListOfStringsValueMember {
98
98
  integerValue?: never;
@@ -102,8 +102,8 @@ export declare namespace StepInput {
102
102
  $unknown?: never;
103
103
  }
104
104
  /**
105
- * @public
106
105
  * <p>Map of string values.</p>
106
+ * @public
107
107
  */
108
108
  interface MapOfStringValueMember {
109
109
  integerValue?: never;
@@ -136,38 +136,38 @@ export declare namespace StepInput {
136
136
  */
137
137
  export interface CreateMigrationWorkflowRequest {
138
138
  /**
139
- * @public
140
139
  * <p>The name of the migration workflow.</p>
140
+ * @public
141
141
  */
142
142
  name: string | undefined;
143
143
  /**
144
- * @public
145
144
  * <p>The description of the migration workflow.</p>
145
+ * @public
146
146
  */
147
147
  description?: string;
148
148
  /**
149
- * @public
150
149
  * <p>The ID of the template.</p>
150
+ * @public
151
151
  */
152
152
  templateId: string | undefined;
153
153
  /**
154
- * @public
155
154
  * <p>The configuration ID of the application configured in Application Discovery Service.</p>
155
+ * @public
156
156
  */
157
157
  applicationConfigurationId?: string;
158
158
  /**
159
- * @public
160
159
  * <p>The input parameters required to create a migration workflow.</p>
160
+ * @public
161
161
  */
162
162
  inputParameters: Record<string, StepInput> | undefined;
163
163
  /**
164
- * @public
165
164
  * <p>The servers on which a step will be run.</p>
165
+ * @public
166
166
  */
167
167
  stepTargets?: string[];
168
168
  /**
169
- * @public
170
169
  * <p>The tags to add on a migration workflow.</p>
170
+ * @public
171
171
  */
172
172
  tags?: Record<string, string>;
173
173
  }
@@ -200,64 +200,64 @@ export type MigrationWorkflowStatusEnum = (typeof MigrationWorkflowStatusEnum)[k
200
200
  */
201
201
  export interface CreateMigrationWorkflowResponse {
202
202
  /**
203
- * @public
204
203
  * <p>The ID of the migration workflow.</p>
204
+ * @public
205
205
  */
206
206
  id?: string;
207
207
  /**
208
- * @public
209
208
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
209
+ * @public
210
210
  */
211
211
  arn?: string;
212
212
  /**
213
- * @public
214
213
  * <p>The name of the migration workflow.</p>
214
+ * @public
215
215
  */
216
216
  name?: string;
217
217
  /**
218
- * @public
219
218
  * <p>The description of the migration workflow.</p>
219
+ * @public
220
220
  */
221
221
  description?: string;
222
222
  /**
223
- * @public
224
223
  * <p>The ID of the template.</p>
224
+ * @public
225
225
  */
226
226
  templateId?: string;
227
227
  /**
228
- * @public
229
228
  * <p>The configuration ID of the application configured in Application Discovery Service.</p>
229
+ * @public
230
230
  */
231
231
  adsApplicationConfigurationId?: string;
232
232
  /**
233
- * @public
234
233
  * <p>The inputs for creating a migration workflow.</p>
234
+ * @public
235
235
  */
236
236
  workflowInputs?: Record<string, StepInput>;
237
237
  /**
238
- * @public
239
238
  * <p>The servers on which a step will be run.</p>
239
+ * @public
240
240
  */
241
241
  stepTargets?: string[];
242
242
  /**
243
- * @public
244
243
  * <p>The status of the migration workflow.</p>
244
+ * @public
245
245
  */
246
246
  status?: MigrationWorkflowStatusEnum;
247
247
  /**
248
- * @public
249
248
  * <p>The time at which the migration workflow was created.</p>
249
+ * @public
250
250
  */
251
251
  creationTime?: Date;
252
252
  /**
253
- * @public
254
253
  * <p>The tags to add on a migration workflow.</p>
254
+ * @public
255
255
  */
256
256
  tags?: Record<string, string>;
257
257
  }
258
258
  /**
259
- * @public
260
259
  * <p>An internal error has occurred.</p>
260
+ * @public
261
261
  */
262
262
  export declare class InternalServerException extends __BaseException {
263
263
  readonly name: "InternalServerException";
@@ -268,8 +268,8 @@ export declare class InternalServerException extends __BaseException {
268
268
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
269
269
  }
270
270
  /**
271
- * @public
272
271
  * <p>The request was denied due to request throttling.</p>
272
+ * @public
273
273
  */
274
274
  export declare class ThrottlingException extends __BaseException {
275
275
  readonly name: "ThrottlingException";
@@ -284,8 +284,8 @@ export declare class ThrottlingException extends __BaseException {
284
284
  */
285
285
  export interface DeleteMigrationWorkflowRequest {
286
286
  /**
287
- * @public
288
287
  * <p>The ID of the migration workflow you want to delete.</p>
288
+ * @public
289
289
  */
290
290
  id: string | undefined;
291
291
  }
@@ -294,18 +294,18 @@ export interface DeleteMigrationWorkflowRequest {
294
294
  */
295
295
  export interface DeleteMigrationWorkflowResponse {
296
296
  /**
297
- * @public
298
297
  * <p>The ID of the migration workflow.</p>
298
+ * @public
299
299
  */
300
300
  id?: string;
301
301
  /**
302
- * @public
303
302
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
303
+ * @public
304
304
  */
305
305
  arn?: string;
306
306
  /**
307
- * @public
308
307
  * <p>The status of the migration workflow.</p>
308
+ * @public
309
309
  */
310
310
  status?: MigrationWorkflowStatusEnum;
311
311
  }
@@ -314,24 +314,24 @@ export interface DeleteMigrationWorkflowResponse {
314
314
  */
315
315
  export interface GetMigrationWorkflowRequest {
316
316
  /**
317
- * @public
318
317
  * <p>The ID of the migration workflow.</p>
318
+ * @public
319
319
  */
320
320
  id: string | undefined;
321
321
  }
322
322
  /**
323
- * @public
324
323
  * <p>List of AWS services utilized in a migration workflow.</p>
324
+ * @public
325
325
  */
326
326
  export interface Tool {
327
327
  /**
328
- * @public
329
328
  * <p>The name of an AWS service. </p>
329
+ * @public
330
330
  */
331
331
  name?: string;
332
332
  /**
333
- * @public
334
333
  * <p>The URL of an AWS service.</p>
334
+ * @public
335
335
  */
336
336
  url?: string;
337
337
  }
@@ -340,103 +340,103 @@ export interface Tool {
340
340
  */
341
341
  export interface GetMigrationWorkflowResponse {
342
342
  /**
343
- * @public
344
343
  * <p>The ID of the migration workflow.</p>
344
+ * @public
345
345
  */
346
346
  id?: string;
347
347
  /**
348
- * @public
349
348
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
349
+ * @public
350
350
  */
351
351
  arn?: string;
352
352
  /**
353
- * @public
354
353
  * <p>The name of the migration workflow.</p>
354
+ * @public
355
355
  */
356
356
  name?: string;
357
357
  /**
358
- * @public
359
358
  * <p>The description of the migration workflow.</p>
359
+ * @public
360
360
  */
361
361
  description?: string;
362
362
  /**
363
- * @public
364
363
  * <p>The ID of the template.</p>
364
+ * @public
365
365
  */
366
366
  templateId?: string;
367
367
  /**
368
- * @public
369
368
  * <p>The configuration ID of the application configured in Application Discovery Service.</p>
369
+ * @public
370
370
  */
371
371
  adsApplicationConfigurationId?: string;
372
372
  /**
373
- * @public
374
373
  * <p>The name of the application configured in Application Discovery Service.</p>
374
+ * @public
375
375
  */
376
376
  adsApplicationName?: string;
377
377
  /**
378
- * @public
379
378
  * <p>The status of the migration workflow.</p>
379
+ * @public
380
380
  */
381
381
  status?: MigrationWorkflowStatusEnum;
382
382
  /**
383
- * @public
384
383
  * <p>The status message of the migration workflow.</p>
384
+ * @public
385
385
  */
386
386
  statusMessage?: string;
387
387
  /**
388
- * @public
389
388
  * <p>The time at which the migration workflow was created.</p>
389
+ * @public
390
390
  */
391
391
  creationTime?: Date;
392
392
  /**
393
- * @public
394
393
  * <p>The time at which the migration workflow was last started.</p>
394
+ * @public
395
395
  */
396
396
  lastStartTime?: Date;
397
397
  /**
398
- * @public
399
398
  * <p>The time at which the migration workflow was last stopped.</p>
399
+ * @public
400
400
  */
401
401
  lastStopTime?: Date;
402
402
  /**
403
- * @public
404
403
  * <p>The time at which the migration workflow was last modified.</p>
404
+ * @public
405
405
  */
406
406
  lastModifiedTime?: Date;
407
407
  /**
408
- * @public
409
408
  * <p>The time at which the migration workflow ended.</p>
409
+ * @public
410
410
  */
411
411
  endTime?: Date;
412
412
  /**
413
- * @public
414
413
  * <p>List of AWS services utilized in a migration workflow.</p>
414
+ * @public
415
415
  */
416
416
  tools?: Tool[];
417
417
  /**
418
- * @public
419
418
  * <p>The total number of steps in the migration workflow.</p>
419
+ * @public
420
420
  */
421
421
  totalSteps?: number;
422
422
  /**
423
- * @public
424
423
  * <p>Get a list of completed steps in the migration workflow.</p>
424
+ * @public
425
425
  */
426
426
  completedSteps?: number;
427
427
  /**
428
- * @public
429
428
  * <p>The inputs required for creating the migration workflow.</p>
429
+ * @public
430
430
  */
431
431
  workflowInputs?: Record<string, StepInput>;
432
432
  /**
433
- * @public
434
433
  * <p>The tags added to the migration workflow.</p>
434
+ * @public
435
435
  */
436
436
  tags?: Record<string, string>;
437
437
  /**
438
- * @public
439
438
  * <p>The Amazon S3 bucket where the migration logs are stored.</p>
439
+ * @public
440
440
  */
441
441
  workflowBucket?: string;
442
442
  }
@@ -445,89 +445,89 @@ export interface GetMigrationWorkflowResponse {
445
445
  */
446
446
  export interface ListMigrationWorkflowsRequest {
447
447
  /**
448
- * @public
449
448
  * <p>The maximum number of results that can be returned.</p>
449
+ * @public
450
450
  */
451
451
  maxResults?: number;
452
452
  /**
453
- * @public
454
453
  * <p>The pagination token.</p>
454
+ * @public
455
455
  */
456
456
  nextToken?: string;
457
457
  /**
458
- * @public
459
458
  * <p>The ID of the template.</p>
459
+ * @public
460
460
  */
461
461
  templateId?: string;
462
462
  /**
463
- * @public
464
463
  * <p>The name of the application configured in Application Discovery Service.</p>
464
+ * @public
465
465
  */
466
466
  adsApplicationConfigurationName?: string;
467
467
  /**
468
- * @public
469
468
  * <p>The status of the migration workflow.</p>
469
+ * @public
470
470
  */
471
471
  status?: MigrationWorkflowStatusEnum;
472
472
  /**
473
- * @public
474
473
  * <p>The name of the migration workflow.</p>
474
+ * @public
475
475
  */
476
476
  name?: string;
477
477
  }
478
478
  /**
479
- * @public
480
479
  * <p>The summary of a migration workflow.</p>
480
+ * @public
481
481
  */
482
482
  export interface MigrationWorkflowSummary {
483
483
  /**
484
- * @public
485
484
  * <p>The ID of the migration workflow.</p>
485
+ * @public
486
486
  */
487
487
  id?: string;
488
488
  /**
489
- * @public
490
489
  * <p>The name of the migration workflow.</p>
490
+ * @public
491
491
  */
492
492
  name?: string;
493
493
  /**
494
- * @public
495
494
  * <p>The ID of the template.</p>
495
+ * @public
496
496
  */
497
497
  templateId?: string;
498
498
  /**
499
- * @public
500
499
  * <p>The name of the application configured in Application Discovery Service.</p>
500
+ * @public
501
501
  */
502
502
  adsApplicationConfigurationName?: string;
503
503
  /**
504
- * @public
505
504
  * <p>The status of the migration workflow.</p>
505
+ * @public
506
506
  */
507
507
  status?: MigrationWorkflowStatusEnum;
508
508
  /**
509
- * @public
510
509
  * <p>The time at which the migration workflow was created.</p>
510
+ * @public
511
511
  */
512
512
  creationTime?: Date;
513
513
  /**
514
- * @public
515
514
  * <p>The time at which the migration workflow ended.</p>
515
+ * @public
516
516
  */
517
517
  endTime?: Date;
518
518
  /**
519
- * @public
520
519
  * <p>The status message of the migration workflow.</p>
520
+ * @public
521
521
  */
522
522
  statusMessage?: string;
523
523
  /**
524
- * @public
525
524
  * <p>The steps completed in the migration workflow.</p>
525
+ * @public
526
526
  */
527
527
  completedSteps?: number;
528
528
  /**
529
- * @public
530
529
  * <p>All the steps in a migration workflow.</p>
530
+ * @public
531
531
  */
532
532
  totalSteps?: number;
533
533
  }
@@ -536,13 +536,13 @@ export interface MigrationWorkflowSummary {
536
536
  */
537
537
  export interface ListMigrationWorkflowsResponse {
538
538
  /**
539
- * @public
540
539
  * <p>The pagination token.</p>
540
+ * @public
541
541
  */
542
542
  nextToken?: string;
543
543
  /**
544
- * @public
545
544
  * <p>The summary of the migration workflow.</p>
545
+ * @public
546
546
  */
547
547
  migrationWorkflowSummary: MigrationWorkflowSummary[] | undefined;
548
548
  }
@@ -551,8 +551,8 @@ export interface ListMigrationWorkflowsResponse {
551
551
  */
552
552
  export interface StartMigrationWorkflowRequest {
553
553
  /**
554
- * @public
555
554
  * <p>The ID of the migration workflow.</p>
555
+ * @public
556
556
  */
557
557
  id: string | undefined;
558
558
  }
@@ -561,28 +561,28 @@ export interface StartMigrationWorkflowRequest {
561
561
  */
562
562
  export interface StartMigrationWorkflowResponse {
563
563
  /**
564
- * @public
565
564
  * <p>The ID of the migration workflow.</p>
565
+ * @public
566
566
  */
567
567
  id?: string;
568
568
  /**
569
- * @public
570
569
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
570
+ * @public
571
571
  */
572
572
  arn?: string;
573
573
  /**
574
- * @public
575
574
  * <p>The status of the migration workflow.</p>
575
+ * @public
576
576
  */
577
577
  status?: MigrationWorkflowStatusEnum;
578
578
  /**
579
- * @public
580
579
  * <p>The status message of the migration workflow.</p>
580
+ * @public
581
581
  */
582
582
  statusMessage?: string;
583
583
  /**
584
- * @public
585
584
  * <p>The time at which the migration workflow was last started.</p>
585
+ * @public
586
586
  */
587
587
  lastStartTime?: Date;
588
588
  }
@@ -591,8 +591,8 @@ export interface StartMigrationWorkflowResponse {
591
591
  */
592
592
  export interface StopMigrationWorkflowRequest {
593
593
  /**
594
- * @public
595
594
  * <p>The ID of the migration workflow.</p>
595
+ * @public
596
596
  */
597
597
  id: string | undefined;
598
598
  }
@@ -601,28 +601,28 @@ export interface StopMigrationWorkflowRequest {
601
601
  */
602
602
  export interface StopMigrationWorkflowResponse {
603
603
  /**
604
- * @public
605
604
  * <p>The ID of the migration workflow.</p>
605
+ * @public
606
606
  */
607
607
  id?: string;
608
608
  /**
609
- * @public
610
609
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
610
+ * @public
611
611
  */
612
612
  arn?: string;
613
613
  /**
614
- * @public
615
614
  * <p>The status of the migration workflow.</p>
615
+ * @public
616
616
  */
617
617
  status?: MigrationWorkflowStatusEnum;
618
618
  /**
619
- * @public
620
619
  * <p>The status message of the migration workflow.</p>
620
+ * @public
621
621
  */
622
622
  statusMessage?: string;
623
623
  /**
624
- * @public
625
624
  * <p>The time at which the migration workflow was stopped.</p>
625
+ * @public
626
626
  */
627
627
  lastStopTime?: Date;
628
628
  }
@@ -631,28 +631,28 @@ export interface StopMigrationWorkflowResponse {
631
631
  */
632
632
  export interface UpdateMigrationWorkflowRequest {
633
633
  /**
634
- * @public
635
634
  * <p>The ID of the migration workflow.</p>
635
+ * @public
636
636
  */
637
637
  id: string | undefined;
638
638
  /**
639
- * @public
640
639
  * <p>The name of the migration workflow.</p>
640
+ * @public
641
641
  */
642
642
  name?: string;
643
643
  /**
644
- * @public
645
644
  * <p>The description of the migration workflow.</p>
645
+ * @public
646
646
  */
647
647
  description?: string;
648
648
  /**
649
- * @public
650
649
  * <p>The input parameters required to update a migration workflow.</p>
650
+ * @public
651
651
  */
652
652
  inputParameters?: Record<string, StepInput>;
653
653
  /**
654
- * @public
655
654
  * <p>The servers on which a step will be run.</p>
655
+ * @public
656
656
  */
657
657
  stepTargets?: string[];
658
658
  }
@@ -661,70 +661,70 @@ export interface UpdateMigrationWorkflowRequest {
661
661
  */
662
662
  export interface UpdateMigrationWorkflowResponse {
663
663
  /**
664
- * @public
665
664
  * <p>The ID of the migration workflow.</p>
665
+ * @public
666
666
  */
667
667
  id?: string;
668
668
  /**
669
- * @public
670
669
  * <p>The Amazon Resource Name (ARN) of the migration workflow.</p>
670
+ * @public
671
671
  */
672
672
  arn?: string;
673
673
  /**
674
- * @public
675
674
  * <p>The name of the migration workflow.</p>
675
+ * @public
676
676
  */
677
677
  name?: string;
678
678
  /**
679
- * @public
680
679
  * <p>The description of the migration workflow.</p>
680
+ * @public
681
681
  */
682
682
  description?: string;
683
683
  /**
684
- * @public
685
684
  * <p>The ID of the template.</p>
685
+ * @public
686
686
  */
687
687
  templateId?: string;
688
688
  /**
689
- * @public
690
689
  * <p>The ID of the application configured in Application Discovery Service.</p>
690
+ * @public
691
691
  */
692
692
  adsApplicationConfigurationId?: string;
693
693
  /**
694
- * @public
695
694
  * <p>The inputs required to update a migration workflow.</p>
695
+ * @public
696
696
  */
697
697
  workflowInputs?: Record<string, StepInput>;
698
698
  /**
699
- * @public
700
699
  * <p>The servers on which a step will be run.</p>
700
+ * @public
701
701
  */
702
702
  stepTargets?: string[];
703
703
  /**
704
- * @public
705
704
  * <p>The status of the migration workflow.</p>
705
+ * @public
706
706
  */
707
707
  status?: MigrationWorkflowStatusEnum;
708
708
  /**
709
- * @public
710
709
  * <p>The time at which the migration workflow was created.</p>
710
+ * @public
711
711
  */
712
712
  creationTime?: Date;
713
713
  /**
714
- * @public
715
714
  * <p>The time at which the migration workflow was last modified.</p>
715
+ * @public
716
716
  */
717
717
  lastModifiedTime?: Date;
718
718
  /**
719
- * @public
720
719
  * <p>The tags added to the migration workflow.</p>
720
+ * @public
721
721
  */
722
722
  tags?: Record<string, string>;
723
723
  }
724
724
  /**
725
- * @public
726
725
  * <p>This exception is thrown when an attempt to update or delete
727
726
  * a resource would cause an inconsistent state.</p>
727
+ * @public
728
728
  */
729
729
  export declare class ConflictException extends __BaseException {
730
730
  readonly name: "ConflictException";
@@ -736,8 +736,8 @@ export declare class ConflictException extends __BaseException {
736
736
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
737
737
  }
738
738
  /**
739
- * @public
740
739
  * <p>The migration workflow template used as the source for the new template.</p>
740
+ * @public
741
741
  */
742
742
  export type TemplateSource = TemplateSource.WorkflowIdMember | TemplateSource.$UnknownMember;
743
743
  /**
@@ -745,8 +745,8 @@ export type TemplateSource = TemplateSource.WorkflowIdMember | TemplateSource.$U
745
745
  */
746
746
  export declare namespace TemplateSource {
747
747
  /**
748
- * @public
749
748
  * <p>The ID of the workflow from the source migration workflow template.</p>
749
+ * @public
750
750
  */
751
751
  interface WorkflowIdMember {
752
752
  workflowId: string;
@@ -770,29 +770,29 @@ export declare namespace TemplateSource {
770
770
  */
771
771
  export interface CreateTemplateRequest {
772
772
  /**
773
- * @public
774
773
  * <p>The name of the migration workflow template.</p>
774
+ * @public
775
775
  */
776
776
  templateName: string | undefined;
777
777
  /**
778
- * @public
779
778
  * <p>A description of the migration workflow template.</p>
779
+ * @public
780
780
  */
781
781
  templateDescription?: string;
782
782
  /**
783
- * @public
784
783
  * <p>The source of the migration workflow template.</p>
784
+ * @public
785
785
  */
786
786
  templateSource: TemplateSource | undefined;
787
787
  /**
788
- * @public
789
788
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
790
789
  * request. For more information, see <a href="https://smithy.io/2.0/spec/behavior-traits.html#idempotencytoken-trait">Idempotency</a> in the Smithy documentation.</p>
790
+ * @public
791
791
  */
792
792
  clientToken?: string;
793
793
  /**
794
- * @public
795
794
  * <p>The tags to add to the migration workflow template.</p>
795
+ * @public
796
796
  */
797
797
  tags?: Record<string, string>;
798
798
  }
@@ -801,22 +801,22 @@ export interface CreateTemplateRequest {
801
801
  */
802
802
  export interface CreateTemplateResponse {
803
803
  /**
804
- * @public
805
804
  * <p>The ID of the migration workflow template.</p>
805
+ * @public
806
806
  */
807
807
  templateId?: string;
808
808
  /**
809
- * @public
810
809
  * <p>The Amazon Resource Name (ARN) of the migration workflow template. The format for an
811
810
  * Migration Hub Orchestrator template ARN is
812
811
  * <code>arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234</code>.
813
812
  * For more information about ARNs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Names (ARNs)</a>
814
813
  * in the <i>AWS General Reference</i>.</p>
814
+ * @public
815
815
  */
816
816
  templateArn?: string;
817
817
  /**
818
- * @public
819
818
  * <p>The tags added to the migration workflow template.</p>
819
+ * @public
820
820
  */
821
821
  tags?: Record<string, string>;
822
822
  }
@@ -825,8 +825,8 @@ export interface CreateTemplateResponse {
825
825
  */
826
826
  export interface DeleteTemplateRequest {
827
827
  /**
828
- * @public
829
828
  * <p>The ID of the request to delete a migration workflow template.</p>
829
+ * @public
830
830
  */
831
831
  id: string | undefined;
832
832
  }
@@ -840,8 +840,8 @@ export interface DeleteTemplateResponse {
840
840
  */
841
841
  export interface GetMigrationWorkflowTemplateRequest {
842
842
  /**
843
- * @public
844
843
  * <p>The ID of the template.</p>
844
+ * @public
845
845
  */
846
846
  id: string | undefined;
847
847
  }
@@ -860,23 +860,23 @@ export declare const DataType: {
860
860
  */
861
861
  export type DataType = (typeof DataType)[keyof typeof DataType];
862
862
  /**
863
- * @public
864
863
  * <p>The input parameters of a template.</p>
864
+ * @public
865
865
  */
866
866
  export interface TemplateInput {
867
867
  /**
868
- * @public
869
868
  * <p>The name of the template.</p>
869
+ * @public
870
870
  */
871
871
  inputName?: string;
872
872
  /**
873
- * @public
874
873
  * <p>The data type of the template input.</p>
874
+ * @public
875
875
  */
876
876
  dataType?: DataType;
877
877
  /**
878
- * @public
879
878
  * <p>Determine if an input is required from the template.</p>
879
+ * @public
880
880
  */
881
881
  required?: boolean;
882
882
  }
@@ -900,61 +900,60 @@ export type TemplateStatus = (typeof TemplateStatus)[keyof typeof TemplateStatus
900
900
  */
901
901
  export interface GetMigrationWorkflowTemplateResponse {
902
902
  /**
903
- * @public
904
903
  * <p>The ID of the template.</p>
904
+ * @public
905
905
  */
906
906
  id?: string;
907
907
  /**
908
- * @public
909
908
  * <p>&gt;The Amazon Resource Name (ARN) of the migration workflow template. The format for an
910
909
  * Migration Hub Orchestrator template ARN is
911
910
  * <code>arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234</code>.
912
911
  * For more information about ARNs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Names (ARNs)</a>
913
912
  * in the <i>AWS General Reference</i>.</p>
913
+ * @public
914
914
  */
915
915
  templateArn?: string;
916
916
  /**
917
- * @public
918
917
  * <p>The name of the template.</p>
918
+ * @public
919
919
  */
920
920
  name?: string;
921
921
  /**
922
- * @public
923
922
  * <p>The time at which the template was last created.</p>
923
+ * @public
924
924
  */
925
925
  description?: string;
926
926
  /**
927
- * @public
928
927
  * <p>The inputs provided for the creation of the migration workflow.</p>
928
+ * @public
929
929
  */
930
930
  inputs?: TemplateInput[];
931
931
  /**
932
- * @public
933
932
  * <p>List of AWS services utilized in a migration workflow.</p>
933
+ * @public
934
934
  */
935
935
  tools?: Tool[];
936
936
  /**
937
- * @public
938
937
  * <p>The time at which the template was last created.</p>
938
+ * @public
939
939
  */
940
940
  creationTime?: Date;
941
941
  /**
942
- * @public
943
942
  * <p>The owner of the migration workflow template.</p>
943
+ * @public
944
944
  */
945
945
  owner?: string;
946
946
  /**
947
- * @public
948
947
  * <p>The status of the template.</p>
948
+ * @public
949
949
  */
950
950
  status?: TemplateStatus;
951
951
  /**
952
- * @public
953
952
  * <p>The status message of retrieving migration workflow templates.</p>
953
+ * @public
954
954
  */
955
955
  statusMessage?: string;
956
956
  /**
957
- * @public
958
957
  * <p>The class of the migration workflow template. The available template classes
959
958
  * are:</p>
960
959
  * <ul>
@@ -977,11 +976,12 @@ export interface GetMigrationWorkflowTemplateResponse {
977
976
  * <p>VMIE</p>
978
977
  * </li>
979
978
  * </ul>
979
+ * @public
980
980
  */
981
981
  templateClass?: string;
982
982
  /**
983
- * @public
984
983
  * <p>The tags added to the migration workflow template.</p>
984
+ * @public
985
985
  */
986
986
  tags?: Record<string, string>;
987
987
  }
@@ -990,44 +990,44 @@ export interface GetMigrationWorkflowTemplateResponse {
990
990
  */
991
991
  export interface ListMigrationWorkflowTemplatesRequest {
992
992
  /**
993
- * @public
994
993
  * <p>The maximum number of results that can be returned.</p>
994
+ * @public
995
995
  */
996
996
  maxResults?: number;
997
997
  /**
998
- * @public
999
998
  * <p>The pagination token.</p>
999
+ * @public
1000
1000
  */
1001
1001
  nextToken?: string;
1002
1002
  /**
1003
- * @public
1004
1003
  * <p>The name of the template.</p>
1004
+ * @public
1005
1005
  */
1006
1006
  name?: string;
1007
1007
  }
1008
1008
  /**
1009
- * @public
1010
1009
  * <p>The summary of the template.</p>
1010
+ * @public
1011
1011
  */
1012
1012
  export interface TemplateSummary {
1013
1013
  /**
1014
- * @public
1015
1014
  * <p>The ID of the template.</p>
1015
+ * @public
1016
1016
  */
1017
1017
  id?: string;
1018
1018
  /**
1019
- * @public
1020
1019
  * <p>The name of the template.</p>
1020
+ * @public
1021
1021
  */
1022
1022
  name?: string;
1023
1023
  /**
1024
- * @public
1025
1024
  * <p>The Amazon Resource Name (ARN) of the template.</p>
1025
+ * @public
1026
1026
  */
1027
1027
  arn?: string;
1028
1028
  /**
1029
- * @public
1030
1029
  * <p>The description of the template.</p>
1030
+ * @public
1031
1031
  */
1032
1032
  description?: string;
1033
1033
  }
@@ -1036,13 +1036,13 @@ export interface TemplateSummary {
1036
1036
  */
1037
1037
  export interface ListMigrationWorkflowTemplatesResponse {
1038
1038
  /**
1039
- * @public
1040
1039
  * <p>The pagination token.</p>
1040
+ * @public
1041
1041
  */
1042
1042
  nextToken?: string;
1043
1043
  /**
1044
- * @public
1045
1044
  * <p>The summary of the template.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  templateSummary: TemplateSummary[] | undefined;
1048
1048
  }
@@ -1051,24 +1051,24 @@ export interface ListMigrationWorkflowTemplatesResponse {
1051
1051
  */
1052
1052
  export interface UpdateTemplateRequest {
1053
1053
  /**
1054
- * @public
1055
1054
  * <p>The ID of the request to update a migration workflow template.</p>
1055
+ * @public
1056
1056
  */
1057
1057
  id: string | undefined;
1058
1058
  /**
1059
- * @public
1060
1059
  * <p>The name of the migration workflow template to update.</p>
1060
+ * @public
1061
1061
  */
1062
1062
  templateName?: string;
1063
1063
  /**
1064
- * @public
1065
1064
  * <p>The description of the migration workflow template to update.</p>
1065
+ * @public
1066
1066
  */
1067
1067
  templateDescription?: string;
1068
1068
  /**
1069
- * @public
1070
1069
  * <p>A unique, case-sensitive identifier that you provide to ensure the
1071
1070
  * idempotency of the request.</p>
1071
+ * @public
1072
1072
  */
1073
1073
  clientToken?: string;
1074
1074
  }
@@ -1077,22 +1077,22 @@ export interface UpdateTemplateRequest {
1077
1077
  */
1078
1078
  export interface UpdateTemplateResponse {
1079
1079
  /**
1080
- * @public
1081
1080
  * <p>The ID of the migration workflow template being updated.</p>
1081
+ * @public
1082
1082
  */
1083
1083
  templateId?: string;
1084
1084
  /**
1085
- * @public
1086
1085
  * <p>The ARN of the migration workflow template being updated. The format for an Migration Hub Orchestrator
1087
1086
  * template ARN is
1088
1087
  * <code>arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234</code>.
1089
1088
  * For more information about ARNs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Names (ARNs)</a>
1090
1089
  * in the <i>AWS General Reference</i>.</p>
1090
+ * @public
1091
1091
  */
1092
1092
  templateArn?: string;
1093
1093
  /**
1094
- * @public
1095
1094
  * <p>The tags added to the migration workflow template.</p>
1095
+ * @public
1096
1096
  */
1097
1097
  tags?: Record<string, string>;
1098
1098
  }
@@ -1101,13 +1101,13 @@ export interface UpdateTemplateResponse {
1101
1101
  */
1102
1102
  export interface ListPluginsRequest {
1103
1103
  /**
1104
- * @public
1105
1104
  * <p>The maximum number of plugins that can be returned.</p>
1105
+ * @public
1106
1106
  */
1107
1107
  maxResults?: number;
1108
1108
  /**
1109
- * @public
1110
1109
  * <p>The pagination token.</p>
1110
+ * @public
1111
1111
  */
1112
1112
  nextToken?: string;
1113
1113
  }
@@ -1124,38 +1124,38 @@ export declare const PluginHealth: {
1124
1124
  */
1125
1125
  export type PluginHealth = (typeof PluginHealth)[keyof typeof PluginHealth];
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>The summary of the Migration Hub Orchestrator plugin.</p>
1128
+ * @public
1129
1129
  */
1130
1130
  export interface PluginSummary {
1131
1131
  /**
1132
- * @public
1133
1132
  * <p>The ID of the plugin.</p>
1133
+ * @public
1134
1134
  */
1135
1135
  pluginId?: string;
1136
1136
  /**
1137
- * @public
1138
1137
  * <p>The name of the host.</p>
1138
+ * @public
1139
1139
  */
1140
1140
  hostname?: string;
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>The status of the plugin.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  status?: PluginHealth;
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>The IP address at which the plugin is located.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  ipAddress?: string;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The version of the plugin.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  version?: string;
1156
1156
  /**
1157
- * @public
1158
1157
  * <p>The time at which the plugin was registered.</p>
1158
+ * @public
1159
1159
  */
1160
1160
  registeredTime?: string;
1161
1161
  }
@@ -1164,13 +1164,13 @@ export interface PluginSummary {
1164
1164
  */
1165
1165
  export interface ListPluginsResponse {
1166
1166
  /**
1167
- * @public
1168
1167
  * <p>The pagination token.</p>
1168
+ * @public
1169
1169
  */
1170
1170
  nextToken?: string;
1171
1171
  /**
1172
- * @public
1173
1172
  * <p>Migration Hub Orchestrator plugins.</p>
1173
+ * @public
1174
1174
  */
1175
1175
  plugins?: PluginSummary[];
1176
1176
  }
@@ -1179,14 +1179,14 @@ export interface ListPluginsResponse {
1179
1179
  */
1180
1180
  export interface TagResourceRequest {
1181
1181
  /**
1182
- * @public
1183
1182
  * <p>The Amazon Resource Name (ARN) of the resource to which you want to add tags.</p>
1183
+ * @public
1184
1184
  */
1185
1185
  resourceArn: string | undefined;
1186
1186
  /**
1187
- * @public
1188
1187
  * <p>A collection of labels, in the form of key:value pairs, that apply to this
1189
1188
  * resource.</p>
1189
+ * @public
1190
1190
  */
1191
1191
  tags: Record<string, string> | undefined;
1192
1192
  }
@@ -1200,39 +1200,39 @@ export interface TagResourceResponse {
1200
1200
  */
1201
1201
  export interface GetTemplateStepRequest {
1202
1202
  /**
1203
- * @public
1204
1203
  * <p>The ID of the step.</p>
1204
+ * @public
1205
1205
  */
1206
1206
  id: string | undefined;
1207
1207
  /**
1208
- * @public
1209
1208
  * <p>The ID of the template.</p>
1209
+ * @public
1210
1210
  */
1211
1211
  templateId: string | undefined;
1212
1212
  /**
1213
- * @public
1214
1213
  * <p>The ID of the step group.</p>
1214
+ * @public
1215
1215
  */
1216
1216
  stepGroupId: string | undefined;
1217
1217
  }
1218
1218
  /**
1219
- * @public
1220
1219
  * <p>The output of the step.</p>
1220
+ * @public
1221
1221
  */
1222
1222
  export interface StepOutput {
1223
1223
  /**
1224
- * @public
1225
1224
  * <p>The name of the step.</p>
1225
+ * @public
1226
1226
  */
1227
1227
  name?: string;
1228
1228
  /**
1229
- * @public
1230
1229
  * <p>The data type of the step output.</p>
1230
+ * @public
1231
1231
  */
1232
1232
  dataType?: DataType;
1233
1233
  /**
1234
- * @public
1235
1234
  * <p>Determine if an output is required from a step.</p>
1235
+ * @public
1236
1236
  */
1237
1237
  required?: boolean;
1238
1238
  }
@@ -1249,18 +1249,18 @@ export declare const StepActionType: {
1249
1249
  */
1250
1250
  export type StepActionType = (typeof StepActionType)[keyof typeof StepActionType];
1251
1251
  /**
1252
- * @public
1253
1252
  * <p>Command to be run on a particular operating system.</p>
1253
+ * @public
1254
1254
  */
1255
1255
  export interface PlatformCommand {
1256
1256
  /**
1257
- * @public
1258
1257
  * <p>Command for Linux.</p>
1258
+ * @public
1259
1259
  */
1260
1260
  linux?: string;
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>Command for Windows.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  windows?: string;
1266
1266
  }
@@ -1277,18 +1277,18 @@ export declare const RunEnvironment: {
1277
1277
  */
1278
1278
  export type RunEnvironment = (typeof RunEnvironment)[keyof typeof RunEnvironment];
1279
1279
  /**
1280
- * @public
1281
1280
  * <p>The script location for a particular operating system.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  export interface PlatformScriptKey {
1284
1284
  /**
1285
- * @public
1286
1285
  * <p>The script location for Linux.</p>
1286
+ * @public
1287
1287
  */
1288
1288
  linux?: string;
1289
1289
  /**
1290
- * @public
1291
1290
  * <p>The script location for Windows.</p>
1291
+ * @public
1292
1292
  */
1293
1293
  windows?: string;
1294
1294
  }
@@ -1306,33 +1306,33 @@ export declare const TargetType: {
1306
1306
  */
1307
1307
  export type TargetType = (typeof TargetType)[keyof typeof TargetType];
1308
1308
  /**
1309
- * @public
1310
1309
  * <p>The custom script to run tests on source or target environments.</p>
1310
+ * @public
1311
1311
  */
1312
1312
  export interface StepAutomationConfiguration {
1313
1313
  /**
1314
- * @public
1315
1314
  * <p>The Amazon S3 bucket where the script is located.</p>
1315
+ * @public
1316
1316
  */
1317
1317
  scriptLocationS3Bucket?: string;
1318
1318
  /**
1319
- * @public
1320
1319
  * <p>The Amazon S3 key for the script location.</p>
1320
+ * @public
1321
1321
  */
1322
1322
  scriptLocationS3Key?: PlatformScriptKey;
1323
1323
  /**
1324
- * @public
1325
1324
  * <p>The command to run the script.</p>
1325
+ * @public
1326
1326
  */
1327
1327
  command?: PlatformCommand;
1328
1328
  /**
1329
- * @public
1330
1329
  * <p>The source or target environment.</p>
1330
+ * @public
1331
1331
  */
1332
1332
  runEnvironment?: RunEnvironment;
1333
1333
  /**
1334
- * @public
1335
1334
  * <p>The servers on which to run the script.</p>
1335
+ * @public
1336
1336
  */
1337
1337
  targetType?: TargetType;
1338
1338
  }
@@ -1341,59 +1341,59 @@ export interface StepAutomationConfiguration {
1341
1341
  */
1342
1342
  export interface GetTemplateStepResponse {
1343
1343
  /**
1344
- * @public
1345
1344
  * <p>The ID of the step.</p>
1345
+ * @public
1346
1346
  */
1347
1347
  id?: string;
1348
1348
  /**
1349
- * @public
1350
1349
  * <p>The ID of the step group.</p>
1350
+ * @public
1351
1351
  */
1352
1352
  stepGroupId?: string;
1353
1353
  /**
1354
- * @public
1355
1354
  * <p>The ID of the template.</p>
1355
+ * @public
1356
1356
  */
1357
1357
  templateId?: string;
1358
1358
  /**
1359
- * @public
1360
1359
  * <p>The name of the step.</p>
1360
+ * @public
1361
1361
  */
1362
1362
  name?: string;
1363
1363
  /**
1364
- * @public
1365
1364
  * <p>The description of the step.</p>
1365
+ * @public
1366
1366
  */
1367
1367
  description?: string;
1368
1368
  /**
1369
- * @public
1370
1369
  * <p>The action type of the step. You must run and update the status of a manual step for
1371
1370
  * the workflow to continue after the completion of the step.</p>
1371
+ * @public
1372
1372
  */
1373
1373
  stepActionType?: StepActionType;
1374
1374
  /**
1375
- * @public
1376
1375
  * <p>The time at which the step was created.</p>
1376
+ * @public
1377
1377
  */
1378
1378
  creationTime?: string;
1379
1379
  /**
1380
- * @public
1381
1380
  * <p>The previous step.</p>
1381
+ * @public
1382
1382
  */
1383
1383
  previous?: string[];
1384
1384
  /**
1385
- * @public
1386
1385
  * <p>The next step.</p>
1386
+ * @public
1387
1387
  */
1388
1388
  next?: string[];
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The outputs of the step.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  outputs?: StepOutput[];
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The custom script to run tests on source or target environments.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  stepAutomationConfiguration?: StepAutomationConfiguration;
1399
1399
  }
@@ -1402,23 +1402,23 @@ export interface GetTemplateStepResponse {
1402
1402
  */
1403
1403
  export interface ListTemplateStepsRequest {
1404
1404
  /**
1405
- * @public
1406
1405
  * <p>The maximum number of results that can be returned.</p>
1406
+ * @public
1407
1407
  */
1408
1408
  maxResults?: number;
1409
1409
  /**
1410
- * @public
1411
1410
  * <p>The pagination token.</p>
1411
+ * @public
1412
1412
  */
1413
1413
  nextToken?: string;
1414
1414
  /**
1415
- * @public
1416
1415
  * <p>The ID of the template.</p>
1416
+ * @public
1417
1417
  */
1418
1418
  templateId: string | undefined;
1419
1419
  /**
1420
- * @public
1421
1420
  * <p>The ID of the step group.</p>
1421
+ * @public
1422
1422
  */
1423
1423
  stepGroupId: string | undefined;
1424
1424
  }
@@ -1435,54 +1435,54 @@ export declare const Owner: {
1435
1435
  */
1436
1436
  export type Owner = (typeof Owner)[keyof typeof Owner];
1437
1437
  /**
1438
- * @public
1439
1438
  * <p>The summary of the step.</p>
1439
+ * @public
1440
1440
  */
1441
1441
  export interface TemplateStepSummary {
1442
1442
  /**
1443
- * @public
1444
1443
  * <p>The ID of the step.</p>
1444
+ * @public
1445
1445
  */
1446
1446
  id?: string;
1447
1447
  /**
1448
- * @public
1449
1448
  * <p>The ID of the step group.</p>
1449
+ * @public
1450
1450
  */
1451
1451
  stepGroupId?: string;
1452
1452
  /**
1453
- * @public
1454
1453
  * <p>The ID of the template.</p>
1454
+ * @public
1455
1455
  */
1456
1456
  templateId?: string;
1457
1457
  /**
1458
- * @public
1459
1458
  * <p>The name of the step.</p>
1459
+ * @public
1460
1460
  */
1461
1461
  name?: string;
1462
1462
  /**
1463
- * @public
1464
1463
  * <p>The action type of the step. You must run and update the status of a manual step for
1465
1464
  * the workflow to continue after the completion of the step.</p>
1465
+ * @public
1466
1466
  */
1467
1467
  stepActionType?: StepActionType;
1468
1468
  /**
1469
- * @public
1470
1469
  * <p>The servers on which to run the script.</p>
1470
+ * @public
1471
1471
  */
1472
1472
  targetType?: TargetType;
1473
1473
  /**
1474
- * @public
1475
1474
  * <p>The owner of the step.</p>
1475
+ * @public
1476
1476
  */
1477
1477
  owner?: Owner;
1478
1478
  /**
1479
- * @public
1480
1479
  * <p>The previous step.</p>
1480
+ * @public
1481
1481
  */
1482
1482
  previous?: string[];
1483
1483
  /**
1484
- * @public
1485
1484
  * <p>The next step.</p>
1485
+ * @public
1486
1486
  */
1487
1487
  next?: string[];
1488
1488
  }
@@ -1491,13 +1491,13 @@ export interface TemplateStepSummary {
1491
1491
  */
1492
1492
  export interface ListTemplateStepsResponse {
1493
1493
  /**
1494
- * @public
1495
1494
  * <p>The pagination token.</p>
1495
+ * @public
1496
1496
  */
1497
1497
  nextToken?: string;
1498
1498
  /**
1499
- * @public
1500
1499
  * <p>The list of summaries of steps in a template.</p>
1500
+ * @public
1501
1501
  */
1502
1502
  templateStepSummaryList?: TemplateStepSummary[];
1503
1503
  }
@@ -1506,13 +1506,13 @@ export interface ListTemplateStepsResponse {
1506
1506
  */
1507
1507
  export interface GetTemplateStepGroupRequest {
1508
1508
  /**
1509
- * @public
1510
1509
  * <p>The ID of the template.</p>
1510
+ * @public
1511
1511
  */
1512
1512
  templateId: string | undefined;
1513
1513
  /**
1514
- * @public
1515
1514
  * <p>The ID of the step group.</p>
1515
+ * @public
1516
1516
  */
1517
1517
  id: string | undefined;
1518
1518
  }
@@ -1539,53 +1539,53 @@ export type StepGroupStatus = (typeof StepGroupStatus)[keyof typeof StepGroupSta
1539
1539
  */
1540
1540
  export interface GetTemplateStepGroupResponse {
1541
1541
  /**
1542
- * @public
1543
1542
  * <p>The ID of the template.</p>
1543
+ * @public
1544
1544
  */
1545
1545
  templateId?: string;
1546
1546
  /**
1547
- * @public
1548
1547
  * <p>The ID of the step group.</p>
1548
+ * @public
1549
1549
  */
1550
1550
  id?: string;
1551
1551
  /**
1552
- * @public
1553
1552
  * <p>The name of the step group.</p>
1553
+ * @public
1554
1554
  */
1555
1555
  name?: string;
1556
1556
  /**
1557
- * @public
1558
1557
  * <p>The description of the step group.</p>
1558
+ * @public
1559
1559
  */
1560
1560
  description?: string;
1561
1561
  /**
1562
- * @public
1563
1562
  * <p>The status of the step group.</p>
1563
+ * @public
1564
1564
  */
1565
1565
  status?: StepGroupStatus;
1566
1566
  /**
1567
- * @public
1568
1567
  * <p>The time at which the step group was created.</p>
1568
+ * @public
1569
1569
  */
1570
1570
  creationTime?: Date;
1571
1571
  /**
1572
- * @public
1573
1572
  * <p>The time at which the step group was last modified.</p>
1573
+ * @public
1574
1574
  */
1575
1575
  lastModifiedTime?: Date;
1576
1576
  /**
1577
- * @public
1578
1577
  * <p>List of AWS services utilized in a migration workflow.</p>
1578
+ * @public
1579
1579
  */
1580
1580
  tools?: Tool[];
1581
1581
  /**
1582
- * @public
1583
1582
  * <p>The previous step group.</p>
1583
+ * @public
1584
1584
  */
1585
1585
  previous?: string[];
1586
1586
  /**
1587
- * @public
1588
1587
  * <p>The next step group.</p>
1588
+ * @public
1589
1589
  */
1590
1590
  next?: string[];
1591
1591
  }
@@ -1594,44 +1594,44 @@ export interface GetTemplateStepGroupResponse {
1594
1594
  */
1595
1595
  export interface ListTemplateStepGroupsRequest {
1596
1596
  /**
1597
- * @public
1598
1597
  * <p>The maximum number of results that can be returned.</p>
1598
+ * @public
1599
1599
  */
1600
1600
  maxResults?: number;
1601
1601
  /**
1602
- * @public
1603
1602
  * <p>The pagination token.</p>
1603
+ * @public
1604
1604
  */
1605
1605
  nextToken?: string;
1606
1606
  /**
1607
- * @public
1608
1607
  * <p>The ID of the template.</p>
1608
+ * @public
1609
1609
  */
1610
1610
  templateId: string | undefined;
1611
1611
  }
1612
1612
  /**
1613
- * @public
1614
1613
  * <p>The summary of the step group in the template.</p>
1614
+ * @public
1615
1615
  */
1616
1616
  export interface TemplateStepGroupSummary {
1617
1617
  /**
1618
- * @public
1619
1618
  * <p>The ID of the step group.</p>
1619
+ * @public
1620
1620
  */
1621
1621
  id?: string;
1622
1622
  /**
1623
- * @public
1624
1623
  * <p>The name of the step group.</p>
1624
+ * @public
1625
1625
  */
1626
1626
  name?: string;
1627
1627
  /**
1628
- * @public
1629
1628
  * <p>The previous step group.</p>
1629
+ * @public
1630
1630
  */
1631
1631
  previous?: string[];
1632
1632
  /**
1633
- * @public
1634
1633
  * <p>The next step group.</p>
1634
+ * @public
1635
1635
  */
1636
1636
  next?: string[];
1637
1637
  }
@@ -1640,13 +1640,13 @@ export interface TemplateStepGroupSummary {
1640
1640
  */
1641
1641
  export interface ListTemplateStepGroupsResponse {
1642
1642
  /**
1643
- * @public
1644
1643
  * <p>The pagination token.</p>
1644
+ * @public
1645
1645
  */
1646
1646
  nextToken?: string;
1647
1647
  /**
1648
- * @public
1649
1648
  * <p>The summary of the step group in the template.</p>
1649
+ * @public
1650
1650
  */
1651
1651
  templateStepGroupSummary: TemplateStepGroupSummary[] | undefined;
1652
1652
  }
@@ -1655,14 +1655,14 @@ export interface ListTemplateStepGroupsResponse {
1655
1655
  */
1656
1656
  export interface UntagResourceRequest {
1657
1657
  /**
1658
- * @public
1659
1658
  * <p>The Amazon Resource Name (ARN) of the resource from which you want to remove
1660
1659
  * tags.</p>
1660
+ * @public
1661
1661
  */
1662
1662
  resourceArn: string | undefined;
1663
1663
  /**
1664
- * @public
1665
1664
  * <p>One or more tag keys. Specify only the tag keys, not the tag values.</p>
1665
+ * @public
1666
1666
  */
1667
1667
  tagKeys: string[] | undefined;
1668
1668
  }
@@ -1672,8 +1672,8 @@ export interface UntagResourceRequest {
1672
1672
  export interface UntagResourceResponse {
1673
1673
  }
1674
1674
  /**
1675
- * @public
1676
1675
  * <p>A structure to hold multiple values of an output.</p>
1676
+ * @public
1677
1677
  */
1678
1678
  export type WorkflowStepOutputUnion = WorkflowStepOutputUnion.IntegerValueMember | WorkflowStepOutputUnion.ListOfStringValueMember | WorkflowStepOutputUnion.StringValueMember | WorkflowStepOutputUnion.$UnknownMember;
1679
1679
  /**
@@ -1681,8 +1681,8 @@ export type WorkflowStepOutputUnion = WorkflowStepOutputUnion.IntegerValueMember
1681
1681
  */
1682
1682
  export declare namespace WorkflowStepOutputUnion {
1683
1683
  /**
1684
- * @public
1685
1684
  * <p>The integer value. </p>
1685
+ * @public
1686
1686
  */
1687
1687
  interface IntegerValueMember {
1688
1688
  integerValue: number;
@@ -1691,8 +1691,8 @@ export declare namespace WorkflowStepOutputUnion {
1691
1691
  $unknown?: never;
1692
1692
  }
1693
1693
  /**
1694
- * @public
1695
1694
  * <p>The string value.</p>
1695
+ * @public
1696
1696
  */
1697
1697
  interface StringValueMember {
1698
1698
  integerValue?: never;
@@ -1701,8 +1701,8 @@ export declare namespace WorkflowStepOutputUnion {
1701
1701
  $unknown?: never;
1702
1702
  }
1703
1703
  /**
1704
- * @public
1705
1704
  * <p>The list of string value.</p>
1705
+ * @public
1706
1706
  */
1707
1707
  interface ListOfStringValueMember {
1708
1708
  integerValue?: never;
@@ -1728,59 +1728,59 @@ export declare namespace WorkflowStepOutputUnion {
1728
1728
  const visit: <T>(value: WorkflowStepOutputUnion, visitor: Visitor<T>) => T;
1729
1729
  }
1730
1730
  /**
1731
- * @public
1732
1731
  * <p>The output of a step.</p>
1732
+ * @public
1733
1733
  */
1734
1734
  export interface WorkflowStepOutput {
1735
1735
  /**
1736
- * @public
1737
1736
  * <p>The name of the step.</p>
1737
+ * @public
1738
1738
  */
1739
1739
  name?: string;
1740
1740
  /**
1741
- * @public
1742
1741
  * <p>The data type of the output.</p>
1742
+ * @public
1743
1743
  */
1744
1744
  dataType?: DataType;
1745
1745
  /**
1746
- * @public
1747
1746
  * <p>Determine if an output is required from a step.</p>
1747
+ * @public
1748
1748
  */
1749
1749
  required?: boolean;
1750
1750
  /**
1751
- * @public
1752
1751
  * <p>The value of the output.</p>
1752
+ * @public
1753
1753
  */
1754
1754
  value?: WorkflowStepOutputUnion;
1755
1755
  }
1756
1756
  /**
1757
- * @public
1758
1757
  * <p>The custom script to run tests on source or target environments.</p>
1758
+ * @public
1759
1759
  */
1760
1760
  export interface WorkflowStepAutomationConfiguration {
1761
1761
  /**
1762
- * @public
1763
1762
  * <p>The Amazon S3 bucket where the script is located.</p>
1763
+ * @public
1764
1764
  */
1765
1765
  scriptLocationS3Bucket?: string;
1766
1766
  /**
1767
- * @public
1768
1767
  * <p>The Amazon S3 key for the script location.</p>
1768
+ * @public
1769
1769
  */
1770
1770
  scriptLocationS3Key?: PlatformScriptKey;
1771
1771
  /**
1772
- * @public
1773
1772
  * <p>The command required to run the script.</p>
1773
+ * @public
1774
1774
  */
1775
1775
  command?: PlatformCommand;
1776
1776
  /**
1777
- * @public
1778
1777
  * <p>The source or target environment.</p>
1778
+ * @public
1779
1779
  */
1780
1780
  runEnvironment?: RunEnvironment;
1781
1781
  /**
1782
- * @public
1783
1782
  * <p>The servers on which to run the script.</p>
1783
+ * @public
1784
1784
  */
1785
1785
  targetType?: TargetType;
1786
1786
  }
@@ -1789,54 +1789,54 @@ export interface WorkflowStepAutomationConfiguration {
1789
1789
  */
1790
1790
  export interface CreateWorkflowStepRequest {
1791
1791
  /**
1792
- * @public
1793
1792
  * <p>The name of the step.</p>
1793
+ * @public
1794
1794
  */
1795
1795
  name: string | undefined;
1796
1796
  /**
1797
- * @public
1798
1797
  * <p>The ID of the step group.</p>
1798
+ * @public
1799
1799
  */
1800
1800
  stepGroupId: string | undefined;
1801
1801
  /**
1802
- * @public
1803
1802
  * <p>The ID of the migration workflow.</p>
1803
+ * @public
1804
1804
  */
1805
1805
  workflowId: string | undefined;
1806
1806
  /**
1807
- * @public
1808
1807
  * <p>The action type of the step. You must run and update the status of a manual step for
1809
1808
  * the workflow to continue after the completion of the step.</p>
1809
+ * @public
1810
1810
  */
1811
1811
  stepActionType: StepActionType | undefined;
1812
1812
  /**
1813
- * @public
1814
1813
  * <p>The description of the step.</p>
1814
+ * @public
1815
1815
  */
1816
1816
  description?: string;
1817
1817
  /**
1818
- * @public
1819
1818
  * <p>The custom script to run tests on source or target environments.</p>
1819
+ * @public
1820
1820
  */
1821
1821
  workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
1822
1822
  /**
1823
- * @public
1824
1823
  * <p>The servers on which a step will be run.</p>
1824
+ * @public
1825
1825
  */
1826
1826
  stepTarget?: string[];
1827
1827
  /**
1828
- * @public
1829
1828
  * <p>The key value pairs added for the expected output.</p>
1829
+ * @public
1830
1830
  */
1831
1831
  outputs?: WorkflowStepOutput[];
1832
1832
  /**
1833
- * @public
1834
1833
  * <p>The previous step.</p>
1834
+ * @public
1835
1835
  */
1836
1836
  previous?: string[];
1837
1837
  /**
1838
- * @public
1839
1838
  * <p>The next step.</p>
1839
+ * @public
1840
1840
  */
1841
1841
  next?: string[];
1842
1842
  }
@@ -1845,23 +1845,23 @@ export interface CreateWorkflowStepRequest {
1845
1845
  */
1846
1846
  export interface CreateWorkflowStepResponse {
1847
1847
  /**
1848
- * @public
1849
1848
  * <p>The ID of the step.</p>
1849
+ * @public
1850
1850
  */
1851
1851
  id?: string;
1852
1852
  /**
1853
- * @public
1854
1853
  * <p>The ID of the step group.</p>
1854
+ * @public
1855
1855
  */
1856
1856
  stepGroupId?: string;
1857
1857
  /**
1858
- * @public
1859
1858
  * <p>The ID of the migration workflow.</p>
1859
+ * @public
1860
1860
  */
1861
1861
  workflowId?: string;
1862
1862
  /**
1863
- * @public
1864
1863
  * <p>The name of the step.</p>
1864
+ * @public
1865
1865
  */
1866
1866
  name?: string;
1867
1867
  }
@@ -1870,18 +1870,18 @@ export interface CreateWorkflowStepResponse {
1870
1870
  */
1871
1871
  export interface DeleteWorkflowStepRequest {
1872
1872
  /**
1873
- * @public
1874
1873
  * <p>The ID of the step you want to delete.</p>
1874
+ * @public
1875
1875
  */
1876
1876
  id: string | undefined;
1877
1877
  /**
1878
- * @public
1879
1878
  * <p>The ID of the step group that contains the step you want to delete.</p>
1879
+ * @public
1880
1880
  */
1881
1881
  stepGroupId: string | undefined;
1882
1882
  /**
1883
- * @public
1884
1883
  * <p>The ID of the migration workflow.</p>
1884
+ * @public
1885
1885
  */
1886
1886
  workflowId: string | undefined;
1887
1887
  }
@@ -1895,18 +1895,18 @@ export interface DeleteWorkflowStepResponse {
1895
1895
  */
1896
1896
  export interface GetWorkflowStepRequest {
1897
1897
  /**
1898
- * @public
1899
1898
  * <p>The ID of the migration workflow.</p>
1899
+ * @public
1900
1900
  */
1901
1901
  workflowId: string | undefined;
1902
1902
  /**
1903
- * @public
1904
1903
  * <p>The ID of the step group.</p>
1904
+ * @public
1905
1905
  */
1906
1906
  stepGroupId: string | undefined;
1907
1907
  /**
1908
- * @public
1909
1908
  * <p>The ID of the step.</p>
1909
+ * @public
1910
1910
  */
1911
1911
  id: string | undefined;
1912
1912
  }
@@ -1933,109 +1933,109 @@ export type StepStatus = (typeof StepStatus)[keyof typeof StepStatus];
1933
1933
  */
1934
1934
  export interface GetWorkflowStepResponse {
1935
1935
  /**
1936
- * @public
1937
1936
  * <p>The name of the step.</p>
1937
+ * @public
1938
1938
  */
1939
1939
  name?: string;
1940
1940
  /**
1941
- * @public
1942
1941
  * <p>The ID of the step group.</p>
1942
+ * @public
1943
1943
  */
1944
1944
  stepGroupId?: string;
1945
1945
  /**
1946
- * @public
1947
1946
  * <p>The ID of the migration workflow.</p>
1947
+ * @public
1948
1948
  */
1949
1949
  workflowId?: string;
1950
1950
  /**
1951
- * @public
1952
1951
  * <p>The ID of the step.</p>
1952
+ * @public
1953
1953
  */
1954
1954
  stepId?: string;
1955
1955
  /**
1956
- * @public
1957
1956
  * <p>The description of the step.</p>
1957
+ * @public
1958
1958
  */
1959
1959
  description?: string;
1960
1960
  /**
1961
- * @public
1962
1961
  * <p>The action type of the step. You must run and update the status of a manual step for
1963
1962
  * the workflow to continue after the completion of the step.</p>
1963
+ * @public
1964
1964
  */
1965
1965
  stepActionType?: StepActionType;
1966
1966
  /**
1967
- * @public
1968
1967
  * <p>The owner of the step.</p>
1968
+ * @public
1969
1969
  */
1970
1970
  owner?: Owner;
1971
1971
  /**
1972
- * @public
1973
1972
  * <p>The custom script to run tests on source or target environments.</p>
1973
+ * @public
1974
1974
  */
1975
1975
  workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
1976
1976
  /**
1977
- * @public
1978
1977
  * <p>The servers on which a step will be run.</p>
1978
+ * @public
1979
1979
  */
1980
1980
  stepTarget?: string[];
1981
1981
  /**
1982
- * @public
1983
1982
  * <p>The outputs of the step.</p>
1983
+ * @public
1984
1984
  */
1985
1985
  outputs?: WorkflowStepOutput[];
1986
1986
  /**
1987
- * @public
1988
1987
  * <p>The previous step.</p>
1988
+ * @public
1989
1989
  */
1990
1990
  previous?: string[];
1991
1991
  /**
1992
- * @public
1993
1992
  * <p>The next step.</p>
1993
+ * @public
1994
1994
  */
1995
1995
  next?: string[];
1996
1996
  /**
1997
- * @public
1998
1997
  * <p>The status of the step.</p>
1998
+ * @public
1999
1999
  */
2000
2000
  status?: StepStatus;
2001
2001
  /**
2002
- * @public
2003
2002
  * <p>The status message of the migration workflow.</p>
2003
+ * @public
2004
2004
  */
2005
2005
  statusMessage?: string;
2006
2006
  /**
2007
- * @public
2008
2007
  * <p>The output location of the script.</p>
2008
+ * @public
2009
2009
  */
2010
2010
  scriptOutputLocation?: string;
2011
2011
  /**
2012
- * @public
2013
2012
  * <p>The time at which the step was created.</p>
2013
+ * @public
2014
2014
  */
2015
2015
  creationTime?: Date;
2016
2016
  /**
2017
- * @public
2018
2017
  * <p>The time at which the workflow was last started.</p>
2018
+ * @public
2019
2019
  */
2020
2020
  lastStartTime?: Date;
2021
2021
  /**
2022
- * @public
2023
2022
  * <p>The time at which the step ended.</p>
2023
+ * @public
2024
2024
  */
2025
2025
  endTime?: Date;
2026
2026
  /**
2027
- * @public
2028
2027
  * <p>The number of servers that have been migrated.</p>
2028
+ * @public
2029
2029
  */
2030
2030
  noOfSrvCompleted?: number;
2031
2031
  /**
2032
- * @public
2033
2032
  * <p>The number of servers that have failed to migrate.</p>
2033
+ * @public
2034
2034
  */
2035
2035
  noOfSrvFailed?: number;
2036
2036
  /**
2037
- * @public
2038
2037
  * <p>The total number of servers that have been migrated.</p>
2038
+ * @public
2039
2039
  */
2040
2040
  totalNoOfSrv?: number;
2041
2041
  }
@@ -2044,95 +2044,95 @@ export interface GetWorkflowStepResponse {
2044
2044
  */
2045
2045
  export interface ListWorkflowStepsRequest {
2046
2046
  /**
2047
- * @public
2048
2047
  * <p>The pagination token.</p>
2048
+ * @public
2049
2049
  */
2050
2050
  nextToken?: string;
2051
2051
  /**
2052
- * @public
2053
2052
  * <p>The maximum number of results that can be returned.</p>
2053
+ * @public
2054
2054
  */
2055
2055
  maxResults?: number;
2056
2056
  /**
2057
- * @public
2058
2057
  * <p>The ID of the migration workflow.</p>
2058
+ * @public
2059
2059
  */
2060
2060
  workflowId: string | undefined;
2061
2061
  /**
2062
- * @public
2063
2062
  * <p>The ID of the step group.</p>
2063
+ * @public
2064
2064
  */
2065
2065
  stepGroupId: string | undefined;
2066
2066
  }
2067
2067
  /**
2068
- * @public
2069
2068
  * <p>The summary of the step in a migration workflow.</p>
2069
+ * @public
2070
2070
  */
2071
2071
  export interface WorkflowStepSummary {
2072
2072
  /**
2073
- * @public
2074
2073
  * <p>The ID of the step.</p>
2074
+ * @public
2075
2075
  */
2076
2076
  stepId?: string;
2077
2077
  /**
2078
- * @public
2079
2078
  * <p>The name of the step.</p>
2079
+ * @public
2080
2080
  */
2081
2081
  name?: string;
2082
2082
  /**
2083
- * @public
2084
2083
  * <p>The action type of the step. You must run and update the status of a manual step for
2085
2084
  * the workflow to continue after the completion of the step.</p>
2085
+ * @public
2086
2086
  */
2087
2087
  stepActionType?: StepActionType;
2088
2088
  /**
2089
- * @public
2090
2089
  * <p>The owner of the step.</p>
2090
+ * @public
2091
2091
  */
2092
2092
  owner?: Owner;
2093
2093
  /**
2094
- * @public
2095
2094
  * <p>The previous step.</p>
2095
+ * @public
2096
2096
  */
2097
2097
  previous?: string[];
2098
2098
  /**
2099
- * @public
2100
2099
  * <p>The next step.</p>
2100
+ * @public
2101
2101
  */
2102
2102
  next?: string[];
2103
2103
  /**
2104
- * @public
2105
2104
  * <p>The status of the step.</p>
2105
+ * @public
2106
2106
  */
2107
2107
  status?: StepStatus;
2108
2108
  /**
2109
- * @public
2110
2109
  * <p>The status message of the migration workflow.</p>
2110
+ * @public
2111
2111
  */
2112
2112
  statusMessage?: string;
2113
2113
  /**
2114
- * @public
2115
2114
  * <p>The number of servers that have been migrated.</p>
2115
+ * @public
2116
2116
  */
2117
2117
  noOfSrvCompleted?: number;
2118
2118
  /**
2119
- * @public
2120
2119
  * <p>The number of servers that have failed to migrate.</p>
2120
+ * @public
2121
2121
  */
2122
2122
  noOfSrvFailed?: number;
2123
2123
  /**
2124
- * @public
2125
2124
  * <p>The total number of servers that have been migrated.</p>
2125
+ * @public
2126
2126
  */
2127
2127
  totalNoOfSrv?: number;
2128
2128
  /**
2129
- * @public
2130
2129
  * <p>The description of the step.</p>
2130
+ * @public
2131
2131
  */
2132
2132
  description?: string;
2133
2133
  /**
2134
- * @public
2135
2134
  * <p>The location of the script.</p>
2135
+ * @public
2136
2136
  */
2137
2137
  scriptLocation?: string;
2138
2138
  }
@@ -2141,13 +2141,13 @@ export interface WorkflowStepSummary {
2141
2141
  */
2142
2142
  export interface ListWorkflowStepsResponse {
2143
2143
  /**
2144
- * @public
2145
2144
  * <p>The pagination token.</p>
2145
+ * @public
2146
2146
  */
2147
2147
  nextToken?: string;
2148
2148
  /**
2149
- * @public
2150
2149
  * <p>The summary of steps in a migration workflow.</p>
2150
+ * @public
2151
2151
  */
2152
2152
  workflowStepsSummary: WorkflowStepSummary[] | undefined;
2153
2153
  }
@@ -2156,18 +2156,18 @@ export interface ListWorkflowStepsResponse {
2156
2156
  */
2157
2157
  export interface RetryWorkflowStepRequest {
2158
2158
  /**
2159
- * @public
2160
2159
  * <p>The ID of the migration workflow.</p>
2160
+ * @public
2161
2161
  */
2162
2162
  workflowId: string | undefined;
2163
2163
  /**
2164
- * @public
2165
2164
  * <p>The ID of the step group.</p>
2165
+ * @public
2166
2166
  */
2167
2167
  stepGroupId: string | undefined;
2168
2168
  /**
2169
- * @public
2170
2169
  * <p>The ID of the step.</p>
2170
+ * @public
2171
2171
  */
2172
2172
  id: string | undefined;
2173
2173
  }
@@ -2176,23 +2176,23 @@ export interface RetryWorkflowStepRequest {
2176
2176
  */
2177
2177
  export interface RetryWorkflowStepResponse {
2178
2178
  /**
2179
- * @public
2180
2179
  * <p>The ID of the step group.</p>
2180
+ * @public
2181
2181
  */
2182
2182
  stepGroupId?: string;
2183
2183
  /**
2184
- * @public
2185
2184
  * <p>The ID of the migration workflow.</p>
2185
+ * @public
2186
2186
  */
2187
2187
  workflowId?: string;
2188
2188
  /**
2189
- * @public
2190
2189
  * <p>The ID of the step.</p>
2190
+ * @public
2191
2191
  */
2192
2192
  id?: string;
2193
2193
  /**
2194
- * @public
2195
2194
  * <p>The status of the step.</p>
2195
+ * @public
2196
2196
  */
2197
2197
  status?: StepStatus;
2198
2198
  }
@@ -2201,64 +2201,64 @@ export interface RetryWorkflowStepResponse {
2201
2201
  */
2202
2202
  export interface UpdateWorkflowStepRequest {
2203
2203
  /**
2204
- * @public
2205
2204
  * <p>The ID of the step.</p>
2205
+ * @public
2206
2206
  */
2207
2207
  id: string | undefined;
2208
2208
  /**
2209
- * @public
2210
2209
  * <p>The ID of the step group.</p>
2210
+ * @public
2211
2211
  */
2212
2212
  stepGroupId: string | undefined;
2213
2213
  /**
2214
- * @public
2215
2214
  * <p>The ID of the migration workflow.</p>
2215
+ * @public
2216
2216
  */
2217
2217
  workflowId: string | undefined;
2218
2218
  /**
2219
- * @public
2220
2219
  * <p>The name of the step.</p>
2220
+ * @public
2221
2221
  */
2222
2222
  name?: string;
2223
2223
  /**
2224
- * @public
2225
2224
  * <p>The description of the step.</p>
2225
+ * @public
2226
2226
  */
2227
2227
  description?: string;
2228
2228
  /**
2229
- * @public
2230
2229
  * <p>The action type of the step. You must run and update the status of a manual step for
2231
2230
  * the workflow to continue after the completion of the step.</p>
2231
+ * @public
2232
2232
  */
2233
2233
  stepActionType?: StepActionType;
2234
2234
  /**
2235
- * @public
2236
2235
  * <p>The custom script to run tests on the source and target environments.</p>
2236
+ * @public
2237
2237
  */
2238
2238
  workflowStepAutomationConfiguration?: WorkflowStepAutomationConfiguration;
2239
2239
  /**
2240
- * @public
2241
2240
  * <p>The servers on which a step will be run.</p>
2241
+ * @public
2242
2242
  */
2243
2243
  stepTarget?: string[];
2244
2244
  /**
2245
- * @public
2246
2245
  * <p>The outputs of a step.</p>
2246
+ * @public
2247
2247
  */
2248
2248
  outputs?: WorkflowStepOutput[];
2249
2249
  /**
2250
- * @public
2251
2250
  * <p>The previous step.</p>
2251
+ * @public
2252
2252
  */
2253
2253
  previous?: string[];
2254
2254
  /**
2255
- * @public
2256
2255
  * <p>The next step.</p>
2256
+ * @public
2257
2257
  */
2258
2258
  next?: string[];
2259
2259
  /**
2260
- * @public
2261
2260
  * <p>The status of the step.</p>
2261
+ * @public
2262
2262
  */
2263
2263
  status?: StepStatus;
2264
2264
  }
@@ -2267,23 +2267,23 @@ export interface UpdateWorkflowStepRequest {
2267
2267
  */
2268
2268
  export interface UpdateWorkflowStepResponse {
2269
2269
  /**
2270
- * @public
2271
2270
  * <p>The ID of the step.</p>
2271
+ * @public
2272
2272
  */
2273
2273
  id?: string;
2274
2274
  /**
2275
- * @public
2276
2275
  * <p>The ID of the step group.</p>
2276
+ * @public
2277
2277
  */
2278
2278
  stepGroupId?: string;
2279
2279
  /**
2280
- * @public
2281
2280
  * <p>The ID of the migration workflow.</p>
2281
+ * @public
2282
2282
  */
2283
2283
  workflowId?: string;
2284
2284
  /**
2285
- * @public
2286
2285
  * <p>The name of the step.</p>
2286
+ * @public
2287
2287
  */
2288
2288
  name?: string;
2289
2289
  }
@@ -2292,28 +2292,28 @@ export interface UpdateWorkflowStepResponse {
2292
2292
  */
2293
2293
  export interface CreateWorkflowStepGroupRequest {
2294
2294
  /**
2295
- * @public
2296
2295
  * <p>The ID of the migration workflow that will contain the step group.</p>
2296
+ * @public
2297
2297
  */
2298
2298
  workflowId: string | undefined;
2299
2299
  /**
2300
- * @public
2301
2300
  * <p>The name of the step group.</p>
2301
+ * @public
2302
2302
  */
2303
2303
  name: string | undefined;
2304
2304
  /**
2305
- * @public
2306
2305
  * <p>The description of the step group.</p>
2306
+ * @public
2307
2307
  */
2308
2308
  description?: string;
2309
2309
  /**
2310
- * @public
2311
2310
  * <p>The next step group.</p>
2311
+ * @public
2312
2312
  */
2313
2313
  next?: string[];
2314
2314
  /**
2315
- * @public
2316
2315
  * <p>The previous step group.</p>
2316
+ * @public
2317
2317
  */
2318
2318
  previous?: string[];
2319
2319
  }
@@ -2322,43 +2322,43 @@ export interface CreateWorkflowStepGroupRequest {
2322
2322
  */
2323
2323
  export interface CreateWorkflowStepGroupResponse {
2324
2324
  /**
2325
- * @public
2326
2325
  * <p>The ID of the migration workflow that contains the step group.</p>
2326
+ * @public
2327
2327
  */
2328
2328
  workflowId?: string;
2329
2329
  /**
2330
- * @public
2331
2330
  * <p>The name of the step group.</p>
2331
+ * @public
2332
2332
  */
2333
2333
  name?: string;
2334
2334
  /**
2335
- * @public
2336
2335
  * <p>The ID of the step group.</p>
2336
+ * @public
2337
2337
  */
2338
2338
  id?: string;
2339
2339
  /**
2340
- * @public
2341
2340
  * <p>The description of the step group.</p>
2341
+ * @public
2342
2342
  */
2343
2343
  description?: string;
2344
2344
  /**
2345
- * @public
2346
2345
  * <p>List of AWS services utilized in a migration workflow.</p>
2346
+ * @public
2347
2347
  */
2348
2348
  tools?: Tool[];
2349
2349
  /**
2350
- * @public
2351
2350
  * <p>The next step group.</p>
2351
+ * @public
2352
2352
  */
2353
2353
  next?: string[];
2354
2354
  /**
2355
- * @public
2356
2355
  * <p>The previous step group.</p>
2356
+ * @public
2357
2357
  */
2358
2358
  previous?: string[];
2359
2359
  /**
2360
- * @public
2361
2360
  * <p>The time at which the step group is created.</p>
2361
+ * @public
2362
2362
  */
2363
2363
  creationTime?: Date;
2364
2364
  }
@@ -2367,13 +2367,13 @@ export interface CreateWorkflowStepGroupResponse {
2367
2367
  */
2368
2368
  export interface DeleteWorkflowStepGroupRequest {
2369
2369
  /**
2370
- * @public
2371
2370
  * <p>The ID of the migration workflow.</p>
2371
+ * @public
2372
2372
  */
2373
2373
  workflowId: string | undefined;
2374
2374
  /**
2375
- * @public
2376
2375
  * <p>The ID of the step group you want to delete.</p>
2376
+ * @public
2377
2377
  */
2378
2378
  id: string | undefined;
2379
2379
  }
@@ -2387,13 +2387,13 @@ export interface DeleteWorkflowStepGroupResponse {
2387
2387
  */
2388
2388
  export interface GetWorkflowStepGroupRequest {
2389
2389
  /**
2390
- * @public
2391
2390
  * <p>The ID of the step group.</p>
2391
+ * @public
2392
2392
  */
2393
2393
  id: string | undefined;
2394
2394
  /**
2395
- * @public
2396
2395
  * <p>The ID of the migration workflow.</p>
2396
+ * @public
2397
2397
  */
2398
2398
  workflowId: string | undefined;
2399
2399
  }
@@ -2402,63 +2402,63 @@ export interface GetWorkflowStepGroupRequest {
2402
2402
  */
2403
2403
  export interface GetWorkflowStepGroupResponse {
2404
2404
  /**
2405
- * @public
2406
2405
  * <p>The ID of the step group.</p>
2406
+ * @public
2407
2407
  */
2408
2408
  id?: string;
2409
2409
  /**
2410
- * @public
2411
2410
  * <p>The ID of the migration workflow.</p>
2411
+ * @public
2412
2412
  */
2413
2413
  workflowId?: string;
2414
2414
  /**
2415
- * @public
2416
2415
  * <p>The name of the step group.</p>
2416
+ * @public
2417
2417
  */
2418
2418
  name?: string;
2419
2419
  /**
2420
- * @public
2421
2420
  * <p>The description of the step group.</p>
2421
+ * @public
2422
2422
  */
2423
2423
  description?: string;
2424
2424
  /**
2425
- * @public
2426
2425
  * <p>The status of the step group.</p>
2426
+ * @public
2427
2427
  */
2428
2428
  status?: StepGroupStatus;
2429
2429
  /**
2430
- * @public
2431
2430
  * <p>The owner of the step group.</p>
2431
+ * @public
2432
2432
  */
2433
2433
  owner?: Owner;
2434
2434
  /**
2435
- * @public
2436
2435
  * <p>The time at which the step group was created.</p>
2436
+ * @public
2437
2437
  */
2438
2438
  creationTime?: Date;
2439
2439
  /**
2440
- * @public
2441
2440
  * <p>The time at which the step group was last modified.</p>
2441
+ * @public
2442
2442
  */
2443
2443
  lastModifiedTime?: Date;
2444
2444
  /**
2445
- * @public
2446
2445
  * <p>The time at which the step group ended.</p>
2446
+ * @public
2447
2447
  */
2448
2448
  endTime?: Date;
2449
2449
  /**
2450
- * @public
2451
2450
  * <p>List of AWS services utilized in a migration workflow.</p>
2451
+ * @public
2452
2452
  */
2453
2453
  tools?: Tool[];
2454
2454
  /**
2455
- * @public
2456
2455
  * <p>The previous step group.</p>
2456
+ * @public
2457
2457
  */
2458
2458
  previous?: string[];
2459
2459
  /**
2460
- * @public
2461
2460
  * <p>The next step group.</p>
2461
+ * @public
2462
2462
  */
2463
2463
  next?: string[];
2464
2464
  }
@@ -2467,54 +2467,54 @@ export interface GetWorkflowStepGroupResponse {
2467
2467
  */
2468
2468
  export interface ListWorkflowStepGroupsRequest {
2469
2469
  /**
2470
- * @public
2471
2470
  * <p>The pagination token.</p>
2471
+ * @public
2472
2472
  */
2473
2473
  nextToken?: string;
2474
2474
  /**
2475
- * @public
2476
2475
  * <p>The maximum number of results that can be returned.</p>
2476
+ * @public
2477
2477
  */
2478
2478
  maxResults?: number;
2479
2479
  /**
2480
- * @public
2481
2480
  * <p>The ID of the migration workflow.</p>
2481
+ * @public
2482
2482
  */
2483
2483
  workflowId: string | undefined;
2484
2484
  }
2485
2485
  /**
2486
- * @public
2487
2486
  * <p>The summary of a step group in a workflow.</p>
2487
+ * @public
2488
2488
  */
2489
2489
  export interface WorkflowStepGroupSummary {
2490
2490
  /**
2491
- * @public
2492
2491
  * <p>The ID of the step group.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  id?: string;
2495
2495
  /**
2496
- * @public
2497
2496
  * <p>The name of the step group.</p>
2497
+ * @public
2498
2498
  */
2499
2499
  name?: string;
2500
2500
  /**
2501
- * @public
2502
2501
  * <p>The owner of the step group.</p>
2502
+ * @public
2503
2503
  */
2504
2504
  owner?: Owner;
2505
2505
  /**
2506
- * @public
2507
2506
  * <p>The status of the step group.</p>
2507
+ * @public
2508
2508
  */
2509
2509
  status?: StepGroupStatus;
2510
2510
  /**
2511
- * @public
2512
2511
  * <p>The previous step group.</p>
2512
+ * @public
2513
2513
  */
2514
2514
  previous?: string[];
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>The next step group.</p>
2517
+ * @public
2518
2518
  */
2519
2519
  next?: string[];
2520
2520
  }
@@ -2523,13 +2523,13 @@ export interface WorkflowStepGroupSummary {
2523
2523
  */
2524
2524
  export interface ListWorkflowStepGroupsResponse {
2525
2525
  /**
2526
- * @public
2527
2526
  * <p>The pagination token.</p>
2527
+ * @public
2528
2528
  */
2529
2529
  nextToken?: string;
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>The summary of step groups in a migration workflow.</p>
2532
+ * @public
2533
2533
  */
2534
2534
  workflowStepGroupsSummary: WorkflowStepGroupSummary[] | undefined;
2535
2535
  }
@@ -2538,33 +2538,33 @@ export interface ListWorkflowStepGroupsResponse {
2538
2538
  */
2539
2539
  export interface UpdateWorkflowStepGroupRequest {
2540
2540
  /**
2541
- * @public
2542
2541
  * <p>The ID of the migration workflow.</p>
2542
+ * @public
2543
2543
  */
2544
2544
  workflowId: string | undefined;
2545
2545
  /**
2546
- * @public
2547
2546
  * <p>The ID of the step group.</p>
2547
+ * @public
2548
2548
  */
2549
2549
  id: string | undefined;
2550
2550
  /**
2551
- * @public
2552
2551
  * <p>The name of the step group.</p>
2552
+ * @public
2553
2553
  */
2554
2554
  name?: string;
2555
2555
  /**
2556
- * @public
2557
2556
  * <p>The description of the step group.</p>
2557
+ * @public
2558
2558
  */
2559
2559
  description?: string;
2560
2560
  /**
2561
- * @public
2562
2561
  * <p>The next step group.</p>
2562
+ * @public
2563
2563
  */
2564
2564
  next?: string[];
2565
2565
  /**
2566
- * @public
2567
2566
  * <p>The previous step group.</p>
2567
+ * @public
2568
2568
  */
2569
2569
  previous?: string[];
2570
2570
  }
@@ -2573,43 +2573,43 @@ export interface UpdateWorkflowStepGroupRequest {
2573
2573
  */
2574
2574
  export interface UpdateWorkflowStepGroupResponse {
2575
2575
  /**
2576
- * @public
2577
2576
  * <p>The ID of the migration workflow.</p>
2577
+ * @public
2578
2578
  */
2579
2579
  workflowId?: string;
2580
2580
  /**
2581
- * @public
2582
2581
  * <p>The name of the step group.</p>
2582
+ * @public
2583
2583
  */
2584
2584
  name?: string;
2585
2585
  /**
2586
- * @public
2587
2586
  * <p>The ID of the step group.</p>
2587
+ * @public
2588
2588
  */
2589
2589
  id?: string;
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>The description of the step group.</p>
2592
+ * @public
2593
2593
  */
2594
2594
  description?: string;
2595
2595
  /**
2596
- * @public
2597
2596
  * <p>List of AWS services utilized in a migration workflow.</p>
2597
+ * @public
2598
2598
  */
2599
2599
  tools?: Tool[];
2600
2600
  /**
2601
- * @public
2602
2601
  * <p>The next step group.</p>
2602
+ * @public
2603
2603
  */
2604
2604
  next?: string[];
2605
2605
  /**
2606
- * @public
2607
2606
  * <p>The previous step group.</p>
2607
+ * @public
2608
2608
  */
2609
2609
  previous?: string[];
2610
2610
  /**
2611
- * @public
2612
2611
  * <p>The time at which the step group was last modified.</p>
2612
+ * @public
2613
2613
  */
2614
2614
  lastModifiedTime?: Date;
2615
2615
  }