cdk-comprehend-s3olap 2.0.75 → 2.0.78
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
- package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
- package/node_modules/aws-sdk/clients/supportapp.js +18 -0
- package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +989 -211
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -826,7 +826,10 @@
|
|
826
826
|
"LastUpdateRequestedTime": {
|
827
827
|
"type": "timestamp"
|
828
828
|
},
|
829
|
-
"CreatedBy": {}
|
829
|
+
"CreatedBy": {},
|
830
|
+
"TemplateSSMDocumentDetails": {
|
831
|
+
"shape": "S58"
|
832
|
+
}
|
830
833
|
}
|
831
834
|
}
|
832
835
|
},
|
@@ -839,7 +842,7 @@
|
|
839
842
|
"type": "structure",
|
840
843
|
"members": {
|
841
844
|
"DeliveryChannelNames": {
|
842
|
-
"shape": "
|
845
|
+
"shape": "S5c"
|
843
846
|
}
|
844
847
|
}
|
845
848
|
},
|
@@ -853,10 +856,10 @@
|
|
853
856
|
"members": {
|
854
857
|
"name": {},
|
855
858
|
"configSnapshotDeliveryInfo": {
|
856
|
-
"shape": "
|
859
|
+
"shape": "S5g"
|
857
860
|
},
|
858
861
|
"configHistoryDeliveryInfo": {
|
859
|
-
"shape": "
|
862
|
+
"shape": "S5g"
|
860
863
|
},
|
861
864
|
"configStreamDeliveryInfo": {
|
862
865
|
"type": "structure",
|
@@ -880,7 +883,7 @@
|
|
880
883
|
"type": "structure",
|
881
884
|
"members": {
|
882
885
|
"DeliveryChannelNames": {
|
883
|
-
"shape": "
|
886
|
+
"shape": "S5c"
|
884
887
|
}
|
885
888
|
}
|
886
889
|
},
|
@@ -890,7 +893,7 @@
|
|
890
893
|
"DeliveryChannels": {
|
891
894
|
"type": "list",
|
892
895
|
"member": {
|
893
|
-
"shape": "
|
896
|
+
"shape": "S5m"
|
894
897
|
}
|
895
898
|
}
|
896
899
|
}
|
@@ -901,7 +904,7 @@
|
|
901
904
|
"type": "structure",
|
902
905
|
"members": {
|
903
906
|
"OrganizationConfigRuleNames": {
|
904
|
-
"shape": "
|
907
|
+
"shape": "S5p"
|
905
908
|
},
|
906
909
|
"Limit": {
|
907
910
|
"type": "integer"
|
@@ -940,7 +943,7 @@
|
|
940
943
|
"type": "structure",
|
941
944
|
"members": {
|
942
945
|
"OrganizationConfigRuleNames": {
|
943
|
-
"shape": "
|
946
|
+
"shape": "S5p"
|
944
947
|
},
|
945
948
|
"Limit": {
|
946
949
|
"type": "integer"
|
@@ -963,13 +966,13 @@
|
|
963
966
|
"OrganizationConfigRuleName": {},
|
964
967
|
"OrganizationConfigRuleArn": {},
|
965
968
|
"OrganizationManagedRuleMetadata": {
|
966
|
-
"shape": "
|
969
|
+
"shape": "S5z"
|
967
970
|
},
|
968
971
|
"OrganizationCustomRuleMetadata": {
|
969
|
-
"shape": "
|
972
|
+
"shape": "S64"
|
970
973
|
},
|
971
974
|
"ExcludedAccounts": {
|
972
|
-
"shape": "
|
975
|
+
"shape": "S67"
|
973
976
|
},
|
974
977
|
"LastUpdateTime": {
|
975
978
|
"type": "timestamp"
|
@@ -979,19 +982,19 @@
|
|
979
982
|
"members": {
|
980
983
|
"Description": {},
|
981
984
|
"OrganizationConfigRuleTriggerTypes": {
|
982
|
-
"shape": "
|
985
|
+
"shape": "S69"
|
983
986
|
},
|
984
987
|
"InputParameters": {},
|
985
988
|
"MaximumExecutionFrequency": {},
|
986
989
|
"ResourceTypesScope": {
|
987
|
-
"shape": "
|
990
|
+
"shape": "S62"
|
988
991
|
},
|
989
992
|
"ResourceIdScope": {},
|
990
993
|
"TagKeyScope": {},
|
991
994
|
"TagValueScope": {},
|
992
995
|
"PolicyRuntime": {},
|
993
996
|
"DebugLogDeliveryAccounts": {
|
994
|
-
"shape": "
|
997
|
+
"shape": "S6b"
|
995
998
|
}
|
996
999
|
}
|
997
1000
|
}
|
@@ -1007,7 +1010,7 @@
|
|
1007
1010
|
"type": "structure",
|
1008
1011
|
"members": {
|
1009
1012
|
"OrganizationConformancePackNames": {
|
1010
|
-
"shape": "
|
1013
|
+
"shape": "S6d"
|
1011
1014
|
},
|
1012
1015
|
"Limit": {
|
1013
1016
|
"type": "integer"
|
@@ -1046,7 +1049,7 @@
|
|
1046
1049
|
"type": "structure",
|
1047
1050
|
"members": {
|
1048
1051
|
"OrganizationConformancePackNames": {
|
1049
|
-
"shape": "
|
1052
|
+
"shape": "S6d"
|
1050
1053
|
},
|
1051
1054
|
"Limit": {
|
1052
1055
|
"type": "integer"
|
@@ -1075,7 +1078,7 @@
|
|
1075
1078
|
"shape": "S54"
|
1076
1079
|
},
|
1077
1080
|
"ExcludedAccounts": {
|
1078
|
-
"shape": "
|
1081
|
+
"shape": "S67"
|
1079
1082
|
},
|
1080
1083
|
"LastUpdateTime": {
|
1081
1084
|
"type": "timestamp"
|
@@ -1130,7 +1133,7 @@
|
|
1130
1133
|
"type": "structure",
|
1131
1134
|
"members": {
|
1132
1135
|
"RemediationConfigurations": {
|
1133
|
-
"shape": "
|
1136
|
+
"shape": "S6t"
|
1134
1137
|
}
|
1135
1138
|
}
|
1136
1139
|
}
|
@@ -1156,7 +1159,7 @@
|
|
1156
1159
|
"type": "structure",
|
1157
1160
|
"members": {
|
1158
1161
|
"RemediationExceptions": {
|
1159
|
-
"shape": "
|
1162
|
+
"shape": "S79"
|
1160
1163
|
},
|
1161
1164
|
"NextToken": {}
|
1162
1165
|
}
|
@@ -1238,7 +1241,7 @@
|
|
1238
1241
|
"RetentionConfigurations": {
|
1239
1242
|
"type": "list",
|
1240
1243
|
"member": {
|
1241
|
-
"shape": "
|
1244
|
+
"shape": "S7n"
|
1242
1245
|
}
|
1243
1246
|
},
|
1244
1247
|
"NextToken": {}
|
@@ -1275,7 +1278,7 @@
|
|
1275
1278
|
"type": "structure",
|
1276
1279
|
"members": {
|
1277
1280
|
"EvaluationResultIdentifier": {
|
1278
|
-
"shape": "
|
1281
|
+
"shape": "S7t"
|
1279
1282
|
},
|
1280
1283
|
"ComplianceType": {},
|
1281
1284
|
"ResultRecordedTime": {
|
@@ -1327,7 +1330,7 @@
|
|
1327
1330
|
"members": {
|
1328
1331
|
"GroupName": {},
|
1329
1332
|
"ComplianceSummary": {
|
1330
|
-
"shape": "
|
1333
|
+
"shape": "S81"
|
1331
1334
|
}
|
1332
1335
|
}
|
1333
1336
|
}
|
@@ -1457,7 +1460,7 @@
|
|
1457
1460
|
"type": "structure",
|
1458
1461
|
"members": {
|
1459
1462
|
"ConfigurationItem": {
|
1460
|
-
"shape": "
|
1463
|
+
"shape": "S8i"
|
1461
1464
|
}
|
1462
1465
|
}
|
1463
1466
|
}
|
@@ -1483,7 +1486,7 @@
|
|
1483
1486
|
"type": "structure",
|
1484
1487
|
"members": {
|
1485
1488
|
"EvaluationResults": {
|
1486
|
-
"shape": "
|
1489
|
+
"shape": "S8u"
|
1487
1490
|
},
|
1488
1491
|
"NextToken": {}
|
1489
1492
|
}
|
@@ -1509,7 +1512,7 @@
|
|
1509
1512
|
"type": "structure",
|
1510
1513
|
"members": {
|
1511
1514
|
"EvaluationResults": {
|
1512
|
-
"shape": "
|
1515
|
+
"shape": "S8u"
|
1513
1516
|
},
|
1514
1517
|
"NextToken": {}
|
1515
1518
|
}
|
@@ -1520,7 +1523,7 @@
|
|
1520
1523
|
"type": "structure",
|
1521
1524
|
"members": {
|
1522
1525
|
"ComplianceSummary": {
|
1523
|
-
"shape": "
|
1526
|
+
"shape": "S81"
|
1524
1527
|
}
|
1525
1528
|
}
|
1526
1529
|
}
|
@@ -1530,7 +1533,7 @@
|
|
1530
1533
|
"type": "structure",
|
1531
1534
|
"members": {
|
1532
1535
|
"ResourceTypes": {
|
1533
|
-
"shape": "
|
1536
|
+
"shape": "S90"
|
1534
1537
|
}
|
1535
1538
|
}
|
1536
1539
|
},
|
@@ -1544,7 +1547,7 @@
|
|
1544
1547
|
"members": {
|
1545
1548
|
"ResourceType": {},
|
1546
1549
|
"ComplianceSummary": {
|
1547
|
-
"shape": "
|
1550
|
+
"shape": "S81"
|
1548
1551
|
}
|
1549
1552
|
}
|
1550
1553
|
}
|
@@ -1600,7 +1603,7 @@
|
|
1600
1603
|
"members": {
|
1601
1604
|
"ComplianceType": {},
|
1602
1605
|
"EvaluationResultIdentifier": {
|
1603
|
-
"shape": "
|
1606
|
+
"shape": "S7t"
|
1604
1607
|
},
|
1605
1608
|
"ConfigRuleInvokedTime": {
|
1606
1609
|
"type": "timestamp"
|
@@ -1673,7 +1676,7 @@
|
|
1673
1676
|
"type": "structure",
|
1674
1677
|
"members": {
|
1675
1678
|
"resourceTypes": {
|
1676
|
-
"shape": "
|
1679
|
+
"shape": "S90"
|
1677
1680
|
},
|
1678
1681
|
"limit": {
|
1679
1682
|
"type": "integer"
|
@@ -1847,7 +1850,7 @@
|
|
1847
1850
|
"configurationItems": {
|
1848
1851
|
"type": "list",
|
1849
1852
|
"member": {
|
1850
|
-
"shape": "
|
1853
|
+
"shape": "S8i"
|
1851
1854
|
}
|
1852
1855
|
},
|
1853
1856
|
"nextToken": {}
|
@@ -1868,7 +1871,7 @@
|
|
1868
1871
|
"type": "structure",
|
1869
1872
|
"members": {
|
1870
1873
|
"StoredQuery": {
|
1871
|
-
"shape": "
|
1874
|
+
"shape": "Sa9"
|
1872
1875
|
}
|
1873
1876
|
}
|
1874
1877
|
}
|
@@ -2053,7 +2056,7 @@
|
|
2053
2056
|
"type": "structure",
|
2054
2057
|
"members": {
|
2055
2058
|
"Tags": {
|
2056
|
-
"shape": "
|
2059
|
+
"shape": "Sb5"
|
2057
2060
|
},
|
2058
2061
|
"NextToken": {}
|
2059
2062
|
}
|
@@ -2070,7 +2073,7 @@
|
|
2070
2073
|
"AuthorizedAccountId": {},
|
2071
2074
|
"AuthorizedAwsRegion": {},
|
2072
2075
|
"Tags": {
|
2073
|
-
"shape": "
|
2076
|
+
"shape": "Sba"
|
2074
2077
|
}
|
2075
2078
|
}
|
2076
2079
|
},
|
@@ -2094,7 +2097,7 @@
|
|
2094
2097
|
"shape": "S33"
|
2095
2098
|
},
|
2096
2099
|
"Tags": {
|
2097
|
-
"shape": "
|
2100
|
+
"shape": "Sba"
|
2098
2101
|
}
|
2099
2102
|
}
|
2100
2103
|
}
|
@@ -2114,7 +2117,7 @@
|
|
2114
2117
|
"shape": "S40"
|
2115
2118
|
},
|
2116
2119
|
"Tags": {
|
2117
|
-
"shape": "
|
2120
|
+
"shape": "Sba"
|
2118
2121
|
}
|
2119
2122
|
}
|
2120
2123
|
},
|
@@ -2154,6 +2157,9 @@
|
|
2154
2157
|
"DeliveryS3KeyPrefix": {},
|
2155
2158
|
"ConformancePackInputParameters": {
|
2156
2159
|
"shape": "S54"
|
2160
|
+
},
|
2161
|
+
"TemplateSSMDocumentDetails": {
|
2162
|
+
"shape": "S58"
|
2157
2163
|
}
|
2158
2164
|
}
|
2159
2165
|
},
|
@@ -2172,7 +2178,7 @@
|
|
2172
2178
|
],
|
2173
2179
|
"members": {
|
2174
2180
|
"DeliveryChannel": {
|
2175
|
-
"shape": "
|
2181
|
+
"shape": "S5m"
|
2176
2182
|
}
|
2177
2183
|
}
|
2178
2184
|
}
|
@@ -2185,7 +2191,7 @@
|
|
2185
2191
|
],
|
2186
2192
|
"members": {
|
2187
2193
|
"Evaluations": {
|
2188
|
-
"shape": "
|
2194
|
+
"shape": "Sbm"
|
2189
2195
|
},
|
2190
2196
|
"ResultToken": {},
|
2191
2197
|
"TestMode": {
|
@@ -2197,7 +2203,7 @@
|
|
2197
2203
|
"type": "structure",
|
2198
2204
|
"members": {
|
2199
2205
|
"FailedEvaluations": {
|
2200
|
-
"shape": "
|
2206
|
+
"shape": "Sbm"
|
2201
2207
|
}
|
2202
2208
|
}
|
2203
2209
|
}
|
@@ -2245,13 +2251,13 @@
|
|
2245
2251
|
"members": {
|
2246
2252
|
"OrganizationConfigRuleName": {},
|
2247
2253
|
"OrganizationManagedRuleMetadata": {
|
2248
|
-
"shape": "
|
2254
|
+
"shape": "S5z"
|
2249
2255
|
},
|
2250
2256
|
"OrganizationCustomRuleMetadata": {
|
2251
|
-
"shape": "
|
2257
|
+
"shape": "S64"
|
2252
2258
|
},
|
2253
2259
|
"ExcludedAccounts": {
|
2254
|
-
"shape": "
|
2260
|
+
"shape": "S67"
|
2255
2261
|
},
|
2256
2262
|
"OrganizationCustomPolicyRuleMetadata": {
|
2257
2263
|
"type": "structure",
|
@@ -2262,12 +2268,12 @@
|
|
2262
2268
|
"members": {
|
2263
2269
|
"Description": {},
|
2264
2270
|
"OrganizationConfigRuleTriggerTypes": {
|
2265
|
-
"shape": "
|
2271
|
+
"shape": "S69"
|
2266
2272
|
},
|
2267
2273
|
"InputParameters": {},
|
2268
2274
|
"MaximumExecutionFrequency": {},
|
2269
2275
|
"ResourceTypesScope": {
|
2270
|
-
"shape": "
|
2276
|
+
"shape": "S62"
|
2271
2277
|
},
|
2272
2278
|
"ResourceIdScope": {},
|
2273
2279
|
"TagKeyScope": {},
|
@@ -2275,7 +2281,7 @@
|
|
2275
2281
|
"PolicyRuntime": {},
|
2276
2282
|
"PolicyText": {},
|
2277
2283
|
"DebugLogDeliveryAccounts": {
|
2278
|
-
"shape": "
|
2284
|
+
"shape": "S6b"
|
2279
2285
|
}
|
2280
2286
|
}
|
2281
2287
|
}
|
@@ -2304,7 +2310,7 @@
|
|
2304
2310
|
"shape": "S54"
|
2305
2311
|
},
|
2306
2312
|
"ExcludedAccounts": {
|
2307
|
-
"shape": "
|
2313
|
+
"shape": "S67"
|
2308
2314
|
}
|
2309
2315
|
}
|
2310
2316
|
},
|
@@ -2323,7 +2329,7 @@
|
|
2323
2329
|
],
|
2324
2330
|
"members": {
|
2325
2331
|
"RemediationConfigurations": {
|
2326
|
-
"shape": "
|
2332
|
+
"shape": "S6t"
|
2327
2333
|
}
|
2328
2334
|
}
|
2329
2335
|
},
|
@@ -2337,7 +2343,7 @@
|
|
2337
2343
|
"members": {
|
2338
2344
|
"FailureMessage": {},
|
2339
2345
|
"FailedItems": {
|
2340
|
-
"shape": "
|
2346
|
+
"shape": "S6t"
|
2341
2347
|
}
|
2342
2348
|
}
|
2343
2349
|
}
|
@@ -2373,7 +2379,7 @@
|
|
2373
2379
|
"members": {
|
2374
2380
|
"FailureMessage": {},
|
2375
2381
|
"FailedItems": {
|
2376
|
-
"shape": "
|
2382
|
+
"shape": "S79"
|
2377
2383
|
}
|
2378
2384
|
}
|
2379
2385
|
}
|
@@ -2397,7 +2403,7 @@
|
|
2397
2403
|
"ResourceName": {},
|
2398
2404
|
"Configuration": {},
|
2399
2405
|
"Tags": {
|
2400
|
-
"shape": "
|
2406
|
+
"shape": "S8k"
|
2401
2407
|
}
|
2402
2408
|
}
|
2403
2409
|
}
|
@@ -2418,7 +2424,7 @@
|
|
2418
2424
|
"type": "structure",
|
2419
2425
|
"members": {
|
2420
2426
|
"RetentionConfiguration": {
|
2421
|
-
"shape": "
|
2427
|
+
"shape": "S7n"
|
2422
2428
|
}
|
2423
2429
|
}
|
2424
2430
|
}
|
@@ -2431,10 +2437,10 @@
|
|
2431
2437
|
],
|
2432
2438
|
"members": {
|
2433
2439
|
"StoredQuery": {
|
2434
|
-
"shape": "
|
2440
|
+
"shape": "Sa9"
|
2435
2441
|
},
|
2436
2442
|
"Tags": {
|
2437
|
-
"shape": "
|
2443
|
+
"shape": "Sba"
|
2438
2444
|
}
|
2439
2445
|
}
|
2440
2446
|
},
|
@@ -2468,10 +2474,10 @@
|
|
2468
2474
|
"type": "structure",
|
2469
2475
|
"members": {
|
2470
2476
|
"Results": {
|
2471
|
-
"shape": "
|
2477
|
+
"shape": "Scf"
|
2472
2478
|
},
|
2473
2479
|
"QueryInfo": {
|
2474
|
-
"shape": "
|
2480
|
+
"shape": "Scg"
|
2475
2481
|
},
|
2476
2482
|
"NextToken": {}
|
2477
2483
|
}
|
@@ -2495,10 +2501,10 @@
|
|
2495
2501
|
"type": "structure",
|
2496
2502
|
"members": {
|
2497
2503
|
"Results": {
|
2498
|
-
"shape": "
|
2504
|
+
"shape": "Scf"
|
2499
2505
|
},
|
2500
2506
|
"QueryInfo": {
|
2501
|
-
"shape": "
|
2507
|
+
"shape": "Scg"
|
2502
2508
|
},
|
2503
2509
|
"NextToken": {}
|
2504
2510
|
}
|
@@ -2575,7 +2581,7 @@
|
|
2575
2581
|
"members": {
|
2576
2582
|
"ResourceArn": {},
|
2577
2583
|
"Tags": {
|
2578
|
-
"shape": "
|
2584
|
+
"shape": "Sb5"
|
2579
2585
|
}
|
2580
2586
|
}
|
2581
2587
|
}
|
@@ -2884,11 +2890,21 @@
|
|
2884
2890
|
}
|
2885
2891
|
}
|
2886
2892
|
},
|
2887
|
-
"
|
2893
|
+
"S58": {
|
2894
|
+
"type": "structure",
|
2895
|
+
"required": [
|
2896
|
+
"DocumentName"
|
2897
|
+
],
|
2898
|
+
"members": {
|
2899
|
+
"DocumentName": {},
|
2900
|
+
"DocumentVersion": {}
|
2901
|
+
}
|
2902
|
+
},
|
2903
|
+
"S5c": {
|
2888
2904
|
"type": "list",
|
2889
2905
|
"member": {}
|
2890
2906
|
},
|
2891
|
-
"
|
2907
|
+
"S5g": {
|
2892
2908
|
"type": "structure",
|
2893
2909
|
"members": {
|
2894
2910
|
"lastStatus": {},
|
@@ -2905,7 +2921,7 @@
|
|
2905
2921
|
}
|
2906
2922
|
}
|
2907
2923
|
},
|
2908
|
-
"
|
2924
|
+
"S5m": {
|
2909
2925
|
"type": "structure",
|
2910
2926
|
"members": {
|
2911
2927
|
"name": {},
|
@@ -2921,11 +2937,11 @@
|
|
2921
2937
|
}
|
2922
2938
|
}
|
2923
2939
|
},
|
2924
|
-
"
|
2940
|
+
"S5p": {
|
2925
2941
|
"type": "list",
|
2926
2942
|
"member": {}
|
2927
2943
|
},
|
2928
|
-
"
|
2944
|
+
"S5z": {
|
2929
2945
|
"type": "structure",
|
2930
2946
|
"required": [
|
2931
2947
|
"RuleIdentifier"
|
@@ -2936,18 +2952,18 @@
|
|
2936
2952
|
"InputParameters": {},
|
2937
2953
|
"MaximumExecutionFrequency": {},
|
2938
2954
|
"ResourceTypesScope": {
|
2939
|
-
"shape": "
|
2955
|
+
"shape": "S62"
|
2940
2956
|
},
|
2941
2957
|
"ResourceIdScope": {},
|
2942
2958
|
"TagKeyScope": {},
|
2943
2959
|
"TagValueScope": {}
|
2944
2960
|
}
|
2945
2961
|
},
|
2946
|
-
"
|
2962
|
+
"S62": {
|
2947
2963
|
"type": "list",
|
2948
2964
|
"member": {}
|
2949
2965
|
},
|
2950
|
-
"
|
2966
|
+
"S64": {
|
2951
2967
|
"type": "structure",
|
2952
2968
|
"required": [
|
2953
2969
|
"LambdaFunctionArn",
|
@@ -2963,30 +2979,30 @@
|
|
2963
2979
|
"InputParameters": {},
|
2964
2980
|
"MaximumExecutionFrequency": {},
|
2965
2981
|
"ResourceTypesScope": {
|
2966
|
-
"shape": "
|
2982
|
+
"shape": "S62"
|
2967
2983
|
},
|
2968
2984
|
"ResourceIdScope": {},
|
2969
2985
|
"TagKeyScope": {},
|
2970
2986
|
"TagValueScope": {}
|
2971
2987
|
}
|
2972
2988
|
},
|
2973
|
-
"
|
2989
|
+
"S67": {
|
2974
2990
|
"type": "list",
|
2975
2991
|
"member": {}
|
2976
2992
|
},
|
2977
|
-
"
|
2993
|
+
"S69": {
|
2978
2994
|
"type": "list",
|
2979
2995
|
"member": {}
|
2980
2996
|
},
|
2981
|
-
"
|
2997
|
+
"S6b": {
|
2982
2998
|
"type": "list",
|
2983
2999
|
"member": {}
|
2984
3000
|
},
|
2985
|
-
"
|
3001
|
+
"S6d": {
|
2986
3002
|
"type": "list",
|
2987
3003
|
"member": {}
|
2988
3004
|
},
|
2989
|
-
"
|
3005
|
+
"S6t": {
|
2990
3006
|
"type": "list",
|
2991
3007
|
"member": {
|
2992
3008
|
"type": "structure",
|
@@ -3061,7 +3077,7 @@
|
|
3061
3077
|
}
|
3062
3078
|
}
|
3063
3079
|
},
|
3064
|
-
"
|
3080
|
+
"S79": {
|
3065
3081
|
"type": "list",
|
3066
3082
|
"member": {
|
3067
3083
|
"type": "structure",
|
@@ -3081,7 +3097,7 @@
|
|
3081
3097
|
}
|
3082
3098
|
}
|
3083
3099
|
},
|
3084
|
-
"
|
3100
|
+
"S7n": {
|
3085
3101
|
"type": "structure",
|
3086
3102
|
"required": [
|
3087
3103
|
"Name",
|
@@ -3094,7 +3110,7 @@
|
|
3094
3110
|
}
|
3095
3111
|
}
|
3096
3112
|
},
|
3097
|
-
"
|
3113
|
+
"S7t": {
|
3098
3114
|
"type": "structure",
|
3099
3115
|
"members": {
|
3100
3116
|
"EvaluationResultQualifier": {
|
@@ -3110,7 +3126,7 @@
|
|
3110
3126
|
}
|
3111
3127
|
}
|
3112
3128
|
},
|
3113
|
-
"
|
3129
|
+
"S81": {
|
3114
3130
|
"type": "structure",
|
3115
3131
|
"members": {
|
3116
3132
|
"CompliantResourceCount": {
|
@@ -3124,7 +3140,7 @@
|
|
3124
3140
|
}
|
3125
3141
|
}
|
3126
3142
|
},
|
3127
|
-
"
|
3143
|
+
"S8i": {
|
3128
3144
|
"type": "structure",
|
3129
3145
|
"members": {
|
3130
3146
|
"version": {},
|
@@ -3145,7 +3161,7 @@
|
|
3145
3161
|
"type": "timestamp"
|
3146
3162
|
},
|
3147
3163
|
"tags": {
|
3148
|
-
"shape": "
|
3164
|
+
"shape": "S8k"
|
3149
3165
|
},
|
3150
3166
|
"relatedEvents": {
|
3151
3167
|
"type": "list",
|
@@ -3169,18 +3185,18 @@
|
|
3169
3185
|
}
|
3170
3186
|
}
|
3171
3187
|
},
|
3172
|
-
"
|
3188
|
+
"S8k": {
|
3173
3189
|
"type": "map",
|
3174
3190
|
"key": {},
|
3175
3191
|
"value": {}
|
3176
3192
|
},
|
3177
|
-
"
|
3193
|
+
"S8u": {
|
3178
3194
|
"type": "list",
|
3179
3195
|
"member": {
|
3180
3196
|
"type": "structure",
|
3181
3197
|
"members": {
|
3182
3198
|
"EvaluationResultIdentifier": {
|
3183
|
-
"shape": "
|
3199
|
+
"shape": "S7t"
|
3184
3200
|
},
|
3185
3201
|
"ComplianceType": {},
|
3186
3202
|
"ResultRecordedTime": {
|
@@ -3194,11 +3210,11 @@
|
|
3194
3210
|
}
|
3195
3211
|
}
|
3196
3212
|
},
|
3197
|
-
"
|
3213
|
+
"S90": {
|
3198
3214
|
"type": "list",
|
3199
3215
|
"member": {}
|
3200
3216
|
},
|
3201
|
-
"
|
3217
|
+
"Sa9": {
|
3202
3218
|
"type": "structure",
|
3203
3219
|
"required": [
|
3204
3220
|
"QueryName"
|
@@ -3211,26 +3227,26 @@
|
|
3211
3227
|
"Expression": {}
|
3212
3228
|
}
|
3213
3229
|
},
|
3214
|
-
"
|
3230
|
+
"Sb5": {
|
3215
3231
|
"type": "list",
|
3216
3232
|
"member": {
|
3217
|
-
"shape": "
|
3233
|
+
"shape": "Sb6"
|
3218
3234
|
}
|
3219
3235
|
},
|
3220
|
-
"
|
3236
|
+
"Sb6": {
|
3221
3237
|
"type": "structure",
|
3222
3238
|
"members": {
|
3223
3239
|
"Key": {},
|
3224
3240
|
"Value": {}
|
3225
3241
|
}
|
3226
3242
|
},
|
3227
|
-
"
|
3243
|
+
"Sba": {
|
3228
3244
|
"type": "list",
|
3229
3245
|
"member": {
|
3230
|
-
"shape": "
|
3246
|
+
"shape": "Sb6"
|
3231
3247
|
}
|
3232
3248
|
},
|
3233
|
-
"
|
3249
|
+
"Sbm": {
|
3234
3250
|
"type": "list",
|
3235
3251
|
"member": {
|
3236
3252
|
"type": "structure",
|
@@ -3251,11 +3267,11 @@
|
|
3251
3267
|
}
|
3252
3268
|
}
|
3253
3269
|
},
|
3254
|
-
"
|
3270
|
+
"Scf": {
|
3255
3271
|
"type": "list",
|
3256
3272
|
"member": {}
|
3257
3273
|
},
|
3258
|
-
"
|
3274
|
+
"Scg": {
|
3259
3275
|
"type": "structure",
|
3260
3276
|
"members": {
|
3261
3277
|
"SelectFields": {
|