cdk-lambda-subminute 2.0.257 → 2.0.258

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +8 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
  6. package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
  8. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
  9. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
  10. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  11. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  15. package/node_modules/aws-sdk/clients/all.js +2 -1
  16. package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
  17. package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
  18. package/node_modules/aws-sdk/clients/datazone.js +18 -0
  19. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  20. package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +9 -9
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +3 -3
@@ -155,6 +155,33 @@
155
155
  },
156
156
  "idempotent": true
157
157
  },
158
+ "CreateConnector": {
159
+ "http": {
160
+ "requestUri": "/CreateConnector",
161
+ "responseCode": 201
162
+ },
163
+ "input": {
164
+ "type": "structure",
165
+ "required": [
166
+ "name",
167
+ "ssmInstanceID"
168
+ ],
169
+ "members": {
170
+ "name": {},
171
+ "ssmCommandConfig": {
172
+ "shape": "S2b"
173
+ },
174
+ "ssmInstanceID": {},
175
+ "tags": {
176
+ "shape": "Se"
177
+ }
178
+ }
179
+ },
180
+ "output": {
181
+ "shape": "S2f"
182
+ },
183
+ "idempotent": true
184
+ },
158
185
  "CreateLaunchConfigurationTemplate": {
159
186
  "http": {
160
187
  "requestUri": "/CreateLaunchConfigurationTemplate",
@@ -177,18 +204,18 @@
177
204
  "type": "boolean"
178
205
  },
179
206
  "largeVolumeConf": {
180
- "shape": "S28"
207
+ "shape": "S2j"
181
208
  },
182
209
  "launchDisposition": {},
183
210
  "licensing": {
184
- "shape": "S2d"
211
+ "shape": "S2o"
185
212
  },
186
213
  "mapAutoTaggingMpeID": {},
187
214
  "postLaunchActions": {
188
- "shape": "S2e"
215
+ "shape": "S2p"
189
216
  },
190
217
  "smallVolumeConf": {
191
- "shape": "S28"
218
+ "shape": "S2j"
192
219
  },
193
220
  "smallVolumeMaxSize": {
194
221
  "type": "long"
@@ -200,7 +227,7 @@
200
227
  }
201
228
  },
202
229
  "output": {
203
- "shape": "S2w"
230
+ "shape": "S36"
204
231
  }
205
232
  },
206
233
  "CreateReplicationConfigurationTemplate": {
@@ -239,7 +266,7 @@
239
266
  "ebsEncryptionKeyArn": {},
240
267
  "replicationServerInstanceType": {},
241
268
  "replicationServersSecurityGroupsIDs": {
242
- "shape": "S34"
269
+ "shape": "S3e"
243
270
  },
244
271
  "stagingAreaSubnetId": {},
245
272
  "stagingAreaTags": {
@@ -257,7 +284,7 @@
257
284
  }
258
285
  },
259
286
  "output": {
260
- "shape": "S37"
287
+ "shape": "S3h"
261
288
  }
262
289
  },
263
290
  "CreateWave": {
@@ -305,6 +332,22 @@
305
332
  },
306
333
  "idempotent": true
307
334
  },
335
+ "DeleteConnector": {
336
+ "http": {
337
+ "requestUri": "/DeleteConnector",
338
+ "responseCode": 204
339
+ },
340
+ "input": {
341
+ "type": "structure",
342
+ "required": [
343
+ "connectorID"
344
+ ],
345
+ "members": {
346
+ "connectorID": {}
347
+ }
348
+ },
349
+ "idempotent": true
350
+ },
308
351
  "DeleteJob": {
309
352
  "http": {
310
353
  "requestUri": "/DeleteJob",
@@ -501,7 +544,7 @@
501
544
  "items": {
502
545
  "type": "list",
503
546
  "member": {
504
- "shape": "S40"
547
+ "shape": "S4b"
505
548
  }
506
549
  },
507
550
  "nextToken": {}
@@ -532,7 +575,7 @@
532
575
  "items": {
533
576
  "type": "list",
534
577
  "member": {
535
- "shape": "S2w"
578
+ "shape": "S36"
536
579
  }
537
580
  },
538
581
  "nextToken": {}
@@ -563,7 +606,7 @@
563
606
  "items": {
564
607
  "type": "list",
565
608
  "member": {
566
- "shape": "S37"
609
+ "shape": "S3h"
567
610
  }
568
611
  },
569
612
  "nextToken": {}
@@ -774,7 +817,7 @@
774
817
  }
775
818
  },
