cdk-comprehend-s3olap 2.0.48 → 2.0.51

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 (60) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +25 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
  8. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
  9. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
  10. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
  12. package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
  14. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
  15. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +35 -6
  18. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
  19. package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
  20. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
  22. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
  23. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
  24. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
  25. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
  26. package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
  27. package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
  28. package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
  29. package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
  30. package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
  31. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -23
  32. package/node_modules/aws-sdk/clients/es.d.ts +7 -3
  33. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
  34. package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
  35. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +53 -9
  36. package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
  37. package/node_modules/aws-sdk/clients/macie2.js +1 -0
  38. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
  40. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  41. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
  43. package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
  44. package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
  45. package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
  46. package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
  47. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  48. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +575 -568
  49. package/node_modules/aws-sdk/dist/aws-sdk.js +82 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  51. package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/node_modules/esbuild/install.js +4 -4
  55. package/node_modules/esbuild/lib/main.d.ts +5 -1
  56. package/node_modules/esbuild/lib/main.js +13 -7
  57. package/node_modules/esbuild/package.json +21 -21
  58. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  59. package/node_modules/esbuild-linux-64/package.json +1 -1
  60. package/package.json +8 -8
@@ -132,7 +132,7 @@
132
132
  "locationName": "dataSources"
133
133
  },
134
134
  "Tags": {
135
- "shape": "Sj",
135
+ "shape": "Sl",
136
136
  "locationName": "tags"
137
137
  }
138
138
  }
@@ -177,7 +177,7 @@
177
177
  "type": "integer"
178
178
  },
179
179
  "FindingCriteria": {
180
- "shape": "Ss",
180
+ "shape": "Su",
181
181
  "locationName": "findingCriteria"
182
182
  },
183
183
  "ClientToken": {
@@ -185,7 +185,7 @@
185
185
  "locationName": "clientToken"
186
186
  },
187
187
  "Tags": {
188
- "shape": "Sj",
188
+ "shape": "Sl",
189
189
  "locationName": "tags"
190
190
  }
191
191
  }
@@ -239,7 +239,7 @@
239
239
  "locationName": "clientToken"
240
240
  },
241
241
  "Tags": {
242
- "shape": "Sj",
242
+ "shape": "Sl",
243
243
  "locationName": "tags"
244
244
  }
245
245
  }
@@ -300,7 +300,7 @@
300
300
  ],
301
301
  "members": {
302
302
  "UnprocessedAccounts": {
303
- "shape": "S1d",
303
+ "shape": "S1f",
304
304
  "locationName": "unprocessedAccounts"
305
305
  }
306
306
  }
@@ -327,7 +327,7 @@
327
327
  "locationName": "destinationType"
328
328
  },
329
329
  "DestinationProperties": {
330
- "shape": "S1h",
330
+ "shape": "S1j",
331
331
  "locationName": "destinationProperties"
332
332
  },
333
333
  "ClientToken": {
@@ -412,7 +412,7 @@
412
412
  "locationName": "clientToken"
413
413
  },
414
414
  "Tags": {
415
- "shape": "Sj",
415
+ "shape": "Sl",
416
416
  "locationName": "tags"
417
417
  }
418
418
  }
@@ -441,7 +441,7 @@
441
441
  ],
442
442
  "members": {
443
443
  "AccountIds": {
444
- "shape": "S1r",
444
+ "shape": "S1t",
445
445
  "locationName": "accountIds"
446
446
  }
447
447
  }
@@ -453,7 +453,7 @@
453
453
  ],
454
454
  "members": {
455
455
  "UnprocessedAccounts": {
456
- "shape": "S1d",
456
+ "shape": "S1f",
457
457
  "locationName": "unprocessedAccounts"
458
458
  }
459
459
  }
@@ -550,7 +550,7 @@
550
550
  ],
551
551
  "members": {
552
552
  "AccountIds": {
553
- "shape": "S1r",
553
+ "shape": "S1t",
554
554
  "locationName": "accountIds"
555
555
  }
556
556
  }
@@ -562,7 +562,7 @@
562
562
  ],
563
563
  "members": {
564
564
  "UnprocessedAccounts": {
565
- "shape": "S1d",
565
+ "shape": "S1f",
566
566
  "locationName": "unprocessedAccounts"
567
567
  }
568
568
  }
@@ -585,7 +585,7 @@
585
585
  "locationName": "detectorId"
586
586
  },
587
587
  "AccountIds": {
588
- "shape": "S1r",
588
+ "shape": "S1t",
589
589
  "locationName": "accountIds"
590
590
  }
591
591
  }
@@ -597,7 +597,7 @@
597
597
  ],
598
598
  "members": {
599
599
  "UnprocessedAccounts": {
600
- "shape": "S1d",
600
+ "shape": "S1f",
601
601
  "locationName": "unprocessedAccounts"
602
602
  }
603
603
  }
@@ -659,6 +659,158 @@
659
659
  "members": {}
660
660
  }
661
661
  },
