cdk-docker-image-deployment 0.0.170 → 0.0.172

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 (31) 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 +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  11. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  12. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  14. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
  18. package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  22. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  23. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -81,6 +81,97 @@
81
81
  }
82
82
  }
83
83
  },
84
+ "CreateAppVersionAppComponent": {
85
+ "http": {
86
+ "requestUri": "/create-app-version-app-component",
87
+ "responseCode": 200
88
+ },
89
+ "input": {
90
+ "type": "structure",
91
+ "required": [
92
+ "appArn",
93
+ "name",
94
+ "type"
95
+ ],
96
+ "members": {
97
+ "additionalInfo": {
98
+ "shape": "Ss"
99
+ },
100
+ "appArn": {},
101
+ "clientToken": {
102
+ "idempotencyToken": true
103
+ },
104
+ "id": {},
105
+ "name": {},
106
+ "type": {}
107
+ }
108
+ },
109
+ "output": {
110
+ "type": "structure",
111
+ "required": [
112
+ "appArn",
113
+ "appVersion"
114
+ ],
115
+ "members": {
116
+ "appArn": {},
117
+ "appComponent": {
118
+ "shape": "Sx"
119
+ },
120
+ "appVersion": {}
121
+ }
122
+ }
123
+ },
124
+ "CreateAppVersionResource": {
125
+ "http": {
126
+ "requestUri": "/create-app-version-resource",
127
+ "responseCode": 200
128
+ },
129
+ "input": {
130
+ "type": "structure",
131
+ "required": [
132
+ "appArn",
133
+ "appComponents",
134
+ "logicalResourceId",
135
+ "physicalResourceId",
136
+ "resourceName",
137
+ "resourceType"
138
+ ],
139
+ "members": {
140
+ "additionalInfo": {
141
+ "shape": "Ss"
142
+ },
143
+ "appArn": {},
144
+ "appComponents": {
145
+ "shape": "Sz"
146
+ },
147
+ "awsAccountId": {},
148
+ "awsRegion": {},
149
+ "clientToken": {
150
+ "idempotencyToken": true
151
+ },
152
+ "logicalResourceId": {
153
+ "shape": "S10"
154
+ },
155
+ "physicalResourceId": {},
156
+ "resourceName": {},
157
+ "resourceType": {}
158
+ }
159
+ },
160
+ "output": {
161
+ "type": "structure",
162
+ "required": [
163
+ "appArn",
164
+ "appVersion"
165
+ ],
166
+ "members": {
167
+ "appArn": {},
168
+ "appVersion": {},
169
+ "physicalResource": {
170
+ "shape": "S13"
171
+ }
172
+ }
173
+ }
174
+ },
84
175
  "CreateRecommendationTemplate": {
85
176
  "http": {
86
177
  "requestUri": "/create-recommendation-template",
@@ -101,10 +192,10 @@
101
192
  "format": {},
102
193
  "name": {},
103
194
  "recommendationIds": {
104
- "shape": "St"
195
+ "shape": "S18"
105
196
  },
106
197
  "recommendationTypes": {
107
- "shape": "Sv"
198
+ "shape": "S1a"
108
199
  },
109
200
  "tags": {
110
201
  "shape": "Si"
@@ -115,7 +206,7 @@
115
206
  "type": "structure",
116
207
  "members": {
117
208
  "recommendationTemplate": {
118
- "shape": "Sy"
209
+ "shape": "S1d"
119
210
  }
120
211
  }
121
212
  }
@@ -138,7 +229,7 @@
138
229
  },
139
230
  "dataLocationConstraint": {},
140
231
  "policy": {
141
- "shape": "S15"
232
+ "shape": "S1j"
142
233
  },
143
234
  "policyDescription": {},
144
235
  "policyName": {},
@@ -155,7 +246,7 @@
155
246
  ],
156
247
  "members": {
157
248
  "policy": {
158
- "shape": "S1b"
249
+ "shape": "S1p"
159
250
  }
160
251
  }