776
819
  "output": {
777
- "shape": "S54"
820
+ "shape": "S5f"
778
821
  }
779
822
  },
780
823
  "GetReplicationConfiguration": {
@@ -793,7 +836,7 @@
793
836
  }
794
837
  },
795
838
  "output": {
796
- "shape": "S57"
839
+ "shape": "S5i"
797
840
  }
798
841
  },
799
842
  "InitializeService": {
@@ -830,7 +873,7 @@
830
873
  "type": "boolean"
831
874
  },
832
875
  "waveIDs": {
833
- "shape": "S5g"
876
+ "shape": "S5r"
834
877
  }
835
878
  }
836
879
  },
@@ -853,6 +896,42 @@
853
896
  }
854
897
  }
855
898
  },
899
+ "ListConnectors": {
900
+ "http": {
901
+ "requestUri": "/ListConnectors",
902
+ "responseCode": 200
903
+ },
904
+ "input": {
905
+ "type": "structure",
906
+ "members": {
907
+ "filters": {
908
+ "type": "structure",
909
+ "members": {
910
+ "connectorIDs": {
911
+ "type": "list",
912
+ "member": {}
913
+ }
914
+ }
915
+ },
916
+ "maxResults": {
917
+ "type": "integer"
918
+ },
919
+ "nextToken": {}
920
+ }
921
+ },
922
+ "output": {
923
+ "type": "structure",
924
+ "members": {
925
+ "items": {
926
+ "type": "list",
927
+ "member": {
928
+ "shape": "S2f"
929
+ }
930
+ },
931
+ "nextToken": {}
932
+ }
933
+ }
934
+ },
856
935
  "ListExportErrors": {
857
936
  "http": {
858
937
  "requestUri": "/ListExportErrors",
@@ -922,7 +1001,7 @@
922
1001
  "items": {
923
1002
  "type": "list",
924
1003
  "member": {
925
- "shape": "S5u"
1004
+ "shape": "S6a"
926
1005
  }
927
1006
  },
928
1007
  "nextToken": {}
@@ -1007,7 +1086,7 @@
1007
1086
  "items": {
1008
1087
  "type": "list",
1009
1088
  "member": {
1010
- "shape": "S6c"
1089
+ "shape": "S6r"
1011
1090
  }
1012
1091
  },
1013
1092
  "nextToken": {}
@@ -1063,7 +1142,7 @@
1063
1142
  "type": "structure",
1064
1143
  "members": {
1065
1144
  "actionIDs": {
1066
- "shape": "S6p"
1145
+ "shape": "S74"
1067
1146
  }
1068
1147
  }
1069
1148
  },
@@ -1080,7 +1159,7 @@
1080
1159
  "items": {
1081
1160
  "type": "list",
1082
1161
  "member": {
1083
- "shape": "S6t"
1162
+ "shape": "S78"
1084
1163
  }
1085
1164
  },
1086
1165
  "nextToken": {}
@@ -1129,7 +1208,7 @@
1129
1208
  "type": "structure",
1130
1209
  "members": {
1131
1210
  "actionIDs": {
1132
- "shape": "S6p"
1211
+ "shape": "S74"
1133
1212
  }
1134
1213
  }
1135
1214
  },
@@ -1146,7 +1225,7 @@
1146
1225
  "items": {
1147
1226
  "type": "list",
1148
1227
  "member": {
1149
- "shape": "S75"
1228
+ "shape": "S7k"
1150
1229
  }
1151
1230
  },
1152
1231
  "nextToken": {}
@@ -1169,7 +1248,7 @@
1169
1248
  "type": "boolean"
1170
1249
  },
1171
1250
  "waveIDs": {
1172
- "shape": "S5g"
1251
+ "shape": "S5r"
1173
1252
  }
1174
1253
  }
1175
1254
  },
@@ -1256,7 +1335,7 @@
1256
1335
  "documentIdentifier": {},
1257
1336
  "documentVersion": {},
