aws-sdk-core 2.10.25 → 2.10.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45b22b58f437911834f911ad26e296193b393afb
4
- data.tar.gz: e066209f360d10db8263f55d831654657c7b086d
3
+ metadata.gz: b1d55c7addbcfb72f978e4a65a723013ff501044
4
+ data.tar.gz: 61cdbcd2899dec7c25e5b4e6f0bf197acebdfe61
5
5
  SHA512:
6
- metadata.gz: 087f0e348e3edec3eecca7bc384abaa07370e8d3d03ba472c04b6de59d650e32500ced83a2f1eb8f37b20b80e767de526aaf5e0aea1a69d2bfb63cbee6b31e10
7
- data.tar.gz: 75b0f3d924937439207973f5b580bbdf6078efc7cbd434ce29f5e9fd4cba0c4bf480e7dd48ec4c8939008cf105664decc0027ce5edfb05bb0721520baaaacb37
6
+ metadata.gz: c4664277a264c0873b4dd7a502cbe39fa9f0b881804556c69f0e6a20d2e1299828cdc245079e99699d30ddda8195484446a701c129d7364b444b8b855d2967bc
7
+ data.tar.gz: 5988242fe2a1b8db2bda88bea5924c707601ec6d2c7ab8432d564706ded1900dd661330689b2710e8a6b51a2607c9e11904feaed9a7f21d056500ff390af0c6f
@@ -0,0 +1,839 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-05-31",
5
+ "endpointPrefix":"mgh",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Migration Hub",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"AWSMigrationHub",
11
+ "uid":"AWSMigrationHub-2017-05-31"
12
+ },
13
+ "operations":{
14
+ "AssociateCreatedArtifact":{
15
+ "name":"AssociateCreatedArtifact",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AssociateCreatedArtifactRequest"},
21
+ "output":{"shape":"AssociateCreatedArtifactResult"},
22
+ "errors":[
23
+ {"shape":"AccessDeniedException"},
24
+ {"shape":"InternalServerError"},
25
+ {"shape":"ServiceUnavailableException"},
26
+ {"shape":"DryRunOperation"},
27
+ {"shape":"UnauthorizedOperation"},
28
+ {"shape":"InvalidInputException"},
29
+ {"shape":"ResourceNotFoundException"}
30
+ ]
31
+ },
32
+ "AssociateDiscoveredResource":{
33
+ "name":"AssociateDiscoveredResource",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"AssociateDiscoveredResourceRequest"},
39
+ "output":{"shape":"AssociateDiscoveredResourceResult"},
40
+ "errors":[
41
+ {"shape":"AccessDeniedException"},
42
+ {"shape":"InternalServerError"},
43
+ {"shape":"ServiceUnavailableException"},
44
+ {"shape":"DryRunOperation"},
45
+ {"shape":"UnauthorizedOperation"},
46
+ {"shape":"InvalidInputException"},
47
+ {"shape":"PolicyErrorException"},
48
+ {"shape":"ResourceNotFoundException"}
49
+ ]
50
+ },
51
+ "CreateProgressUpdateStream":{
52
+ "name":"CreateProgressUpdateStream",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"CreateProgressUpdateStreamRequest"},
58
+ "output":{"shape":"CreateProgressUpdateStreamResult"},
59
+ "errors":[
60
+ {"shape":"AccessDeniedException"},
61
+ {"shape":"InternalServerError"},
62
+ {"shape":"ServiceUnavailableException"},
63
+ {"shape":"DryRunOperation"},
64
+ {"shape":"UnauthorizedOperation"},
65
+ {"shape":"InvalidInputException"}
66
+ ]
67
+ },
68
+ "DeleteProgressUpdateStream":{
69
+ "name":"DeleteProgressUpdateStream",
70
+ "http":{
71
+ "method":"POST",
72
+ "requestUri":"/"
73
+ },
74
+ "input":{"shape":"DeleteProgressUpdateStreamRequest"},
75
+ "output":{"shape":"DeleteProgressUpdateStreamResult"},
76
+ "errors":[
77
+ {"shape":"AccessDeniedException"},
78
+ {"shape":"InternalServerError"},
79
+ {"shape":"ServiceUnavailableException"},
80
+ {"shape":"DryRunOperation"},
81
+ {"shape":"UnauthorizedOperation"},
82
+ {"shape":"InvalidInputException"},
83
+ {"shape":"ResourceNotFoundException"}
84
+ ]
85
+ },
86
+ "DescribeApplicationState":{
87
+ "name":"DescribeApplicationState",
88
+ "http":{
89
+ "method":"POST",
90
+ "requestUri":"/"
91
+ },
92
+ "input":{"shape":"DescribeApplicationStateRequest"},
93
+ "output":{"shape":"DescribeApplicationStateResult"},
94
+ "errors":[
95
+ {"shape":"AccessDeniedException"},
96
+ {"shape":"InternalServerError"},
97
+ {"shape":"ServiceUnavailableException"},
98
+ {"shape":"InvalidInputException"},
99
+ {"shape":"PolicyErrorException"},
100
+ {"shape":"ResourceNotFoundException"}
101
+ ]
102
+ },
103
+ "DescribeMigrationTask":{
104
+ "name":"DescribeMigrationTask",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"DescribeMigrationTaskRequest"},
110
+ "output":{"shape":"DescribeMigrationTaskResult"},
111
+ "errors":[
112
+ {"shape":"AccessDeniedException"},
113
+ {"shape":"InternalServerError"},
114
+ {"shape":"ServiceUnavailableException"},
115
+ {"shape":"InvalidInputException"},
116
+ {"shape":"ResourceNotFoundException"}
117
+ ]
118
+ },
119
+ "DisassociateCreatedArtifact":{
120
+ "name":"DisassociateCreatedArtifact",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"DisassociateCreatedArtifactRequest"},
126
+ "output":{"shape":"DisassociateCreatedArtifactResult"},
127
+ "errors":[
128
+ {"shape":"AccessDeniedException"},
129
+ {"shape":"InternalServerError"},
130
+ {"shape":"ServiceUnavailableException"},
131
+ {"shape":"DryRunOperation"},
132
+ {"shape":"UnauthorizedOperation"},
133
+ {"shape":"InvalidInputException"},
134
+ {"shape":"ResourceNotFoundException"}
135
+ ]
136
+ },
137
+ "DisassociateDiscoveredResource":{
138
+ "name":"DisassociateDiscoveredResource",
139
+ "http":{
140
+ "method":"POST",
141
+ "requestUri":"/"
142
+ },
143
+ "input":{"shape":"DisassociateDiscoveredResourceRequest"},
144
+ "output":{"shape":"DisassociateDiscoveredResourceResult"},
145
+ "errors":[
146
+ {"shape":"AccessDeniedException"},
147
+ {"shape":"InternalServerError"},
148
+ {"shape":"ServiceUnavailableException"},
149
+ {"shape":"DryRunOperation"},
150
+ {"shape":"UnauthorizedOperation"},
151
+ {"shape":"InvalidInputException"},
152
+ {"shape":"ResourceNotFoundException"}
153
+ ]
154
+ },
155
+ "ImportMigrationTask":{
156
+ "name":"ImportMigrationTask",
157
+ "http":{
158
+ "method":"POST",
159
+ "requestUri":"/"
160
+ },
161
+ "input":{"shape":"ImportMigrationTaskRequest"},
162
+ "output":{"shape":"ImportMigrationTaskResult"},
163
+ "errors":[
164
+ {"shape":"AccessDeniedException"},
165
+ {"shape":"InternalServerError"},
166
+ {"shape":"ServiceUnavailableException"},
167
+ {"shape":"DryRunOperation"},
168
+ {"shape":"UnauthorizedOperation"},
169
+ {"shape":"InvalidInputException"},
170
+ {"shape":"ResourceNotFoundException"}
171
+ ]
172
+ },
173
+ "ListCreatedArtifacts":{
174
+ "name":"ListCreatedArtifacts",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"ListCreatedArtifactsRequest"},
180
+ "output":{"shape":"ListCreatedArtifactsResult"},
181
+ "errors":[
182
+ {"shape":"AccessDeniedException"},
183
+ {"shape":"InternalServerError"},
184
+ {"shape":"ServiceUnavailableException"},
185
+ {"shape":"InvalidInputException"},
186
+ {"shape":"ResourceNotFoundException"}
187
+ ]
188
+ },
189
+ "ListDiscoveredResources":{
190
+ "name":"ListDiscoveredResources",
191
+ "http":{
192
+ "method":"POST",
193
+ "requestUri":"/"
194
+ },
195
+ "input":{"shape":"ListDiscoveredResourcesRequest"},
196
+ "output":{"shape":"ListDiscoveredResourcesResult"},
197
+ "errors":[
198
+ {"shape":"AccessDeniedException"},
199
+ {"shape":"InternalServerError"},
200
+ {"shape":"ServiceUnavailableException"},
201
+ {"shape":"InvalidInputException"},
202
+ {"shape":"ResourceNotFoundException"}
203
+ ]
204
+ },
205
+ "ListMigrationTasks":{
206
+ "name":"ListMigrationTasks",
207
+ "http":{
208
+ "method":"POST",
209
+ "requestUri":"/"
210
+ },
211
+ "input":{"shape":"ListMigrationTasksRequest"},
212
+ "output":{"shape":"ListMigrationTasksResult"},
213
+ "errors":[
214
+ {"shape":"AccessDeniedException"},
215
+ {"shape":"InternalServerError"},
216
+ {"shape":"ServiceUnavailableException"},
217
+ {"shape":"InvalidInputException"},
218
+ {"shape":"PolicyErrorException"},
219
+ {"shape":"ResourceNotFoundException"}
220
+ ]
221
+ },
222
+ "ListProgressUpdateStreams":{
223
+ "name":"ListProgressUpdateStreams",
224
+ "http":{
225
+ "method":"POST",
226
+ "requestUri":"/"
227
+ },
228
+ "input":{"shape":"ListProgressUpdateStreamsRequest"},
229
+ "output":{"shape":"ListProgressUpdateStreamsResult"},
230
+ "errors":[
231
+ {"shape":"AccessDeniedException"},
232
+ {"shape":"InternalServerError"},
233
+ {"shape":"ServiceUnavailableException"},
234
+ {"shape":"InvalidInputException"}
235
+ ]
236
+ },
237
+ "NotifyApplicationState":{
238
+ "name":"NotifyApplicationState",
239
+ "http":{
240
+ "method":"POST",
241
+ "requestUri":"/"
242
+ },
243
+ "input":{"shape":"NotifyApplicationStateRequest"},
244
+ "output":{"shape":"NotifyApplicationStateResult"},
245
+ "errors":[
246
+ {"shape":"AccessDeniedException"},
247
+ {"shape":"InternalServerError"},
248
+ {"shape":"ServiceUnavailableException"},
249
+ {"shape":"DryRunOperation"},
250
+ {"shape":"UnauthorizedOperation"},
251
+ {"shape":"InvalidInputException"},
252
+ {"shape":"PolicyErrorException"},
253
+ {"shape":"ResourceNotFoundException"}
254
+ ]
255
+ },
256
+ "NotifyMigrationTaskState":{
257
+ "name":"NotifyMigrationTaskState",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"NotifyMigrationTaskStateRequest"},
263
+ "output":{"shape":"NotifyMigrationTaskStateResult"},
264
+ "errors":[
265
+ {"shape":"AccessDeniedException"},
266
+ {"shape":"InternalServerError"},
267
+ {"shape":"ServiceUnavailableException"},
268
+ {"shape":"DryRunOperation"},
269
+ {"shape":"UnauthorizedOperation"},
270
+ {"shape":"InvalidInputException"},
271
+ {"shape":"ResourceNotFoundException"}
272
+ ]
273
+ },
274
+ "PutResourceAttributes":{
275
+ "name":"PutResourceAttributes",
276
+ "http":{
277
+ "method":"POST",
278
+ "requestUri":"/"
279
+ },
280
+ "input":{"shape":"PutResourceAttributesRequest"},
281
+ "output":{"shape":"PutResourceAttributesResult"},
282
+ "errors":[
283
+ {"shape":"AccessDeniedException"},
284
+ {"shape":"InternalServerError"},
285
+ {"shape":"ServiceUnavailableException"},
286
+ {"shape":"DryRunOperation"},
287
+ {"shape":"UnauthorizedOperation"},
288
+ {"shape":"InvalidInputException"},
289
+ {"shape":"ResourceNotFoundException"}
290
+ ]
291
+ }
292
+ },
293
+ "shapes":{
294
+ "AccessDeniedException":{
295
+ "type":"structure",
296
+ "members":{
297
+ "Message":{"shape":"ErrorMessage"}
298
+ },
299
+ "exception":true
300
+ },
301
+ "ApplicationId":{
302
+ "type":"string",
303
+ "max":1600,
304
+ "min":1
305
+ },
306
+ "ApplicationStatus":{
307
+ "type":"string",
308
+ "enum":[
309
+ "NOT_STARTED",
310
+ "IN_PROGRESS",
311
+ "COMPLETED"
312
+ ]
313
+ },
314
+ "AssociateCreatedArtifactRequest":{
315
+ "type":"structure",
316
+ "required":[
317
+ "ProgressUpdateStream",
318
+ "MigrationTaskName",
319
+ "CreatedArtifact"
320
+ ],
321
+ "members":{
322
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
323
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
324
+ "CreatedArtifact":{"shape":"CreatedArtifact"},
325
+ "DryRun":{"shape":"DryRun"}
326
+ }
327
+ },
328
+ "AssociateCreatedArtifactResult":{
329
+ "type":"structure",
330
+ "members":{
331
+ }
332
+ },
333
+ "AssociateDiscoveredResourceRequest":{
334
+ "type":"structure",
335
+ "required":[
336
+ "ProgressUpdateStream",
337
+ "MigrationTaskName",
338
+ "DiscoveredResource"
339
+ ],
340
+ "members":{
341
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
342
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
343
+ "DiscoveredResource":{"shape":"DiscoveredResource"},
344
+ "DryRun":{"shape":"DryRun"}
345
+ }
346
+ },
347
+ "AssociateDiscoveredResourceResult":{
348
+ "type":"structure",
349
+ "members":{
350
+ }
351
+ },
352
+ "ConfigurationId":{
353
+ "type":"string",
354
+ "min":1
355
+ },
356
+ "CreateProgressUpdateStreamRequest":{
357
+ "type":"structure",
358
+ "required":["ProgressUpdateStreamName"],
359
+ "members":{
360
+ "ProgressUpdateStreamName":{"shape":"ProgressUpdateStream"},
361
+ "DryRun":{"shape":"DryRun"}
362
+ }
363
+ },
364
+ "CreateProgressUpdateStreamResult":{
365
+ "type":"structure",
366
+ "members":{
367
+ }
368
+ },
369
+ "CreatedArtifact":{
370
+ "type":"structure",
371
+ "required":["Name"],
372
+ "members":{
373
+ "Name":{"shape":"CreatedArtifactName"},
374
+ "Description":{"shape":"CreatedArtifactDescription"}
375
+ }
376
+ },
377
+ "CreatedArtifactDescription":{
378
+ "type":"string",
379
+ "max":500,
380
+ "min":0
381
+ },
382
+ "CreatedArtifactList":{
383
+ "type":"list",
384
+ "member":{"shape":"CreatedArtifact"}
385
+ },
386
+ "CreatedArtifactName":{
387
+ "type":"string",
388
+ "max":1600,
389
+ "min":1,
390
+ "pattern":"arn:[a-z-]+:[a-z0-9-]+:(?:[a-z0-9-]+|):(?:[0-9]{12}|):.*"
391
+ },
392
+ "DeleteProgressUpdateStreamRequest":{
393
+ "type":"structure",
394
+ "required":["ProgressUpdateStreamName"],
395
+ "members":{
396
+ "ProgressUpdateStreamName":{"shape":"ProgressUpdateStream"},
397
+ "DryRun":{"shape":"DryRun"}
398
+ }
399
+ },
400
+ "DeleteProgressUpdateStreamResult":{
401
+ "type":"structure",
402
+ "members":{
403
+ }
404
+ },
405
+ "DescribeApplicationStateRequest":{
406
+ "type":"structure",
407
+ "required":["ApplicationId"],
408
+ "members":{
409
+ "ApplicationId":{"shape":"ApplicationId"}
410
+ }
411
+ },
412
+ "DescribeApplicationStateResult":{
413
+ "type":"structure",
414
+ "members":{
415
+ "ApplicationStatus":{"shape":"ApplicationStatus"},
416
+ "LastUpdatedTime":{"shape":"UpdateDateTime"}
417
+ }
418
+ },
419
+ "DescribeMigrationTaskRequest":{
420
+ "type":"structure",
421
+ "required":[
422
+ "ProgressUpdateStream",
423
+ "MigrationTaskName"
424
+ ],
425
+ "members":{
426
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
427
+ "MigrationTaskName":{"shape":"MigrationTaskName"}
428
+ }
429
+ },
430
+ "DescribeMigrationTaskResult":{
431
+ "type":"structure",
432
+ "members":{
433
+ "MigrationTask":{"shape":"MigrationTask"}
434
+ }
435
+ },
436
+ "DisassociateCreatedArtifactRequest":{
437
+ "type":"structure",
438
+ "required":[
439
+ "ProgressUpdateStream",
440
+ "MigrationTaskName",
441
+ "CreatedArtifactName"
442
+ ],
443
+ "members":{
444
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
445
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
446
+ "CreatedArtifactName":{"shape":"CreatedArtifactName"},
447
+ "DryRun":{"shape":"DryRun"}
448
+ }
449
+ },
450
+ "DisassociateCreatedArtifactResult":{
451
+ "type":"structure",
452
+ "members":{
453
+ }
454
+ },
455
+ "DisassociateDiscoveredResourceRequest":{
456
+ "type":"structure",
457
+ "required":[
458
+ "ProgressUpdateStream",
459
+ "MigrationTaskName",
460
+ "ConfigurationId"
461
+ ],
462
+ "members":{
463
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
464
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
465
+ "ConfigurationId":{"shape":"ConfigurationId"},
466
+ "DryRun":{"shape":"DryRun"}
467
+ }
468
+ },
469
+ "DisassociateDiscoveredResourceResult":{
470
+ "type":"structure",
471
+ "members":{
472
+ }
473
+ },
474
+ "DiscoveredResource":{
475
+ "type":"structure",
476
+ "required":["ConfigurationId"],
477
+ "members":{
478
+ "ConfigurationId":{"shape":"ConfigurationId"},
479
+ "Description":{"shape":"DiscoveredResourceDescription"}
480
+ }
481
+ },
482
+ "DiscoveredResourceDescription":{
483
+ "type":"string",
484
+ "max":500,
485
+ "min":0
486
+ },
487
+ "DiscoveredResourceList":{
488
+ "type":"list",
489
+ "member":{"shape":"DiscoveredResource"}
490
+ },
491
+ "DryRun":{"type":"boolean"},
492
+ "DryRunOperation":{
493
+ "type":"structure",
494
+ "members":{
495
+ "Message":{"shape":"ErrorMessage"}
496
+ },
497
+ "exception":true
498
+ },
499
+ "ErrorMessage":{"type":"string"},
500
+ "ImportMigrationTaskRequest":{
501
+ "type":"structure",
502
+ "required":[
503
+ "ProgressUpdateStream",
504
+ "MigrationTaskName"
505
+ ],
506
+ "members":{
507
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
508
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
509
+ "DryRun":{"shape":"DryRun"}
510
+ }
511
+ },
512
+ "ImportMigrationTaskResult":{
513
+ "type":"structure",
514
+ "members":{
515
+ }
516
+ },
517
+ "InternalServerError":{
518
+ "type":"structure",
519
+ "members":{
520
+ "Message":{"shape":"ErrorMessage"}
521
+ },
522
+ "exception":true,
523
+ "fault":true
524
+ },
525
+ "InvalidInputException":{
526
+ "type":"structure",
527
+ "members":{
528
+ "Message":{"shape":"ErrorMessage"}
529
+ },
530
+ "exception":true
531
+ },
532
+ "LatestResourceAttributeList":{
533
+ "type":"list",
534
+ "member":{"shape":"ResourceAttribute"},
535
+ "max":100,
536
+ "min":0
537
+ },
538
+ "ListCreatedArtifactsRequest":{
539
+ "type":"structure",
540
+ "required":[
541
+ "ProgressUpdateStream",
542
+ "MigrationTaskName"
543
+ ],
544
+ "members":{
545
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
546
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
547
+ "NextToken":{"shape":"Token"},
548
+ "MaxResults":{"shape":"MaxResultsCreatedArtifacts"}
549
+ }
550
+ },
551
+ "ListCreatedArtifactsResult":{
552
+ "type":"structure",
553
+ "members":{
554
+ "NextToken":{"shape":"Token"},
555
+ "CreatedArtifactList":{"shape":"CreatedArtifactList"}
556
+ }
557
+ },
558
+ "ListDiscoveredResourcesRequest":{
559
+ "type":"structure",
560
+ "required":[
561
+ "ProgressUpdateStream",
562
+ "MigrationTaskName"
563
+ ],
564
+ "members":{
565
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
566
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
567
+ "NextToken":{"shape":"Token"},
568
+ "MaxResults":{"shape":"MaxResultsResources"}
569
+ }
570
+ },
571
+ "ListDiscoveredResourcesResult":{
572
+ "type":"structure",
573
+ "members":{
574
+ "NextToken":{"shape":"Token"},
575
+ "DiscoveredResourceList":{"shape":"DiscoveredResourceList"}
576
+ }
577
+ },
578
+ "ListMigrationTasksRequest":{
579
+ "type":"structure",
580
+ "members":{
581
+ "NextToken":{"shape":"Token"},
582
+ "MaxResults":{"shape":"MaxResults"},
583
+ "ResourceName":{"shape":"ResourceName"}
584
+ }
585
+ },
586
+ "ListMigrationTasksResult":{
587
+ "type":"structure",
588
+ "members":{
589
+ "NextToken":{"shape":"Token"},
590
+ "MigrationTaskSummaryList":{"shape":"MigrationTaskSummaryList"}
591
+ }
592
+ },
593
+ "ListProgressUpdateStreamsRequest":{
594
+ "type":"structure",
595
+ "members":{
596
+ "NextToken":{"shape":"Token"},
597
+ "MaxResults":{"shape":"MaxResults"}
598
+ }
599
+ },
600
+ "ListProgressUpdateStreamsResult":{
601
+ "type":"structure",
602
+ "members":{
603
+ "ProgressUpdateStreamSummaryList":{"shape":"ProgressUpdateStreamSummaryList"},
604
+ "NextToken":{"shape":"Token"}
605
+ }
606
+ },
607
+ "MaxResults":{
608
+ "type":"integer",
609
+ "box":true,
610
+ "max":100,
611
+ "min":1
612
+ },
613
+ "MaxResultsCreatedArtifacts":{
614
+ "type":"integer",
615
+ "box":true,
616
+ "max":10,
617
+ "min":1
618
+ },
619
+ "MaxResultsResources":{
620
+ "type":"integer",
621
+ "box":true,
622
+ "max":10,
623
+ "min":1
624
+ },
625
+ "MigrationTask":{
626
+ "type":"structure",
627
+ "members":{
628
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
629
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
630
+ "Task":{"shape":"Task"},
631
+ "UpdateDateTime":{"shape":"UpdateDateTime"},
632
+ "ResourceAttributeList":{"shape":"LatestResourceAttributeList"}
633
+ }
634
+ },
635
+ "MigrationTaskName":{
636
+ "type":"string",
637
+ "max":256,
638
+ "min":1,
639
+ "pattern":"[^:|]+"
640
+ },
641
+ "MigrationTaskSummary":{
642
+ "type":"structure",
643
+ "members":{
644
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
645
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
646
+ "Status":{"shape":"Status"},
647
+ "ProgressPercent":{"shape":"ProgressPercent"},
648
+ "StatusDetail":{"shape":"StatusDetail"},
649
+ "UpdateDateTime":{"shape":"UpdateDateTime"}
650
+ }
651
+ },
652
+ "MigrationTaskSummaryList":{
653
+ "type":"list",
654
+ "member":{"shape":"MigrationTaskSummary"}
655
+ },
656
+ "NextUpdateSeconds":{
657
+ "type":"integer",
658
+ "min":0
659
+ },
660
+ "NotifyApplicationStateRequest":{
661
+ "type":"structure",
662
+ "required":[
663
+ "ApplicationId",
664
+ "Status"
665
+ ],
666
+ "members":{
667
+ "ApplicationId":{"shape":"ApplicationId"},
668
+ "Status":{"shape":"ApplicationStatus"},
669
+ "DryRun":{"shape":"DryRun"}
670
+ }
671
+ },
672
+ "NotifyApplicationStateResult":{
673
+ "type":"structure",
674
+ "members":{
675
+ }
676
+ },
677
+ "NotifyMigrationTaskStateRequest":{
678
+ "type":"structure",
679
+ "required":[
680
+ "ProgressUpdateStream",
681
+ "MigrationTaskName",
682
+ "Task",
683
+ "UpdateDateTime",
684
+ "NextUpdateSeconds"
685
+ ],
686
+ "members":{
687
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
688
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
689
+ "Task":{"shape":"Task"},
690
+ "UpdateDateTime":{"shape":"UpdateDateTime"},
691
+ "NextUpdateSeconds":{"shape":"NextUpdateSeconds"},
692
+ "DryRun":{"shape":"DryRun"}
693
+ }
694
+ },
695
+ "NotifyMigrationTaskStateResult":{
696
+ "type":"structure",
697
+ "members":{
698
+ }
699
+ },
700
+ "PolicyErrorException":{
701
+ "type":"structure",
702
+ "members":{
703
+ "Message":{"shape":"ErrorMessage"}
704
+ },
705
+ "exception":true
706
+ },
707
+ "ProgressPercent":{
708
+ "type":"integer",
709
+ "box":true,
710
+ "max":100,
711
+ "min":0
712
+ },
713
+ "ProgressUpdateStream":{
714
+ "type":"string",
715
+ "max":50,
716
+ "min":1,
717
+ "pattern":"[^/:|\\000-\\037]+"
718
+ },
719
+ "ProgressUpdateStreamSummary":{
720
+ "type":"structure",
721
+ "members":{
722
+ "ProgressUpdateStreamName":{"shape":"ProgressUpdateStream"}
723
+ }
724
+ },
725
+ "ProgressUpdateStreamSummaryList":{
726
+ "type":"list",
727
+ "member":{"shape":"ProgressUpdateStreamSummary"}
728
+ },
729
+ "PutResourceAttributesRequest":{
730
+ "type":"structure",
731
+ "required":[
732
+ "ProgressUpdateStream",
733
+ "MigrationTaskName",
734
+ "ResourceAttributeList"
735
+ ],
736
+ "members":{
737
+ "ProgressUpdateStream":{"shape":"ProgressUpdateStream"},
738
+ "MigrationTaskName":{"shape":"MigrationTaskName"},
739
+ "ResourceAttributeList":{"shape":"ResourceAttributeList"},
740
+ "DryRun":{"shape":"DryRun"}
741
+ }
742
+ },
743
+ "PutResourceAttributesResult":{
744
+ "type":"structure",
745
+ "members":{
746
+ }
747
+ },
748
+ "ResourceAttribute":{
749
+ "type":"structure",
750
+ "required":[
751
+ "Type",
752
+ "Value"
753
+ ],
754
+ "members":{
755
+ "Type":{"shape":"ResourceAttributeType"},
756
+ "Value":{"shape":"ResourceAttributeValue"}
757
+ }
758
+ },
759
+ "ResourceAttributeList":{
760
+ "type":"list",
761
+ "member":{"shape":"ResourceAttribute"},
762
+ "max":100,
763
+ "min":1
764
+ },
765
+ "ResourceAttributeType":{
766
+ "type":"string",
767
+ "enum":[
768
+ "IPV4_ADDRESS",
769
+ "IPV6_ADDRESS",
770
+ "MAC_ADDRESS",
771
+ "FQDN",
772
+ "VM_MANAGER_ID",
773
+ "VM_MANAGED_OBJECT_REFERENCE",
774
+ "VM_NAME",
775
+ "VM_PATH",
776
+ "BIOS_ID",
777
+ "MOTHERBOARD_SERIAL_NUMBER",
778
+ "LABEL"
779
+ ]
780
+ },
781
+ "ResourceAttributeValue":{
782
+ "type":"string",
783
+ "max":256,
784
+ "min":1
785
+ },
786
+ "ResourceName":{
787
+ "type":"string",
788
+ "max":1600,
789
+ "min":1
790
+ },
791
+ "ResourceNotFoundException":{
792
+ "type":"structure",
793
+ "members":{
794
+ "Message":{"shape":"ErrorMessage"}
795
+ },
796
+ "exception":true
797
+ },
798
+ "ServiceUnavailableException":{
799
+ "type":"structure",
800
+ "members":{
801
+ "Message":{"shape":"ErrorMessage"}
802
+ },
803
+ "exception":true,
804
+ "fault":true
805
+ },
806
+ "Status":{
807
+ "type":"string",
808
+ "enum":[
809
+ "NOT_STARTED",
810
+ "IN_PROGRESS",
811
+ "FAILED",
812
+ "COMPLETED"
813
+ ]
814
+ },
815
+ "StatusDetail":{
816
+ "type":"string",
817
+ "max":500,
818
+ "min":0
819
+ },
820
+ "Task":{
821
+ "type":"structure",
822
+ "required":["Status"],
823
+ "members":{
824
+ "Status":{"shape":"Status"},
825
+ "StatusDetail":{"shape":"StatusDetail"},
826
+ "ProgressPercent":{"shape":"ProgressPercent"}
827
+ }
828
+ },
829
+ "Token":{"type":"string"},
830
+ "UnauthorizedOperation":{
831
+ "type":"structure",
832
+ "members":{
833
+ "Message":{"shape":"ErrorMessage"}
834
+ },
835
+ "exception":true
836
+ },
837
+ "UpdateDateTime":{"type":"timestamp"}
838
+ }
839
+ }