cdk-docker-image-deployment 0.0.197 → 0.0.199

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +155 -0
  8. package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +70 -1
  9. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
  12. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
  13. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
  14. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  15. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +130 -103
  16. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +8 -1
  17. package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +234 -32
  18. package/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json +42 -0
  19. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +88 -11
  20. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
  21. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
  23. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
  24. package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
  25. package/node_modules/aws-sdk/clients/neptune.d.ts +39 -1
  26. package/node_modules/aws-sdk/clients/s3outposts.d.ts +17 -1
  27. package/node_modules/aws-sdk/clients/workdocs.d.ts +196 -0
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +1381 -830
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +7 -7
@@ -194,7 +194,7 @@
194
194
  }
195
195
  },
196
196
  "output": {
197
- "shape": "S2q"
197
+ "shape": "S2t"
198
198
  }
199
199
  },
200
200
  "CreateReplicationConfigurationTemplate": {
@@ -233,7 +233,7 @@
233
233
  "ebsEncryptionKeyArn": {},
234
234
  "replicationServerInstanceType": {},
235
235
  "replicationServersSecurityGroupsIDs": {
236
- "shape": "S2x"
236
+ "shape": "S30"
237
237
  },
238
238
  "stagingAreaSubnetId": {},
239
239
  "stagingAreaTags": {
@@ -248,7 +248,7 @@
248
248
  }
249
249
  },
250
250
  "output": {
251
- "shape": "S30"
251
+ "shape": "S33"
252
252
  }
253
253
  },
254
254
  "CreateWave": {
@@ -485,7 +485,7 @@
485
485
  "items": {
486
486
  "type": "list",
487
487
  "member": {
488
- "shape": "S3t"
488
+ "shape": "S3w"
489
489
  }
490
490
  },
491
491
  "nextToken": {}
@@ -516,7 +516,7 @@
516
516
  "items": {
517
517
  "type": "list",
518
518
  "member": {
519
- "shape": "S2q"
519
+ "shape": "S2t"
520
520
  }
521
521
  },
522
522
  "nextToken": {}
@@ -547,7 +547,7 @@
547
547
  "items": {
548
548
  "type": "list",
549
549
  "member": {
550
- "shape": "S30"
550
+ "shape": "S33"
551
551
  }
552
552
  },
553
553
  "nextToken": {}
@@ -752,7 +752,7 @@
752
752
  }
753
753
  },
754
754
  "output": {
755
- "shape": "S4x"
755
+ "shape": "S50"
756
756
  }
757
757
  },
758
758
  "GetReplicationConfiguration": {
@@ -770,7 +770,7 @@
770
770
  }
771
771
  },
772
772
  "output": {
773
- "shape": "S50"
773
+ "shape": "S53"
774
774
  }
775
775
  },
776
776
  "InitializeService": {
@@ -806,7 +806,7 @@
806
806
  "type": "boolean"
807
807
  },
808
808
  "waveIDs": {
809
- "shape": "S59"
809
+ "shape": "S5c"
810
810
  }
811
811
  }
812
812
  },
@@ -829,6 +829,166 @@
829
829
  }
830
830
  }
831
831
  },