662
+ "DescribeMalwareScans": {
663
+ "http": {
664
+ "requestUri": "/detector/{detectorId}/malware-scans",
665
+ "responseCode": 200
666
+ },
667
+ "input": {
668
+ "type": "structure",
669
+ "required": [
670
+ "DetectorId"
671
+ ],
672
+ "members": {
673
+ "DetectorId": {
674
+ "location": "uri",
675
+ "locationName": "detectorId"
676
+ },
677
+ "NextToken": {
678
+ "locationName": "nextToken"
679
+ },
680
+ "MaxResults": {
681
+ "locationName": "maxResults",
682
+ "type": "integer"
683
+ },
684
+ "FilterCriteria": {
685
+ "locationName": "filterCriteria",
686
+ "type": "structure",
687
+ "members": {
688
+ "FilterCriterion": {
689
+ "locationName": "filterCriterion",
690
+ "type": "list",
691
+ "member": {
692
+ "type": "structure",
693
+ "members": {
694
+ "CriterionKey": {
695
+ "locationName": "criterionKey"
696
+ },
697
+ "FilterCondition": {
698
+ "locationName": "filterCondition",
699
+ "type": "structure",
700
+ "members": {
701
+ "EqualsValue": {
702
+ "locationName": "equalsValue"
703
+ },
704
+ "GreaterThan": {
705
+ "locationName": "greaterThan",
706
+ "type": "long"
707
+ },
708
+ "LessThan": {
709
+ "locationName": "lessThan",
710
+ "type": "long"
711
+ }
712
+ }
713
+ }
714
+ }
715
+ }
716
+ }
717
+ }
718
+ },
719
+ "SortCriteria": {
720
+ "shape": "S2i",
721
+ "locationName": "sortCriteria"
722
+ }
723
+ }
724
+ },
725
+ "output": {
726
+ "type": "structure",
727
+ "required": [
728
+ "Scans"
729
+ ],
730
+ "members": {
731
+ "Scans": {
732
+ "locationName": "scans",
733
+ "type": "list",
734
+ "member": {
735
+ "type": "structure",
736
+ "members": {
737
+ "DetectorId": {
738
+ "locationName": "detectorId"
739
+ },
740
+ "AdminDetectorId": {
741
+ "locationName": "adminDetectorId"
742
+ },
743
+ "ScanId": {
744
+ "locationName": "scanId"
745
+ },
746
+ "ScanStatus": {
747
+ "locationName": "scanStatus"
748
+ },
749
+ "FailureReason": {
750
+ "locationName": "failureReason"
751
+ },
752
+ "ScanStartTime": {
753
+ "locationName": "scanStartTime",
754
+ "type": "timestamp"
755
+ },
756
+ "ScanEndTime": {
757
+ "locationName": "scanEndTime",
758
+ "type": "timestamp"
759
+ },
760
+ "TriggerDetails": {
761
+ "locationName": "triggerDetails",
762
+ "type": "structure",
763
+ "members": {
764
+ "GuardDutyFindingId": {
765
+ "locationName": "guardDutyFindingId"
766
+ },
767
+ "Description": {
768
+ "locationName": "description"
769
+ }
770
+ }
771
+ },
772
+ "ResourceDetails": {
773
+ "locationName": "resourceDetails",
774
+ "type": "structure",
775
+ "members": {
776
+ "InstanceArn": {
777
+ "locationName": "instanceArn"
778
+ }
779
+ }
780
+ },
781
+ "ScanResultDetails": {
782
+ "locationName": "scanResultDetails",
783
+ "type": "structure",
784
+ "members": {
785
+ "ScanResult": {
786
+ "locationName": "scanResult"
787
+ }
788
+ }
789
+ },
790
+ "AccountId": {
791
+ "locationName": "accountId"
792
+ },
793
+ "TotalBytes": {
794
+ "locationName": "totalBytes",
795
+ "type": "long"
796
+ },
797
+ "FileCount": {
798
+ "locationName": "fileCount",
799
+ "type": "long"
800
+ },
801
+ "AttachedVolumes": {
802
+ "shape": "S2v",
803
+ "locationName": "attachedVolumes"
804
+ }
805
+ }
806
+ }
807
+ },
808
+ "NextToken": {
809
+ "locationName": "nextToken"
810
+ }
811
+ }
812
+ }
813
+ },
662
814
  "DescribeOrganizationConfiguration": {
663
815
  "http": {
664
816
  "method": "GET",
@@ -733,6 +885,28 @@
733
885
  }
734
886
  }
735
887
  }
888
+ },
889
+ "MalwareProtection": {
890
+ "locationName": "malwareProtection",
891
+ "type": "structure",
892
+ "members": {
893
+ "ScanEc2InstanceWithFindings": {
894
+ "locationName": "scanEc2InstanceWithFindings",
895
+ "type": "structure",
896
+ "members": {
897
+ "EbsVolumes": {
898
+ "locationName": "ebsVolumes",
899
+ "type": "structure",
900
+ "members": {
901
+ "AutoEnable": {
902
+ "locationName": "autoEnable",
903
+ "type": "boolean"
904
+ }
905
+ }
906
+ }
907
+ }
908
+ }
909
+ }
736
910
  }
737
911
  }
738
912
  }
@@ -786,7 +960,7 @@
786
960
  "type": "long"
787
961
  },
788
962
  "DestinationProperties": {
789
- "shape": "S1h",
963
+ "shape": "S1j",
790
964
  "locationName": "destinationProperties"
791
965
  }
792
966
  }
@@ -880,7 +1054,7 @@
880
1054
  "locationName": "detectorId"
881
1055
  },
882
1056
  "AccountIds": {
883
- "shape": "S1r",
1057
+ "shape": "S1t",
884
1058
  "locationName": "accountIds"
885
1059
  }
886
1060
  }
@@ -892,7 +1066,7 @@
892
1066
  ],
893
1067
  "members": {
894
1068
  "UnprocessedAccounts": {
895
- "shape": "S1d",
1069
+ "shape": "S1f",
896
1070
  "locationName": "unprocessedAccounts"
897
1071
  }
898
1072
  }
@@ -1005,11 +1179,11 @@
1005
1179
  "locationName": "updatedAt"
1006
1180
  },
1007
1181
  "DataSources": {
1008
- "shape": "S2w",
1182
+ "shape": "S3p",
1009
1183
  "locationName": "dataSources"
1010
1184
  },
1011
1185
  "Tags": {
1012
- "shape": "Sj",
1186
+ "shape": "Sl",
1013
1187
  "locationName": "tags"
1014
1188
  }
1015
1189
  }
@@ -1060,11 +1234,11 @@
1060
1234
  "type": "integer"
1061
1235
  },
1062
1236
  "FindingCriteria": {
1063
- "shape": "Ss",
1237
+ "shape": "Su",
1064
1238
  "locationName": "findingCriteria"
1065
1239
  },
1066
1240
  "Tags": {
1067
- "shape": "Sj",
1241
+ "shape": "Sl",
1068
1242
  "locationName": "tags"
1069
1243
  }
1070
1244
  }
@@ -1091,7 +1265,7 @@
1091
1265
  "locationName": "findingIds"
1092
1266
  },
1093
1267
  "SortCriteria": {
1094
- "shape": "S37",
1268
+ "shape": "S2i",
1095
1269
  "locationName": "sortCriteria"
1096
1270
  }
1097
1271
  }
@@ -1196,7 +1370,7 @@
1196
1370
  }
1197
1371
  },