1258
1337
  "externalParameters": {
1259
- "shape": "S2k"
1338
+ "shape": "S2u"
1260
1339
  },
1261
1340
  "mustSucceedForCutover": {
1262
1341
  "type": "boolean"
@@ -1265,7 +1344,7 @@
1265
1344
  "type": "integer"
1266
1345
  },
1267
1346
  "parameters": {
1268
- "shape": "S2o"
1347
+ "shape": "S2y"
1269
1348
  },
1270
1349
  "sourceServerID": {},
1271
1350
  "timeoutSeconds": {
@@ -1274,7 +1353,7 @@
1274
1353
  }
1275
1354
  },
1276
1355
  "output": {
1277
- "shape": "S6t"
1356
+ "shape": "S78"
1278
1357
  }
1279
1358
  },
1280
1359
  "PutTemplateAction": {
@@ -1302,7 +1381,7 @@
1302
1381
  "documentIdentifier": {},
1303
1382
  "documentVersion": {},
1304
1383
  "externalParameters": {
1305
- "shape": "S2k"
1384
+ "shape": "S2u"
1306
1385
  },
1307
1386
  "launchConfigurationTemplateID": {},
1308
1387
  "mustSucceedForCutover": {
@@ -1313,7 +1392,7 @@
1313
1392
  "type": "integer"
1314
1393
  },
1315
1394
  "parameters": {
1316
- "shape": "S2o"
1395
+ "shape": "S2y"
1317
1396
  },
1318
1397
  "timeoutSeconds": {
1319
1398
  "type": "integer"
@@ -1321,7 +1400,7 @@
1321
1400
  }
1322
1401
  },
1323
1402
  "output": {
1324
- "shape": "S75"
1403
+ "shape": "S7k"
1325
1404
  }
1326
1405
  },
1327
1406
  "RemoveSourceServerAction": {
@@ -1430,7 +1509,7 @@
1430
1509
  "type": "structure",
1431
1510
  "members": {
1432
1511
  "job": {
1433
- "shape": "S40"
1512
+ "shape": "S4b"
1434
1513
  }
1435
1514
  }
1436
1515
  }
@@ -1456,7 +1535,7 @@
1456
1535
  "type": "structure",
1457
1536
  "members": {
1458
1537
  "exportTask": {
1459
- "shape": "S5u"
1538
+ "shape": "S6a"
1460
1539
  }
1461
1540
  }
1462
1541
  }
@@ -1476,7 +1555,7 @@
1476
1555
  "idempotencyToken": true
1477
1556
  },
1478
1557
  "s3BucketSource": {
1479
- "shape": "S6d"
1558
+ "shape": "S6s"
1480
1559
  }
1481
1560
  }
1482
1561
  },
@@ -1484,7 +1563,7 @@
1484
1563
  "type": "structure",
1485
1564
  "members": {
1486
1565
  "importTask": {
1487
- "shape": "S6c"
1566
+ "shape": "S6r"
1488
1567
  }
1489
1568
  }
1490
1569
  }
@@ -1533,7 +1612,7 @@
1533
1612
  "type": "structure",
1534
1613
  "members": {
1535
1614
  "job": {
1536
- "shape": "S40"
1615
+ "shape": "S4b"
1537
1616
  }
1538
1617
  }
1539
1618
  }
@@ -1605,7 +1684,7 @@
1605
1684
  "type": "structure",
1606
1685
  "members": {
1607
1686
  "job": {
1608
- "shape": "S40"
1687
+ "shape": "S4b"
1609
1688
  }
1610
1689
  }
1611
1690
  }
@@ -1698,6 +1777,29 @@
1698
1777
  },
1699
1778
  "idempotent": true
1700
1779
  },
