aws-sdk-core 2.11.177 → 2.11.178

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +1,34 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"sms-2016-10-24",
5
4
  "apiVersion":"2016-10-24",
6
5
  "endpointPrefix":"sms",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceAbbreviation":"SMS",
10
9
  "serviceFullName":"AWS Server Migration Service",
10
+ "serviceId":"SMS",
11
11
  "signatureVersion":"v4",
12
- "targetPrefix":"AWSServerMigrationService_V2016_10_24"
12
+ "targetPrefix":"AWSServerMigrationService_V2016_10_24",
13
+ "uid":"sms-2016-10-24"
13
14
  },
14
15
  "operations":{
16
+ "CreateApp":{
17
+ "name":"CreateApp",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CreateAppRequest"},
23
+ "output":{"shape":"CreateAppResponse"},
24
+ "errors":[
25
+ {"shape":"UnauthorizedOperationException"},
26
+ {"shape":"InvalidParameterException"},
27
+ {"shape":"MissingRequiredParameterException"},
28
+ {"shape":"InternalError"},
29
+ {"shape":"OperationNotPermittedException"}
30
+ ]
31
+ },
15
32
  "CreateReplicationJob":{
16
33
  "name":"CreateReplicationJob",
17
34
  "http":{
@@ -28,7 +45,56 @@
28
45
  {"shape":"ServerCannotBeReplicatedException"},
29
46
  {"shape":"ReplicationJobAlreadyExistsException"},
30
47
  {"shape":"NoConnectorsAvailableException"},
31
- {"shape":"InternalError"}
48
+ {"shape":"InternalError"},
49
+ {"shape":"TemporarilyUnavailableException"}
50
+ ]
51
+ },
52
+ "DeleteApp":{
53
+ "name":"DeleteApp",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"DeleteAppRequest"},
59
+ "output":{"shape":"DeleteAppResponse"},
60
+ "errors":[
61
+ {"shape":"UnauthorizedOperationException"},
62
+ {"shape":"InvalidParameterException"},
63
+ {"shape":"MissingRequiredParameterException"},
64
+ {"shape":"InternalError"},
65
+ {"shape":"OperationNotPermittedException"}
66
+ ]
67
+ },
68
+ "DeleteAppLaunchConfiguration":{
69
+ "name":"DeleteAppLaunchConfiguration",
70
+ "http":{
71
+ "method":"POST",
72
+ "requestUri":"/"
73
+ },
74
+ "input":{"shape":"DeleteAppLaunchConfigurationRequest"},
75
+ "output":{"shape":"DeleteAppLaunchConfigurationResponse"},
76
+ "errors":[
77
+ {"shape":"UnauthorizedOperationException"},
78
+ {"shape":"InvalidParameterException"},
79
+ {"shape":"MissingRequiredParameterException"},
80
+ {"shape":"InternalError"},
81
+ {"shape":"OperationNotPermittedException"}
82
+ ]
83
+ },
84
+ "DeleteAppReplicationConfiguration":{
85
+ "name":"DeleteAppReplicationConfiguration",
86
+ "http":{
87
+ "method":"POST",
88
+ "requestUri":"/"
89
+ },
90
+ "input":{"shape":"DeleteAppReplicationConfigurationRequest"},
91
+ "output":{"shape":"DeleteAppReplicationConfigurationResponse"},
92
+ "errors":[
93
+ {"shape":"UnauthorizedOperationException"},
94
+ {"shape":"InvalidParameterException"},
95
+ {"shape":"MissingRequiredParameterException"},
96
+ {"shape":"InternalError"},
97
+ {"shape":"OperationNotPermittedException"}
32
98
  ]
33
99
  },
34
100
  "DeleteReplicationJob":{
@@ -77,6 +143,86 @@
77
143
  {"shape":"InvalidParameterException"}
78
144
  ]
79
145
  },
