aws-sdk 2.1410.0 → 2.1412.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +281 -278
- package/apis/kms-2014-11-01.min.json +57 -15
- package/apis/location-2020-11-19.min.json +79 -40
- package/apis/mgn-2020-02-26.min.json +274 -130
- package/apis/mgn-2020-02-26.paginators.json +6 -0
- package/apis/outposts-2019-12-03.paginators.json +12 -6
- package/apis/quicksight-2018-04-01.min.json +561 -528
- package/clients/comprehendmedical.d.ts +46 -46
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +10 -5
- package/clients/kms.d.ts +58 -2
- package/clients/location.d.ts +50 -14
- package/clients/mgn.d.ts +275 -7
- package/clients/outposts.d.ts +4 -4
- package/clients/quicksight.d.ts +53 -7
- package/clients/rds.d.ts +35 -35
- package/clients/securityhub.d.ts +19 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +420 -336
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/lib/credentials/shared_ini_file_credentials.js +2 -0
- package/package.json +1 -1
@@ -24,11 +24,12 @@
|
|
24
24
|
"applicationID"
|
25
25
|
],
|
26
26
|
"members": {
|
27
|
+
"accountID": {},
|
27
28
|
"applicationID": {}
|
28
29
|
}
|
29
30
|
},
|
30
31
|
"output": {
|
31
|
-
"shape": "
|
32
|
+
"shape": "S4"
|
32
33
|
}
|
33
34
|
},
|
34
35
|
"ArchiveWave": {
|
@@ -42,11 +43,12 @@
|
|
42
43
|
"waveID"
|
43
44
|
],
|
44
45
|
"members": {
|
46
|
+
"accountID": {},
|
45
47
|
"waveID": {}
|
46
48
|
}
|
47
49
|
},
|
48
50
|
"output": {
|
49
|
-
"shape": "
|
51
|
+
"shape": "Sj"
|
50
52
|
}
|
51
53
|
},
|
52
54
|
"AssociateApplications": {
|
@@ -61,8 +63,9 @@
|
|
61
63
|
"waveID"
|
62
64
|
],
|
63
65
|
"members": {
|
66
|
+
"accountID": {},
|
64
67
|
"applicationIDs": {
|
65
|
-
"shape": "
|
68
|
+
"shape": "Sq"
|
66
69
|
},
|
67
70
|
"waveID": {}
|
68
71
|
}
|
@@ -85,6 +88,7 @@
|
|
85
88
|
"sourceServerIDs"
|
86
89
|
],
|
87
90
|
"members": {
|
91
|
+
"accountID": {},
|
88
92
|
"applicationID": {},
|
89
93
|
"sourceServerIDs": {
|
90
94
|
"type": "list",
|
@@ -110,6 +114,7 @@
|
|
110
114
|
"sourceServerID"
|
111
115
|
],
|
112
116
|
"members": {
|
117
|
+
"accountID": {},
|
113
118
|
"lifeCycle": {
|
114
119
|
"type": "structure",
|
115
120
|
"required": [
|
@@ -123,7 +128,7 @@
|
|
123
128
|
}
|
124
129
|
},
|
125
130
|
"output": {
|
126
|
-
"shape": "
|
131
|
+
"shape": "Sz"
|
127
132
|
}
|
128
133
|
},
|
129
134
|
"CreateApplication": {
|
@@ -137,15 +142,16 @@
|
|
137
142
|
"name"
|
138
143
|
],
|
139
144
|
"members": {
|
145
|
+
"accountID": {},
|
140
146
|
"description": {},
|
141
147
|
"name": {},
|
142
148
|
"tags": {
|
143
|
-
"shape": "
|
149
|
+
"shape": "Se"
|
144
150
|
}
|
145
151
|
}
|
146
152
|
},
|
147
153
|
"output": {
|
148
|
-
"shape": "
|
154
|
+
"shape": "S4"
|
149
155
|
},
|
150
156
|
"idempotent": true
|
151
157
|
},
|
@@ -171,30 +177,30 @@
|
|
171
177
|
"type": "boolean"
|
172
178
|
},
|
173
179
|
"largeVolumeConf": {
|
174
|
-
"shape": "
|
180
|
+
"shape": "S28"
|
175
181
|
},
|
176
182
|
"launchDisposition": {},
|
177
183
|
"licensing": {
|
178
|
-
"shape": "
|
184
|
+
"shape": "S2d"
|
179
185
|
},
|
180
186
|
"mapAutoTaggingMpeID": {},
|
181
187
|
"postLaunchActions": {
|
182
|
-
"shape": "
|
188
|
+
"shape": "S2e"
|
183
189
|
},
|
184
190
|
"smallVolumeConf": {
|
185
|
-
"shape": "
|
191
|
+
"shape": "S28"
|
186
192
|
},
|
187
193
|
"smallVolumeMaxSize": {
|
188
194
|
"type": "long"
|
189
195
|
},
|
190
196
|
"tags": {
|
191
|
-
"shape": "
|
197
|
+
"shape": "Se"
|
192
198
|
},
|
193
199
|
"targetInstanceTypeRightSizingMethod": {}
|
194
200
|
}
|
195
201
|
},
|
196
202
|
"output": {
|
197
|
-
"shape": "
|
203
|
+
"shape": "S2w"
|
198
204
|
}
|
199
205
|
},
|
200
206
|
"CreateReplicationConfigurationTemplate": {
|
@@ -233,22 +239,25 @@
|
|
233
239
|
"ebsEncryptionKeyArn": {},
|
234
240
|
"replicationServerInstanceType": {},
|
235
241
|
"replicationServersSecurityGroupsIDs": {
|
236
|
-
"shape": "
|
242
|
+
"shape": "S34"
|
237
243
|
},
|
238
244
|
"stagingAreaSubnetId": {},
|
239
245
|
"stagingAreaTags": {
|
240
|
-
"shape": "
|
246
|
+
"shape": "Se"
|
241
247
|
},
|
242
248
|
"tags": {
|
243
|
-
"shape": "
|
249
|
+
"shape": "Se"
|
244
250
|
},
|
245
251
|
"useDedicatedReplicationServer": {
|
246
252
|
"type": "boolean"
|
253
|
+
},
|
254
|
+
"useFipsEndpoint": {
|
255
|
+
"type": "boolean"
|
247
256
|
}
|
248
257
|
}
|
249
258
|
},
|
250
259
|
"output": {
|
251
|
-
"shape": "
|
260
|
+
"shape": "S37"
|
252
261
|
}
|
253
262
|
},
|
254
263
|
"CreateWave": {
|
@@ -262,15 +271,16 @@
|
|
262
271
|
"name"
|
263
272
|
],
|
264
273
|
"members": {
|
274
|
+
"accountID": {},
|
265
275
|
"description": {},
|
266
276
|
"name": {},
|
267
277
|
"tags": {
|
268
|
-
"shape": "
|
278
|
+
"shape": "Se"
|
269
279
|
}
|
270
280
|
}
|
271
281
|
},
|
272
282
|
"output": {
|
273
|
-
"shape": "
|
283
|
+
"shape": "Sj"
|
274
284
|
},
|
275
285
|
"idempotent": true
|
276
286
|
},
|
@@ -285,6 +295,7 @@
|
|
285
295
|
"applicationID"
|
286
296
|
],
|
287
297
|
"members": {
|
298
|
+
"accountID": {},
|
288
299
|
"applicationID": {}
|
289
300
|
}
|
290
301
|
},
|
@@ -305,6 +316,7 @@
|
|
305
316
|
"jobID"
|
306
317
|
],
|
307
318
|
"members": {
|
319
|
+
"accountID": {},
|
308
320
|
"jobID": {}
|
309
321
|
}
|
310
322
|
},
|
@@ -365,6 +377,7 @@
|
|
365
377
|
"sourceServerID"
|
366
378
|
],
|
367
379
|
"members": {
|
380
|
+
"accountID": {},
|
368
381
|
"sourceServerID": {}
|
369
382
|
}
|
370
383
|
},
|
@@ -401,6 +414,7 @@
|
|
401
414
|
"waveID"
|
402
415
|
],
|
403
416
|
"members": {
|
417
|
+
"accountID": {},
|
404
418
|
"waveID": {}
|
405
419
|
}
|
406
420
|
},
|
@@ -421,6 +435,7 @@
|
|
421
435
|
"jobID"
|
422
436
|
],
|
423
437
|
"members": {
|
438
|
+
"accountID": {},
|
424
439
|
"jobID": {},
|
425
440
|
"maxResults": {
|
426
441
|
"type": "integer"
|
@@ -462,6 +477,7 @@
|
|
462
477
|
"input": {
|
463
478
|
"type": "structure",
|
464
479
|
"members": {
|
480
|
+
"accountID": {},
|
465
481
|
"filters": {
|
466
482
|
"type": "structure",
|
467
483
|
"members": {
|
@@ -485,7 +501,7 @@
|
|
485
501
|
"items": {
|
486
502
|
"type": "list",
|
487
503
|
"member": {
|
488
|
-
"shape": "
|
504
|
+
"shape": "S40"
|
489
505
|
}
|
490
506
|
},
|
491
507
|
"nextToken": {}
|
@@ -516,7 +532,7 @@
|
|
516
532
|
"items": {
|
517
533
|
"type": "list",
|
518
534
|
"member": {
|
519
|
-
"shape": "
|
535
|
+
"shape": "S2w"
|
520
536
|
}
|
521
537
|
},
|
522
538
|
"nextToken": {}
|
@@ -547,7 +563,7 @@
|
|
547
563
|
"items": {
|
548
564
|
"type": "list",
|
549
565
|
"member": {
|
550
|
-
"shape": "
|
566
|
+
"shape": "S37"
|
551
567
|
}
|
552
568
|
},
|
553
569
|
"nextToken": {}
|
@@ -562,6 +578,7 @@
|
|
562
578
|
"input": {
|
563
579
|
"type": "structure",
|
564
580
|
"members": {
|
581
|
+
"accountID": {},
|
565
582
|
"filters": {
|
566
583
|
"type": "structure",
|
567
584
|
"members": {
|
@@ -598,7 +615,7 @@
|
|
598
615
|
"items": {
|
599
616
|
"type": "list",
|
600
617
|
"member": {
|
601
|
-
"shape": "
|
618
|
+
"shape": "Sz"
|
602
619
|
}
|
603
620
|
},
|
604
621
|
"nextToken": {}
|
@@ -638,10 +655,10 @@
|
|
638
655
|
"hostname": {},
|
639
656
|
"lastSeenDatetime": {},
|
640
657
|
"sourceServerTags": {
|
641
|
-
"shape": "
|
658
|
+
"shape": "Se"
|
642
659
|
},
|
643
660
|
"tags": {
|
644
|
-
"shape": "
|
661
|
+
"shape": "Se"
|
645
662
|
},
|
646
663
|
"vcenterClientID": {},
|
647
664
|
"vcenterUUID": {}
|
@@ -664,8 +681,9 @@
|
|
664
681
|
"waveID"
|
665
682
|
],
|
666
683
|
"members": {
|
684
|
+
"accountID": {},
|
667
685
|
"applicationIDs": {
|
668
|
-
"shape": "
|
686
|
+
"shape": "Sq"
|
669
687
|
},
|
670
688
|
"waveID": {}
|
671
689
|
}
|
@@ -688,6 +706,7 @@
|
|
688
706
|
"sourceServerIDs"
|
689
707
|
],
|
690
708
|
"members": {
|
709
|
+
"accountID": {},
|
691
710
|
"applicationID": {},
|
692
711
|
"sourceServerIDs": {
|
693
712
|
"type": "list",
|
@@ -712,11 +731,12 @@
|
|
712
731
|
"sourceServerID"
|
713
732
|
],
|
714
733
|
"members": {
|
734
|
+
"accountID": {},
|
715
735
|
"sourceServerID": {}
|
716
736
|
}
|
717
737
|
},
|
718
738
|
"output": {
|
719
|
-
"shape": "
|
739
|
+
"shape": "Sz"
|
720
740
|
}
|
721
741
|
},
|
722
742
|
"FinalizeCutover": {
|
@@ -730,11 +750,12 @@
|
|
730
750
|
"sourceServerID"
|
731
751
|
],
|
732
752
|
"members": {
|
753
|
+
"accountID": {},
|
733
754
|
"sourceServerID": {}
|
734
755
|
}
|
735
756
|
},
|
736
757
|
"output": {
|
737
|
-
"shape": "
|
758
|
+
"shape": "Sz"
|
738
759
|
}
|
739
760
|
},
|
740
761
|
"GetLaunchConfiguration": {
|
@@ -748,11 +769,12 @@
|
|
748
769
|
"sourceServerID"
|
749
770
|
],
|
750
771
|
"members": {
|
772
|
+
"accountID": {},
|
751
773
|
"sourceServerID": {}
|
752
774
|
}
|
753
775
|
},
|
754
776
|
"output": {
|
755
|
-
"shape": "
|
777
|
+
"shape": "S54"
|
756
778
|
}
|
757
779
|
},
|
758
780
|
"GetReplicationConfiguration": {
|
@@ -766,11 +788,12 @@
|
|
766
788
|
"sourceServerID"
|
767
789
|
],
|
768
790
|
"members": {
|
791
|
+
"accountID": {},
|
769
792
|
"sourceServerID": {}
|
770
793
|
}
|
771
794
|
},
|
772
795
|
"output": {
|
773
|
-
"shape": "
|
796
|
+
"shape": "S57"
|
774
797
|
}
|
775
798
|
},
|
776
799
|
"InitializeService": {
|
@@ -795,6 +818,7 @@
|
|
795
818
|
"input": {
|
796
819
|
"type": "structure",
|
797
820
|
"members": {
|
821
|
+
"accountID": {},
|
798
822
|
"filters": {
|
799
823
|
"type": "structure",
|
800
824
|
"members": {
|
@@ -806,7 +830,7 @@
|
|
806
830
|
"type": "boolean"
|
807
831
|
},
|
808
832
|
"waveIDs": {
|
809
|
-
"shape": "
|
833
|
+
"shape": "S5g"
|
810
834
|
}
|
811
835
|
}
|
812
836
|
},
|
@@ -822,7 +846,7 @@
|
|
822
846
|
"items": {
|
823
847
|
"type": "list",
|
824
848
|
"member": {
|
825
|
-
"shape": "
|
849
|
+
"shape": "S4"
|
826
850
|
}
|
827
851
|
},
|
828
852
|
"nextToken": {}
|
@@ -898,7 +922,7 @@
|
|
898
922
|
"items": {
|
899
923
|
"type": "list",
|
900
924
|
"member": {
|
901
|
-
"shape": "
|
925
|
+
"shape": "S5u"
|
902
926
|
}
|
903
927
|
},
|
904
928
|
"nextToken": {}
|
@@ -934,6 +958,7 @@
|
|
934
958
|
"errorData": {
|
935
959
|
"type": "structure",
|
936
960
|
"members": {
|
961
|
+
"accountID": {},
|
937
962
|
"applicationID": {},
|
938
963
|
"ec2LaunchTemplateID": {},
|
939
964
|
"rawError": {},
|
@@ -982,7 +1007,40 @@
|
|
982
1007
|
"items": {
|
983
1008
|
"type": "list",
|
984
1009
|
"member": {
|
985
|
-
"shape": "
|
1010
|
+
"shape": "S6c"
|
1011
|
+
}
|
1012
|
+
},
|
1013
|
+
"nextToken": {}
|
1014
|
+
}
|
1015
|
+
}
|
1016
|
+
},
|
1017
|
+
"ListManagedAccounts": {
|
1018
|
+
"http": {
|
1019
|
+
"requestUri": "/ListManagedAccounts",
|
1020
|
+
"responseCode": 200
|
1021
|
+
},
|
1022
|
+
"input": {
|
1023
|
+
"type": "structure",
|
1024
|
+
"members": {
|
1025
|
+
"maxResults": {
|
1026
|
+
"type": "integer"
|
1027
|
+
},
|
1028
|
+
"nextToken": {}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"output": {
|
1032
|
+
"type": "structure",
|
1033
|
+
"required": [
|
1034
|
+
"items"
|
1035
|
+
],
|
1036
|
+
"members": {
|
1037
|
+
"items": {
|
1038
|
+
"type": "list",
|
1039
|
+
"member": {
|
1040
|
+
"type": "structure",
|
1041
|
+
"members": {
|
1042
|
+
"accountId": {}
|
1043
|
+
}
|
986
1044
|
}
|
987
1045
|
},
|
988
1046
|
"nextToken": {}
|
@@ -1000,11 +1058,12 @@
|
|
1000
1058
|
"sourceServerID"
|
1001
1059
|
],
|
1002
1060
|
"members": {
|
1061
|
+
"accountID": {},
|
1003
1062
|
"filters": {
|
1004
1063
|
"type": "structure",
|
1005
1064
|
"members": {
|
1006
1065
|
"actionIDs": {
|
1007
|
-
"shape": "
|
1066
|
+
"shape": "S6p"
|
1008
1067
|
}
|
1009
1068
|
}
|
1010
1069
|
},
|
@@ -1021,7 +1080,7 @@
|
|
1021
1080
|
"items": {
|
1022
1081
|
"type": "list",
|
1023
1082
|
"member": {
|
1024
|
-
"shape": "
|
1083
|
+
"shape": "S6t"
|
1025
1084
|
}
|
1026
1085
|
},
|
1027
1086
|
"nextToken": {}
|
@@ -1050,7 +1109,7 @@
|
|
1050
1109
|
"type": "structure",
|
1051
1110
|
"members": {
|
1052
1111
|
"tags": {
|
1053
|
-
"shape": "
|
1112
|
+
"shape": "Se"
|
1054
1113
|
}
|
1055
1114
|
}
|
1056
1115
|
}
|
@@ -1070,7 +1129,7 @@
|
|
1070
1129
|
"type": "structure",
|
1071
1130
|
"members": {
|
1072
1131
|
"actionIDs": {
|
1073
|
-
"shape": "
|
1132
|
+
"shape": "S6p"
|
1074
1133
|
}
|
1075
1134
|
}
|
1076
1135
|
},
|
@@ -1087,7 +1146,7 @@
|
|
1087
1146
|
"items": {
|
1088
1147
|
"type": "list",
|
1089
1148
|
"member": {
|
1090
|
-
"shape": "
|
1149
|
+
"shape": "S75"
|
1091
1150
|
}
|
1092
1151
|
},
|
1093
1152
|
"nextToken": {}
|
@@ -1102,6 +1161,7 @@
|
|
1102
1161
|
"input": {
|
1103
1162
|
"type": "structure",
|
1104
1163
|
"members": {
|
1164
|
+
"accountID": {},
|
1105
1165
|
"filters": {
|
1106
1166
|
"type": "structure",
|
1107
1167
|
"members": {
|
@@ -1109,7 +1169,7 @@
|
|
1109
1169
|
"type": "boolean"
|
1110
1170
|
},
|
1111
1171
|
"waveIDs": {
|
1112
|
-
"shape": "
|
1172
|
+
"shape": "S5g"
|
1113
1173
|
}
|
1114
1174
|
}
|
1115
1175
|
},
|
@@ -1125,7 +1185,7 @@
|
|
1125
1185
|
"items": {
|
1126
1186
|
"type": "list",
|
1127
1187
|
"member": {
|
1128
|
-
"shape": "
|
1188
|
+
"shape": "Sj"
|
1129
1189
|
}
|
1130
1190
|
},
|
1131
1191
|
"nextToken": {}
|
@@ -1143,11 +1203,31 @@
|
|
1143
1203
|
"sourceServerID"
|
1144
1204
|
],
|
1145
1205
|
"members": {
|
1206
|
+
"accountID": {},
|
1207
|
+
"sourceServerID": {}
|
1208
|
+
}
|
1209
|
+
},
|
1210
|
+
"output": {
|
1211
|
+
"shape": "Sz"
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
"PauseReplication": {
|
1215
|
+
"http": {
|
1216
|
+
"requestUri": "/PauseReplication",
|
1217
|
+
"responseCode": 200
|
1218
|
+
},
|
1219
|
+
"input": {
|
1220
|
+
"type": "structure",
|
1221
|
+
"required": [
|
1222
|
+
"sourceServerID"
|
1223
|
+
],
|
1224
|
+
"members": {
|
1225
|
+
"accountID": {},
|
1146
1226
|
"sourceServerID": {}
|
1147
1227
|
}
|
1148
1228
|
},
|
1149
1229
|
"output": {
|
1150
|
-
"shape": "
|
1230
|
+
"shape": "Sz"
|
1151
1231
|
}
|
1152
1232
|
},
|
1153
1233
|
"PutSourceServerAction": {
|
@@ -1165,6 +1245,7 @@
|
|
1165
1245
|
"sourceServerID"
|
1166
1246
|
],
|
1167
1247
|
"members": {
|
1248
|
+
"accountID": {},
|
1168
1249
|
"actionID": {},
|
1169
1250
|
"actionName": {},
|
1170
1251
|
"active": {
|
@@ -1175,7 +1256,7 @@
|
|
1175
1256
|
"documentIdentifier": {},
|
1176
1257
|
"documentVersion": {},
|
1177
1258
|
"externalParameters": {
|
1178
|
-
"shape": "
|
1259
|
+
"shape": "S2k"
|
1179
1260
|
},
|
1180
1261
|
"mustSucceedForCutover": {
|
1181
1262
|
"type": "boolean"
|
@@ -1184,7 +1265,7 @@
|
|
1184
1265
|
"type": "integer"
|
1185
1266
|
},
|
1186
1267
|
"parameters": {
|
1187
|
-
"shape": "
|
1268
|
+
"shape": "S2o"
|
1188
1269
|
},
|
1189
1270
|
"sourceServerID": {},
|
1190
1271
|
"timeoutSeconds": {
|
@@ -1193,7 +1274,7 @@
|
|
1193
1274
|
}
|
1194
1275
|
},
|
1195
1276
|
"output": {
|
1196
|
-
"shape": "
|
1277
|
+
"shape": "S6t"
|
1197
1278
|
}
|
1198
1279
|
},
|
1199
1280
|
"PutTemplateAction": {
|
@@ -1221,7 +1302,7 @@
|
|
1221
1302
|
"documentIdentifier": {},
|
1222
1303
|
"documentVersion": {},
|
1223
1304
|
"externalParameters": {
|
1224
|
-
"shape": "
|
1305
|
+
"shape": "S2k"
|
1225
1306
|
},
|
1226
1307
|
"launchConfigurationTemplateID": {},
|
1227
1308
|
"mustSucceedForCutover": {
|
@@ -1232,7 +1313,7 @@
|
|
1232
1313
|
"type": "integer"
|
1233
1314
|
},
|
1234
1315
|
"parameters": {
|
1235
|
-
"shape": "
|
1316
|
+
"shape": "S2o"
|
1236
1317
|
},
|
1237
1318
|
"timeoutSeconds": {
|
1238
1319
|
"type": "integer"
|
@@ -1240,7 +1321,7 @@
|
|
1240
1321
|
}
|
1241
1322
|
},
|
1242
1323
|
"output": {
|
1243
|
-
"shape": "
|
1324
|
+
"shape": "S75"
|
1244
1325
|
}
|
1245
1326
|
},
|
1246
1327
|
"RemoveSourceServerAction": {
|
@@ -1255,6 +1336,7 @@
|
|
1255
1336
|
"sourceServerID"
|
1256
1337
|
],
|
1257
1338
|
"members": {
|
1339
|
+
"accountID": {},
|
1258
1340
|
"actionID": {},
|
1259
1341
|
"sourceServerID": {}
|
1260
1342
|
}
|
@@ -1285,6 +1367,25 @@
|
|
1285
1367
|
"members": {}
|
1286
1368
|
}
|
1287
1369
|
},
|
1370
|
+
"ResumeReplication": {
|
1371
|
+
"http": {
|
1372
|
+
"requestUri": "/ResumeReplication",
|
1373
|
+
"responseCode": 200
|
1374
|
+
},
|
1375
|
+
"input": {
|
1376
|
+
"type": "structure",
|
1377
|
+
"required": [
|
1378
|
+
"sourceServerID"
|
1379
|
+
],
|
1380
|
+
"members": {
|
1381
|
+
"accountID": {},
|
1382
|
+
"sourceServerID": {}
|
1383
|
+
}
|
1384
|
+
},
|
1385
|
+
"output": {
|
1386
|
+
"shape": "Sz"
|
1387
|
+
}
|
1388
|
+
},
|
1288
1389
|
"RetryDataReplication": {
|
1289
1390
|
"http": {
|
1290
1391
|
"requestUri": "/RetryDataReplication",
|
@@ -1296,11 +1397,12 @@
|
|
1296
1397
|
"sourceServerID"
|
1297
1398
|
],
|
1298
1399
|
"members": {
|
1400
|
+
"accountID": {},
|
1299
1401
|
"sourceServerID": {}
|
1300
1402
|
}
|
1301
1403
|
},
|
1302
1404
|
"output": {
|
1303
|
-
"shape": "
|
1405
|
+
"shape": "Sz"
|
1304
1406
|
}
|
1305
1407
|
},
|
1306
1408
|
"StartCutover": {
|
@@ -1314,12 +1416,13 @@
|
|
1314
1416
|
"sourceServerIDs"
|
1315
1417
|
],
|
1316
1418
|
"members": {
|
1419
|
+
"accountID": {},
|
1317
1420
|
"sourceServerIDs": {
|
1318
1421
|
"type": "list",
|
1319
1422
|
"member": {}
|
1320
1423
|
},
|
1321
1424
|
"tags": {
|
1322
|
-
"shape": "
|
1425
|
+
"shape": "Se"
|
1323
1426
|
}
|
1324
1427
|
}
|
1325
1428
|
},
|
@@ -1327,7 +1430,7 @@
|
|
1327
1430
|
"type": "structure",
|
1328
1431
|
"members": {
|
1329
1432
|
"job": {
|
1330
|
-
"shape": "
|
1433
|
+
"shape": "S40"
|
1331
1434
|
}
|
1332
1435
|
}
|
1333
1436
|
}
|
@@ -1353,7 +1456,7 @@
|
|
1353
1456
|
"type": "structure",
|
1354
1457
|
"members": {
|
1355
1458
|
"exportTask": {
|
1356
|
-
"shape": "
|
1459
|
+
"shape": "S5u"
|
1357
1460
|
}
|
1358
1461
|
}
|
1359
1462
|
}
|
@@ -1373,7 +1476,7 @@
|
|
1373
1476
|
"idempotencyToken": true
|
1374
1477
|
},
|
1375
1478
|
"s3BucketSource": {
|
1376
|
-
"shape": "
|
1479
|
+
"shape": "S6d"
|
1377
1480
|
}
|
1378
1481
|
}
|
1379
1482
|
},
|
@@ -1381,7 +1484,7 @@
|
|
1381
1484
|
"type": "structure",
|
1382
1485
|
"members": {
|
1383
1486
|
"importTask": {
|
1384
|
-
"shape": "
|
1487
|
+
"shape": "S6c"
|
1385
1488
|
}
|
1386
1489
|
}
|
1387
1490
|
}
|
@@ -1397,11 +1500,12 @@
|
|
1397
1500
|
"sourceServerID"
|
1398
1501
|
],
|
1399
1502
|
"members": {
|
1503
|
+
"accountID": {},
|
1400
1504
|
"sourceServerID": {}
|
1401
1505
|
}
|
1402
1506
|
},
|
1403
1507
|
"output": {
|
1404
|
-
"shape": "
|
1508
|
+
"shape": "Sz"
|
1405
1509
|
}
|
1406
1510
|
},
|
1407
1511
|
"StartTest": {
|
@@ -1415,12 +1519,13 @@
|
|
1415
1519
|
"sourceServerIDs"
|
1416
1520
|
],
|
1417
1521
|
"members": {
|
1522
|
+
"accountID": {},
|
1418
1523
|
"sourceServerIDs": {
|
1419
1524
|
"type": "list",
|
1420
1525
|
"member": {}
|
1421
1526
|
},
|
1422
1527
|
"tags": {
|
1423
|
-
"shape": "
|
1528
|
+
"shape": "Se"
|
1424
1529
|
}
|
1425
1530
|
}
|
1426
1531
|
},
|
@@ -1428,11 +1533,30 @@
|
|
1428
1533
|
"type": "structure",
|
1429
1534
|
"members": {
|
1430
1535
|
"job": {
|
1431
|
-
"shape": "
|
1536
|
+
"shape": "S40"
|
1432
1537
|
}
|
1433
1538
|
}
|
1434
1539
|
}
|
1435
1540
|
},
|
1541
|
+
"StopReplication": {
|
1542
|
+
"http": {
|
1543
|
+
"requestUri": "/StopReplication",
|
1544
|
+
"responseCode": 200
|
1545
|
+
},
|
1546
|
+
"input": {
|
1547
|
+
"type": "structure",
|
1548
|
+
"required": [
|
1549
|
+
"sourceServerID"
|
1550
|
+
],
|
1551
|
+
"members": {
|
1552
|
+
"accountID": {},
|
1553
|
+
"sourceServerID": {}
|
1554
|
+
}
|
1555
|
+
},
|
1556
|
+
"output": {
|
1557
|
+
"shape": "Sz"
|
1558
|
+
}
|
1559
|
+
},
|
1436
1560
|
"TagResource": {
|
1437
1561
|
"http": {
|
1438
1562
|
"requestUri": "/tags/{resourceArn}",
|
@@ -1450,7 +1574,7 @@
|
|
1450
1574
|
"locationName": "resourceArn"
|
1451
1575
|
},
|
1452
1576
|
"tags": {
|
1453
|
-
"shape": "
|
1577
|
+
"shape": "Se"
|
1454
1578
|
}
|
1455
1579
|
}
|
1456
1580
|
},
|
@@ -1467,12 +1591,13 @@
|
|
1467
1591
|
"sourceServerIDs"
|
1468
1592
|
],
|
1469
1593
|
"members": {
|
1594
|
+
"accountID": {},
|
1470
1595
|
"sourceServerIDs": {
|
1471
1596
|
"type": "list",
|
1472
1597
|
"member": {}
|
1473
1598
|
},
|
1474
1599
|
"tags": {
|
1475
|
-
"shape": "
|
1600
|
+
"shape": "Se"
|
1476
1601
|
}
|
1477
1602
|
}
|
1478
1603
|
},
|
@@ -1480,7 +1605,7 @@
|
|
1480
1605
|
"type": "structure",
|
1481
1606
|
"members": {
|
1482
1607
|
"job": {
|
1483
|
-
"shape": "
|
1608
|
+
"shape": "S40"
|
1484
1609
|
}
|
1485
1610
|
}
|
1486
1611
|
}
|
@@ -1496,11 +1621,12 @@
|
|
1496
1621
|
"applicationID"
|
1497
1622
|
],
|
1498
1623
|
"members": {
|
1624
|
+
"accountID": {},
|
1499
1625
|
"applicationID": {}
|
1500
1626
|
}
|
1501
1627
|
},
|
1502
1628
|
"output": {
|
1503
|
-
"shape": "
|
1629
|
+
"shape": "S4"
|
1504
1630
|
}
|
1505
1631
|
},
|
1506
1632
|
"UnarchiveWave": {
|
@@ -1514,11 +1640,12 @@
|
|
1514
1640
|
"waveID"
|
1515
1641
|
],
|
1516
1642
|
"members": {
|
1643
|
+
"accountID": {},
|
1517
1644
|
"waveID": {}
|
1518
1645
|
}
|
1519
1646
|
},
|
1520
1647
|
"output": {
|
1521
|
-
"shape": "
|
1648
|
+
"shape": "Sj"
|
1522
1649
|
}
|
1523
1650
|
},
|
1524
1651
|
"UntagResource": {
|
@@ -1560,13 +1687,14 @@
|
|
1560
1687
|
"applicationID"
|
1561
1688
|
],
|
1562
1689
|
"members": {
|
1690
|
+
"accountID": {},
|
1563
1691
|
"applicationID": {},
|
1564
1692
|
"description": {},
|
1565
1693
|
"name": {}
|
1566
1694
|
}
|
1567
1695
|
},
|
1568
1696
|
"output": {
|
1569
|
-
"shape": "
|
1697
|
+
"shape": "S4"
|
1570
1698
|
},
|
1571
1699
|
"idempotent": true
|
1572
1700
|
},
|
@@ -1581,6 +1709,7 @@
|
|
1581
1709
|
"sourceServerID"
|
1582
1710
|
],
|
1583
1711
|
"members": {
|
1712
|
+
"accountID": {},
|
1584
1713
|
"bootMode": {},
|
1585
1714
|
"copyPrivateIp": {
|
1586
1715
|
"type": "boolean"
|
@@ -1593,19 +1722,19 @@
|
|
1593
1722
|
},
|
1594
1723
|
"launchDisposition": {},
|
1595
1724
|
"licensing": {
|
1596
|
-
"shape": "
|
1725
|
+
"shape": "S2d"
|
1597
1726
|
},
|
1598
1727
|
"mapAutoTaggingMpeID": {},
|
1599
1728
|
"name": {},
|
1600
1729
|
"postLaunchActions": {
|
1601
|
-
"shape": "
|
1730
|
+
"shape": "S2e"
|
1602
1731
|
},
|
1603
1732
|
"sourceServerID": {},
|
1604
1733
|
"targetInstanceTypeRightSizingMethod": {}
|
1605
1734
|
}
|
1606
1735
|
},
|
1607
1736
|
"output": {
|
1608
|
-
"shape": "
|
1737
|
+
"shape": "S54"
|
1609
1738
|
},
|
1610
1739
|
"idempotent": true
|
1611
1740
|
},
|
@@ -1634,19 +1763,19 @@
|
|
1634
1763
|
"type": "boolean"
|
1635
1764
|
},
|
1636
1765
|
"largeVolumeConf": {
|
1637
|
-
"shape": "
|
1766
|
+
"shape": "S28"
|
1638
1767
|
},
|
1639
1768
|
"launchConfigurationTemplateID": {},
|
1640
1769
|
"launchDisposition": {},
|
1641
1770
|
"licensing": {
|
1642
|
-
"shape": "
|
1771
|
+
"shape": "S2d"
|
1643
1772
|
},
|
1644
1773
|
"mapAutoTaggingMpeID": {},
|
1645
1774
|
"postLaunchActions": {
|
1646
|
-
"shape": "
|
1775
|
+
"shape": "S2e"
|
1647
1776
|
},
|
1648
1777
|
"smallVolumeConf": {
|
1649
|
-
"shape": "
|
1778
|
+
"shape": "S28"
|
1650
1779
|
},
|
1651
1780
|
"smallVolumeMaxSize": {
|
1652
1781
|
"type": "long"
|
@@ -1655,7 +1784,7 @@
|
|
1655
1784
|
}
|
1656
1785
|
},
|
1657
1786
|
"output": {
|
1658
|
-
"shape": "
|
1787
|
+
"shape": "S2w"
|
1659
1788
|
}
|
1660
1789
|
},
|
1661
1790
|
"UpdateReplicationConfiguration": {
|
@@ -1669,6 +1798,7 @@
|
|
1669
1798
|
"sourceServerID"
|
1670
1799
|
],
|
1671
1800
|
"members": {
|
1801
|
+
"accountID": {},
|
1672
1802
|
"associateDefaultSecurityGroup": {
|
1673
1803
|
"type": "boolean"
|
1674
1804
|
},
|
@@ -1684,24 +1814,27 @@
|
|
1684
1814
|
"ebsEncryptionKeyArn": {},
|
1685
1815
|
"name": {},
|
1686
1816
|
"replicatedDisks": {
|
1687
|
-
"shape": "
|
1817
|
+
"shape": "S58"
|
1688
1818
|
},
|
1689
1819
|
"replicationServerInstanceType": {},
|
1690
1820
|
"replicationServersSecurityGroupsIDs": {
|
1691
|
-
"shape": "
|
1821
|
+
"shape": "S34"
|
1692
1822
|
},
|
1693
1823
|
"sourceServerID": {},
|
1694
1824
|
"stagingAreaSubnetId": {},
|
1695
1825
|
"stagingAreaTags": {
|
1696
|
-
"shape": "
|
1826
|
+
"shape": "Se"
|
1697
1827
|
},
|
1698
1828
|
"useDedicatedReplicationServer": {
|
1699
1829
|
"type": "boolean"
|
1830
|
+
},
|
1831
|
+
"useFipsEndpoint": {
|
1832
|
+
"type": "boolean"
|
1700
1833
|
}
|
1701
1834
|
}
|
1702
1835
|
},
|
1703
1836
|
"output": {
|
1704
|
-
"shape": "
|
1837
|
+
"shape": "S57"
|
1705
1838
|
},
|
1706
1839
|
"idempotent": true
|
1707
1840
|
},
|
@@ -1733,19 +1866,22 @@
|
|
1733
1866
|
"replicationConfigurationTemplateID": {},
|
1734
1867
|
"replicationServerInstanceType": {},
|
1735
1868
|
"replicationServersSecurityGroupsIDs": {
|
1736
|
-
"shape": "
|
1869
|
+
"shape": "S34"
|
1737
1870
|
},
|
1738
1871
|
"stagingAreaSubnetId": {},
|
1739
1872
|
"stagingAreaTags": {
|
1740
|
-
"shape": "
|
1873
|
+
"shape": "Se"
|
1741
1874
|
},
|
1742
1875
|
"useDedicatedReplicationServer": {
|
1743
1876
|
"type": "boolean"
|
1877
|
+
},
|
1878
|
+
"useFipsEndpoint": {
|
1879
|
+
"type": "boolean"
|
1744
1880
|
}
|
1745
1881
|
}
|
1746
1882
|
},
|
1747
1883
|
"output": {
|
1748
|
-
"shape": "
|
1884
|
+
"shape": "S37"
|
1749
1885
|
}
|
1750
1886
|
},
|
1751
1887
|
"UpdateSourceServerReplicationType": {
|
@@ -1760,12 +1896,13 @@
|
|
1760
1896
|
"sourceServerID"
|
1761
1897
|
],
|
1762
1898
|
"members": {
|
1899
|
+
"accountID": {},
|
1763
1900
|
"replicationType": {},
|
1764
1901
|
"sourceServerID": {}
|
1765
1902
|
}
|
1766
1903
|
},
|
1767
1904
|
"output": {
|
1768
|
-
"shape": "
|
1905
|
+
"shape": "Sz"
|
1769
1906
|
}
|
1770
1907
|
},
|
1771
1908
|
"UpdateWave": {
|
@@ -1779,19 +1916,20 @@
|
|
1779
1916
|
"waveID"
|
1780
1917
|
],
|
1781
1918
|
"members": {
|
1919
|
+
"accountID": {},
|
1782
1920
|
"description": {},
|
1783
1921
|
"name": {},
|
1784
1922
|
"waveID": {}
|
1785
1923
|
}
|
1786
1924
|
},
|
1787
1925
|
"output": {
|
1788
|
-
"shape": "
|
1926
|
+
"shape": "Sj"
|
1789
1927
|
},
|
1790
1928
|
"idempotent": true
|
1791
1929
|
}
|
1792
1930
|
},
|
1793
1931
|
"shapes": {
|
1794
|
-
"
|
1932
|
+
"S4": {
|
1795
1933
|
"type": "structure",
|
1796
1934
|
"members": {
|
1797
1935
|
"applicationAggregatedStatus": {
|
@@ -1815,18 +1953,18 @@
|
|
1815
1953
|
"lastModifiedDateTime": {},
|
1816
1954
|
"name": {},
|
1817
1955
|
"tags": {
|
1818
|
-
"shape": "
|
1956
|
+
"shape": "Se"
|
1819
1957
|
},
|
1820
1958
|
"waveID": {}
|
1821
1959
|
}
|
1822
1960
|
},
|
1823
|
-
"
|
1961
|
+
"Se": {
|
1824
1962
|
"type": "map",
|
1825
1963
|
"key": {},
|
1826
1964
|
"value": {},
|
1827
1965
|
"sensitive": true
|
1828
1966
|
},
|
1829
|
-
"
|
1967
|
+
"Sj": {
|
1830
1968
|
"type": "structure",
|
1831
1969
|
"members": {
|
1832
1970
|
"arn": {},
|
@@ -1838,7 +1976,7 @@
|
|
1838
1976
|
"lastModifiedDateTime": {},
|
1839
1977
|
"name": {},
|
1840
1978
|
"tags": {
|
1841
|
-
"shape": "
|
1979
|
+
"shape": "Se"
|
1842
1980
|
},
|
1843
1981
|
"waveAggregatedStatus": {
|
1844
1982
|
"type": "structure",
|
@@ -1855,11 +1993,11 @@
|
|
1855
1993
|
"waveID": {}
|
1856
1994
|
}
|
1857
1995
|
},
|
1858
|
-
"
|
1996
|
+
"Sq": {
|
1859
1997
|
"type": "list",
|
1860
1998
|
"member": {}
|
1861
1999
|
},
|
1862
|
-
"
|
2000
|
+
"Sz": {
|
1863
2001
|
"type": "structure",
|
1864
2002
|
"members": {
|
1865
2003
|
"applicationID": {},
|
@@ -2057,13 +2195,13 @@
|
|
2057
2195
|
},
|
2058
2196
|
"sourceServerID": {},
|
2059
2197
|
"tags": {
|
2060
|
-
"shape": "
|
2198
|
+
"shape": "Se"
|
2061
2199
|
},
|
2062
2200
|
"userProvidedID": {},
|
2063
2201
|
"vcenterClientID": {}
|
2064
2202
|
}
|
2065
2203
|
},
|
2066
|
-
"
|
2204
|
+
"S28": {
|
2067
2205
|
"type": "structure",
|
2068
2206
|
"members": {
|
2069
2207
|
"iops": {
|
@@ -2075,7 +2213,7 @@
|
|
2075
2213
|
"volumeType": {}
|
2076
2214
|
}
|
2077
2215
|
},
|
2078
|
-
"
|
2216
|
+
"S2d": {
|
2079
2217
|
"type": "structure",
|
2080
2218
|
"members": {
|
2081
2219
|
"osByol": {
|
@@ -2083,7 +2221,7 @@
|
|
2083
2221
|
}
|
2084
2222
|
}
|
2085
2223
|
},
|
2086
|
-
"
|
2224
|
+
"S2e": {
|
2087
2225
|
"type": "structure",
|
2088
2226
|
"members": {
|
2089
2227
|
"cloudWatchLogGroupName": {},
|
@@ -2093,12 +2231,12 @@
|
|
2093
2231
|
"ssmDocuments": {
|
2094
2232
|
"type": "list",
|
2095
2233
|
"member": {
|
2096
|
-
"shape": "
|
2234
|
+
"shape": "S2j"
|
2097
2235
|
}
|
2098
2236
|
}
|
2099
2237
|
}
|
2100
2238
|
},
|
2101
|
-
"
|
2239
|
+
"S2j": {
|
2102
2240
|
"type": "structure",
|
2103
2241
|
"required": [
|
2104
2242
|
"actionName",
|
@@ -2107,13 +2245,13 @@
|
|
2107
2245
|
"members": {
|
2108
2246
|
"actionName": {},
|
2109
2247
|
"externalParameters": {
|
2110
|
-
"shape": "
|
2248
|
+
"shape": "S2k"
|
2111
2249
|
},
|
2112
2250
|
"mustSucceedForCutover": {
|
2113
2251
|
"type": "boolean"
|
2114
2252
|
},
|
2115
2253
|
"parameters": {
|
2116
|
-
"shape": "
|
2254
|
+
"shape": "S2o"
|
2117
2255
|
},
|
2118
2256
|
"ssmDocumentName": {},
|
2119
2257
|
"timeoutSeconds": {
|
@@ -2121,7 +2259,7 @@
|
|
2121
2259
|
}
|
2122
2260
|
}
|
2123
2261
|
},
|
2124
|
-
"
|
2262
|
+
"S2k": {
|
2125
2263
|
"type": "map",
|
2126
2264
|
"key": {},
|
2127
2265
|
"value": {
|
@@ -2132,7 +2270,7 @@
|
|
2132
2270
|
"union": true
|
2133
2271
|
}
|
2134
2272
|
},
|
2135
|
-
"
|
2273
|
+
"S2o": {
|
2136
2274
|
"type": "map",
|
2137
2275
|
"key": {},
|
2138
2276
|
"value": {
|
@@ -2150,7 +2288,7 @@
|
|
2150
2288
|
}
|
2151
2289
|
}
|
2152
2290
|
},
|
2153
|
-
"
|
2291
|
+
"S2w": {
|
2154
2292
|
"type": "structure",
|
2155
2293
|
"required": [
|
2156
2294
|
"launchConfigurationTemplateID"
|
@@ -2172,34 +2310,34 @@
|
|
2172
2310
|
"type": "boolean"
|
2173
2311
|
},
|
2174
2312
|
"largeVolumeConf": {
|
2175
|
-
"shape": "
|
2313
|
+
"shape": "S28"
|
2176
2314
|
},
|
2177
2315
|
"launchConfigurationTemplateID": {},
|
2178
2316
|
"launchDisposition": {},
|
2179
2317
|
"licensing": {
|
2180
|
-
"shape": "
|
2318
|
+
"shape": "S2d"
|
2181
2319
|
},
|
2182
2320
|
"mapAutoTaggingMpeID": {},
|
2183
2321
|
"postLaunchActions": {
|
2184
|
-
"shape": "
|
2322
|
+
"shape": "S2e"
|
2185
2323
|
},
|
2186
2324
|
"smallVolumeConf": {
|
2187
|
-
"shape": "
|
2325
|
+
"shape": "S28"
|
2188
2326
|
},
|
2189
2327
|
"smallVolumeMaxSize": {
|
2190
2328
|
"type": "long"
|
2191
2329
|
},
|
2192
2330
|
"tags": {
|
2193
|
-
"shape": "
|
2331
|
+
"shape": "Se"
|
2194
2332
|
},
|
2195
2333
|
"targetInstanceTypeRightSizingMethod": {}
|
2196
2334
|
}
|
2197
2335
|
},
|
2198
|
-
"
|
2336
|
+
"S34": {
|
2199
2337
|
"type": "list",
|
2200
2338
|
"member": {}
|
2201
2339
|
},
|
2202
|
-
"
|
2340
|
+
"S37": {
|
2203
2341
|
"type": "structure",
|
2204
2342
|
"required": [
|
2205
2343
|
"replicationConfigurationTemplateID"
|
@@ -2222,21 +2360,24 @@
|
|
2222
2360
|
"replicationConfigurationTemplateID": {},
|
2223
2361
|
"replicationServerInstanceType": {},
|
2224
2362
|
"replicationServersSecurityGroupsIDs": {
|
2225
|
-
"shape": "
|
2363
|
+
"shape": "S34"
|
2226
2364
|
},
|
2227
2365
|
"stagingAreaSubnetId": {},
|
2228
2366
|
"stagingAreaTags": {
|
2229
|
-
"shape": "
|
2367
|
+
"shape": "Se"
|
2230
2368
|
},
|
2231
2369
|
"tags": {
|
2232
|
-
"shape": "
|
2370
|
+
"shape": "Se"
|
2233
2371
|
},
|
2234
2372
|
"useDedicatedReplicationServer": {
|
2235
2373
|
"type": "boolean"
|
2374
|
+
},
|
2375
|
+
"useFipsEndpoint": {
|
2376
|
+
"type": "boolean"
|
2236
2377
|
}
|
2237
2378
|
}
|
2238
2379
|
},
|
2239
|
-
"
|
2380
|
+
"S40": {
|
2240
2381
|
"type": "structure",
|
2241
2382
|
"required": [
|
2242
2383
|
"jobID"
|
@@ -2269,7 +2410,7 @@
|
|
2269
2410
|
"executionStatus": {},
|
2270
2411
|
"failureReason": {},
|
2271
2412
|
"ssmDocument": {
|
2272
|
-
"shape": "
|
2413
|
+
"shape": "S2j"
|
2273
2414
|
},
|
2274
2415
|
"ssmDocumentType": {}
|
2275
2416
|
}
|
@@ -2284,12 +2425,12 @@
|
|
2284
2425
|
},
|
2285
2426
|
"status": {},
|
2286
2427
|
"tags": {
|
2287
|
-
"shape": "
|
2428
|
+
"shape": "Se"
|
2288
2429
|
},
|
2289
2430
|
"type": {}
|
2290
2431
|
}
|
2291
2432
|
},
|
2292
|
-
"
|
2433
|
+
"S54": {
|
2293
2434
|
"type": "structure",
|
2294
2435
|
"members": {
|
2295
2436
|
"bootMode": {},
|
@@ -2305,18 +2446,18 @@
|
|
2305
2446
|
},
|
2306
2447
|
"launchDisposition": {},
|
2307
2448
|
"licensing": {
|
2308
|
-
"shape": "
|
2449
|
+
"shape": "S2d"
|
2309
2450
|
},
|
2310
2451
|
"mapAutoTaggingMpeID": {},
|
2311
2452
|
"name": {},
|
2312
2453
|
"postLaunchActions": {
|
2313
|
-
"shape": "
|
2454
|
+
"shape": "S2e"
|
2314
2455
|
},
|
2315
2456
|
"sourceServerID": {},
|
2316
2457
|
"targetInstanceTypeRightSizingMethod": {}
|
2317
2458
|
}
|
2318
2459
|
},
|
2319
|
-
"
|
2460
|
+
"S57": {
|
2320
2461
|
"type": "structure",
|
2321
2462
|
"members": {
|
2322
2463
|
"associateDefaultSecurityGroup": {
|
@@ -2334,23 +2475,26 @@
|
|
2334
2475
|
"ebsEncryptionKeyArn": {},
|
2335
2476
|
"name": {},
|
2336
2477
|
"replicatedDisks": {
|
2337
|
-
"shape": "
|
2478
|
+
"shape": "S58"
|
2338
2479
|
},
|
2339
2480
|
"replicationServerInstanceType": {},
|
2340
2481
|
"replicationServersSecurityGroupsIDs": {
|
2341
|
-
"shape": "
|
2482
|
+
"shape": "S34"
|
2342
2483
|
},
|
2343
2484
|
"sourceServerID": {},
|
2344
2485
|
"stagingAreaSubnetId": {},
|
2345
2486
|
"stagingAreaTags": {
|
2346
|
-
"shape": "
|
2487
|
+
"shape": "Se"
|
2347
2488
|
},
|
2348
2489
|
"useDedicatedReplicationServer": {
|
2349
2490
|
"type": "boolean"
|
2491
|
+
},
|
2492
|
+
"useFipsEndpoint": {
|
2493
|
+
"type": "boolean"
|
2350
2494
|
}
|
2351
2495
|
}
|
2352
2496
|
},
|
2353
|
-
"
|
2497
|
+
"S58": {
|
2354
2498
|
"type": "list",
|
2355
2499
|
"member": {
|
2356
2500
|
"type": "structure",
|
@@ -2369,11 +2513,11 @@
|
|
2369
2513
|
}
|
2370
2514
|
}
|
2371
2515
|
},
|
2372
|
-
"
|
2516
|
+
"S5g": {
|
2373
2517
|
"type": "list",
|
2374
2518
|
"member": {}
|
2375
2519
|
},
|
2376
|
-
"
|
2520
|
+
"S5u": {
|
2377
2521
|
"type": "structure",
|
2378
2522
|
"members": {
|
2379
2523
|
"creationDateTime": {},
|
@@ -2402,7 +2546,7 @@
|
|
2402
2546
|
}
|
2403
2547
|
}
|
2404
2548
|
},
|
2405
|
-
"
|
2549
|
+
"S6c": {
|
2406
2550
|
"type": "structure",
|
2407
2551
|
"members": {
|
2408
2552
|
"creationDateTime": {},
|
@@ -2412,7 +2556,7 @@
|
|
2412
2556
|
"type": "float"
|
2413
2557
|
},
|
2414
2558
|
"s3BucketSource": {
|
2415
|
-
"shape": "
|
2559
|
+
"shape": "S6d"
|
2416
2560
|
},
|
2417
2561
|
"status": {},
|
2418
2562
|
"summary": {
|
@@ -2455,7 +2599,7 @@
|
|
2455
2599
|
}
|
2456
2600
|
}
|
2457
2601
|
},
|
2458
|
-
"
|
2602
|
+
"S6d": {
|
2459
2603
|
"type": "structure",
|
2460
2604
|
"required": [
|
2461
2605
|
"s3Bucket",
|
@@ -2467,11 +2611,11 @@
|
|
2467
2611
|
"s3Key": {}
|
2468
2612
|
}
|
2469
2613
|
},
|
2470
|
-
"
|
2614
|
+
"S6p": {
|
2471
2615
|
"type": "list",
|
2472
2616
|
"member": {}
|
2473
2617
|
},
|
2474
|
-
"
|
2618
|
+
"S6t": {
|
2475
2619
|
"type": "structure",
|
2476
2620
|
"members": {
|
2477
2621
|
"actionID": {},
|
@@ -2484,7 +2628,7 @@
|
|
2484
2628
|
"documentIdentifier": {},
|
2485
2629
|
"documentVersion": {},
|
2486
2630
|
"externalParameters": {
|
2487
|
-
"shape": "
|
2631
|
+
"shape": "S2k"
|
2488
2632
|
},
|
2489
2633
|
"mustSucceedForCutover": {
|
2490
2634
|
"type": "boolean"
|
@@ -2493,14 +2637,14 @@
|
|
2493
2637
|
"type": "integer"
|
2494
2638
|
},
|
2495
2639
|
"parameters": {
|
2496
|
-
"shape": "
|
2640
|
+
"shape": "S2o"
|
2497
2641
|
},
|
2498
2642
|
"timeoutSeconds": {
|
2499
2643
|
"type": "integer"
|
2500
2644
|
}
|
2501
2645
|
}
|
2502
2646
|
},
|
2503
|
-
"
|
2647
|
+
"S75": {
|
2504
2648
|
"type": "structure",
|
2505
2649
|
"members": {
|
2506
2650
|
"actionID": {},
|
@@ -2513,7 +2657,7 @@
|
|
2513
2657
|
"documentIdentifier": {},
|
2514
2658
|
"documentVersion": {},
|
2515
2659
|
"externalParameters": {
|
2516
|
-
"shape": "
|
2660
|
+
"shape": "S2k"
|
2517
2661
|
},
|
2518
2662
|
"mustSucceedForCutover": {
|
2519
2663
|
"type": "boolean"
|
@@ -2523,7 +2667,7 @@
|
|
2523
2667
|
"type": "integer"
|
2524
2668
|
},
|
2525
2669
|
"parameters": {
|
2526
|
-
"shape": "
|
2670
|
+
"shape": "S2o"
|
2527
2671
|
},
|
2528
2672
|
"timeoutSeconds": {
|
2529
2673
|
"type": "integer"
|