1780
+ "UpdateConnector": {
1781
+ "http": {
1782
+ "requestUri": "/UpdateConnector",
1783
+ "responseCode": 200
1784
+ },
1785
+ "input": {
1786
+ "type": "structure",
1787
+ "required": [
1788
+ "connectorID"
1789
+ ],
1790
+ "members": {
1791
+ "connectorID": {},
1792
+ "name": {},
1793
+ "ssmCommandConfig": {
1794
+ "shape": "S2b"
1795
+ }
1796
+ }
1797
+ },
1798
+ "output": {
1799
+ "shape": "S2f"
1800
+ },
1801
+ "idempotent": true
1802
+ },
1701
1803
  "UpdateLaunchConfiguration": {
1702
1804
  "http": {
1703
1805
  "requestUri": "/UpdateLaunchConfiguration",
@@ -1722,19 +1824,19 @@
1722
1824
  },
1723
1825
  "launchDisposition": {},
1724
1826
  "licensing": {
1725
- "shape": "S2d"
1827
+ "shape": "S2o"
1726
1828
  },
1727
1829
  "mapAutoTaggingMpeID": {},
1728
1830
  "name": {},
1729
1831
  "postLaunchActions": {
1730
- "shape": "S2e"
1832
+ "shape": "S2p"
1731
1833
  },
1732
1834
  "sourceServerID": {},
1733
1835
  "targetInstanceTypeRightSizingMethod": {}
1734
1836
  }
1735
1837
  },
1736
1838
  "output": {
1737
- "shape": "S54"
1839
+ "shape": "S5f"
1738
1840
  },
1739
1841
  "idempotent": true
1740
1842
  },
@@ -1763,19 +1865,19 @@
1763
1865
  "type": "boolean"
1764
1866
  },
1765
1867
  "largeVolumeConf": {
1766
- "shape": "S28"
1868
+ "shape": "S2j"
1767
1869
  },
1768
1870
  "launchConfigurationTemplateID": {},
1769
1871
  "launchDisposition": {},
1770
1872
  "licensing": {
1771
- "shape": "S2d"
1873
+ "shape": "S2o"
1772
1874
  },
1773
1875
  "mapAutoTaggingMpeID": {},
1774
1876
  "postLaunchActions": {
1775
- "shape": "S2e"
1877
+ "shape": "S2p"
1776
1878
  },
1777
1879
  "smallVolumeConf": {
1778
- "shape": "S28"
1880
+ "shape": "S2j"
1779
1881
  },
1780
1882
  "smallVolumeMaxSize": {
1781
1883
  "type": "long"
@@ -1784,7 +1886,7 @@
1784
1886
  }
1785
1887
  },
1786
1888
  "output": {
1787
- "shape": "S2w"
1889
+ "shape": "S36"
1788
1890
  }
1789
1891
  },
1790
1892
  "UpdateReplicationConfiguration": {
@@ -1814,11 +1916,11 @@
1814
1916
  "ebsEncryptionKeyArn": {},
1815
1917
  "name": {},
1816
1918
  "replicatedDisks": {
1817
- "shape": "S58"
1919
+ "shape": "S5j"
1818
1920
  },
1819
1921
  "replicationServerInstanceType": {},
1820
1922
  "replicationServersSecurityGroupsIDs": {
1821
- "shape": "S34"
1923
+ "shape": "S3e"
1822
1924
  },
1823
1925
  "sourceServerID": {},
1824
1926
  "stagingAreaSubnetId": {},
@@ -1834,7 +1936,7 @@
1834
1936
  }
1835
1937
  },
1836
1938
  "output": {
1837
- "shape": "S57"
1939
+ "shape": "S5i"
1838
1940
  },
1839
1941
  "idempotent": true
1840
1942
  },
@@ -1866,7 +1968,7 @@
1866
1968
  "replicationConfigurationTemplateID": {},
1867
1969
  "replicationServerInstanceType": {},
1868
1970
  "replicationServersSecurityGroupsIDs": {
1869
- "shape": "S34"
1971
+ "shape": "S3e"
1870
1972
  },
1871
1973
  "stagingAreaSubnetId": {},
1872
1974
  "stagingAreaTags": {
@@ -1881,9 +1983,32 @@
1881
1983
  }
1882
1984
  },
1883
1985
  "output": {
1884
- "shape": "S37"
1986
+ "shape": "S3h"
1885
1987
  }
1886
1988
  },
