cdk-comprehend-s3olap 2.0.109 → 2.0.111

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 (50) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
  8. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
  9. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
  10. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
  14. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
  15. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
  19. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
  20. package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
  26. package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
  27. package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
  28. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
  32. package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
  41. package/node_modules/aws-sdk/lib/model/api.js +0 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +4 -4
  45. package/node_modules/esbuild/lib/main.d.ts +7 -2
  46. package/node_modules/esbuild/lib/main.js +8 -8
  47. package/node_modules/esbuild/package.json +23 -23
  48. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  49. package/node_modules/esbuild-linux-64/package.json +1 -1
  50. package/package.json +7 -7
@@ -0,0 +1,1461 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-08-28",
5
+ "endpointPrefix": "migrationhub-orchestrator",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Migration Hub Orchestrator",
9
+ "serviceId": "MigrationHubOrchestrator",
10
+ "signatureVersion": "v4",
11
+ "signingName": "migrationhub-orchestrator",
12
+ "uid": "migrationhuborchestrator-2021-08-28"
13
+ },
14
+ "operations": {
15
+ "CreateWorkflow": {
16
+ "http": {
17
+ "requestUri": "/migrationworkflow/",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "name",
24
+ "templateId",
25
+ "applicationConfigurationId",
26
+ "inputParameters"
27
+ ],
28
+ "members": {
29
+ "name": {},
30
+ "description": {},
31
+ "templateId": {},
32
+ "applicationConfigurationId": {},
33
+ "inputParameters": {
34
+ "shape": "S6"
35
+ },
36
+ "stepTargets": {
37
+ "shape": "Sb"
38
+ },
39
+ "tags": {
40
+ "shape": "Sd"
41
+ }
42
+ }
43
+ },
44
+ "output": {
45
+ "type": "structure",
46
+ "members": {
47
+ "id": {},
48
+ "arn": {},
49
+ "name": {},
50
+ "description": {},
51
+ "templateId": {},
52
+ "adsApplicationConfigurationId": {},
53
+ "workflowInputs": {
54
+ "shape": "S6"
55
+ },
56
+ "stepTargets": {
57
+ "shape": "Sb"
58
+ },
59
+ "status": {},
60
+ "creationTime": {
61
+ "type": "timestamp"
62
+ },
63
+ "tags": {
64
+ "shape": "Sd"
65
+ }
66
+ }
67
+ }
68
+ },
69
+ "CreateWorkflowStep": {
70
+ "http": {
71
+ "requestUri": "/workflowstep",
72
+ "responseCode": 200
73
+ },
74
+ "input": {
75
+ "type": "structure",
76
+ "required": [
77
+ "name",
78
+ "stepGroupId",
79
+ "workflowId",
80
+ "stepActionType"
81
+ ],
82
+ "members": {
83
+ "name": {},
84
+ "stepGroupId": {},
85
+ "workflowId": {},
86
+ "stepActionType": {},
87
+ "description": {},
88
+ "workflowStepAutomationConfiguration": {
89
+ "shape": "Sq"
90
+ },
91
+ "stepTarget": {
92
+ "shape": "Sb"
93
+ },
94
+ "outputs": {
95
+ "shape": "Sx"
96
+ },
97
+ "previous": {
98
+ "shape": "Sb"
99
+ },
100
+ "next": {
101
+ "shape": "Sb"
102
+ }
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "members": {
108
+ "id": {},
109
+ "stepGroupId": {},
110
+ "workflowId": {},
111
+ "name": {}
112
+ }
113
+ }
114
+ },
115
+ "CreateWorkflowStepGroup": {
116
+ "http": {
117
+ "requestUri": "/workflowstepgroups",
118
+ "responseCode": 200
119
+ },
120
+ "input": {
121
+ "type": "structure",
122
+ "required": [
123
+ "workflowId",
124
+ "name"
125
+ ],
126
+ "members": {
127
+ "workflowId": {},
128
+ "name": {},
129
+ "description": {},
130
+ "next": {
131
+ "shape": "Sb"
132
+ },
133
+ "previous": {
134
+ "shape": "Sb"
135
+ }
136
+ }
137
+ },
138
+ "output": {
139
+ "type": "structure",
140
+ "members": {
141
+ "workflowId": {},
142
+ "name": {},
143
+ "id": {},
144
+ "description": {},
145
+ "tools": {
146
+ "shape": "S18"
147
+ },
148
+ "next": {
149
+ "shape": "Sb"
150
+ },
151
+ "previous": {
152
+ "shape": "Sb"
153
+ },
154
+ "creationTime": {
155
+ "type": "timestamp"
156
+ }
157
+ }
158
+ }
159
+ },
160
+ "DeleteWorkflow": {
161
+ "http": {
162
+ "method": "DELETE",
163
+ "requestUri": "/migrationworkflow/{id}",
164
+ "responseCode": 202
165
+ },
166
+ "input": {
167
+ "type": "structure",
168
+ "required": [
169
+ "id"
170
+ ],
171
+ "members": {
172
+ "id": {
173
+ "location": "uri",
174
+ "locationName": "id"
175
+ }
176
+ }
177
+ },
178
+ "output": {
179
+ "type": "structure",
180
+ "members": {
181
+ "id": {},
182
+ "arn": {},
183
+ "status": {}
184
+ }
185
+ },
186
+ "idempotent": true
187
+ },
188
+ "DeleteWorkflowStep": {
189
+ "http": {
190
+ "method": "DELETE",
191
+ "requestUri": "/workflowstep/{id}",
192
+ "responseCode": 200
193
+ },
194
+ "input": {
195
+ "type": "structure",
196
+ "required": [
197
+ "id",
198
+ "stepGroupId",
199
+ "workflowId"
200
+ ],
201
+ "members": {
202
+ "id": {
203
+ "location": "uri",
204
+ "locationName": "id"
205
+ },
206
+ "stepGroupId": {
207
+ "location": "querystring",
208
+ "locationName": "stepGroupId"
209
+ },
210
+ "workflowId": {
211
+ "location": "querystring",
212
+ "locationName": "workflowId"
213
+ }
214
+ }
215
+ },
216
+ "output": {
217
+ "type": "structure",
218
+ "members": {}
219
+ },
220
+ "idempotent": true
221
+ },
222
+ "DeleteWorkflowStepGroup": {
223
+ "http": {
224
+ "method": "DELETE",
225
+ "requestUri": "/workflowstepgroup/{id}",
226
+ "responseCode": 202
227
+ },
228
+ "input": {
229
+ "type": "structure",
230
+ "required": [
231
+ "workflowId",
232
+ "id"
233
+ ],
234
+ "members": {
235
+ "workflowId": {
236
+ "location": "querystring",
237
+ "locationName": "workflowId"
238
+ },
239
+ "id": {
240
+ "location": "uri",
241
+ "locationName": "id"
242
+ }
243
+ }
244
+ },
245
+ "output": {
246
+ "type": "structure",
247
+ "members": {}
248
+ },
249
+ "idempotent": true
250
+ },
251
+ "GetTemplate": {
252
+ "http": {
253
+ "method": "GET",
254
+ "requestUri": "/migrationworkflowtemplate/{id}",
255
+ "responseCode": 200
256
+ },
257
+ "input": {
258
+ "type": "structure",
259
+ "required": [
260
+ "id"
261
+ ],
262
+ "members": {
263
+ "id": {
264
+ "location": "uri",
265
+ "locationName": "id"
266
+ }
267
+ }
268
+ },
269
+ "output": {
270
+ "type": "structure",
271
+ "members": {
272
+ "id": {},
273
+ "name": {},
274
+ "description": {},
275
+ "inputs": {
276
+ "type": "list",
277
+ "member": {
278
+ "type": "structure",
279
+ "members": {
280
+ "inputName": {},
281
+ "dataType": {},
282
+ "required": {
283
+ "type": "boolean"
284
+ }
285
+ }
286
+ }
287
+ },
288
+ "tools": {
289
+ "shape": "S18"
290
+ },
291
+ "status": {},
292
+ "creationTime": {
293
+ "type": "timestamp"
294
+ }
295
+ }
296
+ }
297
+ },
298
+ "GetTemplateStep": {
299
+ "http": {
300
+ "method": "GET",
301
+ "requestUri": "/templatestep/{id}",
302
+ "responseCode": 200
303
+ },
304
+ "input": {
305
+ "type": "structure",
306
+ "required": [
307
+ "id",
308
+ "templateId",
309
+ "stepGroupId"
310
+ ],
311
+ "members": {
312
+ "id": {
313
+ "location": "uri",
314
+ "locationName": "id"
315
+ },
316
+ "templateId": {
317
+ "location": "querystring",
318
+ "locationName": "templateId"
319
+ },
320
+ "stepGroupId": {
321
+ "location": "querystring",
322
+ "locationName": "stepGroupId"
323
+ }
324
+ }
325
+ },
326
+ "output": {
327
+ "type": "structure",
328
+ "members": {
329
+ "id": {},
330
+ "stepGroupId": {},
331
+ "templateId": {},
332
+ "name": {},
333
+ "description": {},
334
+ "stepActionType": {},
335
+ "creationTime": {},
336
+ "previous": {
337
+ "shape": "Sb"
338
+ },
339
+ "next": {
340
+ "shape": "Sb"
341
+ },
342
+ "outputs": {
343
+ "type": "list",
344
+ "member": {
345
+ "type": "structure",
346
+ "members": {
347
+ "name": {},
348
+ "dataType": {},
349
+ "required": {
350
+ "type": "boolean"
351
+ }
352
+ }
353
+ }
354
+ },
355
+ "stepAutomationConfiguration": {
356
+ "type": "structure",
357
+ "members": {
358
+ "scriptLocationS3Bucket": {},
359
+ "scriptLocationS3Key": {
360
+ "shape": "Ss"
361
+ },
362
+ "command": {
363
+ "shape": "Su"
364
+ },
365
+ "runEnvironment": {},
366
+ "targetType": {}
367
+ }
368
+ }
369
+ }
370
+ }
371
+ },
372
+ "GetTemplateStepGroup": {
373
+ "http": {
374
+ "method": "GET",
375
+ "requestUri": "/templates/{templateId}/stepgroups/{id}",
376
+ "responseCode": 200
377
+ },
378
+ "input": {
379
+ "type": "structure",
380
+ "required": [
381
+ "templateId",
382
+ "id"
383
+ ],
384
+ "members": {
385
+ "templateId": {
386
+ "location": "uri",
387
+ "locationName": "templateId"
388
+ },
389
+ "id": {
390
+ "location": "uri",
391
+ "locationName": "id"
392
+ }
393
+ }
394
+ },
395
+ "output": {
396
+ "type": "structure",
397
+ "members": {
398
+ "templateId": {},
399
+ "id": {},
400
+ "name": {},
401
+ "description": {},
402
+ "status": {},
403
+ "creationTime": {
404
+ "type": "timestamp"
405
+ },
406
+ "lastModifiedTime": {
407
+ "type": "timestamp"
408
+ },
409
+ "tools": {
410
+ "shape": "S18"
411
+ },
412
+ "previous": {
413
+ "shape": "Sb"
414
+ },
415
+ "next": {
416
+ "shape": "Sb"
417
+ }
418
+ }
419
+ }
420
+ },
421
+ "GetWorkflow": {
422
+ "http": {
423
+ "method": "GET",
424
+ "requestUri": "/migrationworkflow/{id}",
425
+ "responseCode": 200
426
+ },
427
+ "input": {
428
+ "type": "structure",
429
+ "required": [
430
+ "id"
431
+ ],
432
+ "members": {
433
+ "id": {
434
+ "location": "uri",
435
+ "locationName": "id"
436
+ }
437
+ }
438
+ },
439
+ "output": {
440
+ "type": "structure",
441
+ "members": {
442
+ "id": {},
443
+ "arn": {},
444
+ "name": {},
445
+ "description": {},
446
+ "templateId": {},
447
+ "adsApplicationConfigurationId": {},
448
+ "adsApplicationName": {},
449
+ "status": {},
450
+ "statusMessage": {},
451
+ "creationTime": {
452
+ "type": "timestamp"
453
+ },
454
+ "lastStartTime": {
455
+ "type": "timestamp"
456
+ },
457
+ "lastStopTime": {
458
+ "type": "timestamp"
459
+ },
460
+ "lastModifiedTime": {
461
+ "type": "timestamp"
462
+ },
463
+ "endTime": {
464
+ "type": "timestamp"
465
+ },
466
+ "tools": {
467
+ "shape": "S18"
468
+ },
469
+ "totalSteps": {
470
+ "type": "integer"
471
+ },
472
+ "completedSteps": {
473
+ "type": "integer"
474
+ },
475
+ "workflowInputs": {
476
+ "shape": "S6"
477
+ },
478
+ "tags": {
479
+ "shape": "Sd"
480
+ },
481
+ "workflowBucket": {}
482
+ }
483
+ }
484
+ },
485
+ "GetWorkflowStep": {
486
+ "http": {
487
+ "method": "GET",
488
+ "requestUri": "/workflowstep/{id}",
489
+ "responseCode": 200
490
+ },
491
+ "input": {
492
+ "type": "structure",
493
+ "required": [
494
+ "workflowId",
495
+ "stepGroupId",
496
+ "id"
497
+ ],
498
+ "members": {
499
+ "workflowId": {
500
+ "location": "querystring",
501
+ "locationName": "workflowId"
502
+ },
503
+ "stepGroupId": {
504
+ "location": "querystring",
505
+ "locationName": "stepGroupId"
506
+ },
507
+ "id": {
508
+ "location": "uri",
509
+ "locationName": "id"
510
+ }
511
+ }
512
+ },
513
+ "output": {
514
+ "type": "structure",
515
+ "members": {
516
+ "name": {},
517
+ "stepGroupId": {},
518
+ "workflowId": {},
519
+ "stepId": {},
520
+ "description": {},
521
+ "stepActionType": {},
522
+ "owner": {},
523
+ "workflowStepAutomationConfiguration": {
524
+ "shape": "Sq"
525
+ },
526
+ "stepTarget": {
527
+ "shape": "Sb"
528
+ },
529
+ "outputs": {
530
+ "type": "list",
531
+ "member": {
532
+ "shape": "Sy"
533
+ }
534
+ },
535
+ "previous": {
536
+ "shape": "Sb"
537
+ },
538
+ "next": {
539
+ "shape": "Sb"
540
+ },
541
+ "status": {},
542
+ "statusMessage": {},
543
+ "scriptOutputLocation": {},
544
+ "creationTime": {
545
+ "type": "timestamp"
546
+ },
547
+ "lastStartTime": {
548
+ "type": "timestamp"
549
+ },
550
+ "endTime": {
551
+ "type": "timestamp"
552
+ },
553
+ "noOfSrvCompleted": {
554
+ "type": "integer"
555
+ },
556
+ "noOfSrvFailed": {
557
+ "type": "integer"
558
+ },
559
+ "totalNoOfSrv": {
560
+ "type": "integer"
561
+ }
562
+ }
563
+ }
564
+ },
565
+ "GetWorkflowStepGroup": {
566
+ "http": {
567
+ "method": "GET",
568
+ "requestUri": "/workflowstepgroup/{id}",
569
+ "responseCode": 200
570
+ },
571
+ "input": {
572
+ "type": "structure",
573
+ "required": [
574
+ "id",
575
+ "workflowId"
576
+ ],
577
+ "members": {
578
+ "id": {
579
+ "location": "uri",
580
+ "locationName": "id"
581
+ },
582
+ "workflowId": {
583
+ "location": "querystring",
584
+ "locationName": "workflowId"
585
+ }
586
+ }
587
+ },
588
+ "output": {
589
+ "type": "structure",
590
+ "members": {
591
+ "id": {},
592
+ "workflowId": {},
593
+ "name": {},
594
+ "description": {},
595
+ "status": {},
596
+ "owner": {},
597
+ "creationTime": {
598
+ "type": "timestamp"
599
+ },
600
+ "lastModifiedTime": {
601
+ "type": "timestamp"
602
+ },
603
+ "endTime": {
604
+ "type": "timestamp"
605
+ },
606
+ "tools": {
607
+ "shape": "S18"
608
+ },
609
+ "previous": {
610
+ "shape": "Sb"
611
+ },
612
+ "next": {
613
+ "shape": "Sb"
614
+ }
615
+ }
616
+ }
617
+ },
618
+ "ListPlugins": {
619
+ "http": {
620
+ "method": "GET",
621
+ "requestUri": "/plugins",
622
+ "responseCode": 200
623
+ },
624
+ "input": {
625
+ "type": "structure",
626
+ "members": {
627
+ "maxResults": {
628
+ "location": "querystring",
629
+ "locationName": "maxResults",
630
+ "type": "integer"
631
+ },
632
+ "nextToken": {
633
+ "location": "querystring",
634
+ "locationName": "nextToken"
635
+ }
636
+ }
637
+ },
638
+ "output": {
639
+ "type": "structure",
640
+ "members": {
641
+ "nextToken": {},
642
+ "plugins": {
643
+ "type": "list",
644
+ "member": {
645
+ "type": "structure",
646
+ "members": {
647
+ "pluginId": {},
648
+ "hostname": {},
649
+ "status": {},
650
+ "ipAddress": {},
651
+ "version": {},
652
+ "registeredTime": {}
653
+ }
654
+ }
655
+ }
656
+ }
657
+ }
658
+ },
659
+ "ListTagsForResource": {
660
+ "http": {
661
+ "method": "GET",
662
+ "requestUri": "/tags/{resourceArn}",
663
+ "responseCode": 200
664
+ },
665
+ "input": {
666
+ "type": "structure",
667
+ "required": [
668
+ "resourceArn"
669
+ ],
670
+ "members": {
671
+ "resourceArn": {
672
+ "location": "uri",
673
+ "locationName": "resourceArn"
674
+ }
675
+ }
676
+ },
677
+ "output": {
678
+ "type": "structure",
679
+ "members": {
680
+ "tags": {
681
+ "shape": "S2i"
682
+ }
683
+ }
684
+ }
685
+ },
686
+ "ListTemplateStepGroups": {
687
+ "http": {
688
+ "method": "GET",
689
+ "requestUri": "/templatestepgroups/{templateId}",
690
+ "responseCode": 200
691
+ },
692
+ "input": {
693
+ "type": "structure",
694
+ "required": [
695
+ "templateId"
696
+ ],
697
+ "members": {
698
+ "maxResults": {
699
+ "location": "querystring",
700
+ "locationName": "maxResults",
701
+ "type": "integer"
702
+ },
703
+ "nextToken": {
704
+ "location": "querystring",
705
+ "locationName": "nextToken"
706
+ },
707
+ "templateId": {
708
+ "location": "uri",
709
+ "locationName": "templateId"
710
+ }
711
+ }
712
+ },
713
+ "output": {
714
+ "type": "structure",
715
+ "required": [
716
+ "templateStepGroupSummary"
717
+ ],
718
+ "members": {
719
+ "nextToken": {},
720
+ "templateStepGroupSummary": {
721
+ "type": "list",
722
+ "member": {
723
+ "type": "structure",
724
+ "members": {
725
+ "id": {},
726
+ "name": {},
727
+ "previous": {
728
+ "shape": "Sb"
729
+ },
730
+ "next": {
731
+ "shape": "Sb"
732
+ }
733
+ }
734
+ }
735
+ }
736
+ }
737
+ }
738
+ },
739
+ "ListTemplateSteps": {
740
+ "http": {
741
+ "method": "GET",
742
+ "requestUri": "/templatesteps",
743
+ "responseCode": 200
744
+ },
745
+ "input": {
746
+ "type": "structure",
747
+ "required": [
748
+ "templateId",
749
+ "stepGroupId"
750
+ ],
751
+ "members": {
752
+ "maxResults": {
753
+ "location": "querystring",
754
+ "locationName": "maxResults",
755
+ "type": "integer"
756
+ },
757
+ "nextToken": {
758
+ "location": "querystring",
759
+ "locationName": "nextToken"
760
+ },
761
+ "templateId": {
762
+ "location": "querystring",
763
+ "locationName": "templateId"
764
+ },
765
+ "stepGroupId": {
766
+ "location": "querystring",
767
+ "locationName": "stepGroupId"
768
+ }
769
+ }
770
+ },
771
+ "output": {
772
+ "type": "structure",
773
+ "members": {
774
+ "nextToken": {},
775
+ "templateStepSummaryList": {
776
+ "type": "list",
777
+ "member": {
778
+ "type": "structure",
779
+ "members": {
780
+ "id": {},
781
+ "stepGroupId": {},
782
+ "templateId": {},
783
+ "name": {},
784
+ "stepActionType": {},
785
+ "targetType": {},
786
+ "owner": {},
787
+ "previous": {
788
+ "shape": "Sb"
789
+ },
790
+ "next": {
791
+ "shape": "Sb"
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ },
799
+ "ListTemplates": {
800
+ "http": {
801
+ "method": "GET",
802
+ "requestUri": "/migrationworkflowtemplates",
803
+ "responseCode": 200
804
+ },
805
+ "input": {
806
+ "type": "structure",
807
+ "members": {
808
+ "maxResults": {
809
+ "location": "querystring",
810
+ "locationName": "maxResults",
811
+ "type": "integer"
812
+ },
813
+ "nextToken": {
814
+ "location": "querystring",
815
+ "locationName": "nextToken"
816
+ },
817
+ "name": {
818
+ "location": "querystring",
819
+ "locationName": "name"
820
+ }
821
+ }
822
+ },
823
+ "output": {
824
+ "type": "structure",
825
+ "required": [
826
+ "templateSummary"
827
+ ],
828
+ "members": {
829
+ "nextToken": {},
830
+ "templateSummary": {
831
+ "type": "list",
832
+ "member": {
833
+ "type": "structure",
834
+ "members": {
835
+ "id": {},
836
+ "name": {},
837
+ "arn": {},
838
+ "description": {}
839
+ }
840
+ }
841
+ }
842
+ }
843
+ }
844
+ },
845
+ "ListWorkflowStepGroups": {
846
+ "http": {
847
+ "method": "GET",
848
+ "requestUri": "/workflowstepgroups",
849
+ "responseCode": 200
850
+ },
851
+ "input": {
852
+ "type": "structure",
853
+ "required": [
854
+ "workflowId"
855
+ ],
856
+ "members": {
857
+ "nextToken": {
858
+ "location": "querystring",
859
+ "locationName": "nextToken"
860
+ },
861
+ "maxResults": {
862
+ "location": "querystring",
863
+ "locationName": "maxResults",
864
+ "type": "integer"
865
+ },
866
+ "workflowId": {
867
+ "location": "querystring",
868
+ "locationName": "workflowId"
869
+ }
870
+ }
871
+ },
872
+ "output": {
873
+ "type": "structure",
874
+ "required": [
875
+ "workflowStepGroupsSummary"
876
+ ],
877
+ "members": {
878
+ "nextToken": {},
879
+ "workflowStepGroupsSummary": {
880
+ "type": "list",
881
+ "member": {
882
+ "type": "structure",
883
+ "members": {
884
+ "id": {},
885
+ "name": {},
886
+ "owner": {},
887
+ "status": {},
888
+ "previous": {
889
+ "shape": "Sb"
890
+ },
891
+ "next": {
892
+ "shape": "Sb"
893
+ }
894
+ }
895
+ }
896
+ }
897
+ }
898
+ }
899
+ },
900
+ "ListWorkflowSteps": {
901
+ "http": {
902
+ "method": "GET",
903
+ "requestUri": "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps",
904
+ "responseCode": 200
905
+ },
906
+ "input": {
907
+ "type": "structure",
908
+ "required": [
909
+ "workflowId",
910
+ "stepGroupId"
911
+ ],
912
+ "members": {
913
+ "nextToken": {
914
+ "location": "querystring",
915
+ "locationName": "nextToken"
916
+ },
917
+ "maxResults": {
918
+ "location": "querystring",
919
+ "locationName": "maxResults",
920
+ "type": "integer"
921
+ },
922
+ "workflowId": {
923
+ "location": "uri",
924
+ "locationName": "workflowId"
925
+ },
926
+ "stepGroupId": {
927
+ "location": "uri",
928
+ "locationName": "stepGroupId"
929
+ }
930
+ }
931
+ },
932
+ "output": {
933
+ "type": "structure",
934
+ "required": [
935
+ "workflowStepsSummary"
936
+ ],
937
+ "members": {
938
+ "nextToken": {},
939
+ "workflowStepsSummary": {
940
+ "type": "list",
941
+ "member": {
942
+ "type": "structure",
943
+ "members": {
944
+ "stepId": {},
945
+ "name": {},
946
+ "stepActionType": {},
947
+ "owner": {},
948
+ "previous": {
949
+ "shape": "Sb"
950
+ },
951
+ "next": {
952
+ "shape": "Sb"
953
+ },
954
+ "status": {},
955
+ "statusMessage": {},
956
+ "noOfSrvCompleted": {
957
+ "type": "integer"
958
+ },
959
+ "noOfSrvFailed": {
960
+ "type": "integer"
961
+ },
962
+ "totalNoOfSrv": {
963
+ "type": "integer"
964
+ },
965
+ "description": {},
966
+ "scriptLocation": {}
967
+ }
968
+ }
969
+ }
970
+ }
971
+ }
972
+ },
973
+ "ListWorkflows": {
974
+ "http": {
975
+ "method": "GET",
976
+ "requestUri": "/migrationworkflows",
977
+ "responseCode": 200
978
+ },
979
+ "input": {
980
+ "type": "structure",
981
+ "members": {
982
+ "maxResults": {
983
+ "location": "querystring",
984
+ "locationName": "maxResults",
985
+ "type": "integer"
986
+ },
987
+ "nextToken": {
988
+ "location": "querystring",
989
+ "locationName": "nextToken"
990
+ },
991
+ "templateId": {
992
+ "location": "querystring",
993
+ "locationName": "templateId"
994
+ },
995
+ "adsApplicationConfigurationName": {
996
+ "location": "querystring",
997
+ "locationName": "adsApplicationConfigurationName"
998
+ },
999
+ "status": {
1000
+ "location": "querystring",
1001
+ "locationName": "status"
1002
+ },
1003
+ "name": {
1004
+ "location": "querystring",
1005
+ "locationName": "name"
1006
+ }
1007
+ }
1008
+ },
1009
+ "output": {
1010
+ "type": "structure",
1011
+ "required": [
1012
+ "migrationWorkflowSummary"
1013
+ ],
1014
+ "members": {
1015
+ "nextToken": {},
1016
+ "migrationWorkflowSummary": {
1017
+ "type": "list",
1018
+ "member": {
1019
+ "type": "structure",
1020
+ "members": {
1021
+ "id": {},
1022
+ "name": {},
1023
+ "templateId": {},
1024
+ "adsApplicationConfigurationName": {},
1025
+ "status": {},
1026
+ "creationTime": {
1027
+ "type": "timestamp"
1028
+ },
1029
+ "endTime": {
1030
+ "type": "timestamp"
1031
+ },
1032
+ "statusMessage": {},
1033
+ "completedSteps": {
1034
+ "type": "integer"
1035
+ },
1036
+ "totalSteps": {
1037
+ "type": "integer"
1038
+ }
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+ }
1044
+ },
1045
+ "RetryWorkflowStep": {
1046
+ "http": {
1047
+ "requestUri": "/retryworkflowstep/{id}",
1048
+ "responseCode": 200
1049
+ },
1050
+ "input": {
1051
+ "type": "structure",
1052
+ "required": [
1053
+ "workflowId",
1054
+ "stepGroupId",
1055
+ "id"
1056
+ ],
1057
+ "members": {
1058
+ "workflowId": {
1059
+ "location": "querystring",
1060
+ "locationName": "workflowId"
1061
+ },
1062
+ "stepGroupId": {
1063
+ "location": "querystring",
1064
+ "locationName": "stepGroupId"
1065
+ },
1066
+ "id": {
1067
+ "location": "uri",
1068
+ "locationName": "id"
1069
+ }
1070
+ }
1071
+ },
1072
+ "output": {
1073
+ "type": "structure",
1074
+ "members": {
1075
+ "stepGroupId": {},
1076
+ "workflowId": {},
1077
+ "id": {},
1078
+ "status": {}
1079
+ }
1080
+ }
1081
+ },
1082
+ "StartWorkflow": {
1083
+ "http": {
1084
+ "requestUri": "/migrationworkflow/{id}/start",
1085
+ "responseCode": 200
1086
+ },
1087
+ "input": {
1088
+ "type": "structure",
1089
+ "required": [
1090
+ "id"
1091
+ ],
1092
+ "members": {
1093
+ "id": {
1094
+ "location": "uri",
1095
+ "locationName": "id"
1096
+ }
1097
+ }
1098
+ },
1099
+ "output": {
1100
+ "type": "structure",
1101
+ "members": {
1102
+ "id": {},
1103
+ "arn": {},
1104
+ "status": {},
1105
+ "statusMessage": {},
1106
+ "lastStartTime": {
1107
+ "type": "timestamp"
1108
+ }
1109
+ }
1110
+ }
1111
+ },
1112
+ "StopWorkflow": {
1113
+ "http": {
1114
+ "requestUri": "/migrationworkflow/{id}/stop",
1115
+ "responseCode": 200
1116
+ },
1117
+ "input": {
1118
+ "type": "structure",
1119
+ "required": [
1120
+ "id"
1121
+ ],
1122
+ "members": {
1123
+ "id": {
1124
+ "location": "uri",
1125
+ "locationName": "id"
1126
+ }
1127
+ }
1128
+ },
1129
+ "output": {
1130
+ "type": "structure",
1131
+ "members": {
1132
+ "id": {},
1133
+ "arn": {},
1134
+ "status": {},
1135
+ "statusMessage": {},
1136
+ "lastStopTime": {
1137
+ "type": "timestamp"
1138
+ }
1139
+ }
1140
+ }
1141
+ },
1142
+ "TagResource": {
1143
+ "http": {
1144
+ "requestUri": "/tags/{resourceArn}",
1145
+ "responseCode": 200
1146
+ },
1147
+ "input": {
1148
+ "type": "structure",
1149
+ "required": [
1150
+ "resourceArn",
1151
+ "tags"
1152
+ ],
1153
+ "members": {
1154
+ "resourceArn": {
1155
+ "location": "uri",
1156
+ "locationName": "resourceArn"
1157
+ },
1158
+ "tags": {
1159
+ "shape": "S2i"
1160
+ }
1161
+ }
1162
+ },
1163
+ "output": {
1164
+ "type": "structure",
1165
+ "members": {}
1166
+ },
1167
+ "idempotent": true
1168
+ },
1169
+ "UntagResource": {
1170
+ "http": {
1171
+ "method": "DELETE",
1172
+ "requestUri": "/tags/{resourceArn}",
1173
+ "responseCode": 200
1174
+ },
1175
+ "input": {
1176
+ "type": "structure",
1177
+ "required": [
1178
+ "resourceArn",
1179
+ "tagKeys"
1180
+ ],
1181
+ "members": {
1182
+ "resourceArn": {
1183
+ "location": "uri",
1184
+ "locationName": "resourceArn"
1185
+ },
1186
+ "tagKeys": {
1187
+ "location": "querystring",
1188
+ "locationName": "tagKeys",
1189
+ "type": "list",
1190
+ "member": {}
1191
+ }
1192
+ }
1193
+ },
1194
+ "output": {
1195
+ "type": "structure",
1196
+ "members": {}
1197
+ },
1198
+ "idempotent": true
1199
+ },
1200
+ "UpdateWorkflow": {
1201
+ "http": {
1202
+ "requestUri": "/migrationworkflow/{id}",
1203
+ "responseCode": 200
1204
+ },
1205
+ "input": {
1206
+ "type": "structure",
1207
+ "required": [
1208
+ "id"
1209
+ ],
1210
+ "members": {
1211
+ "id": {
1212
+ "location": "uri",
1213
+ "locationName": "id"
1214
+ },
1215
+ "name": {},
1216
+ "description": {},
1217
+ "inputParameters": {
1218
+ "shape": "S6"
1219
+ },
1220
+ "stepTargets": {
1221
+ "shape": "Sb"
1222
+ }
1223
+ }
1224
+ },
1225
+ "output": {
1226
+ "type": "structure",
1227
+ "members": {
1228
+ "id": {},
1229
+ "arn": {},
1230
+ "name": {},
1231
+ "description": {},
1232
+ "templateId": {},
1233
+ "adsApplicationConfigurationId": {},
1234
+ "workflowInputs": {
1235
+ "shape": "S6"
1236
+ },
1237
+ "stepTargets": {
1238
+ "shape": "Sb"
1239
+ },
1240
+ "status": {},
1241
+ "creationTime": {
1242
+ "type": "timestamp"
1243
+ },
1244
+ "lastModifiedTime": {
1245
+ "type": "timestamp"
1246
+ },
1247
+ "tags": {
1248
+ "shape": "Sd"
1249
+ }
1250
+ }
1251
+ }
1252
+ },
1253
+ "UpdateWorkflowStep": {
1254
+ "http": {
1255
+ "requestUri": "/workflowstep/{id}",
1256
+ "responseCode": 200
1257
+ },
1258
+ "input": {
1259
+ "type": "structure",
1260
+ "required": [
1261
+ "id",
1262
+ "stepGroupId",
1263
+ "workflowId"
1264
+ ],
1265
+ "members": {
1266
+ "id": {
1267
+ "location": "uri",
1268
+ "locationName": "id"
1269
+ },
1270
+ "stepGroupId": {},
1271
+ "workflowId": {},
1272
+ "name": {},
1273
+ "description": {},
1274
+ "stepActionType": {},
1275
+ "workflowStepAutomationConfiguration": {
1276
+ "shape": "Sq"
1277
+ },
1278
+ "stepTarget": {
1279
+ "shape": "Sb"
1280
+ },
1281
+ "outputs": {
1282
+ "shape": "Sx"
1283
+ },
1284
+ "previous": {
1285
+ "shape": "Sb"
1286
+ },
1287
+ "next": {
1288
+ "shape": "Sb"
1289
+ },
1290
+ "status": {}
1291
+ }
1292
+ },
1293
+ "output": {
1294
+ "type": "structure",
1295
+ "members": {
1296
+ "id": {},
1297
+ "stepGroupId": {},
1298
+ "workflowId": {},
1299
+ "name": {}
1300
+ }
1301
+ }
1302
+ },
1303
+ "UpdateWorkflowStepGroup": {
1304
+ "http": {
1305
+ "requestUri": "/workflowstepgroup/{id}",
1306
+ "responseCode": 202
1307
+ },
1308
+ "input": {
1309
+ "type": "structure",
1310
+ "required": [
1311
+ "workflowId",
1312
+ "id"
1313
+ ],
1314
+ "members": {
1315
+ "workflowId": {
1316
+ "location": "querystring",
1317
+ "locationName": "workflowId"
1318
+ },
1319
+ "id": {
1320
+ "location": "uri",
1321
+ "locationName": "id"
1322
+ },
1323
+ "name": {},
1324
+ "description": {},
1325
+ "next": {
1326
+ "shape": "Sb"
1327
+ },
1328
+ "previous": {
1329
+ "shape": "Sb"
1330
+ }
1331
+ }
1332
+ },
1333
+ "output": {
1334
+ "type": "structure",
1335
+ "members": {
1336
+ "workflowId": {},
1337
+ "name": {},
1338
+ "id": {},
1339
+ "description": {},
1340
+ "tools": {
1341
+ "shape": "S18"
1342
+ },
1343
+ "next": {
1344
+ "shape": "Sb"
1345
+ },
1346
+ "previous": {
1347
+ "shape": "Sb"
1348
+ },
1349
+ "lastModifiedTime": {
1350
+ "type": "timestamp"
1351
+ }
1352
+ }
1353
+ },
1354
+ "idempotent": true
1355
+ }
1356
+ },
1357
+ "shapes": {
1358
+ "S6": {
1359
+ "type": "map",
1360
+ "key": {},
1361
+ "value": {
1362
+ "type": "structure",
1363
+ "members": {
1364
+ "integerValue": {
1365
+ "type": "integer"
1366
+ },
1367
+ "stringValue": {},
1368
+ "listOfStringsValue": {
1369
+ "shape": "Sb"
1370
+ },
1371
+ "mapOfStringValue": {
1372
+ "shape": "Sd"
1373
+ }
1374
+ },
1375
+ "union": true
1376
+ },
1377
+ "sensitive": true
1378
+ },
1379
+ "Sb": {
1380
+ "type": "list",
1381
+ "member": {}
1382
+ },
1383
+ "Sd": {
1384
+ "type": "map",
1385
+ "key": {},
1386
+ "value": {}
1387
+ },
1388
+ "Sq": {
1389
+ "type": "structure",
1390
+ "members": {
1391
+ "scriptLocationS3Bucket": {},
1392
+ "scriptLocationS3Key": {
1393
+ "shape": "Ss"
1394
+ },
1395
+ "command": {
1396
+ "shape": "Su"
1397
+ },
1398
+ "runEnvironment": {},
1399
+ "targetType": {}
1400
+ }
1401
+ },
1402
+ "Ss": {
1403
+ "type": "structure",
1404
+ "members": {
1405
+ "linux": {},
1406
+ "windows": {}
1407
+ }
1408
+ },
1409
+ "Su": {
1410
+ "type": "structure",
1411
+ "members": {
1412
+ "linux": {},
1413
+ "windows": {}
1414
+ }
1415
+ },
1416
+ "Sx": {
1417
+ "type": "list",
1418
+ "member": {
1419
+ "shape": "Sy"
1420
+ }
1421
+ },
1422
+ "Sy": {
1423
+ "type": "structure",
1424
+ "members": {
1425
+ "name": {},
1426
+ "dataType": {},
1427
+ "required": {
1428
+ "type": "boolean"
1429
+ },
1430
+ "value": {
1431
+ "type": "structure",
1432
+ "members": {
1433
+ "integerValue": {
1434
+ "type": "integer"
1435
+ },
1436
+ "stringValue": {},
1437
+ "listOfStringValue": {
1438
+ "shape": "Sb"
1439
+ }
1440
+ },
1441
+ "union": true
1442
+ }
1443
+ }
1444
+ },
1445
+ "S18": {
1446
+ "type": "list",
1447
+ "member": {
1448
+ "type": "structure",
1449
+ "members": {
1450
+ "name": {},
1451
+ "url": {}
1452
+ }
1453
+ }
1454
+ },
1455
+ "S2i": {
1456
+ "type": "map",
1457
+ "key": {},
1458
+ "value": {}
1459
+ }
1460
+ }
1461
+ }