cdk-docker-image-deployment 0.0.88 → 0.0.89

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 (82) 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 +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -547,7 +547,13 @@
547
547
  "ConfigRuleNames": {
548
548
  "shape": "S2l"
549
549
  },
550
- "NextToken": {}
550
+ "NextToken": {},
551
+ "Filters": {
552
+ "type": "structure",
553
+ "members": {
554
+ "EvaluationMode": {}
555
+ }
556
+ }
551
557
  }
552
558
  },
553
559
  "output": {
@@ -556,7 +562,7 @@
556
562
  "ConfigRules": {
557
563
  "type": "list",
558
564
  "member": {
559
- "shape": "S33"
565
+ "shape": "S35"
560
566
  }
561
567
  },
562
568
  "NextToken": {}
@@ -625,7 +631,7 @@
625
631
  "ConfigurationAggregators": {
626
632
  "type": "list",
627
633
  "member": {
628
- "shape": "S3u"
634
+ "shape": "S3y"
629
635
  }
630
636
  },
631
637
  "NextToken": {}
@@ -637,7 +643,7 @@
637
643
  "type": "structure",
638
644
  "members": {
639
645
  "ConfigurationRecorderNames": {
640
- "shape": "S42"
646
+ "shape": "S46"
641
647
  }
642
648
  }
643
649
  },
@@ -676,7 +682,7 @@
676
682
  "type": "structure",
677
683
  "members": {
678
684
  "ConfigurationRecorderNames": {
679
- "shape": "S42"
685
+ "shape": "S46"
680
686
  }
681
687
  }
682
688
  },
@@ -686,7 +692,7 @@
686
692
  "ConfigurationRecorders": {
687
693
  "type": "list",
688
694
  "member": {
689
- "shape": "S4a"
695
+ "shape": "S4e"
690
696
  }
691
697
  }
692
698
  }
@@ -704,7 +710,7 @@
704
710
  "type": "structure",
705
711
  "members": {
706
712
  "ConfigRuleNames": {
707
- "shape": "S4h"
713
+ "shape": "S4l"
708
714
  },
709
715
  "ComplianceType": {}
710
716
  }
@@ -746,7 +752,7 @@
746
752
  "type": "structure",
