aws-sdk-core 2.11.558 → 2.11.563
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appsync/2017-07-25/api-2.json +2 -6
- data/apis/ec2/2016-11-15/api-2.json +178 -3
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/glue/2017-03-31/api-2.json +13 -6
- data/apis/lex-models/2017-04-19/api-2.json +12 -0
- data/apis/organizations/2016-11-28/api-2.json +3 -1
- data/apis/personalize-events/2018-03-22/api-2.json +22 -2
- data/apis/personalize-runtime/2018-05-22/api-2.json +5 -2
- data/apis/personalize/2018-05-22/api-2.json +24 -4
- data/apis/runtime.lex/2016-11-28/api-2.json +47 -1
- data/apis/s3/2006-03-01/examples-1.json +104 -104
- data/apis/savingsplans/2019-06-28/api-2.json +1 -0
- data/apis/sms/2016-10-24/api-2.json +416 -7
- data/apis/transcribe/2017-10-26/api-2.json +212 -23
- data/apis/transcribe/2017-10-26/paginators-1.json +5 -0
- data/endpoints.json +117 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -97,6 +97,22 @@
|
|
97
97
|
{"shape":"OperationNotPermittedException"}
|
98
98
|
]
|
99
99
|
},
|
100
|
+
"DeleteAppValidationConfiguration":{
|
101
|
+
"name":"DeleteAppValidationConfiguration",
|
102
|
+
"http":{
|
103
|
+
"method":"POST",
|
104
|
+
"requestUri":"/"
|
105
|
+
},
|
106
|
+
"input":{"shape":"DeleteAppValidationConfigurationRequest"},
|
107
|
+
"output":{"shape":"DeleteAppValidationConfigurationResponse"},
|
108
|
+
"errors":[
|
109
|
+
{"shape":"UnauthorizedOperationException"},
|
110
|
+
{"shape":"InvalidParameterException"},
|
111
|
+
{"shape":"MissingRequiredParameterException"},
|
112
|
+
{"shape":"InternalError"},
|
113
|
+
{"shape":"OperationNotPermittedException"}
|
114
|
+
]
|
115
|
+
},
|
100
116
|
"DeleteReplicationJob":{
|
101
117
|
"name":"DeleteReplicationJob",
|
102
118
|
"http":{
|
@@ -223,6 +239,38 @@
|
|
223
239
|
{"shape":"OperationNotPermittedException"}
|
224
240
|
]
|
225
241
|
},
|
242
|
+
"GetAppValidationConfiguration":{
|
243
|
+
"name":"GetAppValidationConfiguration",
|
244
|
+
"http":{
|
245
|
+
"method":"POST",
|
246
|
+
"requestUri":"/"
|
247
|
+
},
|
248
|
+
"input":{"shape":"GetAppValidationConfigurationRequest"},
|
249
|
+
"output":{"shape":"GetAppValidationConfigurationResponse"},
|
250
|
+
"errors":[
|
251
|
+
{"shape":"UnauthorizedOperationException"},
|
252
|
+
{"shape":"InvalidParameterException"},
|
253
|
+
{"shape":"MissingRequiredParameterException"},
|
254
|
+
{"shape":"InternalError"},
|
255
|
+
{"shape":"OperationNotPermittedException"}
|
256
|
+
]
|
257
|
+
},
|
258
|
+
"GetAppValidationOutput":{
|
259
|
+
"name":"GetAppValidationOutput",
|
260
|
+
"http":{
|
261
|
+
"method":"POST",
|
262
|
+
"requestUri":"/"
|
263
|
+
},
|
264
|
+
"input":{"shape":"GetAppValidationOutputRequest"},
|
265
|
+
"output":{"shape":"GetAppValidationOutputResponse"},
|
266
|
+
"errors":[
|
267
|
+
{"shape":"UnauthorizedOperationException"},
|
268
|
+
{"shape":"InvalidParameterException"},
|
269
|
+
{"shape":"MissingRequiredParameterException"},
|
270
|
+
{"shape":"InternalError"},
|
271
|
+
{"shape":"OperationNotPermittedException"}
|
272
|
+
]
|
273
|
+
},
|
226
274
|
"GetConnectors":{
|
227
275
|
"name":"GetConnectors",
|
228
276
|
"http":{
|
@@ -272,7 +320,26 @@
|
|
272
320
|
"input":{"shape":"GetServersRequest"},
|
273
321
|
"output":{"shape":"GetServersResponse"},
|
274
322
|
"errors":[
|
275
|
-
{"shape":"UnauthorizedOperationException"}
|
323
|
+
{"shape":"UnauthorizedOperationException"},
|
324
|
+
{"shape":"InvalidParameterException"},
|
325
|
+
{"shape":"MissingRequiredParameterException"},
|
326
|
+
{"shape":"InternalError"}
|
327
|
+
]
|
328
|
+
},
|
329
|
+
"ImportAppCatalog":{
|
330
|
+
"name":"ImportAppCatalog",
|
331
|
+
"http":{
|
332
|
+
"method":"POST",
|
333
|
+
"requestUri":"/"
|
334
|
+
},
|
335
|
+
"input":{"shape":"ImportAppCatalogRequest"},
|
336
|
+
"output":{"shape":"ImportAppCatalogResponse"},
|
337
|
+
"errors":[
|
338
|
+
{"shape":"UnauthorizedOperationException"},
|
339
|
+
{"shape":"InvalidParameterException"},
|
340
|
+
{"shape":"MissingRequiredParameterException"},
|
341
|
+
{"shape":"InternalError"},
|
342
|
+
{"shape":"OperationNotPermittedException"}
|
276
343
|
]
|
277
344
|
},
|
278
345
|
"ImportServerCatalog":{
|
@@ -323,6 +390,22 @@
|
|
323
390
|
{"shape":"OperationNotPermittedException"}
|
324
391
|
]
|
325
392
|
},
|
393
|
+
"NotifyAppValidationOutput":{
|
394
|
+
"name":"NotifyAppValidationOutput",
|
395
|
+
"http":{
|
396
|
+
"method":"POST",
|
397
|
+
"requestUri":"/"
|
398
|
+
},
|
399
|
+
"input":{"shape":"NotifyAppValidationOutputRequest"},
|
400
|
+
"output":{"shape":"NotifyAppValidationOutputResponse"},
|
401
|
+
"errors":[
|
402
|
+
{"shape":"UnauthorizedOperationException"},
|
403
|
+
{"shape":"InvalidParameterException"},
|
404
|
+
{"shape":"MissingRequiredParameterException"},
|
405
|
+
{"shape":"InternalError"},
|
406
|
+
{"shape":"OperationNotPermittedException"}
|
407
|
+
]
|
408
|
+
},
|
326
409
|
"PutAppLaunchConfiguration":{
|
327
410
|
"name":"PutAppLaunchConfiguration",
|
328
411
|
"http":{
|
@@ -355,6 +438,22 @@
|
|
355
438
|
{"shape":"OperationNotPermittedException"}
|
356
439
|
]
|
357
440
|
},
|
441
|
+
"PutAppValidationConfiguration":{
|
442
|
+
"name":"PutAppValidationConfiguration",
|
443
|
+
"http":{
|
444
|
+
"method":"POST",
|
445
|
+
"requestUri":"/"
|
446
|
+
},
|
447
|
+
"input":{"shape":"PutAppValidationConfigurationRequest"},
|
448
|
+
"output":{"shape":"PutAppValidationConfigurationResponse"},
|
449
|
+
"errors":[
|
450
|
+
{"shape":"UnauthorizedOperationException"},
|
451
|
+
{"shape":"InvalidParameterException"},
|
452
|
+
{"shape":"MissingRequiredParameterException"},
|
453
|
+
{"shape":"InternalError"},
|
454
|
+
{"shape":"OperationNotPermittedException"}
|
455
|
+
]
|
456
|
+
},
|
358
457
|
"StartAppReplication":{
|
359
458
|
"name":"StartAppReplication",
|
360
459
|
"http":{
|
@@ -371,6 +470,22 @@
|
|
371
470
|
{"shape":"OperationNotPermittedException"}
|
372
471
|
]
|
373
472
|
},
|
473
|
+
"StartOnDemandAppReplication":{
|
474
|
+
"name":"StartOnDemandAppReplication",
|
475
|
+
"http":{
|
476
|
+
"method":"POST",
|
477
|
+
"requestUri":"/"
|
478
|
+
},
|
479
|
+
"input":{"shape":"StartOnDemandAppReplicationRequest"},
|
480
|
+
"output":{"shape":"StartOnDemandAppReplicationResponse"},
|
481
|
+
"errors":[
|
482
|
+
{"shape":"UnauthorizedOperationException"},
|
483
|
+
{"shape":"InvalidParameterException"},
|
484
|
+
{"shape":"MissingRequiredParameterException"},
|
485
|
+
{"shape":"InternalError"},
|
486
|
+
{"shape":"OperationNotPermittedException"}
|
487
|
+
]
|
488
|
+
},
|
374
489
|
"StartOnDemandReplicationRun":{
|
375
490
|
"name":"StartOnDemandReplicationRun",
|
376
491
|
"http":{
|
@@ -384,7 +499,8 @@
|
|
384
499
|
{"shape":"MissingRequiredParameterException"},
|
385
500
|
{"shape":"UnauthorizedOperationException"},
|
386
501
|
{"shape":"OperationNotPermittedException"},
|
387
|
-
{"shape":"ReplicationRunLimitExceededException"}
|
502
|
+
{"shape":"ReplicationRunLimitExceededException"},
|
503
|
+
{"shape":"DryRunOperationException"}
|
388
504
|
]
|
389
505
|
},
|
390
506
|
"StopAppReplication":{
|
@@ -459,10 +575,21 @@
|
|
459
575
|
"AmiId":{"type":"string"},
|
460
576
|
"AppDescription":{"type":"string"},
|
461
577
|
"AppId":{"type":"string"},
|
578
|
+
"AppIdWithValidation":{
|
579
|
+
"type":"string",
|
580
|
+
"pattern":"^app-[0-9a-f]{17}$"
|
581
|
+
},
|
462
582
|
"AppIds":{
|
463
583
|
"type":"list",
|
464
584
|
"member":{"shape":"AppId"}
|
465
585
|
},
|
586
|
+
"AppLaunchConfigurationStatus":{
|
587
|
+
"type":"string",
|
588
|
+
"enum":[
|
589
|
+
"NOT_CONFIGURED",
|
590
|
+
"CONFIGURED"
|
591
|
+
]
|
592
|
+
},
|
466
593
|
"AppLaunchStatus":{
|
467
594
|
"type":"string",
|
468
595
|
"enum":[
|
@@ -474,6 +601,7 @@
|
|
474
601
|
"LAUNCH_PENDING",
|
475
602
|
"LAUNCH_IN_PROGRESS",
|
476
603
|
"LAUNCHED",
|
604
|
+
"PARTIALLY_LAUNCHED",
|
477
605
|
"DELTA_LAUNCH_IN_PROGRESS",
|
478
606
|
"DELTA_LAUNCH_FAILED",
|
479
607
|
"LAUNCH_FAILED",
|
@@ -484,6 +612,13 @@
|
|
484
612
|
},
|
485
613
|
"AppLaunchStatusMessage":{"type":"string"},
|
486
614
|
"AppName":{"type":"string"},
|
615
|
+
"AppReplicationConfigurationStatus":{
|
616
|
+
"type":"string",
|
617
|
+
"enum":[
|
618
|
+
"NOT_CONFIGURED",
|
619
|
+
"CONFIGURED"
|
620
|
+
]
|
621
|
+
},
|
487
622
|
"AppReplicationStatus":{
|
488
623
|
"type":"string",
|
489
624
|
"enum":[
|
@@ -495,6 +630,7 @@
|
|
495
630
|
"REPLICATION_PENDING",
|
496
631
|
"REPLICATION_IN_PROGRESS",
|
497
632
|
"REPLICATED",
|
633
|
+
"PARTIALLY_REPLICATED",
|
498
634
|
"DELTA_REPLICATION_IN_PROGRESS",
|
499
635
|
"DELTA_REPLICATED",
|
500
636
|
"DELTA_REPLICATION_FAILED",
|
@@ -521,13 +657,16 @@
|
|
521
657
|
"type":"structure",
|
522
658
|
"members":{
|
523
659
|
"appId":{"shape":"AppId"},
|
660
|
+
"importedAppId":{"shape":"ImportedAppId"},
|
524
661
|
"name":{"shape":"AppName"},
|
525
662
|
"description":{"shape":"AppDescription"},
|
526
663
|
"status":{"shape":"AppStatus"},
|
527
664
|
"statusMessage":{"shape":"AppStatusMessage"},
|
665
|
+
"replicationConfigurationStatus":{"shape":"AppReplicationConfigurationStatus"},
|
528
666
|
"replicationStatus":{"shape":"AppReplicationStatus"},
|
529
667
|
"replicationStatusMessage":{"shape":"AppReplicationStatusMessage"},
|
530
668
|
"latestReplicationTime":{"shape":"Timestamp"},
|
669
|
+
"launchConfigurationStatus":{"shape":"AppLaunchConfigurationStatus"},
|
531
670
|
"launchStatus":{"shape":"AppLaunchStatus"},
|
532
671
|
"launchStatusMessage":{"shape":"AppLaunchStatusMessage"},
|
533
672
|
"launchDetails":{"shape":"LaunchDetails"},
|
@@ -538,13 +677,42 @@
|
|
538
677
|
"totalServers":{"shape":"TotalServers"}
|
539
678
|
}
|
540
679
|
},
|
680
|
+
"AppValidationConfiguration":{
|
681
|
+
"type":"structure",
|
682
|
+
"members":{
|
683
|
+
"validationId":{"shape":"ValidationId"},
|
684
|
+
"name":{"shape":"NonEmptyStringWithMaxLen255"},
|
685
|
+
"appValidationStrategy":{"shape":"AppValidationStrategy"},
|
686
|
+
"ssmValidationParameters":{"shape":"SSMValidationParameters"}
|
687
|
+
}
|
688
|
+
},
|
689
|
+
"AppValidationConfigurations":{
|
690
|
+
"type":"list",
|
691
|
+
"member":{"shape":"AppValidationConfiguration"}
|
692
|
+
},
|
693
|
+
"AppValidationOutput":{
|
694
|
+
"type":"structure",
|
695
|
+
"members":{
|
696
|
+
"ssmOutput":{"shape":"SSMOutput"}
|
697
|
+
}
|
698
|
+
},
|
699
|
+
"AppValidationStrategy":{
|
700
|
+
"type":"string",
|
701
|
+
"enum":["SSM"]
|
702
|
+
},
|
541
703
|
"Apps":{
|
542
704
|
"type":"list",
|
543
705
|
"member":{"shape":"AppSummary"}
|
544
706
|
},
|
545
707
|
"AssociatePublicIpAddress":{"type":"boolean"},
|
708
|
+
"AutoLaunch":{"type":"boolean"},
|
546
709
|
"BucketName":{"type":"string"},
|
547
710
|
"ClientToken":{"type":"string"},
|
711
|
+
"Command":{
|
712
|
+
"type":"string",
|
713
|
+
"max":64000,
|
714
|
+
"min":1
|
715
|
+
},
|
548
716
|
"Connector":{
|
549
717
|
"type":"structure",
|
550
718
|
"members":{
|
@@ -566,7 +734,8 @@
|
|
566
734
|
"VSPHERE",
|
567
735
|
"SCVMM",
|
568
736
|
"HYPERV-MANAGER",
|
569
|
-
"SNAPSHOT_BATCHING"
|
737
|
+
"SNAPSHOT_BATCHING",
|
738
|
+
"SMS_OPTIMIZED"
|
570
739
|
]
|
571
740
|
},
|
572
741
|
"ConnectorCapabilityList":{
|
@@ -665,6 +834,18 @@
|
|
665
834
|
"members":{
|
666
835
|
}
|
667
836
|
},
|
837
|
+
"DeleteAppValidationConfigurationRequest":{
|
838
|
+
"type":"structure",
|
839
|
+
"required":["appId"],
|
840
|
+
"members":{
|
841
|
+
"appId":{"shape":"AppIdWithValidation"}
|
842
|
+
}
|
843
|
+
},
|
844
|
+
"DeleteAppValidationConfigurationResponse":{
|
845
|
+
"type":"structure",
|
846
|
+
"members":{
|
847
|
+
}
|
848
|
+
},
|
668
849
|
"DeleteReplicationJobRequest":{
|
669
850
|
"type":"structure",
|
670
851
|
"required":["replicationJobId"],
|
@@ -700,9 +881,21 @@
|
|
700
881
|
"members":{
|
701
882
|
}
|
702
883
|
},
|
884
|
+
"DryRunOperationException":{
|
885
|
+
"type":"structure",
|
886
|
+
"members":{
|
887
|
+
"message":{"shape":"ErrorMessage"}
|
888
|
+
},
|
889
|
+
"exception":true
|
890
|
+
},
|
703
891
|
"EC2KeyName":{"type":"string"},
|
704
892
|
"Encrypted":{"type":"boolean"},
|
705
893
|
"ErrorMessage":{"type":"string"},
|
894
|
+
"ExecutionTimeoutSeconds":{
|
895
|
+
"type":"integer",
|
896
|
+
"max":28800,
|
897
|
+
"min":60
|
898
|
+
},
|
706
899
|
"ForceStopAppReplication":{"type":"boolean"},
|
707
900
|
"ForceTerminateApp":{"type":"boolean"},
|
708
901
|
"Frequency":{"type":"integer"},
|
@@ -743,6 +936,7 @@
|
|
743
936
|
"members":{
|
744
937
|
"appId":{"shape":"AppId"},
|
745
938
|
"roleName":{"shape":"RoleName"},
|
939
|
+
"autoLaunch":{"shape":"AutoLaunch"},
|
746
940
|
"serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
|
747
941
|
}
|
748
942
|
},
|
@@ -772,6 +966,33 @@
|
|
772
966
|
"tags":{"shape":"Tags"}
|
773
967
|
}
|
774
968
|
},
|
969
|
+
"GetAppValidationConfigurationRequest":{
|
970
|
+
"type":"structure",
|
971
|
+
"required":["appId"],
|
972
|
+
"members":{
|
973
|
+
"appId":{"shape":"AppIdWithValidation"}
|
974
|
+
}
|
975
|
+
},
|
976
|
+
"GetAppValidationConfigurationResponse":{
|
977
|
+
"type":"structure",
|
978
|
+
"members":{
|
979
|
+
"appValidationConfigurations":{"shape":"AppValidationConfigurations"},
|
980
|
+
"serverGroupValidationConfigurations":{"shape":"ServerGroupValidationConfigurations"}
|
981
|
+
}
|
982
|
+
},
|
983
|
+
"GetAppValidationOutputRequest":{
|
984
|
+
"type":"structure",
|
985
|
+
"required":["appId"],
|
986
|
+
"members":{
|
987
|
+
"appId":{"shape":"AppIdWithValidation"}
|
988
|
+
}
|
989
|
+
},
|
990
|
+
"GetAppValidationOutputResponse":{
|
991
|
+
"type":"structure",
|
992
|
+
"members":{
|
993
|
+
"validationOutputList":{"shape":"ValidationOutputList"}
|
994
|
+
}
|
995
|
+
},
|
775
996
|
"GetConnectorsRequest":{
|
776
997
|
"type":"structure",
|
777
998
|
"members":{
|
@@ -835,6 +1056,17 @@
|
|
835
1056
|
"nextToken":{"shape":"NextToken"}
|
836
1057
|
}
|
837
1058
|
},
|
1059
|
+
"ImportAppCatalogRequest":{
|
1060
|
+
"type":"structure",
|
1061
|
+
"members":{
|
1062
|
+
"roleName":{"shape":"RoleName"}
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
"ImportAppCatalogResponse":{
|
1066
|
+
"type":"structure",
|
1067
|
+
"members":{
|
1068
|
+
}
|
1069
|
+
},
|
838
1070
|
"ImportServerCatalogRequest":{
|
839
1071
|
"type":"structure",
|
840
1072
|
"members":{
|
@@ -845,6 +1077,11 @@
|
|
845
1077
|
"members":{
|
846
1078
|
}
|
847
1079
|
},
|
1080
|
+
"ImportedAppId":{"type":"string"},
|
1081
|
+
"InstanceId":{
|
1082
|
+
"type":"string",
|
1083
|
+
"pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
|
1084
|
+
},
|
848
1085
|
"InstanceType":{"type":"string"},
|
849
1086
|
"InternalError":{
|
850
1087
|
"type":"structure",
|
@@ -862,7 +1099,6 @@
|
|
862
1099
|
"exception":true
|
863
1100
|
},
|
864
1101
|
"IpAddress":{"type":"string"},
|
865
|
-
"KeyName":{"type":"string"},
|
866
1102
|
"KmsKeyId":{"type":"string"},
|
867
1103
|
"LaunchAppRequest":{
|
868
1104
|
"type":"structure",
|
@@ -924,6 +1160,33 @@
|
|
924
1160
|
},
|
925
1161
|
"exception":true
|
926
1162
|
},
|
1163
|
+
"NonEmptyStringWithMaxLen255":{
|
1164
|
+
"type":"string",
|
1165
|
+
"max":255,
|
1166
|
+
"min":1,
|
1167
|
+
"pattern":"^[\\S]+$"
|
1168
|
+
},
|
1169
|
+
"NotificationContext":{
|
1170
|
+
"type":"structure",
|
1171
|
+
"members":{
|
1172
|
+
"validationId":{"shape":"ValidationId"},
|
1173
|
+
"status":{"shape":"ValidationStatus"},
|
1174
|
+
"statusMessage":{"shape":"ValidationStatusMessage"}
|
1175
|
+
}
|
1176
|
+
},
|
1177
|
+
"NotifyAppValidationOutputRequest":{
|
1178
|
+
"type":"structure",
|
1179
|
+
"required":["appId"],
|
1180
|
+
"members":{
|
1181
|
+
"appId":{"shape":"AppIdWithValidation"},
|
1182
|
+
"notificationContext":{"shape":"NotificationContext"}
|
1183
|
+
}
|
1184
|
+
},
|
1185
|
+
"NotifyAppValidationOutputResponse":{
|
1186
|
+
"type":"structure",
|
1187
|
+
"members":{
|
1188
|
+
}
|
1189
|
+
},
|
927
1190
|
"NumberOfRecentAmisToKeep":{"type":"integer"},
|
928
1191
|
"OperationNotPermittedException":{
|
929
1192
|
"type":"structure",
|
@@ -944,6 +1207,7 @@
|
|
944
1207
|
"members":{
|
945
1208
|
"appId":{"shape":"AppId"},
|
946
1209
|
"roleName":{"shape":"RoleName"},
|
1210
|
+
"autoLaunch":{"shape":"AutoLaunch"},
|
947
1211
|
"serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
|
948
1212
|
}
|
949
1213
|
},
|
@@ -964,6 +1228,20 @@
|
|
964
1228
|
"members":{
|
965
1229
|
}
|
966
1230
|
},
|
1231
|
+
"PutAppValidationConfigurationRequest":{
|
1232
|
+
"type":"structure",
|
1233
|
+
"required":["appId"],
|
1234
|
+
"members":{
|
1235
|
+
"appId":{"shape":"AppIdWithValidation"},
|
1236
|
+
"appValidationConfigurations":{"shape":"AppValidationConfigurations"},
|
1237
|
+
"serverGroupValidationConfigurations":{"shape":"ServerGroupValidationConfigurations"}
|
1238
|
+
}
|
1239
|
+
},
|
1240
|
+
"PutAppValidationConfigurationResponse":{
|
1241
|
+
"type":"structure",
|
1242
|
+
"members":{
|
1243
|
+
}
|
1244
|
+
},
|
967
1245
|
"ReplicationJob":{
|
968
1246
|
"type":"structure",
|
969
1247
|
"members":{
|
@@ -1080,13 +1358,46 @@
|
|
1080
1358
|
},
|
1081
1359
|
"RoleName":{"type":"string"},
|
1082
1360
|
"RunOnce":{"type":"boolean"},
|
1361
|
+
"S3BucketName":{
|
1362
|
+
"type":"string",
|
1363
|
+
"max":63,
|
1364
|
+
"min":3
|
1365
|
+
},
|
1366
|
+
"S3KeyName":{
|
1367
|
+
"type":"string",
|
1368
|
+
"max":1024
|
1369
|
+
},
|
1083
1370
|
"S3Location":{
|
1084
1371
|
"type":"structure",
|
1085
1372
|
"members":{
|
1086
|
-
"bucket":{"shape":"
|
1087
|
-
"key":{"shape":"
|
1373
|
+
"bucket":{"shape":"S3BucketName"},
|
1374
|
+
"key":{"shape":"S3KeyName"}
|
1088
1375
|
}
|
1089
1376
|
},
|
1377
|
+
"SSMOutput":{
|
1378
|
+
"type":"structure",
|
1379
|
+
"members":{
|
1380
|
+
"s3Location":{"shape":"S3Location"}
|
1381
|
+
}
|
1382
|
+
},
|
1383
|
+
"SSMValidationParameters":{
|
1384
|
+
"type":"structure",
|
1385
|
+
"members":{
|
1386
|
+
"source":{"shape":"Source"},
|
1387
|
+
"instanceId":{"shape":"InstanceId"},
|
1388
|
+
"scriptType":{"shape":"ScriptType"},
|
1389
|
+
"command":{"shape":"Command"},
|
1390
|
+
"executionTimeoutSeconds":{"shape":"ExecutionTimeoutSeconds"},
|
1391
|
+
"outputS3BucketName":{"shape":"BucketName"}
|
1392
|
+
}
|
1393
|
+
},
|
1394
|
+
"ScriptType":{
|
1395
|
+
"type":"string",
|
1396
|
+
"enum":[
|
1397
|
+
"SHELL_SCRIPT",
|
1398
|
+
"POWERSHELL_SCRIPT"
|
1399
|
+
]
|
1400
|
+
},
|
1090
1401
|
"SecurityGroup":{"type":"string"},
|
1091
1402
|
"Server":{
|
1092
1403
|
"type":"structure",
|
@@ -1148,6 +1459,17 @@
|
|
1148
1459
|
"type":"list",
|
1149
1460
|
"member":{"shape":"ServerGroupReplicationConfiguration"}
|
1150
1461
|
},
|
1462
|
+
"ServerGroupValidationConfiguration":{
|
1463
|
+
"type":"structure",
|
1464
|
+
"members":{
|
1465
|
+
"serverGroupId":{"shape":"ServerGroupId"},
|
1466
|
+
"serverValidationConfigurations":{"shape":"ServerValidationConfigurations"}
|
1467
|
+
}
|
1468
|
+
},
|
1469
|
+
"ServerGroupValidationConfigurations":{
|
1470
|
+
"type":"list",
|
1471
|
+
"member":{"shape":"ServerGroupValidationConfiguration"}
|
1472
|
+
},
|
1151
1473
|
"ServerGroups":{
|
1152
1474
|
"type":"list",
|
1153
1475
|
"member":{"shape":"ServerGroup"}
|
@@ -1164,7 +1486,10 @@
|
|
1164
1486
|
"ec2KeyName":{"shape":"EC2KeyName"},
|
1165
1487
|
"userData":{"shape":"UserData"},
|
1166
1488
|
"instanceType":{"shape":"InstanceType"},
|
1167
|
-
"associatePublicIpAddress":{"shape":"AssociatePublicIpAddress"}
|
1489
|
+
"associatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
|
1490
|
+
"iamInstanceProfileName":{"shape":"RoleName"},
|
1491
|
+
"configureScript":{"shape":"S3Location"},
|
1492
|
+
"configureScriptType":{"shape":"ScriptType"}
|
1168
1493
|
}
|
1169
1494
|
},
|
1170
1495
|
"ServerLaunchConfigurations":{
|
@@ -1202,6 +1527,36 @@
|
|
1202
1527
|
"type":"string",
|
1203
1528
|
"enum":["VIRTUAL_MACHINE"]
|
1204
1529
|
},
|
1530
|
+
"ServerValidationConfiguration":{
|
1531
|
+
"type":"structure",
|
1532
|
+
"members":{
|
1533
|
+
"server":{"shape":"Server"},
|
1534
|
+
"validationId":{"shape":"ValidationId"},
|
1535
|
+
"name":{"shape":"NonEmptyStringWithMaxLen255"},
|
1536
|
+
"serverValidationStrategy":{"shape":"ServerValidationStrategy"},
|
1537
|
+
"userDataValidationParameters":{"shape":"UserDataValidationParameters"}
|
1538
|
+
}
|
1539
|
+
},
|
1540
|
+
"ServerValidationConfigurations":{
|
1541
|
+
"type":"list",
|
1542
|
+
"member":{"shape":"ServerValidationConfiguration"}
|
1543
|
+
},
|
1544
|
+
"ServerValidationOutput":{
|
1545
|
+
"type":"structure",
|
1546
|
+
"members":{
|
1547
|
+
"server":{"shape":"Server"}
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"ServerValidationStrategy":{
|
1551
|
+
"type":"string",
|
1552
|
+
"enum":["USERDATA"]
|
1553
|
+
},
|
1554
|
+
"Source":{
|
1555
|
+
"type":"structure",
|
1556
|
+
"members":{
|
1557
|
+
"s3Location":{"shape":"S3Location"}
|
1558
|
+
}
|
1559
|
+
},
|
1205
1560
|
"StackId":{"type":"string"},
|
1206
1561
|
"StackName":{"type":"string"},
|
1207
1562
|
"StartAppReplicationRequest":{
|
@@ -1215,6 +1570,19 @@
|
|
1215
1570
|
"members":{
|
1216
1571
|
}
|
1217
1572
|
},
|
1573
|
+
"StartOnDemandAppReplicationRequest":{
|
1574
|
+
"type":"structure",
|
1575
|
+
"required":["appId"],
|
1576
|
+
"members":{
|
1577
|
+
"appId":{"shape":"AppId"},
|
1578
|
+
"description":{"shape":"Description"}
|
1579
|
+
}
|
1580
|
+
},
|
1581
|
+
"StartOnDemandAppReplicationResponse":{
|
1582
|
+
"type":"structure",
|
1583
|
+
"members":{
|
1584
|
+
}
|
1585
|
+
},
|
1218
1586
|
"StartOnDemandReplicationRunRequest":{
|
1219
1587
|
"type":"structure",
|
1220
1588
|
"required":["replicationJobId"],
|
@@ -1327,7 +1695,48 @@
|
|
1327
1695
|
"s3Location":{"shape":"S3Location"}
|
1328
1696
|
}
|
1329
1697
|
},
|
1698
|
+
"UserDataValidationParameters":{
|
1699
|
+
"type":"structure",
|
1700
|
+
"members":{
|
1701
|
+
"source":{"shape":"Source"},
|
1702
|
+
"scriptType":{"shape":"ScriptType"}
|
1703
|
+
}
|
1704
|
+
},
|
1330
1705
|
"VPC":{"type":"string"},
|
1706
|
+
"ValidationId":{
|
1707
|
+
"type":"string",
|
1708
|
+
"pattern":"^val-[0-9a-f]{17}$"
|
1709
|
+
},
|
1710
|
+
"ValidationOutput":{
|
1711
|
+
"type":"structure",
|
1712
|
+
"members":{
|
1713
|
+
"validationId":{"shape":"ValidationId"},
|
1714
|
+
"name":{"shape":"NonEmptyStringWithMaxLen255"},
|
1715
|
+
"status":{"shape":"ValidationStatus"},
|
1716
|
+
"statusMessage":{"shape":"ValidationStatusMessage"},
|
1717
|
+
"latestValidationTime":{"shape":"Timestamp"},
|
1718
|
+
"appValidationOutput":{"shape":"AppValidationOutput"},
|
1719
|
+
"serverValidationOutput":{"shape":"ServerValidationOutput"}
|
1720
|
+
}
|
1721
|
+
},
|
1722
|
+
"ValidationOutputList":{
|
1723
|
+
"type":"list",
|
1724
|
+
"member":{"shape":"ValidationOutput"}
|
1725
|
+
},
|
1726
|
+
"ValidationStatus":{
|
1727
|
+
"type":"string",
|
1728
|
+
"enum":[
|
1729
|
+
"READY_FOR_VALIDATION",
|
1730
|
+
"PENDING",
|
1731
|
+
"IN_PROGRESS",
|
1732
|
+
"SUCCEEDED",
|
1733
|
+
"FAILED"
|
1734
|
+
]
|
1735
|
+
},
|
1736
|
+
"ValidationStatusMessage":{
|
1737
|
+
"type":"string",
|
1738
|
+
"max":2500
|
1739
|
+
},
|
1331
1740
|
"VmId":{"type":"string"},
|
1332
1741
|
"VmManagerId":{"type":"string"},
|
1333
1742
|
"VmManagerName":{"type":"string"},
|