146
+ "GenerateChangeSet":{
147
+ "name":"GenerateChangeSet",
148
+ "http":{
149
+ "method":"POST",
150
+ "requestUri":"/"
151
+ },
152
+ "input":{"shape":"GenerateChangeSetRequest"},
153
+ "output":{"shape":"GenerateChangeSetResponse"},
154
+ "errors":[
155
+ {"shape":"UnauthorizedOperationException"},
156
+ {"shape":"InvalidParameterException"},
157
+ {"shape":"MissingRequiredParameterException"},
158
+ {"shape":"InternalError"},
159
+ {"shape":"OperationNotPermittedException"}
160
+ ]
161
+ },
162
+ "GenerateTemplate":{
163
+ "name":"GenerateTemplate",
164
+ "http":{
165
+ "method":"POST",
166
+ "requestUri":"/"
167
+ },
168
+ "input":{"shape":"GenerateTemplateRequest"},
169
+ "output":{"shape":"GenerateTemplateResponse"},
170
+ "errors":[
171
+ {"shape":"UnauthorizedOperationException"},
172
+ {"shape":"InvalidParameterException"},
173
+ {"shape":"MissingRequiredParameterException"},
174
+ {"shape":"InternalError"},
175
+ {"shape":"OperationNotPermittedException"}
176
+ ]
177
+ },
178
+ "GetApp":{
179
+ "name":"GetApp",
180
+ "http":{
181
+ "method":"POST",
182
+ "requestUri":"/"
183
+ },
184
+ "input":{"shape":"GetAppRequest"},
185
+ "output":{"shape":"GetAppResponse"},
186
+ "errors":[
187
+ {"shape":"UnauthorizedOperationException"},
188
+ {"shape":"InvalidParameterException"},
189
+ {"shape":"MissingRequiredParameterException"},
190
+ {"shape":"InternalError"},
191
+ {"shape":"OperationNotPermittedException"}
192
+ ]
193
+ },
194
+ "GetAppLaunchConfiguration":{
195
+ "name":"GetAppLaunchConfiguration",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"GetAppLaunchConfigurationRequest"},
201
+ "output":{"shape":"GetAppLaunchConfigurationResponse"},
202
+ "errors":[
203
+ {"shape":"UnauthorizedOperationException"},
204
+ {"shape":"InvalidParameterException"},
205
+ {"shape":"MissingRequiredParameterException"},
206
+ {"shape":"InternalError"},
207
+ {"shape":"OperationNotPermittedException"}
208
+ ]
209
+ },
210
+ "GetAppReplicationConfiguration":{
211
+ "name":"GetAppReplicationConfiguration",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/"
215
+ },
216
+ "input":{"shape":"GetAppReplicationConfigurationRequest"},
217
+ "output":{"shape":"GetAppReplicationConfigurationResponse"},
218
+ "errors":[
219
+ {"shape":"UnauthorizedOperationException"},
220
+ {"shape":"InvalidParameterException"},
221
+ {"shape":"MissingRequiredParameterException"},
222
+ {"shape":"InternalError"},
223
+ {"shape":"OperationNotPermittedException"}
224
+ ]
225
+ },
80
226
  "GetConnectors":{
81
227
  "name":"GetConnectors",
82
228
  "http":{
@@ -145,6 +291,86 @@
145
291
  {"shape":"NoConnectorsAvailableException"}
146
292
  ]
147
293
  },
294
+ "LaunchApp":{
295
+ "name":"LaunchApp",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"LaunchAppRequest"},
301
+ "output":{"shape":"LaunchAppResponse"},
302
+ "errors":[
303
+ {"shape":"UnauthorizedOperationException"},
304
+ {"shape":"InvalidParameterException"},
305
+ {"shape":"MissingRequiredParameterException"},
306
+ {"shape":"InternalError"},
307
+ {"shape":"OperationNotPermittedException"}
308
+ ]
309
+ },
310
+ "ListApps":{
311
+ "name":"ListApps",
312
+ "http":{
313
+ "method":"POST",
314
+ "requestUri":"/"
315
+ },
316
+ "input":{"shape":"ListAppsRequest"},
317
+ "output":{"shape":"ListAppsResponse"},
318
+ "errors":[
319
+ {"shape":"UnauthorizedOperationException"},
320
+ {"shape":"InvalidParameterException"},
321
+ {"shape":"MissingRequiredParameterException"},
322
+ {"shape":"InternalError"},
323
+ {"shape":"OperationNotPermittedException"}
324
+ ]
325
+ },
326
+ "PutAppLaunchConfiguration":{
327
+ "name":"PutAppLaunchConfiguration",
328
+ "http":{
329
+ "method":"POST",
330
+ "requestUri":"/"
331
+ },
332
+ "input":{"shape":"PutAppLaunchConfigurationRequest"},
333
+ "output":{"shape":"PutAppLaunchConfigurationResponse"},
334
+ "errors":[
335
+ {"shape":"UnauthorizedOperationException"},
336
+ {"shape":"InvalidParameterException"},
337
+ {"shape":"MissingRequiredParameterException"},
338
+ {"shape":"InternalError"},
339
+ {"shape":"OperationNotPermittedException"}
340
+ ]
341
+ },
342
+ "PutAppReplicationConfiguration":{
343
+ "name":"PutAppReplicationConfiguration",
344
+ "http":{
345
+ "method":"POST",
346
+ "requestUri":"/"
347
+ },
348
+ "input":{"shape":"PutAppReplicationConfigurationRequest"},
349
+ "output":{"shape":"PutAppReplicationConfigurationResponse"},
350
+ "errors":[
351
+ {"shape":"UnauthorizedOperationException"},
352
+ {"shape":"InvalidParameterException"},
353
+ {"shape":"MissingRequiredParameterException"},
354
+ {"shape":"InternalError"},
355
+ {"shape":"OperationNotPermittedException"}
356
+ ]
357
+ },
358
+ "StartAppReplication":{
359
+ "name":"StartAppReplication",
360
+ "http":{
361
+ "method":"POST",
362
+ "requestUri":"/"
363
+ },
364
+ "input":{"shape":"StartAppReplicationRequest"},
365
+ "output":{"shape":"StartAppReplicationResponse"},
366
+ "errors":[
367
+ {"shape":"UnauthorizedOperationException"},
368
+ {"shape":"InvalidParameterException"},
369
+ {"shape":"MissingRequiredParameterException"},
370
+ {"shape":"InternalError"},
371
+ {"shape":"OperationNotPermittedException"}
372
+ ]
373
+ },
148
374
  "StartOnDemandReplicationRun":{
149
375
  "name":"StartOnDemandReplicationRun",
150
376
  "http":{
@@ -161,6 +387,54 @@
161
387
  {"shape":"ReplicationRunLimitExceededException"}
162
388
  ]
163
389
  },