161
252
  }
@@ -219,6 +310,110 @@
219
310
  }
220
311
  }
221
312
  },
313
+ "DeleteAppInputSource": {
314
+ "http": {
315
+ "requestUri": "/delete-app-input-source",
316
+ "responseCode": 200
317
+ },
318
+ "input": {
319
+ "type": "structure",
320
+ "required": [
321
+ "appArn"
322
+ ],
323
+ "members": {
324
+ "appArn": {},
325
+ "clientToken": {
326
+ "idempotencyToken": true
327
+ },
328
+ "sourceArn": {},
329
+ "terraformSource": {
330
+ "shape": "S1x"
331
+ }
332
+ }
333
+ },
334
+ "output": {
335
+ "type": "structure",
336
+ "members": {
337
+ "appArn": {},
338
+ "appInputSource": {
339
+ "shape": "S20"
340
+ }
341
+ }
342
+ }
343
+ },
344
+ "DeleteAppVersionAppComponent": {
345
+ "http": {
346
+ "requestUri": "/delete-app-version-app-component",
347
+ "responseCode": 200
348
+ },
349
+ "input": {
350
+ "type": "structure",
351
+ "required": [
352
+ "appArn",
353
+ "id"
354
+ ],
355
+ "members": {
356
+ "appArn": {},
357
+ "clientToken": {
358
+ "idempotencyToken": true
359
+ },
360
+ "id": {}
361
+ }
362
+ },
363
+ "output": {
364
+ "type": "structure",
365
+ "required": [
366
+ "appArn",
367
+ "appVersion"
368
+ ],
369
+ "members": {
370
+ "appArn": {},
371
+ "appComponent": {
372
+ "shape": "Sx"
373
+ },
374
+ "appVersion": {}
375
+ }
376
+ }
377
+ },
378
+ "DeleteAppVersionResource": {
379
+ "http": {
380
+ "requestUri": "/delete-app-version-resource",
381
+ "responseCode": 200
382
+ },
383
+ "input": {
384
+ "type": "structure",
385
+ "required": [
386
+ "appArn"
387
+ ],
388
+ "members": {
389
+ "appArn": {},
390
+ "awsAccountId": {},
391
+ "awsRegion": {},
392
+ "clientToken": {
393
+ "idempotencyToken": true
394
+ },
395
+ "logicalResourceId": {
396
+ "shape": "S10"
397
+ },
398
+ "physicalResourceId": {},
399
+ "resourceName": {}
400
+ }
401
+ },
402
+ "output": {
403
+ "type": "structure",
404
+ "required": [
405
+ "appArn",
406
+ "appVersion"
407
+ ],
408
+ "members": {
409
+ "appArn": {},
410
+ "appVersion": {},
411
+ "physicalResource": {
412
+ "shape": "S13"
413
+ }
414
+ }
415
+ }
416
+ },
222
417
  "DeleteRecommendationTemplate": {
223
418
  "http": {
224
419
  "requestUri": "/delete-recommendation-template",
@@ -322,7 +517,109 @@
322
517
  ],
323
518
  "members": {
324
519
  "assessment": {
325
- "shape": "S1q"
520
+ "shape": "S2e"
521
+ }
522
+ }
523
+ }
524
+ },
525
+ "DescribeAppVersion": {
526
+ "http": {
527
+ "requestUri": "/describe-app-version",
528
+ "responseCode": 200
529
+ },
530
+ "input": {
531
+ "type": "structure",
532
+ "required": [
533
+ "appArn",
534
+ "appVersion"
535
+ ],
536
+ "members": {
537
+ "appArn": {},
538
+ "appVersion": {}
539
+ }
540
+ },
541
+ "output": {
542
+ "type": "structure",
543
+ "required": [
544
+ "appArn",
545
+ "appVersion"
546
+ ],
547
+ "members": {
548
+ "additionalInfo": {
549
+ "shape": "Ss"
550
+ },
551
+ "appArn": {},
552
+ "appVersion": {}
553
+ }
554
+ }
555
+ },
556
+ "DescribeAppVersionAppComponent": {
557
+ "http": {
558
+ "requestUri": "/describe-app-version-app-component",
559
+ "responseCode": 200
560
+ },
561
+ "input": {
562
+ "type": "structure",
563
+ "required": [
564
+ "appArn",
565
+ "appVersion",
566
+ "id"
567
+ ],
568
+ "members": {
569
+ "appArn": {},
570
+ "appVersion": {},
571
+ "id": {}
572
+ }
573
+ },
574
+ "output": {
575
+ "type": "structure",
576
+ "required": [
577
+ "appArn",
578
+ "appVersion"
579
+ ],
580
+ "members": {
581
+ "appArn": {},
582
+ "appComponent": {
583
+ "shape": "Sx"
584
+ },
585
+ "appVersion": {}
586
+ }
587
+ }
588
+ },
589
+ "DescribeAppVersionResource": {
590
+ "http": {
591
+ "requestUri": "/describe-app-version-resource",
592
+ "responseCode": 200
593
+ },
594
+ "input": {
595
+ "type": "structure",
596
+ "required": [
597
+ "appArn",
598
+ "appVersion"
599
+ ],
600
+ "members": {
601
+ "appArn": {},
602
+ "appVersion": {},
603
+ "awsAccountId": {},
604
+ "awsRegion": {},
605
+ "logicalResourceId": {
606
+ "shape": "S10"
607
+ },
608
+ "physicalResourceId": {},
609
+ "resourceName": {}
610
+ }
611
+ },
612
+ "output": {
613
+ "type": "structure",
614
+ "required": [
615
+ "appArn",
616
+ "appVersion"
617
+ ],
618
+ "members": {
619
+ "appArn": {},
620
+ "appVersion": {},
621
+ "physicalResource": {
622
+ "shape": "S13"
326
623
  }
327
624
  }
328
625
  }
@@ -445,7 +742,7 @@
445
742
  ],