1198
1372
  "Tags": {
1199
- "shape": "S3j",
1373
+ "shape": "S4c",
1200
1374
  "locationName": "tags"
1201
1375
  },
1202
1376
  "DefaultServerSideEncryption": {
@@ -1252,7 +1426,7 @@
1252
1426
  }
1253
1427
  },
1254
1428
  "BlockPublicAccess": {
1255
- "shape": "S3r",
1429
+ "shape": "S4k",
1256
1430
  "locationName": "blockPublicAccess"
1257
1431
  }
1258
1432
  }
@@ -1262,7 +1436,7 @@
1262
1436
  "type": "structure",
1263
1437
  "members": {
1264
1438
  "BlockPublicAccess": {
1265
- "shape": "S3r",
1439
+ "shape": "S4k",
1266
1440
  "locationName": "blockPublicAccess"
1267
1441
  }
1268
1442
  }
@@ -1401,7 +1575,7 @@
1401
1575
  }
1402
1576
  },
1403
1577
  "Tags": {
1404
- "shape": "S3j",
1578
+ "shape": "S4c",
1405
1579
  "locationName": "tags"
1406
1580
  }
1407
1581
  }
@@ -1423,7 +1597,7 @@
1423
1597
  "locationName": "status"
1424
1598
  },
1425
1599
  "Tags": {
1426
- "shape": "S3j",
1600
+ "shape": "S4c",
1427
1601
  "locationName": "tags"
1428
1602
  },
1429
1603
  "CreatedAt": {
@@ -1474,74 +1648,12 @@
1474
1648
  "type": "boolean"
1475
1649
  },
1476
1650
  "Containers": {
1477
- "locationName": "containers",
1478
- "type": "list",
1479
- "member": {
1480
- "type": "structure",
1481
- "members": {
1482
- "ContainerRuntime": {
1483
- "locationName": "containerRuntime"
1484
- },
1485
- "Id": {
1486
- "locationName": "id"
1487
- },
1488
- "Name": {
1489
- "locationName": "name"
1490
- },
1491
- "Image": {
1492
- "locationName": "image"
1493
- },
1494
- "ImagePrefix": {
1495
- "locationName": "imagePrefix"
1496
- },
1497
- "VolumeMounts": {
1498
- "locationName": "volumeMounts",
1499
- "type": "list",
1500
- "member": {
1501
- "type": "structure",
1502
- "members": {
1503
- "Name": {
1504
- "locationName": "name"
1505
- },
1506
- "MountPath": {
1507
- "locationName": "mountPath"
1508
- }
1509
- }
1510
- }
1511
- },
1512
- "SecurityContext": {
1513
- "locationName": "securityContext",
1514
- "type": "structure",
1515
- "members": {
1516
- "Privileged": {
1517
- "locationName": "privileged",
1518
- "type": "boolean"
1519
- }
1520
- }
1521
- }
1522
- }
1523
- }
1651
+ "shape": "S52",
1652
+ "locationName": "containers"
1524
1653
  },
1525
1654
  "Volumes": {
1526
- "locationName": "volumes",
1527
- "type": "list",
1528
- "member": {
1529
- "type": "structure",
1530
- "members": {
1531
- "Name": {
1532
- "locationName": "name"
1533
- },
1534
- "HostPath": {
1535
- "locationName": "hostPath",
1536
- "type": "structure",
1537
- "members": {
1538
- "Path": {
1539
- "locationName": "path"
1540
- }
1541
- }
1542
- }
1543
- }
1544
- }
1655
+ "shape": "S57",
1656
+ "locationName": "volumes"
1545
1657
  }
1546
1658
  }
1547
1659
  }
@@ -1549,6 +1661,96 @@
1549
1661
  },
1550
1662
  "ResourceType": {
1551
1663
  "locationName": "resourceType"
1664
+ },
1665
+ "EbsVolumeDetails": {
1666
+ "locationName": "ebsVolumeDetails",
1667
+ "type": "structure",
1668
+ "members": {
1669
+ "ScannedVolumeDetails": {
1670
+ "shape": "S2v",
1671
+ "locationName": "scannedVolumeDetails"
1672
+ },
1673
+ "SkippedVolumeDetails": {
1674
+ "shape": "S2v",
1675
+ "locationName": "skippedVolumeDetails"
1676
+ }
1677
+ }
1678
+ },
1679
+ "EcsClusterDetails": {
1680
+ "locationName": "ecsClusterDetails",
1681
+ "type": "structure",
1682
+ "members": {
1683
+ "Name": {
1684
+ "locationName": "name"
1685
+ },
1686
+ "Arn": {
1687
+ "locationName": "arn"
1688
+ },
1689
+ "Status": {
1690
+ "locationName": "status"
1691
+ },
1692
+ "ActiveServicesCount": {
1693
+ "locationName": "activeServicesCount",
1694
+ "type": "integer"
1695
+ },
1696
+ "RegisteredContainerInstancesCount": {
1697
+ "locationName": "registeredContainerInstancesCount",
1698
+ "type": "integer"
1699
+ },
1700
+ "RunningTasksCount": {
1701
+ "locationName": "runningTasksCount",
1702
+ "type": "integer"
1703
+ },
1704
+ "Tags": {
1705
+ "shape": "S4c",
1706
+ "locationName": "tags"
1707
+ },
1708
+ "TaskDetails": {
1709
+ "locationName": "taskDetails",
1710
+ "type": "structure",
1711
+ "members": {
1712
+ "Arn": {
1713
+ "locationName": "arn"
1714
+ },
1715
+ "DefinitionArn": {
1716
+ "locationName": "definitionArn"
1717
+ },
1718
+ "Version": {
1719
+ "locationName": "version"
1720
+ },
1721
+ "TaskCreatedAt": {
1722
+ "locationName": "createdAt",
1723
+ "type": "timestamp"
1724
+ },
1725
+ "StartedAt": {
1726
+ "locationName": "startedAt",
1727
+ "type": "timestamp"
1728
+ },
1729
+ "StartedBy": {
1730
+ "locationName": "startedBy"
1731
+ },
1732
+ "Tags": {
1733
+ "shape": "S4c",
1734
+ "locationName": "tags"
1735
+ },
1736
+ "Volumes": {
1737
+ "shape": "S57",
1738
+ "locationName": "volumes"
1739
+ },
1740
+ "Containers": {
1741
+ "shape": "S52",
1742
+ "locationName": "containers"
1743
+ },
1744
+ "Group": {
1745
+ "locationName": "group"
1746
+ }
1747
+ }
1748
+ }
1749
+ }
1750
+ },
1751
+ "ContainerDetails": {
1752
+ "shape": "S53",
1753
+ "locationName": "containerDetails"
1552
1754
  }