747
753
  "members": {
748
754
  "ConformancePackNames": {
749
- "shape": "S4o"
755
+ "shape": "S4s"
750
756
  },
751
757
  "Limit": {
752
758
  "type": "integer"
@@ -794,7 +800,7 @@
794
800
  "type": "structure",
795
801
  "members": {
796
802
  "ConformancePackNames": {
797
- "shape": "S4o"
803
+ "shape": "S4s"
798
804
  },
799
805
  "Limit": {
800
806
  "type": "integer"
@@ -821,14 +827,14 @@
821
827
  "DeliveryS3Bucket": {},
822
828
  "DeliveryS3KeyPrefix": {},
823
829
  "ConformancePackInputParameters": {
824
- "shape": "S54"
830
+ "shape": "S58"
825
831
  },
826
832
  "LastUpdateRequestedTime": {
827
833
  "type": "timestamp"
828
834
  },
829
835
  "CreatedBy": {},
830
836
  "TemplateSSMDocumentDetails": {
831
- "shape": "S58"
837
+ "shape": "S5c"
832
838
  }
833
839
  }
834
840
  }
@@ -842,7 +848,7 @@
842
848
  "type": "structure",
843
849
  "members": {
844
850
  "DeliveryChannelNames": {
845
- "shape": "S5c"
851
+ "shape": "S5g"
846
852
  }
847
853
  }
848
854
  },
@@ -856,10 +862,10 @@
856
862
  "members": {
857
863
  "name": {},
858
864
  "configSnapshotDeliveryInfo": {
859
- "shape": "S5g"
865
+ "shape": "S5k"
860
866
  },
861
867
  "configHistoryDeliveryInfo": {
862
- "shape": "S5g"
868
+ "shape": "S5k"
863
869
  },
864
870
  "configStreamDeliveryInfo": {
865
871
  "type": "structure",
@@ -883,7 +889,7 @@
883
889
  "type": "structure",
884
890
  "members": {
885
891
  "DeliveryChannelNames": {
886
- "shape": "S5c"
892
+ "shape": "S5g"
887
893
  }
888
894
  }
889
895
  },
@@ -893,7 +899,7 @@
893
899
  "DeliveryChannels": {
894
900
  "type": "list",
895
901
  "member": {
896
- "shape": "S5m"
902
+ "shape": "S5q"
897
903
  }
898
904
  }
899
905
  }
@@ -904,7 +910,7 @@
904
910
  "type": "structure",
905
911
  "members": {
906
912
  "OrganizationConfigRuleNames": {
907
- "shape": "S5p"
913
+ "shape": "S5t"
908
914
  },
909
915
  "Limit": {
910
916
  "type": "integer"
@@ -943,7 +949,7 @@
943
949
  "type": "structure",
944
950
  "members": {
945
951
  "OrganizationConfigRuleNames": {
946
- "shape": "S5p"
952
+ "shape": "S5t"
947
953
  },
948
954
  "Limit": {
949
955
  "type": "integer"
@@ -966,13 +972,13 @@
966
972
  "OrganizationConfigRuleName": {},
967
973
  "OrganizationConfigRuleArn": {},
968
974
  "OrganizationManagedRuleMetadata": {
969
- "shape": "S5z"
975
+ "shape": "S63"
970
976
  },
971
977
  "OrganizationCustomRuleMetadata": {
972
- "shape": "S64"
978
+ "shape": "S68"
973
979
  },
974
980
  "ExcludedAccounts": {
975
- "shape": "S67"
981
+ "shape": "S6b"
976
982
  },
977
983
  "LastUpdateTime": {
978
984
  "type": "timestamp"
@@ -982,19 +988,19 @@
982
988
  "members": {
983
989
  "Description": {},
984
990
  "OrganizationConfigRuleTriggerTypes": {
985
- "shape": "S69"
991
+ "shape": "S6d"
986
992
  },
987
993
  "InputParameters": {},
988
994
  "MaximumExecutionFrequency": {},
989
995
  "ResourceTypesScope": {
990
- "shape": "S62"
996
+ "shape": "S66"
991
997
  },
992
998
  "ResourceIdScope": {},
993
999
  "TagKeyScope": {},
994
1000
  "TagValueScope": {},
995
1001
  "PolicyRuntime": {},
996
1002
  "DebugLogDeliveryAccounts": {
997
- "shape": "S6b"
1003
+ "shape": "S6f"
998
1004
  }
999
1005
  }
1000
1006
  }
@@ -1010,7 +1016,7 @@
1010
1016
  "type": "structure",
1011
1017
  "members": {
1012
1018
  "OrganizationConformancePackNames": {
1013
- "shape": "S6d"
1019
+ "shape": "S6h"
1014
1020
  },
1015
1021
  "Limit": {
1016
1022
  "type": "integer"
@@ -1049,7 +1055,7 @@
1049
1055
  "type": "structure",
1050
1056
  "members": {
1051
1057
  "OrganizationConformancePackNames": {
1052
- "shape": "S6d"
1058
+ "shape": "S6h"
1053
1059
  },
1054
1060
  "Limit": {
1055
1061
  "type": "integer"
@@ -1075,10 +1081,10 @@
1075
1081
  "DeliveryS3Bucket": {},
1076
1082
  "DeliveryS3KeyPrefix": {},
1077
1083
  "ConformancePackInputParameters": {
1078
- "shape": "S54"
1084
+ "shape": "S58"
1079
1085
  },
1080
1086
  "ExcludedAccounts": {
1081
- "shape": "S67"
1087
+ "shape": "S6b"
1082
1088
  },
1083
1089
  "LastUpdateTime": {
1084
1090
  "type": "timestamp"
@@ -1133,7 +1139,7 @@
1133
1139
  "type": "structure",
1134
1140
  "members": {
1135
1141
  "RemediationConfigurations": {
1136
- "shape": "S6t"
1142
+ "shape": "S6x"
1137
1143
  }
1138
1144
  }
1139
1145
  }
@@ -1159,7 +1165,7 @@
1159
1165
  "type": "structure",
1160
1166
  "members": {
1161
1167
  "RemediationExceptions": {
1162
- "shape": "S79"
1168
+ "shape": "S7d"
1163
1169
  },
1164
1170
  "NextToken": {}
1165
1171
  }
@@ -1241,7 +1247,7 @@
1241
1247
  "RetentionConfigurations": {
1242
1248
  "type": "list",
1243
1249
  "member": {
1244
- "shape": "S7n"
1250
+ "shape": "S7r"
1245
1251
  }
1246
1252
  },
1247
1253
  "NextToken": {}
@@ -1278,7 +1284,7 @@
1278
1284
  "type": "structure",
1279
1285
  "members": {
1280
1286
  "EvaluationResultIdentifier": {
1281
- "shape": "S7t"
1287
+ "shape": "S7x"
1282
1288
  },
1283
1289
  "ComplianceType": {},
1284
1290
  "ResultRecordedTime": {
@@ -1330,7 +1336,7 @@
1330
1336
  "members": {
1331
1337
  "GroupName": {},
1332
1338
  "ComplianceSummary": {
1333
- "shape": "S81"
1339
+ "shape": "S86"
1334
1340
  }
1335
1341
  }
1336
1342
  }
@@ -1460,7 +1466,7 @@
1460
1466
  "type": "structure",
1461
1467
  "members": {
1462
1468
  "ConfigurationItem": {
1463
- "shape": "S8i"
1469
+ "shape": "S8n"
1464
1470
  }
1465
1471
  }
1466
1472
  }
@@ -1486,7 +1492,7 @@
1486
1492
  "type": "structure",
1487
1493
  "members": {
1488
1494
  "EvaluationResults": {
1489
- "shape": "S8u"
1495
+ "shape": "S8z"
1490
1496
  },
1491
1497
  "NextToken": {}
1492
1498
  }
@@ -1495,24 +1501,21 @@
1495
1501
  "GetComplianceDetailsByResource": {
1496
1502
  "input": {
1497
1503
  "type": "structure",
1498
- "required": [
1499
- "ResourceType",
1500
- "ResourceId"
1501
- ],
1502
1504
  "members": {
1503
1505
  "ResourceType": {},
1504
1506
  "ResourceId": {},
1505
1507
  "ComplianceTypes": {
1506
1508
  "shape": "S2m"
1507
1509
  },
1508
- "NextToken": {}
1510
+ "NextToken": {},
1511
+ "ResourceEvaluationId": {}
1509
1512
  }
1510
1513
  },
1511
1514
  "output": {
1512
1515
  "type": "structure",
1513
1516
  "members": {
1514
1517
  "EvaluationResults": {
1515
- "shape": "S8u"
1518
+ "shape": "S8z"
1516
1519
  },
1517
1520
  "NextToken": {}
1518
1521
  }
@@ -1523,7 +1526,7 @@
1523
1526
  "type": "structure",
1524
1527
  "members": {
1525
1528
  "ComplianceSummary": {
1526
- "shape": "S81"
1529
+ "shape": "S86"
1527
1530
  }
1528
1531
  }
1529
1532
  }
@@ -1533,7 +1536,7 @@
1533
1536
  "type": "structure",
1534
1537
  "members": {
1535
1538
  "ResourceTypes": {
1536
- "shape": "S90"
1539
+ "shape": "S95"
1537
1540
  }
1538
1541
  }
1539
1542
  },
@@ -1547,7 +1550,7 @@
1547
1550
  "members": {
1548
1551
  "ResourceType": {},
1549
1552
  "ComplianceSummary": {
1550
- "shape": "S81"
1553
+ "shape": "S86"
1551
1554
  }
1552
1555
  }
1553
1556
  }
@@ -1567,7 +1570,7 @@
1567
1570
  "type": "structure",
1568
1571
  "members": {
1569
1572
  "ConfigRuleNames": {
1570
- "shape": "S4h"
1573
+ "shape": "S4l"
1571
1574
  },
1572
1575
  "ComplianceType": {},
1573
1576
  "ResourceType": {},
@@ -1603,7 +1606,7 @@
1603
1606
  "members": {
1604
1607
  "ComplianceType": {},
1605
1608
  "EvaluationResultIdentifier": {
1606
- "shape": "S7t"
1609
+ "shape": "S7x"
1607
1610
  },
1608
1611
  "ConfigRuleInvokedTime": {
1609
1612
  "type": "timestamp"
@@ -1676,7 +1679,7 @@
1676
1679
  "type": "structure",
1677
1680
  "members": {
1678
1681
  "resourceTypes": {
1679
- "shape": "S90"
1682
+ "shape": "S95"
1680
1683
  },
1681
1684
  "limit": {
1682
1685
  "type": "integer"
@@ -1850,13 +1853,51 @@
1850
1853
  "configurationItems": {
1851
1854
  "type": "list",
1852
1855
  "member": {
1853
- "shape": "S8i"
1856
+ "shape": "S8n"
1854
1857
  }
1855
1858
  },
1856
1859
  "nextToken": {}
1857
1860
  }
1858
1861
  }
1859
1862
  },
1863
+ "GetResourceEvaluationSummary": {
1864
+ "input": {
1865
+ "type": "structure",
1866
+ "required": [
1867
+ "ResourceEvaluationId"
1868
+ ],
1869
+ "members": {
1870
+ "ResourceEvaluationId": {}
1871
+ }
1872
+ },
1873
+ "output": {
1874
+ "type": "structure",
1875
+ "members": {
1876
+ "ResourceEvaluationId": {},
1877
+ "EvaluationMode": {},
1878
+ "EvaluationStatus": {
1879
+ "type": "structure",
1880
+ "required": [
1881
+ "Status"
1882
+ ],
1883
+ "members": {
1884
+ "Status": {},
1885
+ "FailureReason": {}
1886
+ }
1887
+ },
1888
+ "EvaluationStartTimestamp": {
1889
+ "type": "timestamp"
1890
+ },
1891
+ "Compliance": {},
1892
+ "EvaluationContext": {
1893
+ "shape": "Sag"
1894
+ },
1895
+ "ResourceDetails": {
1896
+ "shape": "Sai"
1897
+ }
1898
+ }
1899
+ }
1900
+ },
1860
1901
  "GetStoredQuery": {
1861
1902
  "input": {
1862
1903
  "type": "structure",
@@ -1871,7 +1912,7 @@
1871
1912
  "type": "structure",
1872
1913
  "members": {
1873
1914
  "StoredQuery": {
1874
- "shape": "Sa9"
1915
+ "shape": "San"
1875
1916
  }
1876
1917
  }
1877
1918
  }
@@ -2004,6 +2045,54 @@
2004
2045
  }
2005
2046
  }
2006
2047
  },
2048
+ "ListResourceEvaluations": {
2049
+ "input": {
2050
+ "type": "structure",
2051
+ "members": {
2052
+ "Filters": {
2053
+ "type": "structure",
2054
+ "members": {
2055
+ "EvaluationMode": {},
2056
+ "TimeWindow": {
2057
+ "type": "structure",
2058
+ "members": {
2059
+ "StartTime": {
2060
+ "type": "timestamp"
2061
+ },
2062
+ "EndTime": {
2063
+ "type": "timestamp"
2064
+ }
2065
+ }
2066
+ },
2067
+ "EvaluationContextIdentifier": {}
2068
+ }
2069
+ },
2070
+ "Limit": {
2071
+ "type": "integer"
2072
+ },
2073
+ "NextToken": {}
2074
+ }
2075
+ },
2076
+ "output": {
2077
+ "type": "structure",
2078
+ "members": {
2079
+ "ResourceEvaluations": {
2080
+ "type": "list",
2081
+ "member": {
2082
+ "type": "structure",
2083
+ "members": {
2084
+ "ResourceEvaluationId": {},
2085
+ "EvaluationMode": {},
2086
+ "EvaluationStartTimestamp": {
2087
+ "type": "timestamp"
2088
+ }
2089
+ }
2090
+ }
2091
+ },
2092
+ "NextToken": {}
2093
+ }
2094
+ }
2095
+ },
2007
2096
  "ListStoredQueries": {
2008
2097
  "input": {
2009
2098
  "type": "structure",
@@ -2056,7 +2145,7 @@
2056
2145
  "type": "structure",
2057
2146
  "members": {
2058
2147
  "Tags": {
2059
- "shape": "Sb5"
2148
+ "shape": "Sbq"
2060
2149
  },
2061
2150
  "NextToken": {}
2062
2151
  }
@@ -2073,7 +2162,7 @@
2073
2162
  "AuthorizedAccountId": {},
2074
2163
  "AuthorizedAwsRegion": {},
2075
2164
  "Tags": {
2076
- "shape": "Sba"
2165
+ "shape": "Sbv"
2077
2166
  }
2078
2167
  }
2079
2168
  },
@@ -2094,10 +2183,10 @@
2094
2183
  ],
2095
2184
  "members": {
2096
2185
  "ConfigRule": {
2097
- "shape": "S33"
2186
+ "shape": "S35"
2098
2187
  },
2099
2188
  "Tags": {
2100
- "shape": "Sba"
2189
+ "shape": "Sbv"
2101
2190
  }
2102
2191
  }
2103
2192
  }
@@ -2111,13 +2200,13 @@
2111
2200
  "members": {
2112
2201
  "ConfigurationAggregatorName": {},
2113
2202
  "AccountAggregationSources": {
2114
- "shape": "S3w"
2203
+ "shape": "S40"
2115
2204
  },
2116
2205
  "OrganizationAggregationSource": {
2117
- "shape": "S40"
2206
+ "shape": "S44"
2118
2207
  },
2119
2208
  "Tags": {
2120
- "shape": "Sba"
2209
+ "shape": "Sbv"
2121
2210
  }
2122
2211
  }
2123
2212
  },
@@ -2125,7 +2214,7 @@
2125
2214
  "type": "structure",
2126
2215
  "members": {
2127
2216
  "ConfigurationAggregator": {
2128
- "shape": "S3u"
2217
+ "shape": "S3y"
2129
2218
  }
2130
2219
  }
2131
2220
  }
@@ -2138,7 +2227,7 @@
2138
2227
  ],
2139
2228
  "members": {
2140
2229
  "ConfigurationRecorder": {
2141
- "shape": "S4a"
2230
+ "shape": "S4e"
2142
2231
  }
2143
2232
  }
2144
2233
  }
@@ -2156,10 +2245,10 @@
2156
2245
  "DeliveryS3Bucket": {},
2157
2246
  "DeliveryS3KeyPrefix": {},
2158
2247
  "ConformancePackInputParameters": {
2159
- "shape": "S54"
2248
+ "shape": "S58"
2160
2249
  },
2161
2250
  "TemplateSSMDocumentDetails": {
2162
- "shape": "S58"
2251
+ "shape": "S5c"
2163
2252
  }
2164
2253
  }
2165
2254
  },
