cdk-docker-image-deployment 0.0.39 → 0.0.41

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 (49) hide show
  1. package/.jsii +4 -4
  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/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  7. package/node_modules/@types/aws-lambda/package.json +2 -2
  8. package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +36 -0
  9. package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
  10. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  11. package/node_modules/aws-sdk/README.md +1 -1
  12. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
  15. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
  16. package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
  19. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
  20. package/node_modules/aws-sdk/apis/metadata.json +2 -1
  21. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
  22. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
  23. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
  24. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
  26. package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
  27. package/node_modules/aws-sdk/clients/browser_default.js +1 -0
  28. package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
  29. package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
  32. package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
  33. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
  35. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
  36. package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
  37. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  39. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  40. package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
  41. package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
  42. package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. package/package.json +5 -5
@@ -142,6 +142,16 @@
142
142
  "members": {
143
143
  "DetectorId": {
144
144
  "locationName": "detectorId"
145
+ },
146
+ "UnprocessedDataSources": {
147
+ "locationName": "unprocessedDataSources",
148
+ "type": "structure",
149
+ "members": {
150
+ "MalwareProtection": {
151
+ "shape": "Sq",
152
+ "locationName": "malwareProtection"
153
+ }
154
+ }
145
155
  }
146
156
  }
147
157
  }
@@ -177,7 +187,7 @@
177
187
  "type": "integer"
178
188
  },
179
189
  "FindingCriteria": {
180
- "shape": "Su",
190
+ "shape": "Sz",
181
191
  "locationName": "findingCriteria"
182
192
  },
183
193
  "ClientToken": {
@@ -300,7 +310,7 @@
300
310
  ],
301
311
  "members": {
302
312
  "UnprocessedAccounts": {
303
- "shape": "S1f",
313
+ "shape": "S1k",
304
314
  "locationName": "unprocessedAccounts"
305
315
  }
306
316
  }
@@ -327,7 +337,7 @@
327
337
  "locationName": "destinationType"
328
338
  },
329
339
  "DestinationProperties": {
330
- "shape": "S1j",
340
+ "shape": "S1o",
331
341
  "locationName": "destinationProperties"
332
342
  },
333
343
  "ClientToken": {
@@ -441,7 +451,7 @@
441
451
  ],
442
452
  "members": {
443
453
  "AccountIds": {
444
- "shape": "S1t",
454
+ "shape": "S1y",
445
455
  "locationName": "accountIds"
446
456
  }
447
457
  }
@@ -453,7 +463,7 @@
453
463
  ],
454
464
  "members": {
455
465
  "UnprocessedAccounts": {
456
- "shape": "S1f",
466
+ "shape": "S1k",
457
467
  "locationName": "unprocessedAccounts"
458
468
  }
459
469
  }
@@ -550,7 +560,7 @@
550
560
  ],
551
561
  "members": {
552
562
  "AccountIds": {
553
- "shape": "S1t",
563
+ "shape": "S1y",
554
564
  "locationName": "accountIds"
555
565
  }
556
566
  }
@@ -562,7 +572,7 @@
562
572
  ],
563
573
  "members": {
564
574
  "UnprocessedAccounts": {
565
- "shape": "S1f",
575
+ "shape": "S1k",
566
576
  "locationName": "unprocessedAccounts"
567
577
  }
568
578
  }
@@ -585,7 +595,7 @@
585
595
  "locationName": "detectorId"
586
596
  },
587
597
  "AccountIds": {
588
- "shape": "S1t",
598
+ "shape": "S1y",
589
599
  "locationName": "accountIds"
590
600
  }
591
601
  }
@@ -597,7 +607,7 @@
597
607
  ],
598
608
  "members": {
599
609
  "UnprocessedAccounts": {
600
- "shape": "S1f",
610
+ "shape": "S1k",
601
611
  "locationName": "unprocessedAccounts"
602
612
  }
603
613
  }