1553
1755
  }
1554
1756
  },
@@ -1592,7 +1794,7 @@
1592
1794
  "locationName": "userAgent"
1593
1795
  },
1594
1796
  "RemoteIpDetails": {
1595
- "shape": "S4l",
1797
+ "shape": "S5h",
1596
1798
  "locationName": "remoteIpDetails"
1597
1799
  },
1598
1800
  "ServiceName": {
@@ -1647,18 +1849,18 @@
1647
1849
  "locationName": "connectionDirection"
1648
1850
  },
1649
1851
  "LocalPortDetails": {
1650
- "shape": "S4u",
1852
+ "shape": "S5q",
1651
1853
  "locationName": "localPortDetails"
1652
1854
  },
1653
1855
  "Protocol": {
1654
1856
  "locationName": "protocol"
1655
1857
  },
1656
1858
  "LocalIpDetails": {
1657
- "shape": "S4v",
1859
+ "shape": "S5r",
1658
1860
  "locationName": "localIpDetails"
1659
1861
  },
1660
1862
  "RemoteIpDetails": {
1661
- "shape": "S4l",
1863
+ "shape": "S5h",
1662
1864
  "locationName": "remoteIpDetails"
1663
1865
  },
1664
1866
  "RemotePortDetails": {
@@ -1691,15 +1893,15 @@
1691
1893
  "type": "structure",
1692
1894
  "members": {
1693
1895
  "LocalPortDetails": {
1694
- "shape": "S4u",
1896
+ "shape": "S5q",
1695
1897
  "locationName": "localPortDetails"
1696
1898
  },
1697
1899
  "LocalIpDetails": {
1698
- "shape": "S4v",
1900
+ "shape": "S5r",
1699
1901
  "locationName": "localIpDetails"
1700
1902
  },
1701
1903
  "RemoteIpDetails": {
1702
- "shape": "S4l",
1904
+ "shape": "S5h",
1703
1905
  "locationName": "remoteIpDetails"
1704
1906
  }
1705
1907
  }
@@ -1726,7 +1928,7 @@
1726
1928
  "locationName": "userAgent"
1727
1929
  },
1728
1930
  "RemoteIpDetails": {
1729
- "shape": "S4l",
1931
+ "shape": "S5h",
1730
1932
  "locationName": "remoteIpDetails"
1731
1933
  },
1732
1934
  "StatusCode": {
@@ -1800,6 +2002,142 @@
1800
2002
  "locationName": "type"
1801
2003
  }
1802
2004
  }
2005
+ },
2006
+ "FeatureName": {
2007
+ "locationName": "featureName"
2008
+ },
2009
+ "EbsVolumeScanDetails": {
2010
+ "locationName": "ebsVolumeScanDetails",
2011
+ "type": "structure",
2012
+ "members": {
2013
+ "ScanId": {
2014
+ "locationName": "scanId"
2015
+ },
2016
+ "ScanStartedAt": {
2017
+ "locationName": "scanStartedAt",
2018
+ "type": "timestamp"
2019
+ },
2020
+ "ScanCompletedAt": {
2021
+ "locationName": "scanCompletedAt",
2022
+ "type": "timestamp"
2023
+ },
2024
+ "TriggerFindingId": {
2025
+ "locationName": "triggerFindingId"
2026
+ },
2027
+ "Sources": {
2028
+ "locationName": "sources",
2029
+ "type": "list",
2030
+ "member": {}
2031
+ },
2032
+ "ScanDetections": {
2033
+ "locationName": "scanDetections",
2034
+ "type": "structure",
2035
+ "members": {
2036
+ "ScannedItemCount": {
2037
+ "locationName": "scannedItemCount",
2038
+ "type": "structure",
2039
+ "members": {
2040
+ "TotalGb": {
2041
+ "locationName": "totalGb",
2042
+ "type": "integer"
2043
+ },
2044
+ "Files": {
2045
+ "locationName": "files",
2046
+ "type": "integer"
2047
+ },
2048
+ "Volumes": {
2049
+ "locationName": "volumes",
2050
+ "type": "integer"
2051
+ }
2052
+ }
2053
+ },
2054
+ "ThreatsDetectedItemCount": {
2055
+ "locationName": "threatsDetectedItemCount",
2056
+ "type": "structure",
2057
+ "members": {
2058
+ "Files": {
2059
+ "locationName": "files",
2060
+ "type": "integer"
2061
+ }
2062
+ }
2063
+ },
2064
+ "HighestSeverityThreatDetails": {
2065
+ "locationName": "highestSeverityThreatDetails",
2066
+ "type": "structure",
2067
+ "members": {
2068
+ "Severity": {
2069
+ "locationName": "severity"
2070
+ },
2071
+ "ThreatName": {
2072
+ "locationName": "threatName"
2073
+ },
2074
+ "Count": {
2075
+ "locationName": "count",
2076
+ "type": "integer"
2077
+ }
2078
+ }
2079
+ },
2080
+ "ThreatDetectedByName": {
2081
+ "locationName": "threatDetectedByName",
2082
+ "type": "structure",
2083
+ "members": {
2084
+ "ItemCount": {
2085
+ "locationName": "itemCount",
2086
+ "type": "integer"
2087
+ },
2088
+ "UniqueThreatNameCount": {
2089
+ "locationName": "uniqueThreatNameCount",
2090
+ "type": "integer"
2091
+ },
2092
+ "Shortened": {
2093
+ "locationName": "shortened",
2094
+ "type": "boolean"
2095
+ },
2096
+ "ThreatNames": {
2097
+ "locationName": "threatNames",
2098
+ "type": "list",
2099
+ "member": {
2100
+ "type": "structure",
2101
+ "members": {
2102
+ "Name": {
2103
+ "locationName": "name"
2104
+ },
2105
+ "Severity": {
2106
+ "locationName": "severity"
2107
+ },
2108
+ "ItemCount": {
2109
+ "locationName": "itemCount",
2110
+ "type": "integer"
2111
+ },
2112
+ "FilePaths": {
2113
+ "locationName": "filePaths",
2114
+ "type": "list",
2115
+ "member": {
2116
+ "type": "structure",
2117
+ "members": {
2118
+ "FilePath": {
2119
+ "locationName": "filePath"
2120
+ },
2121
+ "VolumeArn": {
2122
+ "locationName": "volumeArn"
2123
+ },
2124
+ "Hash": {
2125
+ "locationName": "hash"
2126
+ },
2127
+ "FileName": {
2128
+ "locationName": "fileName"
2129
+ }
2130
+ }
2131
+ }
2132
+ }
2133
+ }
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+ }
2139
+ }
2140
+ }
1803
2141
  }
1804
2142
  }
1805
2143
  },
@@ -1844,7 +2182,7 @@
1844
2182
  "member": {}
1845
2183
  },
1846
2184
  "FindingCriteria": {
1847
- "shape": "Ss",
2185
+ "shape": "Su",
1848
2186
  "locationName": "findingCriteria"
1849
2187
  }
1850
2188
  }