@@ -2178,7 +2267,7 @@
2178
2267
  ],
2179
2268
  "members": {
2180
2269
  "DeliveryChannel": {
2181
- "shape": "S5m"
2270
+ "shape": "S5q"
2182
2271
  }
2183
2272
  }
2184
2273
  }
@@ -2191,7 +2280,7 @@
2191
2280
  ],
2192
2281
  "members": {
2193
2282
  "Evaluations": {
2194
- "shape": "Sbm"
2283
+ "shape": "Sc7"
2195
2284
  },
2196
2285
  "ResultToken": {},
2197
2286
  "TestMode": {
@@ -2203,7 +2292,7 @@
2203
2292
  "type": "structure",
2204
2293
  "members": {
2205
2294
  "FailedEvaluations": {
2206
- "shape": "Sbm"
2295
+ "shape": "Sc7"
2207
2296
  }
2208
2297
  }
2209
2298
  }
@@ -2251,13 +2340,13 @@
2251
2340
  "members": {
2252
2341
  "OrganizationConfigRuleName": {},
2253
2342
  "OrganizationManagedRuleMetadata": {
2254
- "shape": "S5z"
2343
+ "shape": "S63"
2255
2344
  },
2256
2345
  "OrganizationCustomRuleMetadata": {
2257
- "shape": "S64"
2346
+ "shape": "S68"
2258
2347
  },
2259
2348
  "ExcludedAccounts": {
2260
- "shape": "S67"
2349
+ "shape": "S6b"
2261
2350
  },
2262
2351
  "OrganizationCustomPolicyRuleMetadata": {
2263
2352
  "type": "structure",
@@ -2268,12 +2357,12 @@
2268
2357
  "members": {
2269
2358
  "Description": {},
2270
2359
  "OrganizationConfigRuleTriggerTypes": {
2271
- "shape": "S69"
2360
+ "shape": "S6d"
2272
2361
  },
2273
2362
  "InputParameters": {},
2274
2363
  "MaximumExecutionFrequency": {},
2275
2364
  "ResourceTypesScope": {
2276
- "shape": "S62"
2365
+ "shape": "S66"
2277
2366
  },
2278
2367
  "ResourceIdScope": {},
2279
2368
  "TagKeyScope": {},
@@ -2281,7 +2370,7 @@
2281
2370
  "PolicyRuntime": {},
2282
2371
  "PolicyText": {},
2283
2372
  "DebugLogDeliveryAccounts": {
2284
- "shape": "S6b"
2373
+ "shape": "S6f"
2285
2374
  }
2286
2375
  }
2287
2376
  }
@@ -2307,10 +2396,10 @@
2307
2396
  "DeliveryS3Bucket": {},
2308
2397
  "DeliveryS3KeyPrefix": {},
2309
2398
  "ConformancePackInputParameters": {
2310
- "shape": "S54"
2399
+ "shape": "S58"
2311
2400
  },
2312
2401
  "ExcludedAccounts": {
2313
- "shape": "S67"
2402
+ "shape": "S6b"
2314
2403
  }
2315
2404
  }
2316
2405
  },