446
743
  "members": {
447
744
  "policy": {
448
- "shape": "S1b"
745
+ "shape": "S1p"
449
746
  }
450
747
  }
451
748
  }
@@ -462,11 +759,12 @@
462
759
  ],
463
760
  "members": {
464
761
  "appArn": {},
762
+ "importStrategy": {},
465
763
  "sourceArns": {
466
- "shape": "S2g"
764
+ "shape": "S3b"
467
765
  },
468
766
  "terraformSources": {
469
- "shape": "S2h"
767
+ "shape": "S3c"
470
768
  }
471
769
  }
472
770
  },
@@ -481,11 +779,11 @@
481
779
  "appArn": {},
482
780
  "appVersion": {},
483
781
  "sourceArns": {
484
- "shape": "S2g"
782
+ "shape": "S3b"
485
783
  },
486
784
  "status": {},
487
785
  "terraformSources": {
488
- "shape": "S2h"
786
+ "shape": "S3c"
489
787
  }
490
788
  }
491
789
  }
@@ -528,7 +826,7 @@
528
826
  "appComponentName": {},
529
827
  "description": {},
530
828
  "items": {
531
- "shape": "S2s"
829
+ "shape": "S3l"
532
830
  },
533
831
  "name": {},
534
832
  "prerequisite": {},
@@ -611,7 +909,7 @@
611
909
  "assessmentStatus": {},
612
910
  "complianceStatus": {},
613
911
  "cost": {
614
- "shape": "S1u"
912
+ "shape": "S2i"
615
913
  },