@@ -1917,7 +2255,7 @@
1917
2255
  "locationName": "status"
1918
2256
  },
1919
2257
  "Tags": {
1920
- "shape": "Sj",
2258
+ "shape": "Sl",
1921
2259
  "locationName": "tags"
1922
2260
  }
1923
2261
  }
@@ -1943,6 +2281,37 @@
1943
2281
  }
1944
2282
  }
1945
2283
  },
2284
+ "GetMalwareScanSettings": {
2285
+ "http": {
2286
+ "method": "GET",
2287
+ "requestUri": "/detector/{detectorId}/malware-scan-settings",
2288
+ "responseCode": 200
2289
+ },
2290
+ "input": {
2291
+ "type": "structure",
2292
+ "required": [
2293
+ "DetectorId"
2294
+ ],
2295
+ "members": {
2296
+ "DetectorId": {
2297
+ "location": "uri",
2298
+ "locationName": "detectorId"
2299
+ }
2300
+ }
2301
+ },
2302
+ "output": {
2303
+ "type": "structure",
2304
+ "members": {
2305
+ "ScanResourceCriteria": {
2306
+ "shape": "S6r",
2307
+ "locationName": "scanResourceCriteria"
2308
+ },
2309
+ "EbsSnapshotPreservation": {
2310
+ "locationName": "ebsSnapshotPreservation"
2311
+ }
2312
+ }
2313
+ }
2314
+ },
1946
2315
  "GetMasterAccount": {
1947
2316
  "http": {
1948
2317
  "method": "GET",
@@ -2011,7 +2380,7 @@
2011
2380
  "locationName": "detectorId"
2012
2381
  },
2013
2382
  "AccountIds": {
2014
- "shape": "S1r",
2383
+ "shape": "S1t",
2015
2384
  "locationName": "accountIds"
2016
2385
  }
2017
2386
  }
@@ -2037,14 +2406,14 @@
2037
2406
  "locationName": "accountId"
2038
2407
  },
2039
2408
  "DataSources": {
2040
- "shape": "S2w",
2409
+ "shape": "S3p",
2041
2410
  "locationName": "dataSources"
2042
2411
  }
2043
2412
  }
2044
2413
  }
2045
2414
  },
2046
2415
  "UnprocessedAccounts": {
2047
- "shape": "S1d",
2416
+ "shape": "S1f",
2048
2417
  "locationName": "unprocessedAccounts"
2049
2418
  }
2050
2419
  }
@@ -2067,7 +2436,7 @@
2067
2436
  "locationName": "detectorId"
2068
2437
  },
2069
2438
  "AccountIds": {
2070
- "shape": "S1r",
2439
+ "shape": "S1t",
2071
2440
  "locationName": "accountIds"
2072
2441
  }
2073
2442
  }
@@ -2080,11 +2449,11 @@
2080
2449
  ],
2081
2450
  "members": {
2082
2451
  "Members": {
2083
- "shape": "S5r",
2452
+ "shape": "S77",
2084
2453
  "locationName": "members"
2085
2454
  },
2086
2455
  "UnprocessedAccounts": {
2087
- "shape": "S1d",
2456
+ "shape": "S1f",
2088
2457
  "locationName": "unprocessedAccounts"
2089
2458
  }
2090
2459
  }
@@ -2106,7 +2475,7 @@
2106
2475
  "locationName": "detectorId"
2107
2476
  },
2108
2477
  "AccountIds": {
2109
- "shape": "S1r",
2478
+ "shape": "S1t",
2110
2479
  "locationName": "accountIds"
2111
2480
  }
2112
2481
  }
@@ -2128,19 +2497,19 @@
2128
2497
  "type": "structure",
2129
2498
  "members": {
2130
2499
  "CloudTrail": {
2131
- "shape": "S5y",
2500
+ "shape": "S7e",
2132
2501
  "locationName": "cloudTrail"
2133
2502
  },
2134
2503
  "DnsLogs": {
2135
- "shape": "S5y",
2504
+ "shape": "S7e",
2136
2505
  "locationName": "dnsLogs"
2137
2506
  },
2138
2507
  "FlowLogs": {
2139
- "shape": "S5y",
2508
+ "shape": "S7e",
2140
2509
  "locationName": "flowLogs"
2141
2510
  },
2142
2511
  "S3Logs": {
2143
- "shape": "S5y",
2512
+ "shape": "S7e",
2144
2513
  "locationName": "s3Logs"
2145
2514
  },
2146
2515
  "Kubernetes": {
@@ -2148,10 +2517,20 @@
2148
2517
  "type": "structure",
2149
2518
  "members": {
2150
2519
  "AuditLogs": {
2151
- "shape": "S5y",
2520
+ "shape": "S7e",
2152
2521
  "locationName": "auditLogs"
2153
2522
  }
2154
2523
  }
2524
+ },
2525
+ "MalwareProtection": {
2526
+ "locationName": "malwareProtection",
2527
+ "type": "structure",
2528
+ "members": {
2529
+ "ScanEc2InstanceWithFindings": {
2530
+ "shape": "S7e",
2531
+ "locationName": "scanEc2InstanceWithFindings"
2532
+ }
2533
+ }
2155
2534
  }
2156
2535
  }