@@ -2329,7 +2418,7 @@
2329
2418
  ],
2330
2419
  "members": {
2331
2420
  "RemediationConfigurations": {
2332
- "shape": "S6t"
2421
+ "shape": "S6x"
2333
2422
  }
2334
2423
  }
2335
2424
  },
@@ -2343,7 +2432,7 @@
2343
2432
  "members": {
2344
2433
  "FailureMessage": {},
2345
2434
  "FailedItems": {
2346
- "shape": "S6t"
2435
+ "shape": "S6x"
2347
2436
  }
2348
2437
  }
2349
2438
  }
@@ -2379,7 +2468,7 @@
2379
2468
  "members": {
2380
2469
  "FailureMessage": {},
2381
2470
  "FailedItems": {
2382
- "shape": "S79"
2471
+ "shape": "S7d"
2383
2472
  }
2384
2473
  }
2385
2474
  }
@@ -2403,7 +2492,7 @@
2403
2492
  "ResourceName": {},
2404
2493
  "Configuration": {},
2405
2494
  "Tags": {
2406
- "shape": "S8k"
2495
+ "shape": "S8p"
2407
2496
  }
2408
2497
  }
2409
2498
  }
@@ -2424,7 +2513,7 @@
2424
2513
  "type": "structure",
2425
2514
  "members": {
2426
2515
  "RetentionConfiguration": {
2427
- "shape": "S7n"
2516
+ "shape": "S7r"
2428
2517
  }
2429
2518
  }