390
+ "StopAppReplication":{
391
+ "name":"StopAppReplication",
392
+ "http":{
393
+ "method":"POST",
394
+ "requestUri":"/"
395
+ },
396
+ "input":{"shape":"StopAppReplicationRequest"},
397
+ "output":{"shape":"StopAppReplicationResponse"},
398
+ "errors":[
399
+ {"shape":"UnauthorizedOperationException"},
400
+ {"shape":"InvalidParameterException"},
401
+ {"shape":"MissingRequiredParameterException"},
402
+ {"shape":"InternalError"},
403
+ {"shape":"OperationNotPermittedException"}
404
+ ]
405
+ },
406
+ "TerminateApp":{
407
+ "name":"TerminateApp",
408
+ "http":{
409
+ "method":"POST",
410
+ "requestUri":"/"
411
+ },
412
+ "input":{"shape":"TerminateAppRequest"},
413
+ "output":{"shape":"TerminateAppResponse"},
414
+ "errors":[
415
+ {"shape":"UnauthorizedOperationException"},
416
+ {"shape":"InvalidParameterException"},
417
+ {"shape":"MissingRequiredParameterException"},
418
+ {"shape":"InternalError"},
419
+ {"shape":"OperationNotPermittedException"}
420
+ ]
421
+ },
422
+ "UpdateApp":{
423
+ "name":"UpdateApp",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"UpdateAppRequest"},
429
+ "output":{"shape":"UpdateAppResponse"},
430
+ "errors":[
431
+ {"shape":"UnauthorizedOperationException"},
432
+ {"shape":"InvalidParameterException"},
433
+ {"shape":"MissingRequiredParameterException"},
434
+ {"shape":"InternalError"},
435
+ {"shape":"OperationNotPermittedException"}
436
+ ]
437
+ },
164
438
  "UpdateReplicationJob":{
165
439
  "name":"UpdateReplicationJob",
166
440
  "http":{
@@ -176,12 +450,101 @@
176
450
  {"shape":"UnauthorizedOperationException"},
177
451
  {"shape":"ServerCannotBeReplicatedException"},
178
452
  {"shape":"ReplicationJobNotFoundException"},
179
- {"shape":"InternalError"}
453
+ {"shape":"InternalError"},
454
+ {"shape":"TemporarilyUnavailableException"}
180
455
  ]
181
456
  }
182
457
  },