@@ -717,7 +727,7 @@
717
727
  }
718
728
  },
719
729
  "SortCriteria": {
720
- "shape": "S2i",
730
+ "shape": "S2n",
721
731
  "locationName": "sortCriteria"
722
732
  }
723
733
  }
@@ -799,7 +809,7 @@
799
809
  "type": "long"
800
810
  },
801
811
  "AttachedVolumes": {
802
- "shape": "S2v",
812
+ "shape": "S30",
803
813
  "locationName": "attachedVolumes"
804
814
  }
805
815
  }
@@ -960,7 +970,7 @@
960
970
  "type": "long"
961
971
  },
962
972
  "DestinationProperties": {
963
- "shape": "S1j",
973
+ "shape": "S1o",
964
974
  "locationName": "destinationProperties"
965
975
  }
966
976
  }
@@ -1054,7 +1064,7 @@
1054
1064
  "locationName": "detectorId"
1055
1065
  },
1056
1066
  "AccountIds": {
1057
- "shape": "S1t",
1067
+ "shape": "S1y",
1058
1068
  "locationName": "accountIds"
1059
1069
  }
1060
1070
  }
@@ -1066,7 +1076,7 @@
1066
1076
  ],
1067
1077
  "members": {
1068
1078
  "UnprocessedAccounts": {
1069
- "shape": "S1f",
1079
+ "shape": "S1k",
1070
1080
  "locationName": "unprocessedAccounts"
1071
1081
  }
1072
1082
  }
@@ -1179,7 +1189,7 @@
1179
1189
  "locationName": "updatedAt"
1180
1190
  },
1181
1191
  "DataSources": {
1182
- "shape": "S3p",
1192
+ "shape": "S3u",
1183
1193
  "locationName": "dataSources"
1184
1194
  },
1185
1195
  "Tags": {
@@ -1234,7 +1244,7 @@
1234
1244
  "type": "integer"
1235
1245
  },
1236
1246
  "FindingCriteria": {
1237
- "shape": "Su",
1247
+ "shape": "Sz",
1238
1248
  "locationName": "findingCriteria"
1239
1249
  },
1240
1250
  "Tags": {
@@ -1265,7 +1275,7 @@
1265
1275
  "locationName": "findingIds"
1266
1276
  },
1267
1277
  "SortCriteria": {
1268
- "shape": "S2i",
1278
+ "shape": "S2n",
1269
1279
  "locationName": "sortCriteria"
1270
1280
  }
1271
1281
  }
@@ -1370,7 +1380,7 @@
1370
1380
  }
1371
1381
  },
1372
1382
  "Tags": {
1373
- "shape": "S4c",
1383
+ "shape": "S4d",
1374
1384
  "locationName": "tags"
1375
1385
  },
1376
1386
  "DefaultServerSideEncryption": {
@@ -1426,7 +1436,7 @@
1426
1436
  }
1427
1437
  },
1428
1438
  "BlockPublicAccess": {
1429
- "shape": "S4k",
1439
+ "shape": "S4l",
1430
1440
  "locationName": "blockPublicAccess"
1431
1441
  }
1432
1442
  }
@@ -1436,7 +1446,7 @@
1436
1446
  "type": "structure",
1437
1447
  "members": {
1438
1448
  "BlockPublicAccess": {
1439
- "shape": "S4k",
1449
+ "shape": "S4l",
1440
1450
  "locationName": "blockPublicAccess"
1441
1451
  }
1442
1452
  }
@@ -1575,7 +1585,7 @@
1575
1585
  }
1576
1586
  },
1577
1587
  "Tags": {
1578
- "shape": "S4c",
1588
+ "shape": "S4d",
1579
1589
  "locationName": "tags"
1580
1590
  }
1581
1591
  }
@@ -1597,7 +1607,7 @@
1597
1607
  "locationName": "status"
1598
1608
  },