616
914
  "endTime": {
617
915
  "type": "timestamp"
@@ -662,14 +960,14 @@
662
960
  "members": {
663
961
  "appComponentName": {},
664
962
  "compliance": {
665
- "shape": "S1r"
963
+ "shape": "S2f"
666
964
  },
667
965
  "cost": {
668
- "shape": "S1u"
966
+ "shape": "S2i"
669
967
  },
670
968
  "message": {},
671
969
  "resiliencyScore": {
672
- "shape": "S1y"
970
+ "shape": "S2m"
673
971
  },
674
972
  "status": {}
675
973
  }
@@ -726,10 +1024,10 @@
726
1024
  "members": {
727
1025
  "appComponentName": {},
728
1026
  "compliance": {
729
- "shape": "S1r"
1027
+ "shape": "S2f"
730
1028
  },
731
1029
  "cost": {
732
- "shape": "S1u"
1030
+ "shape": "S2i"
733
1031
  },
734
1032
  "description": {},
735
1033
  "haArchitecture": {},
@@ -772,6 +1070,78 @@
772
1070
  }
773
1071
  }
774
1072
  },
1073
+ "ListAppInputSources": {
1074
+ "http": {
1075
+ "requestUri": "/list-app-input-sources",
1076
+ "responseCode": 200
1077
+ },
1078
+ "input": {
1079
+ "type": "structure",
1080
+ "required": [
1081
+ "appArn",
1082
+ "appVersion"
1083
+ ],
1084
+ "members": {
1085
+ "appArn": {},
1086
+ "appVersion": {},
1087
+ "maxResults": {
1088
+ "type": "integer"
1089
+ },
1090
+ "nextToken": {}
1091
+ }
1092
+ },
1093
+ "output": {
1094
+ "type": "structure",
1095
+ "required": [
1096
+ "appInputSources"
1097
+ ],
1098
+ "members": {
1099
+ "appInputSources": {
1100
+ "type": "list",
1101
+ "member": {
1102
+ "shape": "S20"
1103
+ }
1104
+ },
1105
+ "nextToken": {}
1106
+ }
1107
+ }
1108
+ },
1109
+ "ListAppVersionAppComponents": {
1110
+ "http": {
1111
+ "requestUri": "/list-app-version-app-components",
1112
+ "responseCode": 200
1113
+ },
1114
+ "input": {
1115
+ "type": "structure",
1116
+ "required": [
1117
+ "appArn",
1118
+ "appVersion"
1119
+ ],
1120
+ "members": {
1121
+ "appArn": {},
1122
+ "appVersion": {},
1123
+ "maxResults": {
1124
+ "type": "integer"
1125
+ },
1126
+ "nextToken": {}
1127
+ }
1128
+ },
1129
+ "output": {
1130
+ "type": "structure",
1131
+ "required": [
1132
+ "appArn",
1133
+ "appVersion"
1134
+ ],
1135
+ "members": {
1136
+ "appArn": {},
1137
+ "appComponents": {
1138
+ "shape": "S14"
1139
+ },
1140
+ "appVersion": {},
1141
+ "nextToken": {}
1142
+ }
1143
+ }
1144
+ },
775
1145
  "ListAppVersionResourceMappings": {
776
1146
  "http": {
777
1147
  "requestUri": "/list-app-version-resource-mappings",
@@ -837,36 +1207,7 @@
837
1207
  "physicalResources": {
838
1208
  "type": "list",
839
1209
  "member": {
840
- "type": "structure",
841
- "required": [
842
- "logicalResourceId",
843
- "physicalResourceId",
844
- "resourceType"
845
- ],
846
- "members": {
847
- "appComponents": {
848
- "type": "list",
849
- "member": {
850
- "type": "structure",
851
- "required": [
852
- "name",
853
- "type"
854
- ],
855
- "members": {
856
- "name": {},
857
- "type": {}
858
- }
859
- }
860
- },
861
- "logicalResourceId": {
862
- "shape": "S3p"
863
- },
864
- "physicalResourceId": {
865
- "shape": "S8"
866
- },
867
- "resourceName": {},
868
- "resourceType": {}
869
- }
1210
+ "shape": "S13"
870
1211
  }
871
1212
  },
872
1213
  "resolutionId": {}
@@ -1029,7 +1370,7 @@
1029
1370
  "recommendationTemplates": {
1030
1371
  "type": "list",
1031
1372
  "member": {
1032
- "shape": "Sy"
1373
+ "shape": "S1d"
1033
1374
  }
1034
1375
  }
1035
1376
  }
@@ -1067,7 +1408,7 @@
1067
1408
  "members": {
1068
1409
  "nextToken": {},
1069
1410
  "resiliencyPolicies": {
1070
- "shape": "S44"
1411
+ "shape": "S4y"
1071
1412
  }
1072
1413
  }
1073
1414
  }