832
+ "ListExportErrors": {
833
+ "http": {
834
+ "requestUri": "/ListExportErrors",
835
+ "responseCode": 200
836
+ },
837
+ "input": {
838
+ "type": "structure",
839
+ "required": [
840
+ "exportID"
841
+ ],
842
+ "members": {
843
+ "exportID": {},
844
+ "maxResults": {
845
+ "type": "integer"
846
+ },
847
+ "nextToken": {}
848
+ }
849
+ },
850
+ "output": {
851
+ "type": "structure",
852
+ "members": {
853
+ "items": {
854
+ "type": "list",
855
+ "member": {
856
+ "type": "structure",
857
+ "members": {
858
+ "errorData": {
859
+ "type": "structure",
860
+ "members": {
861
+ "rawError": {}
862
+ }
863
+ },
864
+ "errorDateTime": {}
865
+ }
866
+ }
867
+ },
868
+ "nextToken": {}
869
+ }
870
+ }
871
+ },
872
+ "ListExports": {
873
+ "http": {
874
+ "requestUri": "/ListExports",
875
+ "responseCode": 200
876
+ },
877
+ "input": {
878
+ "type": "structure",
879
+ "members": {
880
+ "filters": {
881
+ "type": "structure",
882
+ "members": {
883
+ "exportIDs": {
884
+ "type": "list",
885
+ "member": {}
886
+ }
887
+ }
888
+ },
889
+ "maxResults": {
890
+ "type": "integer"
891
+ },
892
+ "nextToken": {}
893
+ }
894
+ },
895
+ "output": {
896
+ "type": "structure",
897
+ "members": {
898
+ "items": {
899
+ "type": "list",
900
+ "member": {
901
+ "shape": "S5q"
902
+ }
903
+ },
904
+ "nextToken": {}
905
+ }
906
+ }
907
+ },
908
+ "ListImportErrors": {
909
+ "http": {
910
+ "requestUri": "/ListImportErrors",
911
+ "responseCode": 200
912
+ },
913
+ "input": {
914
+ "type": "structure",
915
+ "required": [
916
+ "importID"
917
+ ],
918
+ "members": {
919
+ "importID": {},
920
+ "maxResults": {
921
+ "type": "integer"
922
+ },
923
+ "nextToken": {}
924
+ }
925
+ },
926
+ "output": {
927
+ "type": "structure",
928
+ "members": {
929
+ "items": {
930
+ "type": "list",
931
+ "member": {
932
+ "type": "structure",
933
+ "members": {
934
+ "errorData": {
935
+ "type": "structure",
936
+ "members": {
937
+ "applicationID": {},
938
+ "ec2LaunchTemplateID": {},
939
+ "rawError": {},
940
+ "rowNumber": {
941
+ "type": "long"
942
+ },
943
+ "sourceServerID": {},
944
+ "waveID": {}
945
+ }
946
+ },
947
+ "errorDateTime": {},
948
+ "errorType": {}
949
+ }
950
+ }
951
+ },
952
+ "nextToken": {}
953
+ }
954
+ }
955
+ },
956
+ "ListImports": {
957
+ "http": {
958
+ "requestUri": "/ListImports",
959
+ "responseCode": 200
960
+ },
961
+ "input": {
962
+ "type": "structure",
963
+ "members": {
964
+ "filters": {
965
+ "type": "structure",
966
+ "members": {
967
+ "importIDs": {
968
+ "type": "list",
969
+ "member": {}
970
+ }
971
+ }
972
+ },
973
+ "maxResults": {
974
+ "type": "integer"
975
+ },
976
+ "nextToken": {}
977
+ }
978
+ },
979
+ "output": {
980
+ "type": "structure",
981
+ "members": {
982
+ "items": {
983
+ "type": "list",
984
+ "member": {
985
+ "shape": "S69"
986
+ }
987
+ },
988
+ "nextToken": {}
989
+ }
990
+ }
991
+ },
832
992
  "ListSourceServerActions": {
833
993
  "http": {
834
994
  "requestUri": "/ListSourceServerActions",
@@ -844,7 +1004,7 @@
844
1004
  "type": "structure",
845
1005
  "members": {
846
1006
  "actionIDs": {
847
- "shape": "S5e"
1007
+ "shape": "S6i"
848
1008
  }
849
1009
  }
850
1010
  },
@@ -861,7 +1021,7 @@
861
1021
  "items": {
862
1022
  "type": "list",
863
1023
  "member": {
864
- "shape": "S5i"
1024
+ "shape": "S6m"
865
1025
  }
866
1026
  },
867
1027
  "nextToken": {}
@@ -910,7 +1070,7 @@
910
1070
  "type": "structure",
911
1071
  "members": {
912
1072
  "actionIDs": {
913
- "shape": "S5e"
1073
+ "shape": "S6i"
914
1074
  }
915
1075
  }
916
1076
  },
@@ -927,7 +1087,7 @@
927
1087
  "items": {
928
1088
  "type": "list",
929
1089
  "member": {
930
- "shape": "S5s"
1090
+ "shape": "S6y"
931
1091
  }
932
1092
  },
933
1093
  "nextToken": {}