2157
2536
  }
@@ -2159,7 +2538,7 @@
2159
2538
  }
2160
2539
  },
2161
2540
  "UnprocessedAccounts": {
2162
- "shape": "S1d",
2541
+ "shape": "S1f",
2163
2542
  "locationName": "unprocessedAccounts"
2164
2543
  }
2165
2544
  }
@@ -2210,7 +2589,7 @@
2210
2589
  "locationName": "status"
2211
2590
  },
2212
2591
  "Tags": {
2213
- "shape": "Sj",
2592
+ "shape": "Sl",
2214
2593
  "locationName": "tags"
2215
2594
  }
2216
2595
  }
@@ -2244,7 +2623,7 @@
2244
2623
  ],
2245
2624
  "members": {
2246
2625
  "AccountIds": {
2247
- "shape": "S1r",
2626
+ "shape": "S1t",
2248
2627
  "locationName": "accountIds"
2249
2628
  },
2250
2629
  "DataSources": {
@@ -2288,7 +2667,7 @@
2288
2667
  "locationName": "accountId"
2289
2668
  },
2290
2669
  "Total": {
2291
- "shape": "S6e",
2670
+ "shape": "S7v",
2292
2671
  "locationName": "total"
2293
2672
  }
2294
2673
  }
@@ -2304,18 +2683,18 @@
2304
2683
  "locationName": "dataSource"
2305
2684
  },
2306
2685
  "Total": {
2307
- "shape": "S6e",
2686
+ "shape": "S7v",
2308
2687
  "locationName": "total"
2309
2688
  }
2310
2689
  }
2311
2690
  }
2312
2691
  },
2313
2692
  "SumByResource": {
2314
- "shape": "S6h",
2693
+ "shape": "S7y",
2315
2694
  "locationName": "sumByResource"
2316
2695
  },
2317
2696
  "TopResources": {
2318
- "shape": "S6h",
2697
+ "shape": "S7y",
2319
2698
  "locationName": "topResources"
2320
2699
  }
2321
2700
  }
@@ -2343,7 +2722,7 @@
2343
2722
  "locationName": "detectorId"
2344
2723
  },
2345
2724
  "AccountIds": {
2346
- "shape": "S1r",
2725
+ "shape": "S1t",
2347
2726
  "locationName": "accountIds"
2348
2727
  },
2349
2728
  "DisableEmailNotification": {
@@ -2362,7 +2741,7 @@
2362
2741
  ],
2363
2742
  "members": {
2364
2743
  "UnprocessedAccounts": {
2365
- "shape": "S1d",
2744
+ "shape": "S1f",
2366
2745
  "locationName": "unprocessedAccounts"
2367
2746
  }
2368
2747
  }
@@ -2465,11 +2844,11 @@
2465
2844
  "locationName": "detectorId"
2466
2845
  },
2467
2846
  "FindingCriteria": {
2468
- "shape": "Ss",
2847
+ "shape": "Su",
2469
2848
  "locationName": "findingCriteria"
2470
2849
  },
2471
2850
  "SortCriteria": {
2472
- "shape": "S37",
2851
+ "shape": "S2i",
2473
2852
  "locationName": "sortCriteria"
2474
2853
  },
2475
2854
  "MaxResults": {
@@ -2626,7 +3005,7 @@
2626
3005
  "type": "structure",
2627
3006
  "members": {
2628
3007
  "Members": {
2629
- "shape": "S5r",
3008
+ "shape": "S77",
2630
3009
  "locationName": "members"
2631
3010
  },
2632
3011
  "NextToken": {
@@ -2763,7 +3142,7 @@
2763
3142
  "type": "structure",
2764
3143
  "members": {
2765
3144
  "Tags": {
2766
- "shape": "Sj",
3145
+ "shape": "Sl",
2767
3146
  "locationName": "tags"
2768
3147
  }
2769
3148
  }
@@ -2830,7 +3209,7 @@
2830
3209
  "locationName": "detectorId"
2831
3210
  },
2832
3211
  "AccountIds": {
2833
- "shape": "S1r",
3212
+ "shape": "S1t",
2834
3213
  "locationName": "accountIds"
2835
3214
  }
2836
3215
  }
@@ -2842,7 +3221,7 @@
2842
3221
  ],
2843
3222
  "members": {
2844
3223
  "UnprocessedAccounts": {
2845
- "shape": "S1d",
3224
+ "shape": "S1f",
2846
3225
  "locationName": "unprocessedAccounts"
2847
3226
  }
2848
3227
  }
@@ -2865,7 +3244,7 @@
2865
3244
  "locationName": "detectorId"
2866
3245
  },
2867
3246
  "AccountIds": {
2868
- "shape": "S1r",
3247
+ "shape": "S1t",
2869
3248
  "locationName": "accountIds"
2870
3249
  }
2871
3250
  }
@@ -2877,7 +3256,7 @@
2877
3256
  ],
2878
3257
  "members": {
2879
3258
  "UnprocessedAccounts": {
2880
- "shape": "S1d",
3259
+ "shape": "S1f",
2881
3260
  "locationName": "unprocessedAccounts"
2882
3261
  }
2883
3262
  }
@@ -2900,7 +3279,7 @@
2900
3279
  "locationName": "resourceArn"
2901
3280
  },
2902
3281
  "Tags": {
2903
- "shape": "Sj",
3282
+ "shape": "Sl",
2904
3283
  "locationName": "tags"
2905
3284
  }
2906
3285
  }
@@ -3031,7 +3410,7 @@
3031
3410
  "type": "integer"
3032
3411
  },
3033
3412
  "FindingCriteria": {
3034
- "shape": "Ss",
3413
+ "shape": "Su",
3035
3414
  "locationName": "findingCriteria"
3036
3415
  }
3037
3416
  }
@@ -3119,6 +3498,35 @@
3119
3498
  "members": {}
3120
3499
  }
3121
3500
  },