183
458
  "shapes":{
184
459
  "AmiId":{"type":"string"},
460
+ "AppDescription":{"type":"string"},
461
+ "AppId":{"type":"string"},
462
+ "AppIds":{
463
+ "type":"list",
464
+ "member":{"shape":"AppId"}
465
+ },
466
+ "AppLaunchStatus":{
467
+ "type":"string",
468
+ "enum":[
469
+ "READY_FOR_CONFIGURATION",
470
+ "CONFIGURATION_IN_PROGRESS",
471
+ "CONFIGURATION_INVALID",
472
+ "READY_FOR_LAUNCH",
473
+ "VALIDATION_IN_PROGRESS",
474
+ "LAUNCH_PENDING",
475
+ "LAUNCH_IN_PROGRESS",
476
+ "LAUNCHED",
477
+ "DELTA_LAUNCH_IN_PROGRESS",
478
+ "DELTA_LAUNCH_FAILED",
479
+ "LAUNCH_FAILED",
480
+ "TERMINATE_IN_PROGRESS",
481
+ "TERMINATE_FAILED",
482
+ "TERMINATED"
483
+ ]
484
+ },
485
+ "AppLaunchStatusMessage":{"type":"string"},
486
+ "AppName":{"type":"string"},
487
+ "AppReplicationStatus":{
488
+ "type":"string",
489
+ "enum":[
490
+ "READY_FOR_CONFIGURATION",
491
+ "CONFIGURATION_IN_PROGRESS",
492
+ "CONFIGURATION_INVALID",
493
+ "READY_FOR_REPLICATION",
494
+ "VALIDATION_IN_PROGRESS",
495
+ "REPLICATION_PENDING",
496
+ "REPLICATION_IN_PROGRESS",
497
+ "REPLICATED",
498
+ "DELTA_REPLICATION_IN_PROGRESS",
499
+ "DELTA_REPLICATED",
500
+ "DELTA_REPLICATION_FAILED",
501
+ "REPLICATION_FAILED",
502
+ "REPLICATION_STOPPING",
503
+ "REPLICATION_STOP_FAILED",
504
+ "REPLICATION_STOPPED"
505
+ ]
506
+ },
507
+ "AppReplicationStatusMessage":{"type":"string"},
508
+ "AppStatus":{
509
+ "type":"string",
510
+ "enum":[
511
+ "CREATING",
512
+ "ACTIVE",
513
+ "UPDATING",
514
+ "DELETING",
515
+ "DELETED",
516
+ "DELETE_FAILED"
517
+ ]
518
+ },
519
+ "AppStatusMessage":{"type":"string"},
520
+ "AppSummary":{
521
+ "type":"structure",
522
+ "members":{
523
+ "appId":{"shape":"AppId"},
524
+ "name":{"shape":"AppName"},
525
+ "description":{"shape":"AppDescription"},
526
+ "status":{"shape":"AppStatus"},
527
+ "statusMessage":{"shape":"AppStatusMessage"},
528
+ "replicationStatus":{"shape":"AppReplicationStatus"},
529
+ "replicationStatusMessage":{"shape":"AppReplicationStatusMessage"},
530
+ "latestReplicationTime":{"shape":"Timestamp"},
531
+ "launchStatus":{"shape":"AppLaunchStatus"},
532
+ "launchStatusMessage":{"shape":"AppLaunchStatusMessage"},
533
+ "launchDetails":{"shape":"LaunchDetails"},
534
+ "creationTime":{"shape":"Timestamp"},
535
+ "lastModified":{"shape":"Timestamp"},
536
+ "roleName":{"shape":"RoleName"},
537
+ "totalServerGroups":{"shape":"TotalServerGroups"},
538
+ "totalServers":{"shape":"TotalServers"}
539
+ }
540
+ },
541
+ "Apps":{
542
+ "type":"list",
543
+ "member":{"shape":"AppSummary"}
544
+ },
545
+ "AssociatePublicIpAddress":{"type":"boolean"},
546
+ "BucketName":{"type":"string"},
547
+ "ClientToken":{"type":"string"},
185
548
  "Connector":{
186
549
  "type":"structure",
187
550
  "members":{
@@ -199,22 +562,21 @@
199
562
  },
200
563
  "ConnectorCapability":{
201
564
  "type":"string",
202
- "enum":["VSPHERE"]
565
+ "enum":[
566
+ "VSPHERE",
567
+ "SCVMM",
568
+ "HYPERV-MANAGER",
569
+ "SNAPSHOT_BATCHING"
570
+ ]
203
571
  },
204
572
  "ConnectorCapabilityList":{
205
573
  "type":"list",
206
- "member":{
207
- "shape":"ConnectorCapability",
208
- "locationName":"item"
209
- }
574
+ "member":{"shape":"ConnectorCapability"}
210
575
  },
211
576
  "ConnectorId":{"type":"string"},
212
577
  "ConnectorList":{
213
578
  "type":"list",
214
- "member":{
215
- "shape":"Connector",
216
- "locationName":"item"
217
- }
579
+ "member":{"shape":"Connector"}
218
580
  },
219
581
  "ConnectorStatus":{
220
582
  "type":"string",
@@ -224,20 +586,42 @@
224
586
  ]
225
587
  },
226
588
  "ConnectorVersion":{"type":"string"},
589
+ "CreateAppRequest":{
590
+ "type":"structure",
591
+ "members":{
592
+ "name":{"shape":"AppName"},
593
+ "description":{"shape":"AppDescription"},
594
+ "roleName":{"shape":"RoleName"},
595
+ "clientToken":{"shape":"ClientToken"},
596
+ "serverGroups":{"shape":"ServerGroups"},
597
+ "tags":{"shape":"Tags"}
598
+ }
599
+ },
600
+ "CreateAppResponse":{
601
+ "type":"structure",
602
+ "members":{
603
+ "appSummary":{"shape":"AppSummary"},
604
+ "serverGroups":{"shape":"ServerGroups"},
605
+ "tags":{"shape":"Tags"}
606
+ }
607
+ },
227
608
  "CreateReplicationJobRequest":{
228
609
  "type":"structure",
229
610
  "required":[
230
611
  "serverId",
231
- "seedReplicationTime",
232
- "frequency"
612
+ "seedReplicationTime"
233
613
  ],
234
614
  "members":{
235
615
  "serverId":{"shape":"ServerId"},
236
616
  "seedReplicationTime":{"shape":"Timestamp"},
237
617
  "frequency":{"shape":"Frequency"},
618
+ "runOnce":{"shape":"RunOnce"},
238
619
  "licenseType":{"shape":"LicenseType"},
239
620
  "roleName":{"shape":"RoleName"},
240
- "description":{"shape":"Description"}
621
+ "description":{"shape":"Description"},
622
+ "numberOfRecentAmisToKeep":{"shape":"NumberOfRecentAmisToKeep"},
623
+ "encrypted":{"shape":"Encrypted"},
624
+ "kmsKeyId":{"shape":"KmsKeyId"}
241
625
  }
242
626
  },
243
627
  "CreateReplicationJobResponse":{
@@ -246,6 +630,41 @@
246
630
  "replicationJobId":{"shape":"ReplicationJobId"}
247
631
  }
248
632
  },
633
+ "DeleteAppLaunchConfigurationRequest":{
634
+ "type":"structure",
635
+ "members":{
636
+ "appId":{"shape":"AppId"}
637
+ }
638
+ },
639
+ "DeleteAppLaunchConfigurationResponse":{
640
+ "type":"structure",
641
+ "members":{
642
+ }
643
+ },
644
+ "DeleteAppReplicationConfigurationRequest":{
645
+ "type":"structure",
646
+ "members":{
647
+ "appId":{"shape":"AppId"}
648
+ }
649
+ },
650
+ "DeleteAppReplicationConfigurationResponse":{
651
+ "type":"structure",
652
+ "members":{
653
+ }
654
+ },
655
+ "DeleteAppRequest":{
656
+ "type":"structure",
657
+ "members":{
658
+ "appId":{"shape":"AppId"},
659
+ "forceStopAppReplication":{"shape":"ForceStopAppReplication"},
660
+ "forceTerminateApp":{"shape":"ForceTerminateApp"}
661
+ }
662
+ },
663
+ "DeleteAppResponse":{
664
+ "type":"structure",
665
+ "members":{
666
+ }
667
+ },
249
668
  "DeleteReplicationJobRequest":{
250
669
  "type":"structure",
251
670
  "required":["replicationJobId"],
@@ -281,8 +700,78 @@
281
700
  "members":{
282
701
  }
283
702
  },