1599
1609
  "Tags": {
1600
- "shape": "S4c",
1610
+ "shape": "S4d",
1601
1611
  "locationName": "tags"
1602
1612
  },
1603
1613
  "CreatedAt": {
@@ -1648,11 +1658,11 @@
1648
1658
  "type": "boolean"
1649
1659
  },
1650
1660
  "Containers": {
1651
- "shape": "S52",
1661
+ "shape": "S53",
1652
1662
  "locationName": "containers"
1653
1663
  },
1654
1664
  "Volumes": {
1655
- "shape": "S57",
1665
+ "shape": "S58",
1656
1666
  "locationName": "volumes"
1657
1667
  }
1658
1668
  }
@@ -1667,11 +1677,11 @@
1667
1677
  "type": "structure",
1668
1678
  "members": {
1669
1679
  "ScannedVolumeDetails": {
1670
- "shape": "S2v",
1680
+ "shape": "S30",
1671
1681
  "locationName": "scannedVolumeDetails"
1672
1682
  },
1673
1683
  "SkippedVolumeDetails": {
1674
- "shape": "S2v",
1684
+ "shape": "S30",
1675
1685
  "locationName": "skippedVolumeDetails"
1676
1686
  }
1677
1687
  }
@@ -1702,7 +1712,7 @@
1702
1712
  "type": "integer"
1703
1713
  },
1704
1714
  "Tags": {
1705
- "shape": "S4c",
1715
+ "shape": "S4d",
1706
1716
  "locationName": "tags"
1707
1717
  },
1708
1718
  "TaskDetails": {
@@ -1730,15 +1740,15 @@
1730
1740
  "locationName": "startedBy"
1731
1741
  },
1732
1742
  "Tags": {
1733
- "shape": "S4c",
1743
+ "shape": "S4d",
1734
1744
  "locationName": "tags"
1735
1745
  },
1736
1746
  "Volumes": {
1737
- "shape": "S57",
1747
+ "shape": "S58",
1738
1748
  "locationName": "volumes"
1739
1749
  },
1740
1750
  "Containers": {
1741
- "shape": "S52",
1751
+ "shape": "S53",
1742
1752
  "locationName": "containers"
1743
1753
  },
1744
1754
  "Group": {
@@ -1749,7 +1759,7 @@
1749
1759
  }
1750
1760
  },
1751
1761
  "ContainerDetails": {
1752
- "shape": "S53",
1762
+ "shape": "S54",
1753
1763
  "locationName": "containerDetails"
1754
1764
  }
1755
1765
  }
@@ -1794,7 +1804,7 @@
1794
1804
  "locationName": "userAgent"
1795
1805
  },
1796
1806
  "RemoteIpDetails": {
1797
- "shape": "S5h",
1807
+ "shape": "S5i",
1798
1808
  "locationName": "remoteIpDetails"
1799
1809
  },
1800
1810
  "ServiceName": {
@@ -1849,18 +1859,18 @@
1849
1859
  "locationName": "connectionDirection"
1850
1860
  },
1851
1861
  "LocalPortDetails": {
1852
- "shape": "S5q",
1862
+ "shape": "S5r",
1853
1863
  "locationName": "localPortDetails"
1854
1864
  },
1855
1865
  "Protocol": {
1856
1866
  "locationName": "protocol"
1857
1867
  },
1858
1868
  "LocalIpDetails": {
1859
- "shape": "S5r",
1869
+ "shape": "S5s",
1860
1870
  "locationName": "localIpDetails"
1861
1871
  },
1862
1872
  "RemoteIpDetails": {
1863
- "shape": "S5h",
1873
+ "shape": "S5i",
1864
1874
  "locationName": "remoteIpDetails"
1865
1875
  },