@@ -1110,7 +1451,7 @@
1110
1451
  "appComponentName": {},
1111
1452
  "description": {},
1112
1453
  "items": {
1113
- "shape": "S2s"
1454
+ "shape": "S3l"
1114
1455
  },
1115
1456
  "name": {},
1116
1457
  "prerequisite": {},
@@ -1151,7 +1492,7 @@
1151
1492
  "members": {
1152
1493
  "nextToken": {},
1153
1494
  "resiliencyPolicies": {
1154
- "shape": "S44"
1495
+ "shape": "S4y"
1155
1496
  }
1156
1497
  }
1157
1498
  }
@@ -1224,7 +1565,7 @@
1224
1565
  "description": {},
1225
1566
  "intent": {},
1226
1567
  "items": {
1227
- "shape": "S2s"
1568
+ "shape": "S3l"
1228
1569
  },
1229
1570
  "name": {},
1230
1571
  "prerequisite": {},
@@ -1279,7 +1620,7 @@
1279
1620
  ],
1280
1621
  "members": {
1281
1622
  "logicalResourceId": {
1282
- "shape": "S3p"
1623
+ "shape": "S10"
1283
1624
  },
1284
1625
  "physicalResourceId": {
1285
1626
  "shape": "S8"
@@ -1353,19 +1694,19 @@
1353
1694
  "members": {
1354
1695
  "appArn": {},
1355
1696
  "appRegistryAppNames": {
1356
- "shape": "S4v"
1697
+ "shape": "S5p"
1357
1698
  },
1358
1699
  "logicalStackNames": {
1359
- "shape": "S4w"
1700
+ "shape": "S5q"
1360
1701
  },
1361
1702
  "resourceGroupNames": {
1362
- "shape": "S4v"
1703
+ "shape": "S5p"
1363
1704
  },
1364
1705
  "resourceNames": {
1365
- "shape": "S4v"
1706
+ "shape": "S5p"
1366
1707
  },
1367
1708
  "terraformSourceNames": {
1368
- "shape": "S4w"
1709
+ "shape": "S5q"
1369
1710
  }
1370
1711
  }
1371
1712
  },
@@ -1440,7 +1781,7 @@
1440
1781
  ],
1441
1782
  "members": {
1442
1783
  "assessment": {
1443
- "shape": "S1q"
1784
+ "shape": "S2e"
1444
1785
  }
1445
1786
  }
1446
1787
  }
@@ -1534,6 +1875,120 @@
1534
1875
  }
1535
1876
  }
1536
1877
  },