703
+ "EC2KeyName":{"type":"string"},
704
+ "Encrypted":{"type":"boolean"},
284
705
  "ErrorMessage":{"type":"string"},
706
+ "ForceStopAppReplication":{"type":"boolean"},
707
+ "ForceTerminateApp":{"type":"boolean"},
285
708
  "Frequency":{"type":"integer"},
709
+ "GenerateChangeSetRequest":{
710
+ "type":"structure",
711
+ "members":{
712
+ "appId":{"shape":"AppId"},
713
+ "changesetFormat":{"shape":"OutputFormat"}
714
+ }
715
+ },
716
+ "GenerateChangeSetResponse":{
717
+ "type":"structure",
718
+ "members":{
719
+ "s3Location":{"shape":"S3Location"}
720
+ }
721
+ },
722
+ "GenerateTemplateRequest":{
723
+ "type":"structure",
724
+ "members":{
725
+ "appId":{"shape":"AppId"},
726
+ "templateFormat":{"shape":"OutputFormat"}
727
+ }
728
+ },
729
+ "GenerateTemplateResponse":{
730
+ "type":"structure",
731
+ "members":{
732
+ "s3Location":{"shape":"S3Location"}
733
+ }
734
+ },
735
+ "GetAppLaunchConfigurationRequest":{
736
+ "type":"structure",
737
+ "members":{
738
+ "appId":{"shape":"AppId"}
739
+ }
740
+ },
741
+ "GetAppLaunchConfigurationResponse":{
742
+ "type":"structure",
743
+ "members":{
744
+ "appId":{"shape":"AppId"},
745
+ "roleName":{"shape":"RoleName"},
746
+ "serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
747
+ }
748
+ },
749
+ "GetAppReplicationConfigurationRequest":{
750
+ "type":"structure",
751
+ "members":{
752
+ "appId":{"shape":"AppId"}
753
+ }
754
+ },
755
+ "GetAppReplicationConfigurationResponse":{
756
+ "type":"structure",
757
+ "members":{
758
+ "serverGroupReplicationConfigurations":{"shape":"ServerGroupReplicationConfigurations"}
759
+ }
760
+ },
761
+ "GetAppRequest":{
762
+ "type":"structure",
763
+ "members":{
764
+ "appId":{"shape":"AppId"}
765
+ }
766
+ },
767
+ "GetAppResponse":{
768
+ "type":"structure",
769
+ "members":{
770
+ "appSummary":{"shape":"AppSummary"},
771
+ "serverGroups":{"shape":"ServerGroups"},
772
+ "tags":{"shape":"Tags"}
773
+ }
774
+ },
286
775
  "GetConnectorsRequest":{
287
776
  "type":"structure",
288
777
  "members":{
@@ -333,7 +822,8 @@
333
822
  "type":"structure",
334
823
  "members":{
335
824
  "nextToken":{"shape":"NextToken"},
336
- "maxResults":{"shape":"MaxResults"}
825
+ "maxResults":{"shape":"MaxResults"},
826
+ "vmServerAddressList":{"shape":"VmServerAddressList"}
337
827
  }
338
828
  },
339
829
  "GetServersResponse":{
@@ -355,6 +845,7 @@
355
845
  "members":{
356
846
  }
357
847
  },
848
+ "InstanceType":{"type":"string"},
358
849
  "InternalError":{
359
850
  "type":"structure",
360
851
  "members":{
@@ -371,6 +862,28 @@
371
862
  "exception":true
372
863
  },
373
864
  "IpAddress":{"type":"string"},
865
+ "KeyName":{"type":"string"},
866
+ "KmsKeyId":{"type":"string"},
867
+ "LaunchAppRequest":{
868
+ "type":"structure",
869
+ "members":{
870
+ "appId":{"shape":"AppId"}
871
+ }
872
+ },
873
+ "LaunchAppResponse":{
874
+ "type":"structure",
875
+ "members":{
876
+ }
877
+ },
878
+ "LaunchDetails":{
879
+ "type":"structure",
880
+ "members":{
881
+ "latestLaunchTime":{"shape":"Timestamp"},
882
+ "stackName":{"shape":"StackName"},
883
+ "stackId":{"shape":"StackId"}
884
+ }
885
+ },
886
+ "LaunchOrder":{"type":"integer"},
374
887
  "LicenseType":{
375
888
  "type":"string",
376
889
  "enum":[
@@ -378,6 +891,22 @@
378
891
  "BYOL"
379
892
  ]
380
893
  },
894
+ "ListAppsRequest":{
895
+ "type":"structure",
896
+ "members":{
897
+ "appIds":{"shape":"AppIds"},
898
+ "nextToken":{"shape":"NextToken"},
899
+ "maxResults":{"shape":"MaxResults"}
900
+ }
901
+ },
902
+ "ListAppsResponse":{
903
+ "type":"structure",
904
+ "members":{
905
+ "apps":{"shape":"Apps"},
906
+ "nextToken":{"shape":"NextToken"}
907
+ }
908
+ },
909
+ "LogicalId":{"type":"string"},
381
910
  "MacAddress":{"type":"string"},
382
911
  "MaxResults":{"type":"integer"},
383
912
  "MissingRequiredParameterException":{
@@ -395,6 +924,7 @@
395
924
  },
396
925
  "exception":true
397
926
  },
927
+ "NumberOfRecentAmisToKeep":{"type":"integer"},
398
928
  "OperationNotPermittedException":{
399
929
  "type":"structure",
400
930
  "members":{
@@ -402,6 +932,38 @@
402
932
  },
403
933
  "exception":true
404
934
  },
935
+ "OutputFormat":{
936
+ "type":"string",
937
+ "enum":[
938
+ "JSON",
939
+ "YAML"
940
+ ]
941
+ },
942
+ "PutAppLaunchConfigurationRequest":{
943
+ "type":"structure",
944
+ "members":{
945
+ "appId":{"shape":"AppId"},
946
+ "roleName":{"shape":"RoleName"},
947
+ "serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
948
+ }
949
+ },
950
+ "PutAppLaunchConfigurationResponse":{
951
+ "type":"structure",
952
+ "members":{
953
+ }
954
+ },
955
+ "PutAppReplicationConfigurationRequest":{
956
+ "type":"structure",
957
+ "members":{
958
+ "appId":{"shape":"AppId"},
959
+ "serverGroupReplicationConfigurations":{"shape":"ServerGroupReplicationConfigurations"}
960
+ }
961
+ },
962
+ "PutAppReplicationConfigurationResponse":{
963
+ "type":"structure",
964
+ "members":{
965
+ }
966
+ },
405
967
  "ReplicationJob":{
406
968
  "type":"structure",
407
969
  "members":{
@@ -411,6 +973,7 @@
411
973
  "vmServer":{"shape":"VmServer"},
412
974
  "seedReplicationTime":{"shape":"Timestamp"},
413
975
  "frequency":{"shape":"Frequency"},
976
+ "runOnce":{"shape":"RunOnce"},
414
977
  "nextReplicationRunStartTime":{"shape":"Timestamp"},
415
978
  "licenseType":{"shape":"LicenseType"},
416
979
  "roleName":{"shape":"RoleName"},
@@ -418,6 +981,9 @@
418
981
  "state":{"shape":"ReplicationJobState"},
419
982
  "statusMessage":{"shape":"ReplicationJobStatusMessage"},
420
983
  "description":{"shape":"Description"},
984
+ "numberOfRecentAmisToKeep":{"shape":"NumberOfRecentAmisToKeep"},
985
+ "encrypted":{"shape":"Encrypted"},
986
+ "kmsKeyId":{"shape":"KmsKeyId"},
421
987
  "replicationRunList":{"shape":"ReplicationRunList"}
422
988
  }
423
989
  },
@@ -431,10 +997,7 @@
431
997
  "ReplicationJobId":{"type":"string"},
432
998
  "ReplicationJobList":{
433
999
  "type":"list",
434
- "member":{
435
- "shape":"ReplicationJob",
436
- "locationName":"item"
437
- }
1000
+ "member":{"shape":"ReplicationJob"}
438
1001
  },
439
1002
  "ReplicationJobNotFoundException":{
440
1003
  "type":"structure",
@@ -450,7 +1013,10 @@
450
1013
  "ACTIVE",
451
1014
  "FAILED",
452
1015
  "DELETING",
453
- "DELETED"
1016
+ "DELETED",
1017
+ "COMPLETED",
1018
+ "PAUSED_ON_FAILURE",
1019
+ "FAILING"
454
1020
  ]
455
1021
  },