@@ -949,7 +1109,7 @@
949
1109
  "type": "boolean"
950
1110
  },
951
1111
  "waveIDs": {
952
- "shape": "S59"
1112
+ "shape": "S5c"
953
1113
  }
954
1114
  }
955
1115
  },
@@ -1010,8 +1170,13 @@
1010
1170
  "active": {
1011
1171
  "type": "boolean"
1012
1172
  },
1173
+ "category": {},
1174
+ "description": {},
1013
1175
  "documentIdentifier": {},
1014
1176
  "documentVersion": {},
1177
+ "externalParameters": {
1178
+ "shape": "S2h"
1179
+ },
1015
1180
  "mustSucceedForCutover": {
1016
1181
  "type": "boolean"
1017
1182
  },
@@ -1019,7 +1184,7 @@
1019
1184
  "type": "integer"
1020
1185
  },
1021
1186
  "parameters": {
1022
- "shape": "S2h"
1187
+ "shape": "S2l"
1023
1188
  },
1024
1189
  "sourceServerID": {},
1025
1190
  "timeoutSeconds": {
@@ -1028,7 +1193,7 @@
1028
1193
  }
1029
1194
  },
1030
1195
  "output": {
1031
- "shape": "S5i"
1196
+ "shape": "S6m"
1032
1197
  }
1033
1198
  },
1034
1199
  "PutTemplateAction": {
@@ -1051,8 +1216,13 @@
1051
1216
  "active": {
1052
1217
  "type": "boolean"
1053
1218
  },
1219
+ "category": {},
1220
+ "description": {},
1054
1221
  "documentIdentifier": {},
1055
1222
  "documentVersion": {},
1223
+ "externalParameters": {
1224
+ "shape": "S2h"
1225
+ },
1056
1226
  "launchConfigurationTemplateID": {},
1057
1227
  "mustSucceedForCutover": {
1058
1228
  "type": "boolean"
@@ -1062,7 +1232,7 @@
1062
1232
  "type": "integer"
1063
1233
  },
1064
1234
  "parameters": {
1065
- "shape": "S2h"
1235
+ "shape": "S2l"
1066
1236
  },
1067
1237
  "timeoutSeconds": {
1068
1238
  "type": "integer"
@@ -1070,7 +1240,7 @@
1070
1240
  }
1071
1241
  },
1072
1242
  "output": {
1073
- "shape": "S5s"
1243
+ "shape": "S6y"
1074
1244
  }
1075
1245
  },
1076
1246
  "RemoveSourceServerAction": {
@@ -1157,7 +1327,61 @@
1157
1327
  "type": "structure",
1158
1328
  "members": {
1159
1329
  "job": {
1160
- "shape": "S3t"
1330
+ "shape": "S3w"
1331
+ }
1332
+ }
1333
+ }
1334
+ },
1335
+ "StartExport": {
1336
+ "http": {
1337
+ "requestUri": "/StartExport",
1338
+ "responseCode": 202
1339
+ },
1340
+ "input": {
1341
+ "type": "structure",
1342
+ "required": [
1343
+ "s3Bucket",
1344
+ "s3Key"
1345
+ ],
1346
+ "members": {
1347
+ "s3Bucket": {},
1348
+ "s3BucketOwner": {},
1349
+ "s3Key": {}
1350
+ }
1351
+ },
1352
+ "output": {
1353
+ "type": "structure",
1354
+ "members": {
1355
+ "exportTask": {
1356
+ "shape": "S5q"
1357
+ }
1358
+ }
1359
+ }
1360
+ },
1361
+ "StartImport": {
1362
+ "http": {
1363
+ "requestUri": "/StartImport",
1364
+ "responseCode": 202
1365
+ },
1366
+ "input": {
1367
+ "type": "structure",
1368
+ "required": [
1369
+ "s3BucketSource"
1370
+ ],
1371
+ "members": {
1372
+ "clientToken": {
1373
+ "idempotencyToken": true
1374
+ },
1375
+ "s3BucketSource": {
1376
+ "shape": "S6a"
1377
+ }
1378
+ }
1379
+ },
1380
+ "output": {
1381
+ "type": "structure",
1382
+ "members": {
1383
+ "importTask": {
1384
+ "shape": "S69"
1161
1385
  }
1162
1386
  }
1163
1387
  }
@@ -1204,7 +1428,7 @@
1204
1428
  "type": "structure",
1205
1429
  "members": {
1206
1430
  "job": {
1207
- "shape": "S3t"
1431
+ "shape": "S3w"
1208
1432
  }
1209
1433
  }
1210
1434
  }