2430
2519
  }
@@ -2437,10 +2526,10 @@
2437
2526
  ],
2438
2527
  "members": {
2439
2528
  "StoredQuery": {
2440
- "shape": "Sa9"
2529
+ "shape": "San"
2441
2530
  },
2442
2531
  "Tags": {
2443
- "shape": "Sba"
2532
+ "shape": "Sbv"
2444
2533
  }
2445
2534
  }
2446
2535
  },
@@ -2474,10 +2563,10 @@
2474
2563
  "type": "structure",
2475
2564
  "members": {
2476
2565
  "Results": {
2477
- "shape": "Scf"
2566
+ "shape": "Sd0"
2478
2567
  },
2479
2568
  "QueryInfo": {
2480
- "shape": "Scg"
2569
+ "shape": "Sd1"
2481
2570
  },
2482
2571
  "NextToken": {}
2483
2572
  }
@@ -2501,10 +2590,10 @@
2501
2590
  "type": "structure",
2502
2591
  "members": {
2503
2592
  "Results": {
2504
- "shape": "Scf"
2593
+ "shape": "Sd0"
2505
2594
  },
2506
2595
  "QueryInfo": {
2507
- "shape": "Scg"
2596
+ "shape": "Sd1"
2508
2597
  },
2509
2598
  "NextToken": {}
2510
2599
  }