456
1022
  "ReplicationJobStatusMessage":{"type":"string"},
@@ -461,11 +1027,14 @@
461
1027
  "replicationRunId":{"shape":"ReplicationRunId"},
462
1028
  "state":{"shape":"ReplicationRunState"},
463
1029
  "type":{"shape":"ReplicationRunType"},
1030
+ "stageDetails":{"shape":"ReplicationRunStageDetails"},
464
1031
  "statusMessage":{"shape":"ReplicationRunStatusMessage"},
465
1032
  "amiId":{"shape":"AmiId"},
466
1033
  "scheduledStartTime":{"shape":"Timestamp"},
467
1034
  "completedTime":{"shape":"Timestamp"},
468
- "description":{"shape":"Description"}
1035
+ "description":{"shape":"Description"},
1036
+ "encrypted":{"shape":"Encrypted"},
1037
+ "kmsKeyId":{"shape":"KmsKeyId"}
469
1038
  }
470
1039
  },
471
1040
  "ReplicationRunId":{"type":"string"},
@@ -478,11 +1047,17 @@
478
1047
  },
479
1048
  "ReplicationRunList":{
480
1049
  "type":"list",
481
- "member":{
482
- "shape":"ReplicationRun",
483
- "locationName":"item"
1050
+ "member":{"shape":"ReplicationRun"}
1051
+ },
1052
+ "ReplicationRunStage":{"type":"string"},
1053
+ "ReplicationRunStageDetails":{
1054
+ "type":"structure",
1055
+ "members":{
1056
+ "stage":{"shape":"ReplicationRunStage"},
1057
+ "stageProgress":{"shape":"ReplicationRunStageProgress"}
484
1058
  }
485
1059
  },
1060
+ "ReplicationRunStageProgress":{"type":"string"},
486
1061
  "ReplicationRunState":{
487
1062
  "type":"string",
488
1063
  "enum":[
@@ -504,6 +1079,15 @@
504
1079
  ]
505
1080
  },
506
1081
  "RoleName":{"type":"string"},
1082
+ "RunOnce":{"type":"boolean"},
1083
+ "S3Location":{
1084
+ "type":"structure",
1085
+ "members":{
1086
+ "bucket":{"shape":"BucketName"},
1087
+ "key":{"shape":"KeyName"}
1088
+ }
1089
+ },
1090
+ "SecurityGroup":{"type":"string"},
507
1091
  "Server":{
508
1092
  "type":"structure",
509
1093
  "members":{
@@ -531,18 +1115,106 @@
531
1115
  "EXPIRED"
532
1116
  ]
533
1117
  },
1118
+ "ServerGroup":{
1119
+ "type":"structure",
1120
+ "members":{
1121
+ "serverGroupId":{"shape":"ServerGroupId"},
1122
+ "name":{"shape":"ServerGroupName"},
1123
+ "serverList":{"shape":"ServerList"}
1124
+ }
1125
+ },
1126
+ "ServerGroupId":{"type":"string"},
1127
+ "ServerGroupLaunchConfiguration":{
1128
+ "type":"structure",
1129
+ "members":{
1130
+ "serverGroupId":{"shape":"ServerGroupId"},
1131
+ "launchOrder":{"shape":"LaunchOrder"},
1132
+ "serverLaunchConfigurations":{"shape":"ServerLaunchConfigurations"}
1133
+ }
1134
+ },
1135
+ "ServerGroupLaunchConfigurations":{
1136
+ "type":"list",
1137
+ "member":{"shape":"ServerGroupLaunchConfiguration"}
1138
+ },
1139
+ "ServerGroupName":{"type":"string"},
1140
+ "ServerGroupReplicationConfiguration":{
1141
+ "type":"structure",
1142
+ "members":{
1143
+ "serverGroupId":{"shape":"ServerGroupId"},
1144
+ "serverReplicationConfigurations":{"shape":"ServerReplicationConfigurations"}
1145
+ }
1146
+ },
1147
+ "ServerGroupReplicationConfigurations":{
1148
+ "type":"list",
1149
+ "member":{"shape":"ServerGroupReplicationConfiguration"}
1150
+ },
1151
+ "ServerGroups":{
1152
+ "type":"list",
1153
+ "member":{"shape":"ServerGroup"}
1154
+ },
534
1155
  "ServerId":{"type":"string"},
1156
+ "ServerLaunchConfiguration":{
1157
+ "type":"structure",
1158
+ "members":{
1159
+ "server":{"shape":"Server"},
1160
+ "logicalId":{"shape":"LogicalId"},
1161
+ "vpc":{"shape":"VPC"},
1162
+ "subnet":{"shape":"Subnet"},
1163
+ "securityGroup":{"shape":"SecurityGroup"},
1164
+ "ec2KeyName":{"shape":"EC2KeyName"},
1165
+ "userData":{"shape":"UserData"},
1166
+ "instanceType":{"shape":"InstanceType"},
1167
+ "associatePublicIpAddress":{"shape":"AssociatePublicIpAddress"}
1168
+ }
1169
+ },
1170
+ "ServerLaunchConfigurations":{
1171
+ "type":"list",
1172
+ "member":{"shape":"ServerLaunchConfiguration"}
1173
+ },
535
1174
  "ServerList":{
536
1175
  "type":"list",
537
- "member":{
538
- "shape":"Server",
539
- "locationName":"item"
1176
+ "member":{"shape":"Server"}
1177
+ },
1178
+ "ServerReplicationConfiguration":{
1179
+ "type":"structure",
1180
+ "members":{
1181
+ "server":{"shape":"Server"},
1182
+ "serverReplicationParameters":{"shape":"ServerReplicationParameters"}
1183
+ }
1184
+ },
1185
+ "ServerReplicationConfigurations":{
1186
+ "type":"list",
1187
+ "member":{"shape":"ServerReplicationConfiguration"}
1188
+ },
1189
+ "ServerReplicationParameters":{
1190
+ "type":"structure",
1191
+ "members":{
1192
+ "seedTime":{"shape":"Timestamp"},
1193
+ "frequency":{"shape":"Frequency"},
1194
+ "runOnce":{"shape":"RunOnce"},
1195
+ "licenseType":{"shape":"LicenseType"},
1196
+ "numberOfRecentAmisToKeep":{"shape":"NumberOfRecentAmisToKeep"},
1197
+ "encrypted":{"shape":"Encrypted"},
1198
+ "kmsKeyId":{"shape":"KmsKeyId"}
540
1199
  }
541
1200
  },
542
1201
  "ServerType":{
543
1202
  "type":"string",
544
1203
  "enum":["VIRTUAL_MACHINE"]
545
1204
  },
1205
+ "StackId":{"type":"string"},
1206
+ "StackName":{"type":"string"},
1207
+ "StartAppReplicationRequest":{
1208
+ "type":"structure",
1209
+ "members":{
1210
+ "appId":{"shape":"AppId"}
1211
+ }
1212
+ },
1213
+ "StartAppReplicationResponse":{
1214
+ "type":"structure",
1215
+ "members":{
1216
+ }
1217
+ },
546
1218
  "StartOnDemandReplicationRunRequest":{
547
1219
  "type":"structure",
548
1220
  "required":["replicationJobId"],
@@ -557,7 +1229,52 @@
557
1229
  "replicationRunId":{"shape":"ReplicationRunId"}
558
1230
  }
559
1231
  },
1232
+ "StopAppReplicationRequest":{
1233
+ "type":"structure",
1234
+ "members":{
1235
+ "appId":{"shape":"AppId"}
1236
+ }
1237
+ },
1238
+ "StopAppReplicationResponse":{
1239
+ "type":"structure",
1240
+ "members":{
1241
+ }
1242
+ },
1243
+ "Subnet":{"type":"string"},
1244
+ "Tag":{
1245
+ "type":"structure",
1246
+ "members":{
1247
+ "key":{"shape":"TagKey"},
1248
+ "value":{"shape":"TagValue"}
1249
+ }
1250
+ },
1251
+ "TagKey":{"type":"string"},
1252
+ "TagValue":{"type":"string"},
1253
+ "Tags":{
1254
+ "type":"list",
1255
+ "member":{"shape":"Tag"}
1256
+ },
1257
+ "TemporarilyUnavailableException":{
1258
+ "type":"structure",
1259
+ "members":{
1260
+ },
1261
+ "exception":true,
1262
+ "fault":true
1263
+ },
1264
+ "TerminateAppRequest":{
1265
+ "type":"structure",
1266
+ "members":{
1267
+ "appId":{"shape":"AppId"}
1268
+ }
1269
+ },
1270
+ "TerminateAppResponse":{
1271
+ "type":"structure",
1272
+ "members":{
1273
+ }
1274
+ },
560
1275
  "Timestamp":{"type":"timestamp"},
1276
+ "TotalServerGroups":{"type":"integer"},
1277
+ "TotalServers":{"type":"integer"},
561
1278
  "UnauthorizedOperationException":{
562
1279
  "type":"structure",
563
1280
  "members":{
@@ -565,6 +1282,25 @@
565
1282
  },
566
1283
  "exception":true
567
1284
  },
1285
+ "UpdateAppRequest":{
1286
+ "type":"structure",
1287
+ "members":{
1288
+ "appId":{"shape":"AppId"},
1289
+ "name":{"shape":"AppName"},
1290
+ "description":{"shape":"AppDescription"},
1291
+ "roleName":{"shape":"RoleName"},
1292
+ "serverGroups":{"shape":"ServerGroups"},
1293
+ "tags":{"shape":"Tags"}
1294
+ }
1295
+ },
1296
+ "UpdateAppResponse":{
1297
+ "type":"structure",
1298
+ "members":{
1299
+ "appSummary":{"shape":"AppSummary"},
1300
+ "serverGroups":{"shape":"ServerGroups"},
1301
+ "tags":{"shape":"Tags"}
1302
+ }
1303
+ },
568
1304
  "UpdateReplicationJobRequest":{
569
1305
  "type":"structure",
570
1306
  "required":["replicationJobId"],
@@ -574,7 +1310,10 @@
574
1310
  "nextReplicationRunStartTime":{"shape":"Timestamp"},
575
1311
  "licenseType":{"shape":"LicenseType"},
576
1312
  "roleName":{"shape":"RoleName"},
577
- "description":{"shape":"Description"}
1313
+ "description":{"shape":"Description"},
1314
+ "numberOfRecentAmisToKeep":{"shape":"NumberOfRecentAmisToKeep"},
1315
+ "encrypted":{"shape":"Encrypted"},
1316
+ "kmsKeyId":{"shape":"KmsKeyId"}
578
1317
  }
579
1318
  },