@@ -1256,7 +1480,7 @@
1256
1480
  "type": "structure",
1257
1481
  "members": {
1258
1482
  "job": {
1259
- "shape": "S3t"
1483
+ "shape": "S3w"
1260
1484
  }
1261
1485
  }
1262
1486
  }
@@ -1381,7 +1605,7 @@
1381
1605
  }
1382
1606
  },
1383
1607
  "output": {
1384
- "shape": "S4x"
1608
+ "shape": "S50"
1385
1609
  },
1386
1610
  "idempotent": true
1387
1611
  },
@@ -1431,7 +1655,7 @@
1431
1655
  }
1432
1656
  },
1433
1657
  "output": {
1434
- "shape": "S2q"
1658
+ "shape": "S2t"
1435
1659
  }
1436
1660
  },
1437
1661
  "UpdateReplicationConfiguration": {
@@ -1460,11 +1684,11 @@
1460
1684
  "ebsEncryptionKeyArn": {},
1461
1685
  "name": {},
1462
1686
  "replicatedDisks": {
1463
- "shape": "S51"
1687
+ "shape": "S54"
1464
1688
  },
1465
1689
  "replicationServerInstanceType": {},
1466
1690
  "replicationServersSecurityGroupsIDs": {
1467
- "shape": "S2x"
1691
+ "shape": "S30"
1468
1692
  },
1469
1693
  "sourceServerID": {},
1470
1694
  "stagingAreaSubnetId": {},
@@ -1477,7 +1701,7 @@
1477
1701
  }
1478
1702
  },
1479
1703
  "output": {
1480
- "shape": "S50"
1704
+ "shape": "S53"
1481
1705
  },
1482
1706
  "idempotent": true
1483
1707
  },
@@ -1509,7 +1733,7 @@
1509
1733
  "replicationConfigurationTemplateID": {},
1510
1734
  "replicationServerInstanceType": {},
1511
1735
  "replicationServersSecurityGroupsIDs": {
1512
- "shape": "S2x"
1736
+ "shape": "S30"
1513
1737
  },
1514
1738
  "stagingAreaSubnetId": {},
1515
1739
  "stagingAreaTags": {
@@ -1521,7 +1745,7 @@
1521
1745
  }
1522
1746
  },
1523
1747
  "output": {
1524
- "shape": "S30"
1748
+ "shape": "S33"
1525
1749
  }
1526
1750
  },
1527
1751
  "UpdateSourceServerReplicationType": {
@@ -1694,6 +1918,7 @@
1694
1918
  }
1695
1919
  }
1696
1920
  },
1921
+ "fqdnForActionFramework": {},
1697
1922
  "isArchived": {
1698
1923
  "type": "boolean"
1699
1924
  },
@@ -1834,6 +2059,7 @@
1834
2059
  "tags": {
1835
2060
  "shape": "Sd"
1836
2061
  },
2062
+ "userProvidedID": {},
1837
2063
  "vcenterClientID": {}
1838
2064
  }
1839
2065
  },
@@ -1880,11 +2106,14 @@
1880
2106
  ],
1881
2107
  "members": {
1882
2108
  "actionName": {},
2109
+ "externalParameters": {
2110
+ "shape": "S2h"
2111
+ },
1883
2112
  "mustSucceedForCutover": {
1884
2113
  "type": "boolean"
1885
2114
  },
1886
2115
  "parameters": {
1887
- "shape": "S2h"
2116
+ "shape": "S2l"
1888
2117
  },
1889
2118
  "ssmDocumentName": {},
1890
2119
  "timeoutSeconds": {
@@ -1893,6 +2122,17 @@
1893
2122
  }
1894
2123
  },