3501
+ "UpdateMalwareScanSettings": {
3502
+ "http": {
3503
+ "requestUri": "/detector/{detectorId}/malware-scan-settings",
3504
+ "responseCode": 200
3505
+ },
3506
+ "input": {
3507
+ "type": "structure",
3508
+ "required": [
3509
+ "DetectorId"
3510
+ ],
3511
+ "members": {
3512
+ "DetectorId": {
3513
+ "location": "uri",
3514
+ "locationName": "detectorId"
3515
+ },
3516
+ "ScanResourceCriteria": {
3517
+ "shape": "S6r",
3518
+ "locationName": "scanResourceCriteria"
3519
+ },
3520
+ "EbsSnapshotPreservation": {
3521
+ "locationName": "ebsSnapshotPreservation"
3522
+ }
3523
+ }
3524
+ },
3525
+ "output": {
3526
+ "type": "structure",
3527
+ "members": {}
3528
+ }
3529
+ },
3122
3530
  "UpdateMemberDetectors": {
3123
3531
  "http": {
3124
3532
  "requestUri": "/detector/{detectorId}/member/detector/update",
@@ -3136,7 +3544,7 @@
3136
3544
  "locationName": "detectorId"
3137
3545
  },
3138
3546
  "AccountIds": {
3139
- "shape": "S1r",
3547
+ "shape": "S1t",
3140
3548
  "locationName": "accountIds"
3141
3549
  },
3142
3550
  "DataSources": {
@@ -3152,7 +3560,7 @@
3152
3560
  ],
3153
3561
  "members": {
3154
3562
  "UnprocessedAccounts": {
3155
- "shape": "S1d",
3563
+ "shape": "S1f",
3156
3564
  "locationName": "unprocessedAccounts"
3157
3565
  }
3158
3566
  }
@@ -3216,6 +3624,28 @@
3216
3624
  }
3217
3625
  }
3218
3626
  }
3627
+ },
3628
+ "MalwareProtection": {
3629
+ "locationName": "malwareProtection",
3630
+ "type": "structure",
3631
+ "members": {
3632
+ "ScanEc2InstanceWithFindings": {
3633
+ "locationName": "scanEc2InstanceWithFindings",
3634
+ "type": "structure",
3635
+ "members": {
3636
+ "EbsVolumes": {
3637
+ "locationName": "ebsVolumes",
3638
+ "type": "structure",
3639
+ "members": {
3640
+ "AutoEnable": {
3641
+ "locationName": "autoEnable",
3642
+ "type": "boolean"
3643
+ }
3644
+ }
3645
+ }
3646
+ }
3647
+ }
3648
+ }
3219
3649
  }
3220
3650
  }
3221
3651
  }
@@ -3247,7 +3677,7 @@
3247
3677
  "locationName": "destinationId"
3248
3678
  },
3249
3679
  "DestinationProperties": {
3250
- "shape": "S1h",
3680
+ "shape": "S1j",
3251
3681
  "locationName": "destinationProperties"
3252
3682
  }
3253
3683
  }
@@ -3337,15 +3767,31 @@
3337
3767
  }
3338
3768
  }
3339
3769
  }
3770
+ },
3771
+ "MalwareProtection": {
3772
+ "locationName": "malwareProtection",
3773
+ "type": "structure",
3774
+ "members": {
3775
+ "ScanEc2InstanceWithFindings": {
3776
+ "locationName": "scanEc2InstanceWithFindings",
3777
+ "type": "structure",
3778
+ "members": {
3779
+ "EbsVolumes": {
3780
+ "locationName": "ebsVolumes",
3781
+ "type": "boolean"
3782
+ }
3783
+ }
3784
+ }
3785
+ }
3340
3786
  }
3341
3787
  }
3342
3788
  },
3343
- "Sj": {
3789
+ "Sl": {
3344
3790
  "type": "map",
3345
3791
  "key": {},
3346
3792
  "value": {}
3347
3793
  },
3348
- "Ss": {
3794
+ "Su": {
3349
3795
  "type": "structure",
3350
3796
  "members": {
3351
3797
  "Criterion": {
@@ -3418,7 +3864,7 @@
3418
3864
  }
3419
3865
  }
3420
3866
  },
3421
- "S1d": {
3867
+ "S1f": {
3422
3868
  "type": "list",
3423
3869
  "member": {
3424
3870
  "type": "structure",
@@ -3436,7 +3882,7 @@
3436
3882
  }
3437
3883
  }
3438
3884
  },
3439
- "S1h": {
3885
+ "S1j": {
3440
3886
  "type": "structure",
3441
3887
  "members": {
3442
3888
  "DestinationArn": {
@@ -3447,11 +3893,52 @@
3447
3893
  }
3448
3894
  }
3449
3895
  },
3450
- "S1r": {
3896
+ "S1t": {
3451
3897
  "type": "list",
3452
3898
  "member": {}
3453
3899
  },
3454
- "S2w": {
3900
+ "S2i": {
3901
+ "type": "structure",
3902
+ "members": {
3903
+ "AttributeName": {
3904
+ "locationName": "attributeName"
3905
+ },
3906
+ "OrderBy": {
3907
+ "locationName": "orderBy"
3908
+ }
3909
+ }
3910
+ },
3911
+ "S2v": {
3912
+ "type": "list",
3913
+ "member": {
3914
+ "type": "structure",
3915
+ "members": {
3916
+ "VolumeArn": {
3917
+ "locationName": "volumeArn"
3918
+ },
3919
+ "VolumeType": {
3920
+ "locationName": "volumeType"
3921
+ },
3922
+ "DeviceName": {
3923
+ "locationName": "deviceName"
3924
+ },
3925
+ "VolumeSizeInGB": {
3926
+ "locationName": "volumeSizeInGB",
3927
+ "type": "integer"
3928
+ },
3929
+ "EncryptionType": {
3930
+ "locationName": "encryptionType"
3931
+ },
3932
+ "SnapshotArn": {
3933
+ "locationName": "snapshotArn"
3934
+ },
3935
+ "KmsKeyArn": {
3936
+ "locationName": "kmsKeyArn"
3937
+ }
3938
+ }
3939
+ }
3940
+ },
3941
+ "S3p": {
3455
3942
  "type": "structure",
3456
3943
  "required": [
3457
3944
  "CloudTrail",
@@ -3528,21 +4015,34 @@
3528
4015
  }
3529
4016
  }
3530
4017
  }
3531
- }
3532
- }
3533
- },
3534
- "S37": {
3535
- "type": "structure",
3536
- "members": {
3537
- "AttributeName": {
3538
- "locationName": "attributeName"
3539
4018
  },
3540
- "OrderBy": {
3541
- "locationName": "orderBy"
4019
+ "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
+ }
3542
4042
  }
3543
4043
  }
3544
4044
  },