1878
+ "UpdateAppVersion": {
1879
+ "http": {
1880
+ "requestUri": "/update-app-version",
1881
+ "responseCode": 200
1882
+ },
1883
+ "input": {
1884
+ "type": "structure",
1885
+ "required": [
1886
+ "appArn"
1887
+ ],
1888
+ "members": {
1889
+ "additionalInfo": {
1890
+ "shape": "Ss"
1891
+ },
1892
+ "appArn": {}
1893
+ }
1894
+ },
1895
+ "output": {
1896
+ "type": "structure",
1897
+ "required": [
1898
+ "appArn",
1899
+ "appVersion"
1900
+ ],
1901
+ "members": {
1902
+ "additionalInfo": {
1903
+ "shape": "Ss"
1904
+ },
1905
+ "appArn": {},
1906
+ "appVersion": {}
1907
+ }
1908
+ }
1909
+ },
1910
+ "UpdateAppVersionAppComponent": {
1911
+ "http": {
1912
+ "requestUri": "/update-app-version-app-component",
1913
+ "responseCode": 200
1914
+ },
1915
+ "input": {
1916
+ "type": "structure",
1917
+ "required": [
1918
+ "appArn",
1919
+ "id"
1920
+ ],
1921
+ "members": {
1922
+ "additionalInfo": {
1923
+ "shape": "Ss"
1924
+ },
1925
+ "appArn": {},
1926
+ "id": {},
1927
+ "name": {},
1928
+ "type": {}
1929
+ }
1930
+ },
1931
+ "output": {
1932
+ "type": "structure",
1933
+ "required": [
1934
+ "appArn",
1935
+ "appVersion"
1936
+ ],
1937
+ "members": {
1938
+ "appArn": {},
1939
+ "appComponent": {
1940
+ "shape": "Sx"
1941
+ },
1942
+ "appVersion": {}
1943
+ }
1944
+ }
1945
+ },
1946
+ "UpdateAppVersionResource": {
1947
+ "http": {
1948
+ "requestUri": "/update-app-version-resource",
1949
+ "responseCode": 200
1950
+ },
1951
+ "input": {
1952
+ "type": "structure",
1953
+ "required": [
1954
+ "appArn"
1955
+ ],
1956
+ "members": {
1957
+ "additionalInfo": {
1958
+ "shape": "Ss"
1959
+ },
1960
+ "appArn": {},
1961
+ "appComponents": {
1962
+ "shape": "Sz"
1963
+ },
1964
+ "awsAccountId": {},
1965
+ "awsRegion": {},
1966
+ "excluded": {
1967
+ "type": "boolean"
1968
+ },
1969
+ "logicalResourceId": {
1970
+ "shape": "S10"
1971
+ },
1972
+ "physicalResourceId": {},
1973
+ "resourceName": {},
1974
+ "resourceType": {}
1975
+ }
1976
+ },
1977
+ "output": {
1978
+ "type": "structure",
1979
+ "required": [
1980
+ "appArn",
1981
+ "appVersion"
1982
+ ],
1983
+ "members": {
1984
+ "appArn": {},
1985
+ "appVersion": {},
1986
+ "physicalResource": {
1987
+ "shape": "S13"
1988
+ }
1989
+ }
1990
+ }
1991
+ },
1537
1992
  "UpdateResiliencyPolicy": {
1538
1993
  "http": {
1539
1994
  "requestUri": "/update-resiliency-policy",
@@ -1547,7 +2002,7 @@
1547
2002
  "members": {
1548
2003
  "dataLocationConstraint": {},
1549
2004
  "policy": {
1550
- "shape": "S15"
2005
+ "shape": "S1j"
1551
2006
  },
1552
2007
  "policyArn": {},
1553
2008
  "policyDescription": {},
@@ -1562,7 +2017,7 @@
1562
2017
  ],
1563
2018
  "members": {
1564
2019
  "policy": {
1565
- "shape": "S1b"
2020
+ "shape": "S1p"
1566
2021
  }
1567
2022
  }
1568
2023
  }
@@ -1641,15 +2096,87 @@
1641
2096
  }
1642
2097
  }
1643
2098
  },