1866
1876
  "RemotePortDetails": {
@@ -1893,15 +1903,15 @@
1893
1903
  "type": "structure",
1894
1904
  "members": {
1895
1905
  "LocalPortDetails": {
1896
- "shape": "S5q",
1906
+ "shape": "S5r",
1897
1907
  "locationName": "localPortDetails"
1898
1908
  },
1899
1909
  "LocalIpDetails": {
1900
- "shape": "S5r",
1910
+ "shape": "S5s",
1901
1911
  "locationName": "localIpDetails"
1902
1912
  },
1903
1913
  "RemoteIpDetails": {
1904
- "shape": "S5h",
1914
+ "shape": "S5i",
1905
1915
  "locationName": "remoteIpDetails"
1906
1916
  }
1907
1917
  }
@@ -1928,7 +1938,7 @@
1928
1938
  "locationName": "userAgent"
1929
1939
  },
1930
1940
  "RemoteIpDetails": {
1931
- "shape": "S5h",
1941
+ "shape": "S5i",
1932
1942
  "locationName": "remoteIpDetails"
1933
1943
  },
1934
1944
  "StatusCode": {
@@ -2182,7 +2192,7 @@
2182
2192
  "member": {}
2183
2193
  },
2184
2194
  "FindingCriteria": {
2185
- "shape": "Su",
2195
+ "shape": "Sz",
2186
2196
  "locationName": "findingCriteria"
2187
2197
  }
2188
2198
  }
@@ -2303,7 +2313,7 @@
2303
2313
  "type": "structure",
2304
2314
  "members": {
2305
2315
  "ScanResourceCriteria": {
2306
- "shape": "S6r",
2316
+ "shape": "S6s",
2307
2317
  "locationName": "scanResourceCriteria"
2308
2318
  },
2309
2319
  "EbsSnapshotPreservation": {
@@ -2380,7 +2390,7 @@
2380
2390
  "locationName": "detectorId"
2381
2391
  },
2382
2392
  "AccountIds": {
2383
- "shape": "S1t",
2393
+ "shape": "S1y",
2384
2394
  "locationName": "accountIds"
2385
2395
  }
2386
2396
  }
@@ -2406,14 +2416,14 @@
2406
2416
  "locationName": "accountId"
2407
2417
  },
2408
2418
  "DataSources": {
2409
- "shape": "S3p",
2419
+ "shape": "S3u",
2410
2420
  "locationName": "dataSources"
2411
2421
  }
2412
2422
  }
2413
2423
  }
2414
2424
  },
2415
2425
  "UnprocessedAccounts": {
2416
- "shape": "S1f",
2426
+ "shape": "S1k",
2417
2427
  "locationName": "unprocessedAccounts"
2418
2428
  }
2419
2429
  }
@@ -2436,7 +2446,7 @@
2436
2446
  "locationName": "detectorId"
2437
2447
  },
2438
2448
  "AccountIds": {
2439
- "shape": "S1t",
2449
+ "shape": "S1y",
2440
2450
  "locationName": "accountIds"
2441
2451
  }
2442
2452
  }
@@ -2449,11 +2459,11 @@
2449
2459
  ],
2450
2460
  "members": {
2451
2461
  "Members": {
2452
- "shape": "S77",
2462
+ "shape": "S78",
2453
2463
  "locationName": "members"
2454
2464
  },
2455
2465
  "UnprocessedAccounts": {
2456
- "shape": "S1f",
2466
+ "shape": "S1k",
2457
2467
  "locationName": "unprocessedAccounts"
2458
2468
  }
2459
2469
  }
@@ -2475,7 +2485,7 @@
2475
2485
  "locationName": "detectorId"
2476
2486
  },
2477
2487
  "AccountIds": {
2478
- "shape": "S1t",
2488
+ "shape": "S1y",
2479
2489
  "locationName": "accountIds"
2480
2490
  }
2481
2491
  }
@@ -2497,19 +2507,19 @@
2497
2507
  "type": "structure",