1989
+ "UpdateSourceServer": {
1990
+ "http": {
1991
+ "requestUri": "/UpdateSourceServer",
1992
+ "responseCode": 200
1993
+ },
1994
+ "input": {
1995
+ "type": "structure",
1996
+ "required": [
1997
+ "sourceServerID"
1998
+ ],
1999
+ "members": {
2000
+ "accountID": {},
2001
+ "connectorAction": {
2002
+ "shape": "S10"
2003
+ },
2004
+ "sourceServerID": {}
2005
+ }
2006
+ },
2007
+ "output": {
2008
+ "shape": "Sz"
2009
+ },
2010
+ "idempotent": true
2011
+ },
1887
2012
  "UpdateSourceServerReplicationType": {
1888
2013
  "http": {
1889
2014
  "requestUri": "/UpdateSourceServerReplicationType",
@@ -2002,6 +2127,9 @@
2002
2127
  "members": {
2003
2128
  "applicationID": {},
2004
2129
  "arn": {},
2130
+ "connectorAction": {
2131
+ "shape": "S10"
2132
+ },
2005
2133
  "dataReplicationInfo": {
2006
2134
  "type": "structure",
2007
2135
  "members": {
@@ -2201,7 +2329,46 @@
2201
2329
  "vcenterClientID": {}
2202
2330
  }
2203
2331
  },
2204
- "S28": {
2332
+ "S10": {
2333
+ "type": "structure",
2334
+ "members": {
2335
+ "connectorArn": {},
2336
+ "credentialsSecretArn": {}
2337
+ }
2338
+ },
2339
+ "S2b": {
2340
+ "type": "structure",
2341
+ "required": [
2342
+ "cloudWatchOutputEnabled",
2343
+ "s3OutputEnabled"
2344
+ ],
2345
+ "members": {
2346
+ "cloudWatchLogGroupName": {},
2347
+ "cloudWatchOutputEnabled": {
2348
+ "type": "boolean"
2349
+ },
2350
+ "outputS3BucketName": {},
2351
+ "s3OutputEnabled": {
2352
+ "type": "boolean"
2353
+ }
2354
+ }
2355
+ },
2356
+ "S2f": {
2357
+ "type": "structure",
2358
+ "members": {
2359
+ "arn": {},
2360
+ "connectorID": {},
2361
+ "name": {},
2362
+ "ssmCommandConfig": {
2363
+ "shape": "S2b"
2364
+ },
2365
+ "ssmInstanceID": {},
2366
+ "tags": {
2367
+ "shape": "Se"
2368
+ }
2369
+ }
2370
+ },
2371
+ "S2j": {
2205
2372
  "type": "structure",
2206
2373
  "members": {
2207
2374
  "iops": {
@@ -2213,7 +2380,7 @@
2213
2380
  "volumeType": {}
2214
2381
  }
2215
2382
  },
2216
- "S2d": {
2383
+ "S2o": {
2217
2384
  "type": "structure",
2218
2385
  "members": {
2219
2386
  "osByol": {
@@ -2221,7 +2388,7 @@
2221
2388
  }
2222
2389
  }
2223
2390
  },
2224
- "S2e": {
2391
+ "S2p": {
2225
2392
  "type": "structure",
2226
2393
  "members": {
2227
2394
  "cloudWatchLogGroupName": {},
@@ -2231,12 +2398,12 @@
2231
2398
  "ssmDocuments": {
2232
2399
  "type": "list",
2233
2400
  "member": {
2234
- "shape": "S2j"
2401
+ "shape": "S2t"
2235
2402
  }
2236
2403
  }
2237
2404
  }
2238
2405
  },
2239
- "S2j": {
2406
+ "S2t": {
2240
2407
  "type": "structure",
2241
2408
  "required": [
2242
2409
  "actionName",
@@ -2245,13 +2412,13 @@
2245
2412
  "members": {
2246
2413
  "actionName": {},
2247
2414
  "externalParameters": {
2248
- "shape": "S2k"
2415
+ "shape": "S2u"
2249
2416
  },
2250
2417
  "mustSucceedForCutover": {
2251
2418
  "type": "boolean"
2252
2419
  },
2253
2420
  "parameters": {
2254
- "shape": "S2o"
2421
+ "shape": "S2y"
2255
2422
  },
2256
2423
  "ssmDocumentName": {},
2257
2424
  "timeoutSeconds": {
@@ -2259,7 +2426,7 @@
2259
2426
  }
2260
2427
  }
2261
2428
  },
2262
- "S2k": {
2429
+ "S2u": {
2263
2430
  "type": "map",
2264
2431
  "key": {},
2265
2432
  "value": {
@@ -2270,7 +2437,7 @@
2270
2437
  "union": true
2271
2438
  }
2272
2439
  },
2273
- "S2o": {
2440
+ "S2y": {
2274
2441
  "type": "map",
2275
2442
  "key": {},
2276
2443
  "value": {
@@ -2288,7 +2455,7 @@
2288
2455
  }
2289
2456
  }
2290
2457
  },
2291
- "S2w": {
2458
+ "S36": {
2292
2459
  "type": "structure",
2293
2460
  "required": [
2294
2461
  "launchConfigurationTemplateID"
@@ -2310,19 +2477,19 @@
2310
2477
  "type": "boolean"
2311
2478
  },
2312
2479
  "largeVolumeConf": {
2313
- "shape": "S28"
2480
+ "shape": "S2j"
2314
2481
  },
2315
2482
  "launchConfigurationTemplateID": {},
2316
2483
  "launchDisposition": {},
2317
2484
  "licensing": {
2318
- "shape": "S2d"
2485
+ "shape": "S2o"
2319
2486
  },
2320
2487
  "mapAutoTaggingMpeID": {},
2321
2488
  "postLaunchActions": {
2322
- "shape": "S2e"
2489
+ "shape": "S2p"
2323
2490
  },
2324
2491
  "smallVolumeConf": {
2325
- "shape": "S28"
2492
+ "shape": "S2j"
2326
2493
  },
2327
2494
  "smallVolumeMaxSize": {
2328
2495
  "type": "long"
@@ -2333,11 +2500,11 @@
2333
2500
  "targetInstanceTypeRightSizingMethod": {}
2334
2501
  }
2335
2502
  },
2336
- "S34": {
2503
+ "S3e": {
2337
2504
  "type": "list",
2338
2505
  "member": {}
2339
2506
  },
2340
- "S37": {
2507
+ "S3h": {
2341
2508
  "type": "structure",
2342
2509
  "required": [
2343
2510
  "replicationConfigurationTemplateID"
@@ -2360,7 +2527,7 @@
2360
2527
  "replicationConfigurationTemplateID": {},
2361
2528
  "replicationServerInstanceType": {},
2362
2529
  "replicationServersSecurityGroupsIDs": {
2363
- "shape": "S34"
2530
+ "shape": "S3e"
2364
2531
  },
2365
2532
  "stagingAreaSubnetId": {},
2366
2533
  "stagingAreaTags": {
@@ -2377,7 +2544,7 @@
2377
2544
  }
2378
2545
  }
2379
2546
  },
2380
- "S40": {
2547
+ "S4b": {
2381
2548
  "type": "structure",
2382
2549
  "required": [
2383
2550
  "jobID"
@@ -2410,7 +2577,7 @@
2410
2577
  "executionStatus": {},
2411
2578
  "failureReason": {},
2412
2579
  "ssmDocument": {
2413
- "shape": "S2j"
2580
+ "shape": "S2t"
2414
2581
  },
2415
2582
  "ssmDocumentType": {}
2416
2583
  }
@@ -2430,7 +2597,7 @@
2430
2597
  "type": {}
2431
2598
  }
2432
2599
  },
2433
- "S54": {
2600
+ "S5f": {
2434
2601
  "type": "structure",
2435
2602
  "members": {
2436
2603
  "bootMode": {},
@@ -2446,18 +2613,18 @@
2446
2613
  },
2447
2614
  "launchDisposition": {},
2448
2615
  "licensing": {
2449
- "shape": "S2d"
2616
+ "shape": "S2o"
2450
2617
  },
2451
2618
  "mapAutoTaggingMpeID": {},
2452
2619
  "name": {},
2453
2620
  "postLaunchActions": {
2454
- "shape": "S2e"
2621
+ "shape": "S2p"
2455
2622
  },
2456
2623
  "sourceServerID": {},
2457
2624
  "targetInstanceTypeRightSizingMethod": {}
2458
2625
  }
2459
2626
  },
2460
- "S57": {
2627
+ "S5i": {
2461
2628
  "type": "structure",
2462
2629
  "members": {
2463
2630
  "associateDefaultSecurityGroup": {
@@ -2475,11 +2642,11 @@
2475
2642
  "ebsEncryptionKeyArn": {},
2476
2643
  "name": {},
2477
2644
  "replicatedDisks": {
2478
- "shape": "S58"
2645
+ "shape": "S5j"
2479
2646
  },
2480
2647
  "replicationServerInstanceType": {},
2481
2648
  "replicationServersSecurityGroupsIDs": {
2482
- "shape": "S34"
2649
+ "shape": "S3e"
2483
2650
  },
2484
2651
  "sourceServerID": {},
2485
2652
  "stagingAreaSubnetId": {},
@@ -2494,7 +2661,7 @@
2494
2661
  }
2495
2662
  }
2496
2663
  },
2497
- "S58": {
2664
+ "S5j": {
2498
2665
  "type": "list",
2499
2666
  "member": {
2500
2667
  "type": "structure",
@@ -2513,11 +2680,11 @@
2513
2680
  }
2514
2681
  }
2515
2682
  },
2516
- "S5g": {
2683
+ "S5r": {
2517
2684
  "type": "list",
2518
2685
  "member": {}
2519
2686
  },
2520
- "S5u": {
2687
+ "S6a": {
2521
2688
  "type": "structure",
2522
2689
  "members": {
2523
2690
  "creationDateTime": {},
@@ -2546,7 +2713,7 @@
2546
2713
  }
2547
2714
  }
2548
2715
  },
2549
- "S6c": {
2716
+ "S6r": {
2550
2717
  "type": "structure",
2551
2718
  "members": {
2552
2719
  "creationDateTime": {},
@@ -2556,7 +2723,7 @@
2556
2723
  "type": "float"
2557
2724
  },
2558
2725
  "s3BucketSource": {
2559
- "shape": "S6d"
2726
+ "shape": "S6s"
2560
2727
  },
2561
2728
  "status": {},
2562
2729
  "summary": {
@@ -2599,7 +2766,7 @@
2599
2766
  }
2600
2767
  }
2601
2768
  },
2602
- "S6d": {
2769
+ "S6s": {
2603
2770
  "type": "structure",
2604
2771
  "required": [
2605
2772
  "s3Bucket",
@@ -2611,11 +2778,11 @@
2611
2778
  "s3Key": {}
2612
2779
  }
2613
2780
  },
2614
- "S6p": {
2781
+ "S74": {
2615
2782
  "type": "list",
2616
2783
  "member": {}
2617
2784
  },
2618
- "S6t": {
2785
+ "S78": {
2619
2786
  "type": "structure",
2620
2787
  "members": {
2621
2788
  "actionID": {},
@@ -2628,7 +2795,7 @@
2628
2795
  "documentIdentifier": {},
2629
2796
  "documentVersion": {},
2630
2797
  "externalParameters": {
2631
- "shape": "S2k"
2798
+ "shape": "S2u"
2632
2799
  },
2633
2800
  "mustSucceedForCutover": {
2634
2801
  "type": "boolean"
@@ -2637,14 +2804,14 @@
2637
2804
  "type": "integer"
2638
2805
  },
2639
2806
  "parameters": {
2640
- "shape": "S2o"
2807
+ "shape": "S2y"
2641
2808
  },
2642
2809
  "timeoutSeconds": {
2643
2810
  "type": "integer"
2644
2811
  }
2645
2812
  }
2646
2813
  },
2647
- "S75": {
2814
+ "S7k": {
2648
2815
  "type": "structure",
2649
2816
  "members": {
2650
2817
  "actionID": {},
@@ -2657,7 +2824,7 @@
2657
2824
  "documentIdentifier": {},
2658
2825
  "documentVersion": {},
2659
2826
  "externalParameters": {
2660
- "shape": "S2k"
2827
+ "shape": "S2u"
2661
2828
  },
2662
2829
  "mustSucceedForCutover": {
2663
2830
  "type": "boolean"
@@ -2667,7 +2834,7 @@
2667
2834
  "type": "integer"
2668
2835
  },
2669
2836
  "parameters": {
2670
- "shape": "S2o"
2837
+ "shape": "S2y"
2671
2838
  },
2672
2839
  "timeoutSeconds": {
2673
2840
  "type": "integer"