1895
2124
  "S2h": {
2125
+ "type": "map",
2126
+ "key": {},
2127
+ "value": {
2128
+ "type": "structure",
2129
+ "members": {
2130
+ "dynamicPath": {}
2131
+ },
2132
+ "union": true
2133
+ }
2134
+ },
2135
+ "S2l": {
1896
2136
  "type": "map",
1897
2137
  "key": {},
1898
2138
  "value": {
@@ -1910,7 +2150,7 @@
1910
2150
  }
1911
2151
  }
1912
2152
  },
1913
- "S2q": {
2153
+ "S2t": {
1914
2154
  "type": "structure",
1915
2155
  "required": [
1916
2156
  "launchConfigurationTemplateID"
@@ -1955,11 +2195,11 @@
1955
2195
  "targetInstanceTypeRightSizingMethod": {}
1956
2196
  }
1957
2197
  },
1958
- "S2x": {
2198
+ "S30": {
1959
2199
  "type": "list",
1960
2200
  "member": {}
1961
2201
  },
1962
- "S30": {
2202
+ "S33": {
1963
2203
  "type": "structure",
1964
2204
  "required": [
1965
2205
  "replicationConfigurationTemplateID"
@@ -1982,7 +2222,7 @@
1982
2222
  "replicationConfigurationTemplateID": {},
1983
2223
  "replicationServerInstanceType": {},
1984
2224
  "replicationServersSecurityGroupsIDs": {
1985
- "shape": "S2x"
2225
+ "shape": "S30"
1986
2226
  },
1987
2227
  "stagingAreaSubnetId": {},
1988
2228
  "stagingAreaTags": {
@@ -1996,7 +2236,7 @@
1996
2236
  }
1997
2237
  }
1998
2238
  },
1999
- "S3t": {
2239
+ "S3w": {
2000
2240
  "type": "structure",
2001
2241
  "required": [
2002
2242
  "jobID"
@@ -2049,7 +2289,7 @@
2049
2289
  "type": {}
2050
2290
  }
2051
2291
  },
2052
- "S4x": {
2292
+ "S50": {
2053
2293
  "type": "structure",
2054
2294
  "members": {
2055
2295
  "bootMode": {},
@@ -2076,7 +2316,7 @@
2076
2316
  "targetInstanceTypeRightSizingMethod": {}
2077
2317
  }
2078
2318
  },
2079
- "S50": {
2319
+ "S53": {
2080
2320
  "type": "structure",
2081
2321
  "members": {
2082
2322
  "associateDefaultSecurityGroup": {
@@ -2094,11 +2334,11 @@
2094
2334
  "ebsEncryptionKeyArn": {},
2095
2335
  "name": {},
2096
2336
  "replicatedDisks": {
2097
- "shape": "S51"
2337
+ "shape": "S54"
2098
2338
  },
2099
2339
  "replicationServerInstanceType": {},
2100
2340
  "replicationServersSecurityGroupsIDs": {
2101
- "shape": "S2x"
2341
+ "shape": "S30"
2102
2342
  },
2103
2343
  "sourceServerID": {},
2104
2344
  "stagingAreaSubnetId": {},
@@ -2110,7 +2350,7 @@
2110
2350
  }
2111
2351
  }
2112
2352
  },
2113
- "S51": {
2353
+ "S54": {
2114
2354
  "type": "list",
2115
2355
  "member": {
2116
2356
  "type": "structure",
@@ -2129,15 +2369,109 @@
2129
2369
  }
2130
2370
  }
2131
2371
  },
2132
- "S59": {
2372
+ "S5c": {
2133
2373
  "type": "list",
2134
2374
  "member": {}
2135
2375
  },
2136
- "S5e": {
2376
+ "S5q": {
2377
+ "type": "structure",
2378
+ "members": {
2379
+ "creationDateTime": {},
2380
+ "endDateTime": {},
2381
+ "exportID": {},
2382
+ "progressPercentage": {
2383
+ "type": "float"
2384
+ },
2385
+ "s3Bucket": {},
2386
+ "s3BucketOwner": {},
2387
+ "s3Key": {},
2388
+ "status": {},
2389
+ "summary": {
2390
+ "type": "structure",
2391
+ "members": {
2392
+ "applicationsCount": {
2393
+ "type": "long"
2394
+ },
2395
+ "serversCount": {
2396
+ "type": "long"
2397
+ },
2398
+ "wavesCount": {
2399
+ "type": "long"
2400
+ }
2401
+ }
2402
+ }
2403
+ }
2404
+ },
2405
+ "S69": {
2406
+ "type": "structure",
2407
+ "members": {
2408
+ "creationDateTime": {},
2409
+ "endDateTime": {},
2410
+ "importID": {},
2411
+ "progressPercentage": {
2412
+ "type": "float"
2413
+ },
2414
+ "s3BucketSource": {
2415
+ "shape": "S6a"
2416
+ },
2417
+ "status": {},
2418
+ "summary": {
2419
+ "type": "structure",
2420
+ "members": {
2421
+ "applications": {
2422
+ "type": "structure",
2423
+ "members": {
2424
+ "createdCount": {
2425
+ "type": "long"
2426
+ },
2427
+ "modifiedCount": {
2428
+ "type": "long"
2429
+ }
2430
+ }
2431
+ },
2432
+ "servers": {
2433
+ "type": "structure",
2434
+ "members": {
2435
+ "createdCount": {
2436
+ "type": "long"
2437
+ },
2438
+ "modifiedCount": {
2439
+ "type": "long"
2440
+ }
2441
+ }
2442
+ },
2443
+ "waves": {
2444
+ "type": "structure",
2445
+ "members": {
2446
+ "createdCount": {
2447
+ "type": "long"
2448
+ },
2449
+ "modifiedCount": {
2450
+ "type": "long"
2451
+ }
2452
+ }
2453
+ }
2454
+ }
2455
+ }
2456
+ }
2457
+ },
2458
+ "S6a": {
2459
+ "type": "structure",
2460
+ "required": [
2461
+ "s3Bucket",
2462
+ "s3Key"
2463
+ ],
2464
+ "members": {
2465
+ "s3Bucket": {},
2466
+ "s3BucketOwner": {},
2467
+ "s3Key": {}
2468
+ }
2469
+ },
2470
+ "S6i": {
2137
2471
  "type": "list",
2138
2472
  "member": {}
2139
2473
  },
2140
- "S5i": {
2474
+ "S6m": {
2141
2475
  "type": "structure",
2142
2476
  "members": {
2143
2477
  "actionID": {},
@@ -2145,8 +2479,13 @@
2145
2479
  "active": {
2146
2480
  "type": "boolean"
2147
2481
  },
2482
+ "category": {},
2483
+ "description": {},
2148
2484
  "documentIdentifier": {},
2149
2485
  "documentVersion": {},
2486
+ "externalParameters": {
2487
+ "shape": "S2h"
2488
+ },
2150
2489
  "mustSucceedForCutover": {
2151
2490
  "type": "boolean"
2152
2491
  },
@@ -2154,14 +2493,14 @@
2154
2493
  "type": "integer"
2155
2494
  },
2156
2495
  "parameters": {
2157
- "shape": "S2h"
2496
+ "shape": "S2l"
2158
2497
  },
2159
2498
  "timeoutSeconds": {
2160
2499
  "type": "integer"
2161
2500
  }
2162
2501
  }
2163
2502
  },
2164
- "S5s": {
2503
+ "S6y": {
2165
2504
  "type": "structure",
2166
2505
  "members": {
2167
2506
  "actionID": {},
@@ -2169,8 +2508,13 @@
2169
2508
  "active": {
2170
2509
  "type": "boolean"
2171
2510
  },
2511
+ "category": {},
2512
+ "description": {},
2172
2513
  "documentIdentifier": {},
2173
2514
  "documentVersion": {},
2515
+ "externalParameters": {
2516
+ "shape": "S2h"
2517
+ },
2174
2518
  "mustSucceedForCutover": {
2175
2519
  "type": "boolean"
2176
2520
  },
@@ -2179,7 +2523,7 @@
2179
2523
  "type": "integer"
2180
2524
  },
2181
2525
  "parameters": {
2182
- "shape": "S2h"
2526
+ "shape": "S2l"
2183
2527
  },
2184
2528
  "timeoutSeconds": {
2185
2529
  "type": "integer"