2498
2508
  "members": {
2499
2509
  "CloudTrail": {
2500
- "shape": "S7e",
2510
+ "shape": "S7f",
2501
2511
  "locationName": "cloudTrail"
2502
2512
  },
2503
2513
  "DnsLogs": {
2504
- "shape": "S7e",
2514
+ "shape": "S7f",
2505
2515
  "locationName": "dnsLogs"
2506
2516
  },
2507
2517
  "FlowLogs": {
2508
- "shape": "S7e",
2518
+ "shape": "S7f",
2509
2519
  "locationName": "flowLogs"
2510
2520
  },
2511
2521
  "S3Logs": {
2512
- "shape": "S7e",
2522
+ "shape": "S7f",
2513
2523
  "locationName": "s3Logs"
2514
2524
  },
2515
2525
  "Kubernetes": {
@@ -2517,7 +2527,7 @@
2517
2527
  "type": "structure",
2518
2528
  "members": {
2519
2529
  "AuditLogs": {
2520
- "shape": "S7e",
2530
+ "shape": "S7f",
2521
2531
  "locationName": "auditLogs"
2522
2532
  }
2523
2533
  }
@@ -2527,7 +2537,7 @@
2527
2537
  "type": "structure",
2528
2538
  "members": {
2529
2539
  "ScanEc2InstanceWithFindings": {
2530
- "shape": "S7e",
2540
+ "shape": "S7f",
2531
2541
  "locationName": "scanEc2InstanceWithFindings"
2532
2542
  }
2533
2543
  }
@@ -2538,7 +2548,7 @@
2538
2548
  }
2539
2549
  },
2540
2550
  "UnprocessedAccounts": {
2541
- "shape": "S1f",
2551
+ "shape": "S1k",
2542
2552
  "locationName": "unprocessedAccounts"
2543
2553
  }
2544
2554
  }
@@ -2623,7 +2633,7 @@
2623
2633
  ],
2624
2634
  "members": {
2625
2635
  "AccountIds": {
2626
- "shape": "S1t",
2636
+ "shape": "S1y",
2627
2637
  "locationName": "accountIds"
2628
2638
  },
2629
2639
  "DataSources": {
@@ -2667,7 +2677,7 @@
2667
2677
  "locationName": "accountId"
2668
2678
  },
2669
2679
  "Total": {
2670
- "shape": "S7v",
2680
+ "shape": "S7w",
2671
2681
  "locationName": "total"
2672
2682
  }
2673
2683
  }
@@ -2683,18 +2693,18 @@
2683
2693
  "locationName": "dataSource"
2684
2694
  },
2685
2695
  "Total": {
2686
- "shape": "S7v",
2696
+ "shape": "S7w",
2687
2697
  "locationName": "total"
2688
2698
  }
2689
2699
  }
2690
2700
  }
2691
2701
  },
2692
2702
  "SumByResource": {
2693
- "shape": "S7y",
2703
+ "shape": "S7z",
2694
2704
  "locationName": "sumByResource"
2695
2705
  },
2696
2706
  "TopResources": {
2697
- "shape": "S7y",
2707
+ "shape": "S7z",
2698
2708
  "locationName": "topResources"
2699
2709
  }
2700
2710
  }
@@ -2722,7 +2732,7 @@
2722
2732
  "locationName": "detectorId"
2723
2733
  },
2724
2734
  "AccountIds": {
2725
- "shape": "S1t",
2735
+ "shape": "S1y",
2726
2736
  "locationName": "accountIds"
2727
2737
  },
2728
2738
  "DisableEmailNotification": {
@@ -2741,7 +2751,7 @@
2741
2751
  ],
2742
2752
  "members": {
2743
2753
  "UnprocessedAccounts": {
2744
- "shape": "S1f",
2754
+ "shape": "S1k",
2745
2755
  "locationName": "unprocessedAccounts"
2746
2756
  }
2747
2757
  }
@@ -2844,11 +2854,11 @@
2844
2854
  "locationName": "detectorId"