@@ -2560,6 +2649,34 @@
2560
2649
  }
2561
2650
  }
2562
2651
  },
2652
+ "StartResourceEvaluation": {
2653
+ "input": {
2654
+ "type": "structure",
2655
+ "required": [
2656
+ "ResourceDetails",
2657
+ "EvaluationMode"
2658
+ ],
2659
+ "members": {
2660
+ "ResourceDetails": {
2661
+ "shape": "Sai"
2662
+ },
2663
+ "EvaluationContext": {
2664
+ "shape": "Sag"
2665
+ },
2666
+ "EvaluationMode": {},
2667
+ "EvaluationTimeout": {
2668
+ "type": "integer"
2669
+ },
2670
+ "ClientToken": {}
2671
+ }
2672
+ },
2673
+ "output": {
2674
+ "type": "structure",
2675
+ "members": {
2676
+ "ResourceEvaluationId": {}
2677
+ }
2678
+ }
2679
+ },
2563
2680
  "StopConfigurationRecorder": {
2564
2681
  "input": {
2565
2682
  "type": "structure",
@@ -2581,7 +2698,7 @@
2581
2698
  "members": {
2582
2699
  "ResourceArn": {},
2583
2700
  "Tags": {
2584
- "shape": "Sb5"
2701
+ "shape": "Sbq"
2585
2702
  }
2586
2703
  }
2587
2704
  }
@@ -2719,7 +2836,7 @@
2719
2836
  "type": "list",
2720
2837
  "member": {}
2721
2838
  },