3545
- "S3j": {
4045
+ "S4c": {
3546
4046
  "type": "list",
3547
4047
  "member": {
3548
4048
  "type": "structure",
@@ -3556,7 +4056,7 @@
3556
4056
  }
3557
4057
  }
3558
4058
  },
3559
- "S3r": {
4059
+ "S4k": {
3560
4060
  "type": "structure",
3561
4061
  "members": {
3562
4062
  "IgnorePublicAcls": {
@@ -3577,7 +4077,78 @@
3577
4077
  }
3578
4078
  }
3579
4079
  },
3580
- "S4l": {
4080
+ "S52": {
4081
+ "type": "list",
4082
+ "member": {
4083
+ "shape": "S53"
4084
+ }
4085
+ },
4086
+ "S53": {
4087
+ "type": "structure",
4088
+ "members": {
4089
+ "ContainerRuntime": {
4090
+ "locationName": "containerRuntime"
4091
+ },
4092
+ "Id": {
4093
+ "locationName": "id"
4094
+ },
4095
+ "Name": {
4096
+ "locationName": "name"
4097
+ },
4098
+ "Image": {
4099
+ "locationName": "image"
4100
+ },
4101
+ "ImagePrefix": {
4102
+ "locationName": "imagePrefix"
4103
+ },
4104
+ "VolumeMounts": {
4105
+ "locationName": "volumeMounts",
4106
+ "type": "list",
4107
+ "member": {
4108
+ "type": "structure",
4109
+ "members": {
4110
+ "Name": {
4111
+ "locationName": "name"
4112
+ },
4113
+ "MountPath": {
4114
+ "locationName": "mountPath"
4115
+ }
4116
+ }
4117
+ }
4118
+ },
4119
+ "SecurityContext": {
4120
+ "locationName": "securityContext",
4121
+ "type": "structure",
4122
+ "members": {
4123
+ "Privileged": {
4124
+ "locationName": "privileged",
4125
+ "type": "boolean"
4126
+ }
4127
+ }
4128
+ }
4129
+ }
4130
+ },
4131
+ "S57": {
4132
+ "type": "list",
4133
+ "member": {
4134
+ "type": "structure",
4135
+ "members": {
4136
+ "Name": {
4137
+ "locationName": "name"
4138
+ },
4139
+ "HostPath": {
4140
+ "locationName": "hostPath",
4141
+ "type": "structure",
4142
+ "members": {
4143
+ "Path": {
4144
+ "locationName": "path"
4145
+ }
4146
+ }
4147
+ }
4148
+ }
4149
+ }
4150
+ },
4151
+ "S5h": {
3581
4152
  "type": "structure",
3582
4153
  "members": {
3583
4154
  "City": {
@@ -3638,7 +4209,7 @@
3638
4209
  }
3639
4210
  }
3640
4211
  },
3641
- "S4u": {
4212
+ "S5q": {
3642
4213
  "type": "structure",
3643
4214
  "members": {
3644
4215
  "Port": {
@@ -3650,7 +4221,7 @@
3650
4221
  }
3651
4222
  }
3652
4223
  },
3653
- "S4v": {
4224
+ "S5r": {
3654
4225
  "type": "structure",
3655
4226
  "members": {
3656
4227
  "IpAddressV4": {
@@ -3658,7 +4229,50 @@
3658
4229
  }
3659
4230
  }
3660
4231
  },
3661
- "S5r": {
4232
+ "S6r": {
4233
+ "type": "structure",
4234
+ "members": {
4235
+ "Include": {
4236
+ "shape": "S6s",
4237
+ "locationName": "include"
4238
+ },
4239
+ "Exclude": {
4240
+ "shape": "S6s",
4241
+ "locationName": "exclude"
4242
+ }
4243
+ }
4244
+ },
4245
+ "S6s": {
4246
+ "type": "map",
4247
+ "key": {},
4248
+ "value": {
4249
+ "type": "structure",
4250
+ "required": [
4251
+ "MapEquals"
4252
+ ],
4253
+ "members": {
4254
+ "MapEquals": {
4255
+ "locationName": "mapEquals",
4256
+ "type": "list",
4257
+ "member": {
4258
+ "type": "structure",
4259
+ "required": [
4260
+ "Key"
4261
+ ],
4262
+ "members": {
4263
+ "Key": {
4264
+ "locationName": "key"
4265
+ },
4266
+ "Value": {
4267
+ "locationName": "value"
4268
+ }
4269
+ }
4270
+ }
4271
+ }
4272
+ }
4273
+ }
4274
+ },
4275
+ "S77": {
3662
4276
  "type": "list",
3663
4277
  "member": {
3664
4278
  "type": "structure",
@@ -3697,7 +4311,7 @@
3697
4311
  }
3698
4312
  }
3699
4313
  },
3700
- "S5y": {
4314
+ "S7e": {
3701
4315
  "type": "structure",
3702
4316
  "members": {
3703
4317
  "FreeTrialDaysRemaining": {
@@ -3706,7 +4320,7 @@
3706
4320
  }
3707
4321
  }
3708
4322
  },
3709
- "S6e": {
4323
+ "S7v": {
3710
4324
  "type": "structure",
3711
4325
  "members": {
3712
4326
  "Amount": {
@@ -3717,7 +4331,7 @@
3717
4331
  }
3718
4332
  }
3719
4333
  },
3720
- "S6h": {
4334
+ "S7y": {
3721
4335
  "type": "list",
3722
4336
  "member": {
3723
4337
  "type": "structure",
@@ -3726,7 +4340,7 @@
3726
4340
  "locationName": "resource"
3727
4341
  },
3728
4342
  "Total": {
3729
- "shape": "S6e",
4343
+ "shape": "S7v",
3730
4344
  "locationName": "total"
3731
4345
  }
3732
4346
  }