2845
2855
  },
2846
2856
  "FindingCriteria": {
2847
- "shape": "Su",
2857
+ "shape": "Sz",
2848
2858
  "locationName": "findingCriteria"
2849
2859
  },
2850
2860
  "SortCriteria": {
2851
- "shape": "S2i",
2861
+ "shape": "S2n",
2852
2862
  "locationName": "sortCriteria"
2853
2863
  },
2854
2864
  "MaxResults": {
@@ -3005,7 +3015,7 @@
3005
3015
  "type": "structure",
3006
3016
  "members": {
3007
3017
  "Members": {
3008
- "shape": "S77",
3018
+ "shape": "S78",
3009
3019
  "locationName": "members"
3010
3020
  },
3011
3021
  "NextToken": {
@@ -3209,7 +3219,7 @@
3209
3219
  "locationName": "detectorId"
3210
3220
  },
3211
3221
  "AccountIds": {
3212
- "shape": "S1t",
3222
+ "shape": "S1y",
3213
3223
  "locationName": "accountIds"
3214
3224
  }
3215
3225
  }
@@ -3221,7 +3231,7 @@
3221
3231
  ],
3222
3232
  "members": {
3223
3233
  "UnprocessedAccounts": {
3224
- "shape": "S1f",
3234
+ "shape": "S1k",
3225
3235
  "locationName": "unprocessedAccounts"
3226
3236
  }
3227
3237
  }
@@ -3244,7 +3254,7 @@
3244
3254
  "locationName": "detectorId"
3245
3255
  },
3246
3256
  "AccountIds": {
3247
- "shape": "S1t",
3257
+ "shape": "S1y",
3248
3258
  "locationName": "accountIds"
3249
3259
  }
3250
3260
  }
@@ -3256,7 +3266,7 @@
3256
3266
  ],
3257
3267
  "members": {
3258
3268
  "UnprocessedAccounts": {
3259
- "shape": "S1f",
3269
+ "shape": "S1k",
3260
3270
  "locationName": "unprocessedAccounts"
3261
3271
  }
3262
3272
  }
@@ -3410,7 +3420,7 @@
3410
3420
  "type": "integer"
3411
3421
  },
3412
3422
  "FindingCriteria": {
3413
- "shape": "Su",
3423
+ "shape": "Sz",
3414
3424
  "locationName": "findingCriteria"
3415
3425
  }
3416
3426
  }
@@ -3514,7 +3524,7 @@
3514
3524
  "locationName": "detectorId"
3515
3525
  },
3516
3526
  "ScanResourceCriteria": {
3517
- "shape": "S6r",
3527
+ "shape": "S6s",
3518
3528
  "locationName": "scanResourceCriteria"
3519
3529
  },
3520
3530
  "EbsSnapshotPreservation": {
@@ -3544,7 +3554,7 @@
3544
3554
  "locationName": "detectorId"
3545
3555
  },
3546
3556
  "AccountIds": {
3547
- "shape": "S1t",
3557
+ "shape": "S1y",
3548
3558
  "locationName": "accountIds"
3549
3559
  },
3550
3560
  "DataSources": {
@@ -3560,7 +3570,7 @@
3560
3570
  ],
3561
3571
  "members": {
3562
3572
  "UnprocessedAccounts": {
3563
- "shape": "S1f",
3573
+ "shape": "S1k",
3564
3574
  "locationName": "unprocessedAccounts"
3565
3575
  }
3566
3576
  }
@@ -3677,7 +3687,7 @@
3677
3687
  "locationName": "destinationId"
3678
3688
  },
3679
3689
  "DestinationProperties": {
3680
- "shape": "S1j",
3690
+ "shape": "S1o",
3681
3691
  "locationName": "destinationProperties"
3682
3692
  }
3683
3693
  }
@@ -3791,7 +3801,33 @@
3791
3801
  "key": {},