2722
- "S33": {
2839
+ "S35": {
2723
2840
  "type": "structure",
2724
2841
  "required": [
2725
2842
  "Source"
@@ -2779,19 +2896,28 @@
2779
2896
  "InputParameters": {},
2780
2897
  "MaximumExecutionFrequency": {},
2781
2898
  "ConfigRuleState": {},
2782
- "CreatedBy": {}
2899
+ "CreatedBy": {},
2900
+ "EvaluationModes": {
2901
+ "type": "list",
2902
+ "member": {
2903
+ "type": "structure",
2904
+ "members": {
2905
+ "Mode": {}
2906
+ }
2907
+ }
2908
+ }
2783
2909
  }
2784
2910
  },
2785
- "S3u": {
2911
+ "S3y": {
2786
2912
  "type": "structure",
2787
2913
  "members": {
2788
2914
  "ConfigurationAggregatorName": {},
2789
2915
  "ConfigurationAggregatorArn": {},
2790
2916
  "AccountAggregationSources": {
2791
- "shape": "S3w"
2917
+ "shape": "S40"
2792
2918
  },
2793
2919
  "OrganizationAggregationSource": {
2794
- "shape": "S40"
2920
+ "shape": "S44"
2795
2921
  },
2796
2922
  "CreationTime": {
2797
2923
  "type": "timestamp"
@@ -2802,7 +2928,7 @@
2802
2928
  "CreatedBy": {}
2803
2929
  }
2804
2930
  },
2805
- "S3w": {
2931
+ "S40": {
2806
2932
  "type": "list",
2807
2933
  "member": {
2808
2934
  "type": "structure",
@@ -2818,16 +2944,16 @@
2818
2944
  "type": "boolean"
2819
2945
  },
2820
2946
  "AwsRegions": {
2821
- "shape": "S3z"
2947
+ "shape": "S43"
2822
2948
  }
2823
2949
  }
2824
2950
  }
2825
2951
  },
2826
- "S3z": {
2952
+ "S43": {
2827
2953
  "type": "list",
2828
2954
  "member": {}
2829
2955
  },
2830
- "S40": {
2956
+ "S44": {
2831
2957
  "type": "structure",
2832
2958
  "required": [
2833
2959
  "RoleArn"
@@ -2835,18 +2961,18 @@
2835
2961
  "members": {
2836
2962
  "RoleArn": {},
2837
2963
  "AwsRegions": {
2838
- "shape": "S3z"
2964
+ "shape": "S43"
2839
2965
  },
2840
2966
  "AllAwsRegions": {
2841
2967
  "type": "boolean"
2842
2968
  }
2843
2969
  }
2844
2970
  },
2845
- "S42": {
2971
+ "S46": {
2846
2972
  "type": "list",
2847
2973
  "member": {}
2848
2974
  },
2849
- "S4a": {
2975
+ "S4e": {
2850
2976
  "type": "structure",
2851
2977
  "members": {
2852
2978
  "name": {},
@@ -2868,15 +2994,15 @@
2868
2994
  }
2869
2995
  }
2870
2996
  },
2871
- "S4h": {
2997
+ "S4l": {
2872
2998
  "type": "list",
2873
2999
  "member": {}
2874
3000
  },
2875
- "S4o": {
3001
+ "S4s": {
2876
3002
  "type": "list",
2877
3003
  "member": {}
2878
3004
  },
2879
- "S54": {
3005
+ "S58": {
2880
3006
  "type": "list",
2881
3007
  "member": {
2882
3008
  "type": "structure",
@@ -2890,7 +3016,7 @@
2890
3016
  }
2891
3017
  }
2892
3018
  },
2893
- "S58": {
3019
+ "S5c": {
2894
3020
  "type": "structure",
2895
3021
  "required": [
2896
3022
  "DocumentName"
@@ -2900,11 +3026,11 @@
2900
3026
  "DocumentVersion": {}
2901
3027
  }
2902
3028
  },
2903
- "S5c": {
3029
+ "S5g": {
2904
3030
  "type": "list",
2905
3031
  "member": {}
2906
3032
  },
2907
- "S5g": {
3033
+ "S5k": {
2908
3034
  "type": "structure",
2909
3035
  "members": {
2910
3036
  "lastStatus": {},
@@ -2921,7 +3047,7 @@
2921
3047
  }
2922
3048
  }
2923
3049
  },
2924
- "S5m": {
3050
+ "S5q": {
2925
3051
  "type": "structure",
2926
3052
  "members": {
2927
3053
  "name": {},
@@ -2937,11 +3063,11 @@
2937
3063
  }
2938
3064
  }
2939
3065
  },
2940
- "S5p": {
3066
+ "S5t": {
2941
3067
  "type": "list",
2942
3068
  "member": {}
2943
3069
  },
2944
- "S5z": {
3070
+ "S63": {
2945
3071
  "type": "structure",
2946
3072
  "required": [
2947
3073
  "RuleIdentifier"
@@ -2952,18 +3078,18 @@
2952
3078
  "InputParameters": {},
2953
3079
  "MaximumExecutionFrequency": {},
2954
3080
  "ResourceTypesScope": {
2955
- "shape": "S62"
3081
+ "shape": "S66"
2956
3082
  },
2957
3083
  "ResourceIdScope": {},
2958
3084
  "TagKeyScope": {},
2959
3085
  "TagValueScope": {}
2960
3086
  }
2961
3087
  },
2962
- "S62": {
3088
+ "S66": {
2963
3089
  "type": "list",
2964
3090
  "member": {}
2965
3091
  },
2966
- "S64": {
3092
+ "S68": {
2967
3093
  "type": "structure",
2968
3094
  "required": [
2969
3095
  "LambdaFunctionArn",
@@ -2979,30 +3105,30 @@
2979
3105
  "InputParameters": {},
2980
3106
  "MaximumExecutionFrequency": {},
2981
3107
  "ResourceTypesScope": {
2982
- "shape": "S62"
3108
+ "shape": "S66"
2983
3109
  },
2984
3110
  "ResourceIdScope": {},
2985
3111
  "TagKeyScope": {},
2986
3112
  "TagValueScope": {}
2987
3113
  }
2988
3114
  },
2989
- "S67": {
3115
+ "S6b": {
2990
3116
  "type": "list",
2991
3117
  "member": {}
2992
3118
  },
2993
- "S69": {
3119
+ "S6d": {
2994
3120
  "type": "list",
2995
3121
  "member": {}
2996
3122
  },
2997
- "S6b": {
3123
+ "S6f": {
2998
3124
  "type": "list",
2999
3125
  "member": {}
3000
3126
  },
3001
- "S6d": {
3127
+ "S6h": {
3002
3128
  "type": "list",
3003
3129
  "member": {}
3004
3130
  },
3005
- "S6t": {
3131
+ "S6x": {
3006
3132
  "type": "list",
3007
3133
  "member": {
3008
3134
  "type": "structure",
@@ -3077,7 +3203,7 @@
3077
3203
  }
3078
3204
  }
3079
3205
  },
3080
- "S79": {
3206
+ "S7d": {
3081
3207
  "type": "list",
3082
3208
  "member": {
3083
3209
  "type": "structure",
@@ -3097,7 +3223,7 @@
3097
3223
  }
3098
3224
  }
3099
3225
  },
3100
- "S7n": {
3226
+ "S7r": {
3101
3227
  "type": "structure",
3102
3228
  "required": [
3103
3229
  "Name",
@@ -3110,7 +3236,7 @@
3110
3236
  }
3111
3237
  }
3112
3238
  },
3113
- "S7t": {
3239
+ "S7x": {
3114
3240
  "type": "structure",
3115
3241
  "members": {
3116
3242
  "EvaluationResultQualifier": {
@@ -3118,15 +3244,17 @@
3118
3244
  "members": {
3119
3245
  "ConfigRuleName": {},
3120
3246
  "ResourceType": {},
3121
- "ResourceId": {}
3247
+ "ResourceId": {},
3248
+ "EvaluationMode": {}
3122
3249
  }
3123
3250
  },
3124
3251
  "OrderingTimestamp": {
3125
3252
  "type": "timestamp"
3126
- }
3253
+ },
3254
+ "ResourceEvaluationId": {}
3127
3255
  }
3128
3256
  },
3129
- "S81": {
3257
+ "S86": {
3130
3258
  "type": "structure",
3131
3259
  "members": {
3132
3260
  "CompliantResourceCount": {
@@ -3140,7 +3268,7 @@
3140
3268
  }
3141
3269
  }
3142
3270
  },
3143
- "S8i": {
3271
+ "S8n": {
3144
3272
  "type": "structure",
3145
3273
  "members": {
3146
3274
  "version": {},
@@ -3161,7 +3289,7 @@
3161
3289
  "type": "timestamp"
3162
3290
  },
3163
3291
  "tags": {
3164
- "shape": "S8k"
3292
+ "shape": "S8p"
3165
3293
  },
3166
3294
  "relatedEvents": {
3167
3295
  "type": "list",
@@ -3185,18 +3313,18 @@
3185
3313
  }
3186
3314
  }
3187
3315
  },
3188
- "S8k": {
3316
+ "S8p": {
3189
3317
  "type": "map",
3190
3318
  "key": {},
3191
3319
  "value": {}
3192
3320
  },
3193
- "S8u": {
3321
+ "S8z": {
3194
3322
  "type": "list",
3195
3323
  "member": {
3196
3324
  "type": "structure",
3197
3325
  "members": {
3198
3326
  "EvaluationResultIdentifier": {
3199
- "shape": "S7t"
3327
+ "shape": "S7x"
3200
3328
  },
3201
3329
  "ComplianceType": {},
3202
3330
  "ResultRecordedTime": {
@@ -3210,11 +3338,31 @@
3210
3338
  }
3211
3339
  }
3212
3340
  },
3213
- "S90": {
3341
+ "S95": {
3214
3342
  "type": "list",
3215
3343
  "member": {}
3216
3344
  },
3217
- "Sa9": {
3345
+ "Sag": {
3346
+ "type": "structure",
3347
+ "members": {
3348
+ "EvaluationContextIdentifier": {}
3349
+ }
3350
+ },
3351
+ "Sai": {
3352
+ "type": "structure",
3353
+ "required": [
3354
+ "ResourceId",
3355
+ "ResourceType",
3356
+ "ResourceConfiguration"
3357
+ ],
3358
+ "members": {
3359
+ "ResourceId": {},
3360
+ "ResourceType": {},
3361
+ "ResourceConfiguration": {},
3362
+ "ResourceConfigurationSchemaType": {}
3363
+ }
3364
+ },
3365
+ "San": {
3218
3366
  "type": "structure",
3219
3367
  "required": [
3220
3368
  "QueryName"
@@ -3227,26 +3375,26 @@
3227
3375
  "Expression": {}
3228
3376
  }
3229
3377
  },
3230
- "Sb5": {
3378
+ "Sbq": {
3231
3379
  "type": "list",
3232
3380
  "member": {
3233
- "shape": "Sb6"
3381
+ "shape": "Sbr"
3234
3382
  }
3235
3383
  },
3236
- "Sb6": {
3384
+ "Sbr": {
3237
3385
  "type": "structure",
3238
3386
  "members": {
3239
3387
  "Key": {},
3240
3388
  "Value": {}
3241
3389
  }
3242
3390
  },
3243
- "Sba": {
3391
+ "Sbv": {
3244
3392
  "type": "list",
3245
3393
  "member": {
3246
- "shape": "Sb6"
3394
+ "shape": "Sbr"
3247
3395
  }
3248
3396
  },
3249
- "Sbm": {
3397
+ "Sc7": {
3250
3398
  "type": "list",
3251
3399
  "member": {
3252
3400
  "type": "structure",
@@ -3267,11 +3415,11 @@
3267
3415
  }
3268
3416
  }
3269
3417
  },
3270
- "Scf": {
3418
+ "Sd0": {
3271
3419
  "type": "list",
3272
3420
  "member": {}
3273
3421
  },
3274
- "Scg": {
3422
+ "Sd1": {
3275
3423
  "type": "structure",
3276
3424
  "members": {
3277
3425
  "SelectFields": {