1644
- "St": {
2099
+ "Ss": {
2100
+ "type": "map",
2101
+ "key": {},
2102
+ "value": {
2103
+ "type": "list",
2104
+ "member": {}
2105
+ }
2106
+ },
2107
+ "Sx": {
2108
+ "type": "structure",
2109
+ "required": [
2110
+ "name",
2111
+ "type"
2112
+ ],
2113
+ "members": {
2114
+ "additionalInfo": {
2115
+ "shape": "Ss"
2116
+ },
2117
+ "id": {},
2118
+ "name": {},
2119
+ "type": {}
2120
+ }
2121
+ },
2122
+ "Sz": {
2123
+ "type": "list",
2124
+ "member": {}
2125
+ },
2126
+ "S10": {
2127
+ "type": "structure",
2128
+ "required": [
2129
+ "identifier"
2130
+ ],
2131
+ "members": {
2132
+ "identifier": {},
2133
+ "logicalStackName": {},
2134
+ "resourceGroupName": {},
2135
+ "terraformSourceName": {}
2136
+ }
2137
+ },
2138
+ "S13": {
2139
+ "type": "structure",
2140
+ "required": [
2141
+ "logicalResourceId",
2142
+ "physicalResourceId",
2143
+ "resourceType"
2144
+ ],
2145
+ "members": {
2146
+ "additionalInfo": {
2147
+ "shape": "Ss"
2148
+ },
2149
+ "appComponents": {
2150
+ "shape": "S14"
2151
+ },
2152
+ "excluded": {
2153
+ "type": "boolean"
2154
+ },
2155
+ "logicalResourceId": {
2156
+ "shape": "S10"
2157
+ },
2158
+ "physicalResourceId": {
2159
+ "shape": "S8"
2160
+ },
2161
+ "resourceName": {},
2162
+ "resourceType": {}
2163
+ }
2164
+ },
2165
+ "S14": {
2166
+ "type": "list",
2167
+ "member": {
2168
+ "shape": "Sx"
2169
+ }
2170
+ },
2171
+ "S18": {
1645
2172
  "type": "list",
1646
2173
  "member": {}
1647
2174
  },
1648
- "Sv": {
2175
+ "S1a": {
1649
2176
  "type": "list",
1650
2177
  "member": {}
1651
2178
  },
1652
- "Sy": {
2179
+ "S1d": {
1653
2180
  "type": "structure",
1654
2181
  "required": [
1655
2182
  "assessmentArn",
@@ -1672,11 +2199,11 @@
1672
2199
  "type": "boolean"
1673
2200
  },
1674
2201
  "recommendationIds": {
1675
- "shape": "St"
2202
+ "shape": "S18"
1676
2203
  },
1677
2204
  "recommendationTemplateArn": {},
1678
2205
  "recommendationTypes": {
1679
- "shape": "Sv"
2206
+ "shape": "S1a"
1680
2207
  },
1681
2208
  "startTime": {
1682
2209
  "type": "timestamp"
@@ -1694,7 +2221,7 @@
1694
2221
  }
1695
2222
  }
1696
2223
  },
1697
- "S15": {
2224
+ "S1j": {
1698
2225
  "type": "map",
1699
2226
  "key": {},
1700
2227
  "value": {
@@ -1713,7 +2240,7 @@
1713
2240
  }
1714
2241
  }
1715
2242
  },
1716
- "S1b": {
2243
+ "S1p": {
1717
2244
  "type": "structure",
1718
2245
  "members": {
1719
2246
  "creationTime": {
@@ -1722,7 +2249,7 @@
1722
2249
  "dataLocationConstraint": {},
1723
2250
  "estimatedCostTier": {},
1724
2251
  "policy": {
1725
- "shape": "S15"
2252
+ "shape": "S1j"
1726
2253
  },
1727
2254
  "policyArn": {},
1728
2255
  "policyDescription": {},
@@ -1733,7 +2260,33 @@
1733
2260
  "tier": {}
1734
2261
  }
1735
2262
  },
1736
- "S1q": {
2263
+ "S1x": {
2264
+ "type": "structure",
2265
+ "required": [
2266
+ "s3StateFileUrl"
2267
+ ],
2268
+ "members": {
2269
+ "s3StateFileUrl": {}
2270
+ }
2271
+ },
2272
+ "S20": {
2273
+ "type": "structure",
2274
+ "required": [
2275
+ "importType"
2276
+ ],
2277
+ "members": {
2278
+ "importType": {},
2279
+ "resourceCount": {
2280
+ "type": "integer"
2281
+ },
2282
+ "sourceArn": {},
2283
+ "sourceName": {},
2284
+ "terraformSource": {
2285
+ "shape": "S1x"
2286
+ }
2287
+ }
2288
+ },
2289
+ "S2e": {
1737
2290
  "type": "structure",
1738
2291
  "required": [
1739
2292
  "assessmentArn",
@@ -1747,11 +2300,11 @@
1747
2300
  "assessmentName": {},
1748
2301
  "assessmentStatus": {},
1749
2302
  "compliance": {
1750
- "shape": "S1r"
2303
+ "shape": "S2f"
1751
2304
  },
1752
2305
  "complianceStatus": {},
1753
2306
  "cost": {
1754
- "shape": "S1u"
2307
+ "shape": "S2i"
1755
2308
  },
1756
2309
  "endTime": {
1757
2310
  "type": "timestamp"
@@ -1759,10 +2312,10 @@
1759
2312
  "invoker": {},
1760
2313
  "message": {},
1761
2314
  "policy": {
1762
- "shape": "S1b"
2315
+ "shape": "S1p"
1763
2316
  },
1764
2317
  "resiliencyScore": {
1765
- "shape": "S1y"
2318
+ "shape": "S2m"
1766
2319
  },
1767
2320
  "resourceErrorsDetails": {
1768
2321
  "type": "structure",
@@ -1791,7 +2344,7 @@
1791
2344
  }
1792
2345
  }
1793
2346
  },
1794
- "S1r": {
2347
+ "S2f": {
1795
2348
  "type": "map",
1796
2349
  "key": {},
1797
2350
  "value": {
@@ -1821,7 +2374,7 @@
1821
2374
  }
1822
2375
  }
1823
2376
  },
1824
- "S1u": {
2377
+ "S2i": {
1825
2378
  "type": "structure",
1826
2379
  "required": [
1827
2380
  "amount",
@@ -1836,7 +2389,7 @@
1836
2389
  "frequency": {}
1837
2390
  }
1838
2391
  },
1839
- "S1y": {
2392
+ "S2m": {
1840
2393
  "type": "structure",
1841
2394
  "required": [
1842
2395
  "disruptionScore",
@@ -1855,23 +2408,17 @@
1855
2408
  }
1856
2409
  }
1857
2410
  },
1858
- "S2g": {
2411
+ "S3b": {
1859
2412
  "type": "list",
1860
2413
  "member": {}
1861
2414
  },
1862
- "S2h": {
2415
+ "S3c": {
1863
2416
  "type": "list",
1864
2417
  "member": {
1865
- "type": "structure",
1866
- "required": [
1867
- "s3StateFileUrl"
1868
- ],
1869
- "members": {
1870
- "s3StateFileUrl": {}
1871
- }
2418
+ "shape": "S1x"
1872
2419
  }
1873
2420
  },
1874
- "S2s": {
2421
+ "S3l": {
1875
2422
  "type": "list",
1876
2423
  "member": {
1877
2424
  "type": "structure",
@@ -1885,29 +2432,17 @@
1885
2432
  }
1886
2433
  }
1887
2434
  },
1888
- "S3p": {
1889
- "type": "structure",
1890
- "required": [
1891
- "identifier"
1892
- ],
1893
- "members": {
1894
- "identifier": {},
1895
- "logicalStackName": {},
1896
- "resourceGroupName": {},
1897
- "terraformSourceName": {}
1898
- }
1899
- },
1900
- "S44": {
2435
+ "S4y": {
1901
2436
  "type": "list",
1902
2437
  "member": {
1903
- "shape": "S1b"
2438
+ "shape": "S1p"
1904
2439
  }
1905
2440
  },
1906
- "S4v": {
2441
+ "S5p": {
1907
2442
  "type": "list",
1908
2443
  "member": {}
1909
2444
  },
1910
- "S4w": {
2445
+ "S5q": {
1911
2446
  "type": "list",
1912
2447
  "member": {}
1913
2448
  }