3792
3802
  "value": {}
3793
3803
  },
3794
- "Su": {
3804
+ "Sq": {
3805
+ "type": "structure",
3806
+ "members": {
3807
+ "ScanEc2InstanceWithFindings": {
3808
+ "locationName": "scanEc2InstanceWithFindings",
3809
+ "type": "structure",
3810
+ "members": {
3811
+ "EbsVolumes": {
3812
+ "locationName": "ebsVolumes",
3813
+ "type": "structure",
3814
+ "members": {
3815
+ "Status": {
3816
+ "locationName": "status"
3817
+ },
3818
+ "Reason": {
3819
+ "locationName": "reason"
3820
+ }
3821
+ }
3822
+ }
3823
+ }
3824
+ },
3825
+ "ServiceRole": {
3826
+ "locationName": "serviceRole"
3827
+ }
3828
+ }
3829
+ },
3830
+ "Sz": {
3795
3831
  "type": "structure",
3796
3832
  "members": {
3797
3833
  "Criterion": {
@@ -3864,7 +3900,7 @@
3864
3900
  }
3865
3901
  }
3866
3902
  },
3867
- "S1f": {
3903
+ "S1k": {
3868
3904
  "type": "list",
3869
3905
  "member": {
3870
3906
  "type": "structure",
@@ -3882,7 +3918,7 @@
3882
3918
  }
3883
3919
  }
3884
3920
  },
3885
- "S1j": {
3921
+ "S1o": {
3886
3922
  "type": "structure",
3887
3923
  "members": {
3888
3924
  "DestinationArn": {
@@ -3893,11 +3929,11 @@
3893
3929
  }
3894
3930
  }
3895
3931
  },
3896
- "S1t": {
3932
+ "S1y": {
3897
3933
  "type": "list",
3898
3934
  "member": {}
3899
3935
  },
3900
- "S2i": {
3936
+ "S2n": {
3901
3937
  "type": "structure",
3902
3938
  "members": {
3903
3939
  "AttributeName": {
@@ -3908,7 +3944,7 @@
3908
3944
  }
3909
3945
  }
3910
3946
  },
3911
- "S2v": {
3947
+ "S30": {
3912
3948
  "type": "list",
3913
3949
  "member": {
3914
3950
  "type": "structure",
@@ -3938,7 +3974,7 @@
3938
3974
  }
3939
3975
  }
3940
3976
  },
3941
- "S3p": {
3977
+ "S3u": {
3942
3978
  "type": "structure",
3943
3979
  "required": [
3944
3980
  "CloudTrail",
@@ -4017,32 +4053,12 @@
4017
4053
  }
4018
4054
  },
4019
4055
  "MalwareProtection": {
4020
- "locationName": "malwareProtection",
4021
- "type": "structure",
4022
- "members": {
4023
- "ScanEc2InstanceWithFindings": {
4024
- "locationName": "scanEc2InstanceWithFindings",
4025
- "type": "structure",
4026
- "members": {
4027
- "EbsVolumes": {
4028
- "locationName": "ebsVolumes",
4029
- "type": "structure",
4030
- "members": {
4031
- "Status": {
4032
- "locationName": "status"
4033
- }
4034
- }
4035
- }
4036
- }
4037
- },
4038
- "ServiceRole": {
4039
- "locationName": "serviceRole"
4040
- }
4041
- }
4056
+ "shape": "Sq",
4057
+ "locationName": "malwareProtection"
4042
4058
  }
4043
4059
  }
4044
4060
  },
4045
- "S4c": {
4061
+ "S4d": {
4046
4062
  "type": "list",
4047
4063
  "member": {
4048
4064
  "type": "structure",
@@ -4056,7 +4072,7 @@
4056
4072
  }
4057
4073
  }
4058
4074
  },
4059
- "S4k": {
4075
+ "S4l": {
4060
4076
  "type": "structure",
4061
4077
  "members": {
4062
4078
  "IgnorePublicAcls": {
@@ -4077,13 +4093,13 @@
4077
4093
  }
4078
4094
  }
4079
4095
  },
4080
- "S52": {
4096
+ "S53": {
4081
4097
  "type": "list",
4082
4098
  "member": {
4083
- "shape": "S53"
4099
+ "shape": "S54"
4084
4100
  }
4085
4101
  },
4086
- "S53": {
4102
+ "S54": {
4087
4103
  "type": "structure",
4088
4104
  "members": {
4089
4105
  "ContainerRuntime": {
@@ -4128,7 +4144,7 @@
4128
4144
  }
4129
4145
  }
4130
4146
  },
4131
- "S57": {
4147
+ "S58": {
4132
4148
  "type": "list",
4133
4149
  "member": {
4134
4150
  "type": "structure",
@@ -4148,7 +4164,7 @@
4148
4164
  }
4149
4165
  }
4150
4166
  },
4151
- "S5h": {
4167
+ "S5i": {
4152
4168
  "type": "structure",
4153
4169
  "members": {
4154
4170
  "City": {
@@ -4209,7 +4225,7 @@
4209
4225
  }
4210
4226
  }
4211
4227
  },
4212
- "S5q": {
4228
+ "S5r": {
4213
4229
  "type": "structure",
4214
4230
  "members": {
4215
4231
  "Port": {
@@ -4221,7 +4237,7 @@
4221
4237
  }
4222
4238
  }
4223
4239
  },
4224
- "S5r": {
4240
+ "S5s": {
4225
4241
  "type": "structure",
4226
4242
  "members": {
4227
4243
  "IpAddressV4": {
@@ -4229,20 +4245,20 @@
4229
4245
  }
4230
4246
  }
4231
4247
  },
4232
- "S6r": {
4248
+ "S6s": {
4233
4249
  "type": "structure",
4234
4250
  "members": {
4235
4251
  "Include": {
4236
- "shape": "S6s",
4252
+ "shape": "S6t",
4237
4253
  "locationName": "include"
4238
4254
  },
4239
4255
  "Exclude": {
4240
- "shape": "S6s",
4256
+ "shape": "S6t",
4241
4257
  "locationName": "exclude"
4242
4258
  }
4243
4259
  }
4244
4260
  },
4245
- "S6s": {
4261
+ "S6t": {
4246
4262
  "type": "map",
4247
4263
  "key": {},
4248
4264
  "value": {
@@ -4272,7 +4288,7 @@
4272
4288
  }
4273
4289
  }
4274
4290
  },
4275
- "S77": {
4291
+ "S78": {
4276
4292
  "type": "list",
4277
4293
  "member": {
4278
4294
  "type": "structure",
@@ -4311,7 +4327,7 @@
4311
4327
  }
4312
4328
  }
4313
4329
  },
4314
- "S7e": {
4330
+ "S7f": {
4315
4331
  "type": "structure",
4316
4332
  "members": {
4317
4333
  "FreeTrialDaysRemaining": {
@@ -4320,7 +4336,7 @@
4320
4336
  }
4321
4337
  }
4322
4338
  },
4323
- "S7v": {
4339
+ "S7w": {
4324
4340
  "type": "structure",
4325
4341
  "members": {
4326
4342
  "Amount": {
@@ -4331,7 +4347,7 @@
4331
4347
  }
4332
4348
  }
4333
4349
  },
4334
- "S7y": {
4350
+ "S7z": {
4335
4351
  "type": "list",
4336
4352
  "member": {
4337
4353
  "type": "structure",
@@ -4340,7 +4356,7 @@
4340
4356
  "locationName": "resource"
4341
4357
  },
4342
4358
  "Total": {
4343
- "shape": "S7v",
4359
+ "shape": "S7w",
4344
4360
  "locationName": "total"
4345
4361
  }
4346
4362
  }