580
1319
  "UpdateReplicationJobResponse":{
@@ -582,12 +1321,23 @@
582
1321
  "members":{
583
1322
  }
584
1323
  },
1324
+ "UserData":{
1325
+ "type":"structure",
1326
+ "members":{
1327
+ "s3Location":{"shape":"S3Location"}
1328
+ }
1329
+ },
1330
+ "VPC":{"type":"string"},
585
1331
  "VmId":{"type":"string"},
586
1332
  "VmManagerId":{"type":"string"},
587
1333
  "VmManagerName":{"type":"string"},
588
1334
  "VmManagerType":{
589
1335
  "type":"string",
590
- "enum":["VSPHERE"]
1336
+ "enum":[
1337
+ "VSPHERE",
1338
+ "SCVMM",
1339
+ "HYPERV-MANAGER"
1340
+ ]
591
1341
  },
592
1342
  "VmName":{"type":"string"},
593
1343
  "VmPath":{"type":"string"},
@@ -607,6 +1357,10 @@
607
1357
  "vmManagerId":{"shape":"VmManagerId"},
608
1358
  "vmId":{"shape":"VmId"}
609
1359
  }
1360
+ },
1361
+ "VmServerAddressList":{
1362
+ "type":"list",
1363
+ "member":{"shape":"VmServerAddress"}
610
1364
  }
611
1365
  }
612
1366
  }