p6-cdk-namer 0.8.21 → 0.8.22
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/changelog.md +1 -1
- package/lib/p6namer.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +142 -73
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +374 -302
- package/node_modules/aws-sdk/clients/datasync.d.ts +96 -14
- package/node_modules/aws-sdk/clients/fsx.d.ts +4 -4
- package/node_modules/aws-sdk/clients/s3control.d.ts +3 -3
- package/node_modules/aws-sdk/clients/securityhub.d.ts +136 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/p6cdknamer/jsii/jsii.go +2 -2
- package/p6cdknamer/version +1 -1
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
],
|
|
177
177
|
"members": {
|
|
178
178
|
"FindingIdentifiers": {
|
|
179
|
-
"shape": "
|
|
179
|
+
"shape": "Sgq"
|
|
180
180
|
},
|
|
181
181
|
"Note": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "Sgs"
|
|
183
183
|
},
|
|
184
184
|
"Severity": {
|
|
185
185
|
"type": "structure",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"RelatedFindings": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "Sfq"
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
},
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
],
|
|
226
226
|
"members": {
|
|
227
227
|
"ProcessedFindings": {
|
|
228
|
-
"shape": "
|
|
228
|
+
"shape": "Sgq"
|
|
229
229
|
},
|
|
230
230
|
"UnprocessedFindings": {
|
|
231
231
|
"type": "list",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
],
|
|
239
239
|
"members": {
|
|
240
240
|
"FindingIdentifier": {
|
|
241
|
-
"shape": "
|
|
241
|
+
"shape": "Sgr"
|
|
242
242
|
},
|
|
243
243
|
"ErrorCode": {},
|
|
244
244
|
"ErrorMessage": {}
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"members": {
|
|
318
318
|
"Name": {},
|
|
319
319
|
"Filters": {
|
|
320
|
-
"shape": "
|
|
320
|
+
"shape": "Sh3"
|
|
321
321
|
},
|
|
322
322
|
"GroupByAttribute": {}
|
|
323
323
|
}
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"type": "structure",
|
|
362
362
|
"members": {
|
|
363
363
|
"UnprocessedAccounts": {
|
|
364
|
-
"shape": "
|
|
364
|
+
"shape": "Shs"
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
],
|
|
378
378
|
"members": {
|
|
379
379
|
"AccountIds": {
|
|
380
|
-
"shape": "
|
|
380
|
+
"shape": "Shv"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"type": "structure",
|
|
386
386
|
"members": {
|
|
387
387
|
"UnprocessedAccounts": {
|
|
388
|
-
"shape": "
|
|
388
|
+
"shape": "Shs"
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
}
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
],
|
|
478
478
|
"members": {
|
|
479
479
|
"AccountIds": {
|
|
480
|
-
"shape": "
|
|
480
|
+
"shape": "Shv"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"type": "structure",
|
|
486
486
|
"members": {
|
|
487
487
|
"UnprocessedAccounts": {
|
|
488
|
-
"shape": "
|
|
488
|
+
"shape": "Shs"
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
],
|
|
502
502
|
"members": {
|
|
503
503
|
"AccountIds": {
|
|
504
|
-
"shape": "
|
|
504
|
+
"shape": "Shv"
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
},
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"type": "structure",
|
|
510
510
|
"members": {
|
|
511
511
|
"UnprocessedAccounts": {
|
|
512
|
-
"shape": "
|
|
512
|
+
"shape": "Shs"
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
}
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"type": "structure",
|
|
523
523
|
"members": {
|
|
524
524
|
"ActionTargetArns": {
|
|
525
|
-
"shape": "
|
|
525
|
+
"shape": "Si8"
|
|
526
526
|
},
|
|
527
527
|
"NextToken": {},
|
|
528
528
|
"MaxResults": {
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
"ControlStatus": {},
|
|
740
740
|
"DisabledReason": {},
|
|
741
741
|
"ControlStatusUpdatedAt": {
|
|
742
|
-
"shape": "
|
|
742
|
+
"shape": "Siy"
|
|
743
743
|
},
|
|
744
744
|
"ControlId": {},
|
|
745
745
|
"Title": {},
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
"RemediationUrl": {},
|
|
748
748
|
"SeverityRating": {},
|
|
749
749
|
"RelatedRequirements": {
|
|
750
|
-
"shape": "
|
|
750
|
+
"shape": "Sfi"
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
753
|
}
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
],
|
|
850
850
|
"members": {
|
|
851
851
|
"AccountIds": {
|
|
852
|
-
"shape": "
|
|
852
|
+
"shape": "Shv"
|
|
853
853
|
}
|
|
854
854
|
}
|
|
855
855
|
},
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"type": "structure",
|
|
905
905
|
"members": {
|
|
906
906
|
"Tags": {
|
|
907
|
-
"shape": "
|
|
907
|
+
"shape": "Sjh"
|
|
908
908
|
},
|
|
909
909
|
"EnableDefaultStandards": {
|
|
910
910
|
"type": "boolean"
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
"type": "structure",
|
|
930
930
|
"members": {
|
|
931
931
|
"Administrator": {
|
|
932
|
-
"shape": "
|
|
932
|
+
"shape": "Sjn"
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
}
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"type": "structure",
|
|
998
998
|
"members": {
|
|
999
999
|
"Filters": {
|
|
1000
|
-
"shape": "
|
|
1000
|
+
"shape": "Sh3"
|
|
1001
1001
|
},
|
|
1002
1002
|
"SortCriteria": {
|
|
1003
1003
|
"type": "list",
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
"type": "structure",
|
|
1094
1094
|
"members": {
|
|
1095
1095
|
"InsightArns": {
|
|
1096
|
-
"shape": "
|
|
1096
|
+
"shape": "Si8"
|
|
1097
1097
|
},
|
|
1098
1098
|
"NextToken": {},
|
|
1099
1099
|
"MaxResults": {
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"InsightArn": {},
|
|
1122
1122
|
"Name": {},
|
|
1123
1123
|
"Filters": {
|
|
1124
|
-
"shape": "
|
|
1124
|
+
"shape": "Sh3"
|
|
1125
1125
|
},
|
|
1126
1126
|
"GroupByAttribute": {}
|
|
1127
1127
|
}
|
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
"type": "structure",
|
|
1163
1163
|
"members": {
|
|
1164
1164
|
"Master": {
|
|
1165
|
-
"shape": "
|
|
1165
|
+
"shape": "Sjn"
|
|
1166
1166
|
}
|
|
1167
1167
|
}
|
|
1168
1168
|
},
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
],
|
|
1181
1181
|
"members": {
|
|
1182
1182
|
"AccountIds": {
|
|
1183
|
-
"shape": "
|
|
1183
|
+
"shape": "Shv"
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
1186
1186
|
},
|
|
@@ -1188,10 +1188,10 @@
|
|
|
1188
1188
|
"type": "structure",
|
|
1189
1189
|
"members": {
|
|
1190
1190
|
"Members": {
|
|
1191
|
-
"shape": "
|
|
1191
|
+
"shape": "Skd"
|
|
1192
1192
|
},
|
|
1193
1193
|
"UnprocessedAccounts": {
|
|
1194
|
-
"shape": "
|
|
1194
|
+
"shape": "Shs"
|
|
1195
1195
|
}
|
|
1196
1196
|
}
|
|
1197
1197
|
}
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
],
|
|
1208
1208
|
"members": {
|
|
1209
1209
|
"AccountIds": {
|
|
1210
|
-
"shape": "
|
|
1210
|
+
"shape": "Shv"
|
|
1211
1211
|
}
|
|
1212
1212
|
}
|
|
1213
1213
|
},
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"type": "structure",
|
|
1216
1216
|
"members": {
|
|
1217
1217
|
"UnprocessedAccounts": {
|
|
1218
|
-
"shape": "
|
|
1218
|
+
"shape": "Shs"
|
|
1219
1219
|
}
|
|
1220
1220
|
}
|
|
1221
1221
|
}
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
"Invitations": {
|
|
1311
1311
|
"type": "list",
|
|
1312
1312
|
"member": {
|
|
1313
|
-
"shape": "
|
|
1313
|
+
"shape": "Sjn"
|
|
1314
1314
|
}
|
|
1315
1315
|
},
|
|
1316
1316
|
"NextToken": {}
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
"type": "structure",
|
|
1346
1346
|
"members": {
|
|
1347
1347
|
"Members": {
|
|
1348
|
-
"shape": "
|
|
1348
|
+
"shape": "Skd"
|
|
1349
1349
|
},
|
|
1350
1350
|
"NextToken": {}
|
|
1351
1351
|
}
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
"type": "structure",
|
|
1409
1409
|
"members": {
|
|
1410
1410
|
"Tags": {
|
|
1411
|
-
"shape": "
|
|
1411
|
+
"shape": "Sjh"
|
|
1412
1412
|
}
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
@@ -1429,7 +1429,7 @@
|
|
|
1429
1429
|
"locationName": "ResourceArn"
|
|
1430
1430
|
},
|
|
1431
1431
|
"Tags": {
|
|
1432
|
-
"shape": "
|
|
1432
|
+
"shape": "Sjh"
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
},
|
|
@@ -1534,10 +1534,10 @@
|
|
|
1534
1534
|
],
|
|
1535
1535
|
"members": {
|
|
1536
1536
|
"Filters": {
|
|
1537
|
-
"shape": "
|
|
1537
|
+
"shape": "Sh3"
|
|
1538
1538
|
},
|
|
1539
1539
|
"Note": {
|
|
1540
|
-
"shape": "
|
|
1540
|
+
"shape": "Sgs"
|
|
1541
1541
|
},
|
|
1542
1542
|
"RecordState": {}
|
|
1543
1543
|
}
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
"Name": {},
|
|
1566
1566
|
"Filters": {
|
|
1567
|
-
"shape": "
|
|
1567
|
+
"shape": "Sh3"
|
|
1568
1568
|
},
|
|
1569
1569
|
"GroupByAttribute": {}
|
|
1570
1570
|
}
|
|
@@ -1990,6 +1990,17 @@
|
|
|
1990
1990
|
"Value": {}
|
|
1991
1991
|
}
|
|
1992
1992
|
}
|
|
1993
|
+
},
|
|
1994
|
+
"LaunchTemplate": {
|
|
1995
|
+
"type": "structure",
|
|
1996
|
+
"members": {
|
|
1997
|
+
"LaunchTemplateId": {},
|
|
1998
|
+
"LaunchTemplateName": {},
|
|
1999
|
+
"Version": {}
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"CapacityRebalance": {
|
|
2003
|
+
"type": "boolean"
|
|
1993
2004
|
}
|
|
1994
2005
|
}
|
|
1995
2006
|
},
|
|
@@ -1998,25 +2009,7 @@
|
|
|
1998
2009
|
"members": {
|
|
1999
2010
|
"EncryptionKey": {},
|
|
2000
2011
|
"Artifacts": {
|
|
2001
|
-
"
|
|
2002
|
-
"member": {
|
|
2003
|
-
"type": "structure",
|
|
2004
|
-
"members": {
|
|
2005
|
-
"ArtifactIdentifier": {},
|
|
2006
|
-
"EncryptionDisabled": {
|
|
2007
|
-
"type": "boolean"
|
|
2008
|
-
},
|
|
2009
|
-
"Location": {},
|
|
2010
|
-
"Name": {},
|
|
2011
|
-
"NamespaceType": {},
|
|
2012
|
-
"OverrideArtifactName": {
|
|
2013
|
-
"type": "boolean"
|
|
2014
|
-
},
|
|
2015
|
-
"Packaging": {},
|
|
2016
|
-
"Path": {},
|
|
2017
|
-
"Type": {}
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2012
|
+
"shape": "S2c"
|
|
2020
2013
|
},
|
|
2021
2014
|
"Environment": {
|
|
2022
2015
|
"type": "structure",
|
|
@@ -2090,12 +2083,15 @@
|
|
|
2090
2083
|
"members": {
|
|
2091
2084
|
"VpcId": {},
|
|
2092
2085
|
"Subnets": {
|
|
2093
|
-
"shape": "
|
|
2086
|
+
"shape": "S2n"
|
|
2094
2087
|
},
|
|
2095
2088
|
"SecurityGroupIds": {
|
|
2096
|
-
"shape": "
|
|
2089
|
+
"shape": "S2n"
|
|
2097
2090
|
}
|
|
2098
2091
|
}
|
|
2092
|
+
},
|
|
2093
|
+
"SecondaryArtifacts": {
|
|
2094
|
+
"shape": "S2c"
|
|
2099
2095
|
}
|
|
2100
2096
|
}
|
|
2101
2097
|
},
|
|
@@ -2302,10 +2298,10 @@
|
|
|
2302
2298
|
"OwnerId": {},
|
|
2303
2299
|
"VpcId": {},
|
|
2304
2300
|
"IpPermissions": {
|
|
2305
|
-
"shape": "
|
|
2301
|
+
"shape": "S3h"
|
|
2306
2302
|
},
|
|
2307
2303
|
"IpPermissionsEgress": {
|
|
2308
|
-
"shape": "
|
|
2304
|
+
"shape": "S3h"
|
|
2309
2305
|
}
|
|
2310
2306
|
}
|
|
2311
2307
|
},
|
|
@@ -2353,7 +2349,7 @@
|
|
|
2353
2349
|
}
|
|
2354
2350
|
},
|
|
2355
2351
|
"Ipv6CidrBlockAssociationSet": {
|
|
2356
|
-
"shape": "
|
|
2352
|
+
"shape": "S3x"
|
|
2357
2353
|
},
|
|
2358
2354
|
"DhcpOptionsId": {},
|
|
2359
2355
|
"State": {}
|
|
@@ -2398,7 +2394,7 @@
|
|
|
2398
2394
|
"SubnetId": {},
|
|
2399
2395
|
"VpcId": {},
|
|
2400
2396
|
"Ipv6CidrBlockAssociationSet": {
|
|
2401
|
-
"shape": "
|
|
2397
|
+
"shape": "S3x"
|
|
2402
2398
|
}
|
|
2403
2399
|
}
|
|
2404
2400
|
},
|
|
@@ -2615,13 +2611,13 @@
|
|
|
2615
2611
|
"type": "structure",
|
|
2616
2612
|
"members": {
|
|
2617
2613
|
"IndexSlowLogs": {
|
|
2618
|
-
"shape": "
|
|
2614
|
+
"shape": "S4r"
|
|
2619
2615
|
},
|
|
2620
2616
|
"SearchSlowLogs": {
|
|
2621
|
-
"shape": "
|
|
2617
|
+
"shape": "S4r"
|
|
2622
2618
|
},
|
|
2623
2619
|
"AuditLogs": {
|
|
2624
|
-
"shape": "
|
|
2620
|
+
"shape": "S4r"
|
|
2625
2621
|
}
|
|
2626
2622
|
}
|
|
2627
2623
|
},
|
|
@@ -2653,13 +2649,13 @@
|
|
|
2653
2649
|
"type": "structure",
|
|
2654
2650
|
"members": {
|
|
2655
2651
|
"AvailabilityZones": {
|
|
2656
|
-
"shape": "
|
|
2652
|
+
"shape": "S2n"
|
|
2657
2653
|
},
|
|
2658
2654
|
"SecurityGroupIds": {
|
|
2659
|
-
"shape": "
|
|
2655
|
+
"shape": "S2n"
|
|
2660
2656
|
},
|
|
2661
2657
|
"SubnetIds": {
|
|
2662
|
-
"shape": "
|
|
2658
|
+
"shape": "S2n"
|
|
2663
2659
|
},
|
|
2664
2660
|
"VPCId": {}
|
|
2665
2661
|
}
|
|
@@ -2789,7 +2785,7 @@
|
|
|
2789
2785
|
}
|
|
2790
2786
|
},
|
|
2791
2787
|
"PublicAccessBlockConfiguration": {
|
|
2792
|
-
"shape": "
|
|
2788
|
+
"shape": "S5e"
|
|
2793
2789
|
},
|
|
2794
2790
|
"AccessControlList": {},
|
|
2795
2791
|
"BucketLoggingConfiguration": {
|
|
@@ -2889,7 +2885,7 @@
|
|
|
2889
2885
|
}
|
|
2890
2886
|
},
|
|
2891
2887
|
"AwsS3AccountPublicAccessBlock": {
|
|
2892
|
-
"shape": "
|
|
2888
|
+
"shape": "S5e"
|
|
2893
2889
|
},
|
|
2894
2890
|
"AwsS3Object": {
|
|
2895
2891
|
"type": "structure",
|
|
@@ -2972,7 +2968,7 @@
|
|
|
2972
2968
|
"type": "structure",
|
|
2973
2969
|
"members": {
|
|
2974
2970
|
"AttachedManagedPolicies": {
|
|
2975
|
-
"shape": "
|
|
2971
|
+
"shape": "S65"
|
|
2976
2972
|
},
|
|
2977
2973
|
"CreateDate": {},
|
|
2978
2974
|
"GroupList": {
|
|
@@ -2980,7 +2976,7 @@
|
|
|
2980
2976
|
},
|
|
2981
2977
|
"Path": {},
|
|
2982
2978
|
"PermissionsBoundary": {
|
|
2983
|
-
"shape": "
|
|
2979
|
+
"shape": "S67"
|
|
2984
2980
|
},
|
|
2985
2981
|
"UserId": {},
|
|
2986
2982
|
"UserName": {},
|
|
@@ -3036,19 +3032,19 @@
|
|
|
3036
3032
|
"CreatedDate": {},
|
|
3037
3033
|
"Description": {},
|
|
3038
3034
|
"DefaultRouteSettings": {
|
|
3039
|
-
"shape": "
|
|
3035
|
+
"shape": "S6e"
|
|
3040
3036
|
},
|
|
3041
3037
|
"DeploymentId": {},
|
|
3042
3038
|
"LastUpdatedDate": {},
|
|
3043
3039
|
"RouteSettings": {
|
|
3044
|
-
"shape": "
|
|
3040
|
+
"shape": "S6e"
|
|
3045
3041
|
},
|
|
3046
3042
|
"StageName": {},
|
|
3047
3043
|
"StageVariables": {
|
|
3048
3044
|
"shape": "St"
|
|
3049
3045
|
},
|
|
3050
3046
|
"AccessLogSettings": {
|
|
3051
|
-
"shape": "
|
|
3047
|
+
"shape": "S6f"
|
|
3052
3048
|
},
|
|
3053
3049
|
"AutoDeploy": {
|
|
3054
3050
|
"type": "boolean"
|
|
@@ -3075,22 +3071,22 @@
|
|
|
3075
3071
|
"type": "structure",
|
|
3076
3072
|
"members": {
|
|
3077
3073
|
"AllowOrigins": {
|
|
3078
|
-
"shape": "
|
|
3074
|
+
"shape": "S2n"
|
|
3079
3075
|
},
|
|
3080
3076
|
"AllowCredentials": {
|
|
3081
3077
|
"type": "boolean"
|
|
3082
3078
|
},
|
|
3083
3079
|
"ExposeHeaders": {
|
|
3084
|
-
"shape": "
|
|
3080
|
+
"shape": "S2n"
|
|
3085
3081
|
},
|
|
3086
3082
|
"MaxAge": {
|
|
3087
3083
|
"type": "integer"
|
|
3088
3084
|
},
|
|
3089
3085
|
"AllowMethods": {
|
|
3090
|
-
"shape": "
|
|
3086
|
+
"shape": "S2n"
|
|
3091
3087
|
},
|
|
3092
3088
|
"AllowHeaders": {
|
|
3093
|
-
"shape": "
|
|
3089
|
+
"shape": "S2n"
|
|
3094
3090
|
}
|
|
3095
3091
|
}
|
|
3096
3092
|
}
|
|
@@ -3135,13 +3131,13 @@
|
|
|
3135
3131
|
"type": "integer"
|
|
3136
3132
|
},
|
|
3137
3133
|
"KeySchema": {
|
|
3138
|
-
"shape": "
|
|
3134
|
+
"shape": "S6p"
|
|
3139
3135
|
},
|
|
3140
3136
|
"Projection": {
|
|
3141
|
-
"shape": "
|
|
3137
|
+
"shape": "S6r"
|
|
3142
3138
|
},
|
|
3143
3139
|
"ProvisionedThroughput": {
|
|
3144
|
-
"shape": "
|
|
3140
|
+
"shape": "S6s"
|
|
3145
3141
|
}
|
|
3146
3142
|
}
|
|
3147
3143
|
}
|
|
@@ -3151,7 +3147,7 @@
|
|
|
3151
3147
|
"type": "integer"
|
|
3152
3148
|
},
|
|
3153
3149
|
"KeySchema": {
|
|
3154
|
-
"shape": "
|
|
3150
|
+
"shape": "S6p"
|
|
3155
3151
|
},
|
|
3156
3152
|
"LatestStreamArn": {},
|
|
3157
3153
|
"LatestStreamLabel": {},
|
|
@@ -3163,16 +3159,16 @@
|
|
|
3163
3159
|
"IndexArn": {},
|
|
3164
3160
|
"IndexName": {},
|
|
3165
3161
|
"KeySchema": {
|
|
3166
|
-
"shape": "
|
|
3162
|
+
"shape": "S6p"
|
|
3167
3163
|
},
|
|
3168
3164
|
"Projection": {
|
|
3169
|
-
"shape": "
|
|
3165
|
+
"shape": "S6r"
|
|
3170
3166
|
}
|
|
3171
3167
|
}
|
|
3172
3168
|
}
|
|
3173
3169
|
},
|
|
3174
3170
|
"ProvisionedThroughput": {
|
|
3175
|
-
"shape": "
|
|
3171
|
+
"shape": "S6s"
|
|
3176
3172
|
},
|
|
3177
3173
|
"Replicas": {
|
|
3178
3174
|
"type": "list",
|
|
@@ -3186,14 +3182,14 @@
|
|
|
3186
3182
|
"members": {
|
|
3187
3183
|
"IndexName": {},
|
|
3188
3184
|
"ProvisionedThroughputOverride": {
|
|
3189
|
-
"shape": "
|
|
3185
|
+
"shape": "S6z"
|
|
3190
3186
|
}
|
|
3191
3187
|
}
|
|
3192
3188
|
}
|
|
3193
3189
|
},
|
|
3194
3190
|
"KmsMasterKeyId": {},
|
|
3195
3191
|
"ProvisionedThroughputOverride": {
|
|
3196
|
-
"shape": "
|
|
3192
|
+
"shape": "S6z"
|
|
3197
3193
|
},
|
|
3198
3194
|
"RegionName": {},
|
|
3199
3195
|
"ReplicaStatus": {},
|
|
@@ -3291,7 +3287,7 @@
|
|
|
3291
3287
|
},
|
|
3292
3288
|
"DocumentationVersion": {},
|
|
3293
3289
|
"AccessLogSettings": {
|
|
3294
|
-
"shape": "
|
|
3290
|
+
"shape": "S6f"
|
|
3295
3291
|
},
|
|
3296
3292
|
"CanarySettings": {
|
|
3297
3293
|
"type": "structure",
|
|
@@ -3325,7 +3321,7 @@
|
|
|
3325
3321
|
"CreatedDate": {},
|
|
3326
3322
|
"Version": {},
|
|
3327
3323
|
"BinaryMediaTypes": {
|
|
3328
|
-
"shape": "
|
|
3324
|
+
"shape": "S2n"
|
|
3329
3325
|
},
|
|
3330
3326
|
"MinimumCompressionSize": {
|
|
3331
3327
|
"type": "integer"
|
|
@@ -3335,7 +3331,7 @@
|
|
|
3335
3331
|
"type": "structure",
|
|
3336
3332
|
"members": {
|
|
3337
3333
|
"Types": {
|
|
3338
|
-
"shape": "
|
|
3334
|
+
"shape": "S2n"
|
|
3339
3335
|
}
|
|
3340
3336
|
}
|
|
3341
3337
|
}
|
|
@@ -3435,7 +3431,7 @@
|
|
|
3435
3431
|
"CreatedAt": {},
|
|
3436
3432
|
"DomainName": {},
|
|
3437
3433
|
"DomainValidationOptions": {
|
|
3438
|
-
"shape": "
|
|
3434
|
+
"shape": "S7e"
|
|
3439
3435
|
},
|
|
3440
3436
|
"ExtendedKeyUsages": {
|
|
3441
3437
|
"type": "list",
|
|
@@ -3477,7 +3473,7 @@
|
|
|
3477
3473
|
"type": "structure",
|
|
3478
3474
|
"members": {
|
|
3479
3475
|
"DomainValidationOptions": {
|
|
3480
|
-
"shape": "
|
|
3476
|
+
"shape": "S7e"
|
|
3481
3477
|
},
|
|
3482
3478
|
"RenewalStatus": {},
|
|
3483
3479
|
"RenewalStatusReason": {},
|
|
@@ -3706,6 +3702,19 @@
|
|
|
3706
3702
|
"VpcSecurityGroupId": {}
|
|
3707
3703
|
}
|
|
3708
3704
|
}
|
|
3705
|
+
},
|
|
3706
|
+
"LoggingStatus": {
|
|
3707
|
+
"type": "structure",
|
|
3708
|
+
"members": {
|
|
3709
|
+
"BucketName": {},
|
|
3710
|
+
"LastFailureMessage": {},
|
|
3711
|
+
"LastFailureTime": {},
|
|
3712
|
+
"LastSuccessfulDeliveryTime": {},
|
|
3713
|
+
"LoggingEnabled": {
|
|
3714
|
+
"type": "boolean"
|
|
3715
|
+
},
|
|
3716
|
+
"S3KeyPrefix": {}
|
|
3717
|
+
}
|
|
3709
3718
|
}
|
|
3710
3719
|
}
|
|
3711
3720
|
},
|
|
@@ -3827,6 +3836,16 @@
|
|
|
3827
3836
|
"type": "boolean"
|
|
3828
3837
|
}
|
|
3829
3838
|
}
|
|
3839
|
+
},
|
|
3840
|
+
"AdditionalAttributes": {
|
|
3841
|
+
"type": "list",
|
|
3842
|
+
"member": {
|
|
3843
|
+
"type": "structure",
|
|
3844
|
+
"members": {
|
|
3845
|
+
"Key": {},
|
|
3846
|
+
"Value": {}
|
|
3847
|
+
}
|
|
3848
|
+
}
|
|
3830
3849
|
}
|
|
3831
3850
|
}
|
|
3832
3851
|
},
|
|
@@ -3882,7 +3901,7 @@
|
|
|
3882
3901
|
"type": "structure",
|
|
3883
3902
|
"members": {
|
|
3884
3903
|
"AttachedManagedPolicies": {
|
|
3885
|
-
"shape": "
|
|
3904
|
+
"shape": "S65"
|
|
3886
3905
|
},
|
|
3887
3906
|
"CreateDate": {},
|
|
3888
3907
|
"GroupId": {},
|
|
@@ -3904,7 +3923,7 @@
|
|
|
3904
3923
|
"members": {
|
|
3905
3924
|
"AssumeRolePolicyDocument": {},
|
|
3906
3925
|
"AttachedManagedPolicies": {
|
|
3907
|
-
"shape": "
|
|
3926
|
+
"shape": "S65"
|
|
3908
3927
|
},
|
|
3909
3928
|
"CreateDate": {},
|
|
3910
3929
|
"InstanceProfileList": {
|
|
@@ -3935,7 +3954,7 @@
|
|
|
3935
3954
|
}
|
|
3936
3955
|
},
|
|
3937
3956
|
"PermissionsBoundary": {
|
|
3938
|
-
"shape": "
|
|
3957
|
+
"shape": "S67"
|
|
3939
3958
|
},
|
|
3940
3959
|
"RoleId": {},
|
|
3941
3960
|
"RoleName": {},
|
|
@@ -4041,10 +4060,10 @@
|
|
|
4041
4060
|
"type": "structure",
|
|
4042
4061
|
"members": {
|
|
4043
4062
|
"SecurityGroupIds": {
|
|
4044
|
-
"shape": "
|
|
4063
|
+
"shape": "S2n"
|
|
4045
4064
|
},
|
|
4046
4065
|
"SubnetIds": {
|
|
4047
|
-
"shape": "
|
|
4066
|
+
"shape": "S2n"
|
|
4048
4067
|
},
|
|
4049
4068
|
"VpcId": {}
|
|
4050
4069
|
}
|
|
@@ -4059,7 +4078,7 @@
|
|
|
4059
4078
|
"type": "long"
|
|
4060
4079
|
},
|
|
4061
4080
|
"CompatibleRuntimes": {
|
|
4062
|
-
"shape": "
|
|
4081
|
+
"shape": "S2n"
|
|
4063
4082
|
},
|
|
4064
4083
|
"CreatedDate": {}
|
|
4065
4084
|
}
|
|
@@ -4091,7 +4110,7 @@
|
|
|
4091
4110
|
"type": "boolean"
|
|
4092
4111
|
},
|
|
4093
4112
|
"Endpoint": {
|
|
4094
|
-
"shape": "
|
|
4113
|
+
"shape": "S9m"
|
|
4095
4114
|
},
|
|
4096
4115
|
"Engine": {},
|
|
4097
4116
|
"EngineVersion": {},
|
|
@@ -4108,7 +4127,7 @@
|
|
|
4108
4127
|
},
|
|
4109
4128
|
"TdeCredentialArn": {},
|
|
4110
4129
|
"VpcSecurityGroups": {
|
|
4111
|
-
"shape": "
|
|
4130
|
+
"shape": "S9n"
|
|
4112
4131
|
},
|
|
4113
4132
|
"MultiAz": {
|
|
4114
4133
|
"type": "boolean"
|
|
@@ -4202,7 +4221,7 @@
|
|
|
4202
4221
|
}
|
|
4203
4222
|
},
|
|
4204
4223
|
"ProcessorFeatures": {
|
|
4205
|
-
"shape": "
|
|
4224
|
+
"shape": "S9x"
|
|
4206
4225
|
}
|
|
4207
4226
|
}
|
|
4208
4227
|
},
|
|
@@ -4249,7 +4268,7 @@
|
|
|
4249
4268
|
},
|
|
4250
4269
|
"StorageType": {},
|
|
4251
4270
|
"DomainMemberships": {
|
|
4252
|
-
"shape": "
|
|
4271
|
+
"shape": "Sa3"
|
|
4253
4272
|
},
|
|
4254
4273
|
"CopyTagsToSnapshot": {
|
|
4255
4274
|
"type": "boolean"
|
|
@@ -4273,10 +4292,10 @@
|
|
|
4273
4292
|
"shape": "S15"
|
|
4274
4293
|
},
|
|
4275
4294
|
"ProcessorFeatures": {
|
|
4276
|
-
"shape": "
|
|
4295
|
+
"shape": "S9x"
|
|
4277
4296
|
},
|
|
4278
4297
|
"ListenerEndpoint": {
|
|
4279
|
-
"shape": "
|
|
4298
|
+
"shape": "S9m"
|
|
4280
4299
|
},
|
|
4281
4300
|
"MaxAllocatedStorage": {
|
|
4282
4301
|
"type": "integer"
|
|
@@ -4395,7 +4414,7 @@
|
|
|
4395
4414
|
"type": "boolean"
|
|
4396
4415
|
},
|
|
4397
4416
|
"ProcessorFeatures": {
|
|
4398
|
-
"shape": "
|
|
4417
|
+
"shape": "S9x"
|
|
4399
4418
|
},
|
|
4400
4419
|
"DbiResourceId": {}
|
|
4401
4420
|
}
|
|
@@ -4469,7 +4488,7 @@
|
|
|
4469
4488
|
"shape": "S15"
|
|
4470
4489
|
},
|
|
4471
4490
|
"VpcSecurityGroups": {
|
|
4472
|
-
"shape": "
|
|
4491
|
+
"shape": "S9n"
|
|
4473
4492
|
},
|
|
4474
4493
|
"HostedZoneId": {},
|
|
4475
4494
|
"StorageEncrypted": {
|
|
@@ -4506,7 +4525,7 @@
|
|
|
4506
4525
|
"type": "boolean"
|
|
4507
4526
|
},
|
|
4508
4527
|
"DomainMemberships": {
|
|
4509
|
-
"shape": "
|
|
4528
|
+
"shape": "Sa3"
|
|
4510
4529
|
},
|
|
4511
4530
|
"DbClusterParameterGroup": {},
|
|
4512
4531
|
"DbSubnetGroup": {},
|
|
@@ -4546,7 +4565,7 @@
|
|
|
4546
4565
|
"type": "structure",
|
|
4547
4566
|
"members": {
|
|
4548
4567
|
"CapacityProviders": {
|
|
4549
|
-
"shape": "
|
|
4568
|
+
"shape": "S2n"
|
|
4550
4569
|
},
|
|
4551
4570
|
"ClusterSettings": {
|
|
4552
4571
|
"type": "list",
|
|
@@ -4610,7 +4629,7 @@
|
|
|
4610
4629
|
"type": "structure",
|
|
4611
4630
|
"members": {
|
|
4612
4631
|
"Command": {
|
|
4613
|
-
"shape": "
|
|
4632
|
+
"shape": "S2n"
|
|
4614
4633
|
},
|
|
4615
4634
|
"Cpu": {
|
|
4616
4635
|
"type": "integer"
|
|
@@ -4629,19 +4648,19 @@
|
|
|
4629
4648
|
"type": "boolean"
|
|
4630
4649
|
},
|
|
4631
4650
|
"DnsSearchDomains": {
|
|
4632
|
-
"shape": "
|
|
4651
|
+
"shape": "S2n"
|
|
4633
4652
|
},
|
|
4634
4653
|
"DnsServers": {
|
|
4635
|
-
"shape": "
|
|
4654
|
+
"shape": "S2n"
|
|
4636
4655
|
},
|
|
4637
4656
|
"DockerLabels": {
|
|
4638
4657
|
"shape": "St"
|
|
4639
4658
|
},
|
|
4640
4659
|
"DockerSecurityOptions": {
|
|
4641
|
-
"shape": "
|
|
4660
|
+
"shape": "S2n"
|
|
4642
4661
|
},
|
|
4643
4662
|
"EntryPoint": {
|
|
4644
|
-
"shape": "
|
|
4663
|
+
"shape": "S2n"
|
|
4645
4664
|
},
|
|
4646
4665
|
"Environment": {
|
|
4647
4666
|
"type": "list",
|
|
@@ -4689,7 +4708,7 @@
|
|
|
4689
4708
|
"type": "structure",
|
|
4690
4709
|
"members": {
|
|
4691
4710
|
"Command": {
|
|
4692
|
-
"shape": "
|
|
4711
|
+
"shape": "S2n"
|
|
4693
4712
|
},
|
|
4694
4713
|
"Interval": {
|
|
4695
4714
|
"type": "integer"
|
|
@@ -4711,7 +4730,7 @@
|
|
|
4711
4730
|
"type": "boolean"
|
|
4712
4731
|
},
|
|
4713
4732
|
"Links": {
|
|
4714
|
-
"shape": "
|
|
4733
|
+
"shape": "S2n"
|
|
4715
4734
|
},
|
|
4716
4735
|
"LinuxParameters": {
|
|
4717
4736
|
"type": "structure",
|
|
@@ -4720,10 +4739,10 @@
|
|
|
4720
4739
|
"type": "structure",
|
|
4721
4740
|
"members": {
|
|
4722
4741
|
"Add": {
|
|
4723
|
-
"shape": "
|
|
4742
|
+
"shape": "S2n"
|
|
4724
4743
|
},
|
|
4725
4744
|
"Drop": {
|
|
4726
|
-
"shape": "
|
|
4745
|
+
"shape": "S2n"
|
|
4727
4746
|
}
|
|
4728
4747
|
}
|
|
4729
4748
|
},
|
|
@@ -4735,7 +4754,7 @@
|
|
|
4735
4754
|
"ContainerPath": {},
|
|
4736
4755
|
"HostPath": {},
|
|
4737
4756
|
"Permissions": {
|
|
4738
|
-
"shape": "
|
|
4757
|
+
"shape": "S2n"
|
|
4739
4758
|
}
|
|
4740
4759
|
}
|
|
4741
4760
|
}
|
|
@@ -4759,7 +4778,7 @@
|
|
|
4759
4778
|
"members": {
|
|
4760
4779
|
"ContainerPath": {},
|
|
4761
4780
|
"MountOptions": {
|
|
4762
|
-
"shape": "
|
|
4781
|
+
"shape": "S2n"
|
|
4763
4782
|
},
|
|
4764
4783
|
"Size": {
|
|
4765
4784
|
"type": "integer"
|
|
@@ -4951,7 +4970,7 @@
|
|
|
4951
4970
|
}
|
|
4952
4971
|
},
|
|
4953
4972
|
"RequiresCompatibilities": {
|
|
4954
|
-
"shape": "
|
|
4973
|
+
"shape": "S2n"
|
|
4955
4974
|
},
|
|
4956
4975
|
"TaskRoleArn": {},
|
|
4957
4976
|
"Volumes": {
|
|
@@ -5026,12 +5045,12 @@
|
|
|
5026
5045
|
"type": "boolean"
|
|
5027
5046
|
},
|
|
5028
5047
|
"EventCategoriesList": {
|
|
5029
|
-
"shape": "
|
|
5048
|
+
"shape": "S2n"
|
|
5030
5049
|
},
|
|
5031
5050
|
"EventSubscriptionArn": {},
|
|
5032
5051
|
"SnsTopicArn": {},
|
|
5033
5052
|
"SourceIdsList": {
|
|
5034
|
-
"shape": "
|
|
5053
|
+
"shape": "S2n"
|
|
5035
5054
|
},
|
|
5036
5055
|
"SourceType": {},
|
|
5037
5056
|
"Status": {},
|
|
@@ -5121,10 +5140,10 @@
|
|
|
5121
5140
|
"members": {
|
|
5122
5141
|
"AssignPublicIp": {},
|
|
5123
5142
|
"SecurityGroups": {
|
|
5124
|
-
"shape": "
|
|
5143
|
+
"shape": "S2n"
|
|
5125
5144
|
},
|
|
5126
5145
|
"Subnets": {
|
|
5127
|
-
"shape": "
|
|
5146
|
+
"shape": "S2n"
|
|
5128
5147
|
}
|
|
5129
5148
|
}
|
|
5130
5149
|
}
|
|
@@ -5215,7 +5234,7 @@
|
|
|
5215
5234
|
},
|
|
5216
5235
|
"ClassicLinkVpcId": {},
|
|
5217
5236
|
"ClassicLinkVpcSecurityGroups": {
|
|
5218
|
-
"shape": "
|
|
5237
|
+
"shape": "S2n"
|
|
5219
5238
|
},
|
|
5220
5239
|
"CreatedTime": {},
|
|
5221
5240
|
"EbsOptimized": {
|
|
@@ -5238,7 +5257,7 @@
|
|
|
5238
5257
|
"PlacementTenancy": {},
|
|
5239
5258
|
"RamdiskId": {},
|
|
5240
5259
|
"SecurityGroups": {
|
|
5241
|
-
"shape": "
|
|
5260
|
+
"shape": "S2n"
|
|
5242
5261
|
},
|
|
5243
5262
|
"SpotPrice": {},
|
|
5244
5263
|
"UserData": {},
|
|
@@ -5295,29 +5314,29 @@
|
|
|
5295
5314
|
"type": "integer"
|
|
5296
5315
|
},
|
|
5297
5316
|
"IkeVersions": {
|
|
5298
|
-
"shape": "
|
|
5317
|
+
"shape": "S2n"
|
|
5299
5318
|
},
|
|
5300
5319
|
"OutsideIpAddress": {},
|
|
5301
5320
|
"Phase1DhGroupNumbers": {
|
|
5302
|
-
"shape": "
|
|
5321
|
+
"shape": "Sd5"
|
|
5303
5322
|
},
|
|
5304
5323
|
"Phase1EncryptionAlgorithms": {
|
|
5305
|
-
"shape": "
|
|
5324
|
+
"shape": "S2n"
|
|
5306
5325
|
},
|
|
5307
5326
|
"Phase1IntegrityAlgorithms": {
|
|
5308
|
-
"shape": "
|
|
5327
|
+
"shape": "S2n"
|
|
5309
5328
|
},
|
|
5310
5329
|
"Phase1LifetimeSeconds": {
|
|
5311
5330
|
"type": "integer"
|
|
5312
5331
|
},
|
|
5313
5332
|
"Phase2DhGroupNumbers": {
|
|
5314
|
-
"shape": "
|
|
5333
|
+
"shape": "Sd5"
|
|
5315
5334
|
},
|
|
5316
5335
|
"Phase2EncryptionAlgorithms": {
|
|
5317
|
-
"shape": "
|
|
5336
|
+
"shape": "S2n"
|
|
5318
5337
|
},
|
|
5319
5338
|
"Phase2IntegrityAlgorithms": {
|
|
5320
|
-
"shape": "
|
|
5339
|
+
"shape": "S2n"
|
|
5321
5340
|
},
|
|
5322
5341
|
"Phase2LifetimeSeconds": {
|
|
5323
5342
|
"type": "integer"
|
|
@@ -5359,7 +5378,7 @@
|
|
|
5359
5378
|
"Architecture": {},
|
|
5360
5379
|
"ImageDigest": {},
|
|
5361
5380
|
"ImageTags": {
|
|
5362
|
-
"shape": "
|
|
5381
|
+
"shape": "S2n"
|
|
5363
5382
|
},
|
|
5364
5383
|
"ImagePublishedAt": {}
|
|
5365
5384
|
}
|
|
@@ -5461,10 +5480,10 @@
|
|
|
5461
5480
|
"type": "structure",
|
|
5462
5481
|
"members": {
|
|
5463
5482
|
"SecurityGroupIds": {
|
|
5464
|
-
"shape": "
|
|
5483
|
+
"shape": "S2n"
|
|
5465
5484
|
},
|
|
5466
5485
|
"SubnetIds": {
|
|
5467
|
-
"shape": "
|
|
5486
|
+
"shape": "S2n"
|
|
5468
5487
|
}
|
|
5469
5488
|
}
|
|
5470
5489
|
},
|
|
@@ -5472,13 +5491,13 @@
|
|
|
5472
5491
|
"type": "structure",
|
|
5473
5492
|
"members": {
|
|
5474
5493
|
"IndexSlowLogs": {
|
|
5475
|
-
"shape": "
|
|
5494
|
+
"shape": "Sdi"
|
|
5476
5495
|
},
|
|
5477
5496
|
"SearchSlowLogs": {
|
|
5478
|
-
"shape": "
|
|
5497
|
+
"shape": "Sdi"
|
|
5479
5498
|
},
|
|
5480
5499
|
"AuditLogs": {
|
|
5481
|
-
"shape": "
|
|
5500
|
+
"shape": "Sdi"
|
|
5482
5501
|
}
|
|
5483
5502
|
}
|
|
5484
5503
|
},
|
|
@@ -5494,19 +5513,19 @@
|
|
|
5494
5513
|
"type": "boolean"
|
|
5495
5514
|
},
|
|
5496
5515
|
"AvailabilityZones": {
|
|
5497
|
-
"shape": "
|
|
5516
|
+
"shape": "S2n"
|
|
5498
5517
|
},
|
|
5499
5518
|
"BaseEndpointDnsNames": {
|
|
5500
|
-
"shape": "
|
|
5519
|
+
"shape": "S2n"
|
|
5501
5520
|
},
|
|
5502
5521
|
"ManagesVpcEndpoints": {
|
|
5503
5522
|
"type": "boolean"
|
|
5504
5523
|
},
|
|
5505
5524
|
"GatewayLoadBalancerArns": {
|
|
5506
|
-
"shape": "
|
|
5525
|
+
"shape": "S2n"
|
|
5507
5526
|
},
|
|
5508
5527
|
"NetworkLoadBalancerArns": {
|
|
5509
|
-
"shape": "
|
|
5528
|
+
"shape": "S2n"
|
|
5510
5529
|
},
|
|
5511
5530
|
"PrivateDnsName": {},
|
|
5512
5531
|
"ServiceId": {},
|
|
@@ -5617,10 +5636,10 @@
|
|
|
5617
5636
|
"type": "structure",
|
|
5618
5637
|
"members": {
|
|
5619
5638
|
"SecurityGroupIds": {
|
|
5620
|
-
"shape": "
|
|
5639
|
+
"shape": "S2n"
|
|
5621
5640
|
},
|
|
5622
5641
|
"SubnetIds": {
|
|
5623
|
-
"shape": "
|
|
5642
|
+
"shape": "S2n"
|
|
5624
5643
|
}
|
|
5625
5644
|
}
|
|
5626
5645
|
},
|
|
@@ -5638,7 +5657,7 @@
|
|
|
5638
5657
|
"type": "boolean"
|
|
5639
5658
|
},
|
|
5640
5659
|
"Types": {
|
|
5641
|
-
"shape": "
|
|
5660
|
+
"shape": "S2n"
|
|
5642
5661
|
}
|
|
5643
5662
|
}
|
|
5644
5663
|
}
|
|
@@ -5668,17 +5687,17 @@
|
|
|
5668
5687
|
"type": "structure",
|
|
5669
5688
|
"members": {
|
|
5670
5689
|
"ActionDefinition": {
|
|
5671
|
-
"shape": "
|
|
5690
|
+
"shape": "Se7"
|
|
5672
5691
|
},
|
|
5673
5692
|
"ActionName": {}
|
|
5674
5693
|
}
|
|
5675
5694
|
}
|
|
5676
5695
|
},
|
|
5677
5696
|
"StatelessDefaultActions": {
|
|
5678
|
-
"shape": "
|
|
5697
|
+
"shape": "S2n"
|
|
5679
5698
|
},
|
|
5680
5699
|
"StatelessFragmentDefaultActions": {
|
|
5681
|
-
"shape": "
|
|
5700
|
+
"shape": "S2n"
|
|
5682
5701
|
},
|
|
5683
5702
|
"StatelessRuleGroupReferences": {
|
|
5684
5703
|
"type": "list",
|
|
@@ -5746,7 +5765,7 @@
|
|
|
5746
5765
|
"type": "structure",
|
|
5747
5766
|
"members": {
|
|
5748
5767
|
"Definition": {
|
|
5749
|
-
"shape": "
|
|
5768
|
+
"shape": "S2n"
|
|
5750
5769
|
}
|
|
5751
5770
|
}
|
|
5752
5771
|
},
|
|
@@ -5754,7 +5773,7 @@
|
|
|
5754
5773
|
"type": "structure",
|
|
5755
5774
|
"members": {
|
|
5756
5775
|
"Definition": {
|
|
5757
|
-
"shape": "
|
|
5776
|
+
"shape": "S2n"
|
|
5758
5777
|
}
|
|
5759
5778
|
}
|
|
5760
5779
|
}
|
|
@@ -5768,10 +5787,10 @@
|
|
|
5768
5787
|
"members": {
|
|
5769
5788
|
"GeneratedRulesType": {},
|
|
5770
5789
|
"TargetTypes": {
|
|
5771
|
-
"shape": "
|
|
5790
|
+
"shape": "S2n"
|
|
5772
5791
|
},
|
|
5773
5792
|
"Targets": {
|
|
5774
|
-
"shape": "
|
|
5793
|
+
"shape": "S2n"
|
|
5775
5794
|
}
|
|
5776
5795
|
}
|
|
5777
5796
|
},
|
|
@@ -5818,7 +5837,7 @@
|
|
|
5818
5837
|
"type": "structure",
|
|
5819
5838
|
"members": {
|
|
5820
5839
|
"ActionDefinition": {
|
|
5821
|
-
"shape": "
|
|
5840
|
+
"shape": "Se7"
|
|
5822
5841
|
},
|
|
5823
5842
|
"ActionName": {}
|
|
5824
5843
|
}
|
|
@@ -5836,7 +5855,7 @@
|
|
|
5836
5855
|
"type": "structure",
|
|
5837
5856
|
"members": {
|
|
5838
5857
|
"Actions": {
|
|
5839
|
-
"shape": "
|
|
5858
|
+
"shape": "S2n"
|
|
5840
5859
|
},
|
|
5841
5860
|
"MatchAttributes": {
|
|
5842
5861
|
"type": "structure",
|
|
@@ -5899,10 +5918,10 @@
|
|
|
5899
5918
|
"type": "structure",
|
|
5900
5919
|
"members": {
|
|
5901
5920
|
"Flags": {
|
|
5902
|
-
"shape": "
|
|
5921
|
+
"shape": "S2n"
|
|
5903
5922
|
},
|
|
5904
5923
|
"Masks": {
|
|
5905
|
-
"shape": "
|
|
5924
|
+
"shape": "S2n"
|
|
5906
5925
|
}
|
|
5907
5926
|
}
|
|
5908
5927
|
}
|
|
@@ -5925,6 +5944,38 @@
|
|
|
5925
5944
|
"RuleGroupName": {},
|
|
5926
5945
|
"Type": {}
|
|
5927
5946
|
}
|
|
5947
|
+
},
|
|
5948
|
+
"AwsRdsDbSecurityGroup": {
|
|
5949
|
+
"type": "structure",
|
|
5950
|
+
"members": {
|
|
5951
|
+
"DbSecurityGroupArn": {},
|
|
5952
|
+
"DbSecurityGroupDescription": {},
|
|
5953
|
+
"DbSecurityGroupName": {},
|
|
5954
|
+
"Ec2SecurityGroups": {
|
|
5955
|
+
"type": "list",
|
|
5956
|
+
"member": {
|
|
5957
|
+
"type": "structure",
|
|
5958
|
+
"members": {
|
|
5959
|
+
"Ec2SecurityGroupId": {},
|
|
5960
|
+
"Ec2SecurityGroupName": {},
|
|
5961
|
+
"Ec2SecurityGroupOwnerId": {},
|
|
5962
|
+
"Status": {}
|
|
5963
|
+
}
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"IpRanges": {
|
|
5967
|
+
"type": "list",
|
|
5968
|
+
"member": {
|
|
5969
|
+
"type": "structure",
|
|
5970
|
+
"members": {
|
|
5971
|
+
"CidrIp": {},
|
|
5972
|
+
"Status": {}
|
|
5973
|
+
}
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5976
|
+
"OwnerId": {},
|
|
5977
|
+
"VpcId": {}
|
|
5978
|
+
}
|
|
5928
5979
|
}
|
|
5929
5980
|
}
|
|
5930
5981
|
}
|
|
@@ -5936,7 +5987,7 @@
|
|
|
5936
5987
|
"members": {
|
|
5937
5988
|
"Status": {},
|
|
5938
5989
|
"RelatedRequirements": {
|
|
5939
|
-
"shape": "
|
|
5990
|
+
"shape": "Sfi"
|
|
5940
5991
|
},
|
|
5941
5992
|
"StatusReasons": {
|
|
5942
5993
|
"type": "list",
|
|
@@ -5967,7 +6018,7 @@
|
|
|
5967
6018
|
},
|
|
5968
6019
|
"RecordState": {},
|
|
5969
6020
|
"RelatedFindings": {
|
|
5970
|
-
"shape": "
|
|
6021
|
+
"shape": "Sfq"
|
|
5971
6022
|
},
|
|
5972
6023
|
"Note": {
|
|
5973
6024
|
"type": "structure",
|
|
@@ -6092,7 +6143,7 @@
|
|
|
6092
6143
|
"members": {
|
|
6093
6144
|
"ConnectionDirection": {},
|
|
6094
6145
|
"RemoteIpDetails": {
|
|
6095
|
-
"shape": "
|
|
6146
|
+
"shape": "Sg5"
|
|
6096
6147
|
},
|
|
6097
6148
|
"RemotePortDetails": {
|
|
6098
6149
|
"type": "structure",
|
|
@@ -6104,7 +6155,7 @@
|
|
|
6104
6155
|
}
|
|
6105
6156
|
},
|
|
6106
6157
|
"LocalPortDetails": {
|
|
6107
|
-
"shape": "
|
|
6158
|
+
"shape": "Sgb"
|
|
6108
6159
|
},
|
|
6109
6160
|
"Protocol": {},
|
|
6110
6161
|
"Blocked": {
|
|
@@ -6119,7 +6170,7 @@
|
|
|
6119
6170
|
"ServiceName": {},
|
|
6120
6171
|
"CallerType": {},
|
|
6121
6172
|
"RemoteIpDetails": {
|
|
6122
|
-
"shape": "
|
|
6173
|
+
"shape": "Sg5"
|
|
6123
6174
|
},
|
|
6124
6175
|
"DomainDetails": {
|
|
6125
6176
|
"type": "structure",
|
|
@@ -6153,7 +6204,7 @@
|
|
|
6153
6204
|
"type": "structure",
|
|
6154
6205
|
"members": {
|
|
6155
6206
|
"LocalPortDetails": {
|
|
6156
|
-
"shape": "
|
|
6207
|
+
"shape": "Sgb"
|
|
6157
6208
|
},
|
|
6158
6209
|
"LocalIpDetails": {
|
|
6159
6210
|
"type": "structure",
|
|
@@ -6162,7 +6213,7 @@
|
|
|
6162
6213
|
}
|
|
6163
6214
|
},
|
|
6164
6215
|
"RemoteIpDetails": {
|
|
6165
|
-
"shape": "
|
|
6216
|
+
"shape": "Sg5"
|
|
6166
6217
|
}
|
|
6167
6218
|
}
|
|
6168
6219
|
}
|
|
@@ -6184,7 +6235,7 @@
|
|
|
6184
6235
|
"type": "integer"
|
|
6185
6236
|
},
|
|
6186
6237
|
"RelatedFindings": {
|
|
6187
|
-
"shape": "
|
|
6238
|
+
"shape": "Sfq"
|
|
6188
6239
|
},
|
|
6189
6240
|
"Severity": {
|
|
6190
6241
|
"type": "structure",
|
|
@@ -6329,11 +6380,32 @@
|
|
|
6329
6380
|
}
|
|
6330
6381
|
}
|
|
6331
6382
|
},
|
|
6332
|
-
"
|
|
6383
|
+
"S2c": {
|
|
6384
|
+
"type": "list",
|
|
6385
|
+
"member": {
|
|
6386
|
+
"type": "structure",
|
|
6387
|
+
"members": {
|
|
6388
|
+
"ArtifactIdentifier": {},
|
|
6389
|
+
"EncryptionDisabled": {
|
|
6390
|
+
"type": "boolean"
|
|
6391
|
+
},
|
|
6392
|
+
"Location": {},
|
|
6393
|
+
"Name": {},
|
|
6394
|
+
"NamespaceType": {},
|
|
6395
|
+
"OverrideArtifactName": {
|
|
6396
|
+
"type": "boolean"
|
|
6397
|
+
},
|
|
6398
|
+
"Packaging": {},
|
|
6399
|
+
"Path": {},
|
|
6400
|
+
"Type": {}
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
},
|
|
6404
|
+
"S2n": {
|
|
6333
6405
|
"type": "list",
|
|
6334
6406
|
"member": {}
|
|
6335
6407
|
},
|
|
6336
|
-
"
|
|
6408
|
+
"S3h": {
|
|
6337
6409
|
"type": "list",
|
|
6338
6410
|
"member": {
|
|
6339
6411
|
"type": "structure",
|
|
@@ -6389,7 +6461,7 @@
|
|
|
6389
6461
|
}
|
|
6390
6462
|
}
|
|
6391
6463
|
},
|
|
6392
|
-
"
|
|
6464
|
+
"S3x": {
|
|
6393
6465
|
"type": "list",
|
|
6394
6466
|
"member": {
|
|
6395
6467
|
"type": "structure",
|
|
@@ -6400,7 +6472,7 @@
|
|
|
6400
6472
|
}
|
|
6401
6473
|
}
|
|
6402
6474
|
},
|
|
6403
|
-
"
|
|
6475
|
+
"S4r": {
|
|
6404
6476
|
"type": "structure",
|
|
6405
6477
|
"members": {
|
|
6406
6478
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -6409,7 +6481,7 @@
|
|
|
6409
6481
|
}
|
|
6410
6482
|
}
|
|
6411
6483
|
},
|
|
6412
|
-
"
|
|
6484
|
+
"S5e": {
|
|
6413
6485
|
"type": "structure",
|
|
6414
6486
|
"members": {
|
|
6415
6487
|
"BlockPublicAcls": {
|
|
@@ -6426,7 +6498,7 @@
|
|
|
6426
6498
|
}
|
|
6427
6499
|
}
|
|
6428
6500
|
},
|
|
6429
|
-
"
|
|
6501
|
+
"S65": {
|
|
6430
6502
|
"type": "list",
|
|
6431
6503
|
"member": {
|
|
6432
6504
|
"type": "structure",
|
|
@@ -6436,14 +6508,14 @@
|
|
|
6436
6508
|
}
|
|
6437
6509
|
}
|
|
6438
6510
|
},
|
|
6439
|
-
"
|
|
6511
|
+
"S67": {
|
|
6440
6512
|
"type": "structure",
|
|
6441
6513
|
"members": {
|
|
6442
6514
|
"PermissionsBoundaryArn": {},
|
|
6443
6515
|
"PermissionsBoundaryType": {}
|
|
6444
6516
|
}
|
|
6445
6517
|
},
|
|
6446
|
-
"
|
|
6518
|
+
"S6e": {
|
|
6447
6519
|
"type": "structure",
|
|
6448
6520
|
"members": {
|
|
6449
6521
|
"DetailedMetricsEnabled": {
|
|
@@ -6461,14 +6533,14 @@
|
|
|
6461
6533
|
}
|
|
6462
6534
|
}
|
|
6463
6535
|
},
|
|
6464
|
-
"
|
|
6536
|
+
"S6f": {
|
|
6465
6537
|
"type": "structure",
|
|
6466
6538
|
"members": {
|
|
6467
6539
|
"Format": {},
|
|
6468
6540
|
"DestinationArn": {}
|
|
6469
6541
|
}
|
|
6470
6542
|
},
|
|
6471
|
-
"
|
|
6543
|
+
"S6p": {
|
|
6472
6544
|
"type": "list",
|
|
6473
6545
|
"member": {
|
|
6474
6546
|
"type": "structure",
|
|
@@ -6478,7 +6550,7 @@
|
|
|
6478
6550
|
}
|
|
6479
6551
|
}
|
|
6480
6552
|
},
|
|
6481
|
-
"
|
|
6553
|
+
"S6r": {
|
|
6482
6554
|
"type": "structure",
|
|
6483
6555
|
"members": {
|
|
6484
6556
|
"NonKeyAttributes": {
|
|
@@ -6487,7 +6559,7 @@
|
|
|
6487
6559
|
"ProjectionType": {}
|
|
6488
6560
|
}
|
|
6489
6561
|
},
|
|
6490
|
-
"
|
|
6562
|
+
"S6s": {
|
|
6491
6563
|
"type": "structure",
|
|
6492
6564
|
"members": {
|
|
6493
6565
|
"LastDecreaseDateTime": {},
|
|
@@ -6503,7 +6575,7 @@
|
|
|
6503
6575
|
}
|
|
6504
6576
|
}
|
|
6505
6577
|
},
|
|
6506
|
-
"
|
|
6578
|
+
"S6z": {
|
|
6507
6579
|
"type": "structure",
|
|
6508
6580
|
"members": {
|
|
6509
6581
|
"ReadCapacityUnits": {
|
|
@@ -6511,7 +6583,7 @@
|
|
|
6511
6583
|
}
|
|
6512
6584
|
}
|
|
6513
6585
|
},
|
|
6514
|
-
"
|
|
6586
|
+
"S7e": {
|
|
6515
6587
|
"type": "list",
|
|
6516
6588
|
"member": {
|
|
6517
6589
|
"type": "structure",
|
|
@@ -6534,7 +6606,7 @@
|
|
|
6534
6606
|
}
|
|
6535
6607
|
}
|
|
6536
6608
|
},
|
|
6537
|
-
"
|
|
6609
|
+
"S9m": {
|
|
6538
6610
|
"type": "structure",
|
|
6539
6611
|
"members": {
|
|
6540
6612
|
"Address": {},
|
|
@@ -6544,7 +6616,7 @@
|
|
|
6544
6616
|
"HostedZoneId": {}
|
|
6545
6617
|
}
|
|
6546
6618
|
},
|
|
6547
|
-
"
|
|
6619
|
+
"S9n": {
|
|
6548
6620
|
"type": "list",
|
|
6549
6621
|
"member": {
|
|
6550
6622
|
"type": "structure",
|
|
@@ -6554,7 +6626,7 @@
|
|
|
6554
6626
|
}
|
|
6555
6627
|
}
|
|
6556
6628
|
},
|
|
6557
|
-
"
|
|
6629
|
+
"S9x": {
|
|
6558
6630
|
"type": "list",
|
|
6559
6631
|
"member": {
|
|
6560
6632
|
"type": "structure",
|
|
@@ -6564,7 +6636,7 @@
|
|
|
6564
6636
|
}
|
|
6565
6637
|
}
|
|
6566
6638
|
},
|
|
6567
|
-
"
|
|
6639
|
+
"Sa3": {
|
|
6568
6640
|
"type": "list",
|
|
6569
6641
|
"member": {
|
|
6570
6642
|
"type": "structure",
|
|
@@ -6576,13 +6648,13 @@
|
|
|
6576
6648
|
}
|
|
6577
6649
|
}
|
|
6578
6650
|
},
|
|
6579
|
-
"
|
|
6651
|
+
"Sd5": {
|
|
6580
6652
|
"type": "list",
|
|
6581
6653
|
"member": {
|
|
6582
6654
|
"type": "integer"
|
|
6583
6655
|
}
|
|
6584
6656
|
},
|
|
6585
|
-
"
|
|
6657
|
+
"Sdi": {
|
|
6586
6658
|
"type": "structure",
|
|
6587
6659
|
"members": {
|
|
6588
6660
|
"CloudWatchLogsLogGroupArn": {},
|
|
@@ -6591,7 +6663,7 @@
|
|
|
6591
6663
|
}
|
|
6592
6664
|
}
|
|
6593
6665
|
},
|
|
6594
|
-
"
|
|
6666
|
+
"Se7": {
|
|
6595
6667
|
"type": "structure",
|
|
6596
6668
|
"members": {
|
|
6597
6669
|
"PublishMetricAction": {
|
|
@@ -6610,11 +6682,11 @@
|
|
|
6610
6682
|
}
|
|
6611
6683
|
}
|
|
6612
6684
|
},
|
|
6613
|
-
"
|
|
6685
|
+
"Sfi": {
|
|
6614
6686
|
"type": "list",
|
|
6615
6687
|
"member": {}
|
|
6616
6688
|
},
|
|
6617
|
-
"
|
|
6689
|
+
"Sfq": {
|
|
6618
6690
|
"type": "list",
|
|
6619
6691
|
"member": {
|
|
6620
6692
|
"type": "structure",
|
|
@@ -6628,7 +6700,7 @@
|
|
|
6628
6700
|
}
|
|
6629
6701
|
}
|
|
6630
6702
|
},
|
|
6631
|
-
"
|
|
6703
|
+
"Sg5": {
|
|
6632
6704
|
"type": "structure",
|
|
6633
6705
|
"members": {
|
|
6634
6706
|
"IpAddressV4": {},
|
|
@@ -6669,7 +6741,7 @@
|
|
|
6669
6741
|
}
|
|
6670
6742
|
}
|
|
6671
6743
|
},
|
|
6672
|
-
"
|
|
6744
|
+
"Sgb": {
|
|
6673
6745
|
"type": "structure",
|
|
6674
6746
|
"members": {
|
|
6675
6747
|
"Port": {
|
|
@@ -6678,13 +6750,13 @@
|
|
|
6678
6750
|
"PortName": {}
|
|
6679
6751
|
}
|
|
6680
6752
|
},
|
|
6681
|
-
"
|
|
6753
|
+
"Sgq": {
|
|
6682
6754
|
"type": "list",
|
|
6683
6755
|
"member": {
|
|
6684
|
-
"shape": "
|
|
6756
|
+
"shape": "Sgr"
|
|
6685
6757
|
}
|
|
6686
6758
|
},
|
|
6687
|
-
"
|
|
6759
|
+
"Sgr": {
|
|
6688
6760
|
"type": "structure",
|
|
6689
6761
|
"required": [
|
|
6690
6762
|
"Id",
|
|
@@ -6695,7 +6767,7 @@
|
|
|
6695
6767
|
"ProductArn": {}
|
|
6696
6768
|
}
|
|
6697
6769
|
},
|
|
6698
|
-
"
|
|
6770
|
+
"Sgs": {
|
|
6699
6771
|
"type": "structure",
|
|
6700
6772
|
"required": [
|
|
6701
6773
|
"Text",
|
|
@@ -6706,272 +6778,272 @@
|
|
|
6706
6778
|
"UpdatedBy": {}
|
|
6707
6779
|
}
|
|
6708
6780
|
},
|
|
6709
|
-
"
|
|
6781
|
+
"Sh3": {
|
|
6710
6782
|
"type": "structure",
|
|
6711
6783
|
"members": {
|
|
6712
6784
|
"ProductArn": {
|
|
6713
|
-
"shape": "
|
|
6785
|
+
"shape": "Sh4"
|
|
6714
6786
|
},
|
|
6715
6787
|
"AwsAccountId": {
|
|
6716
|
-
"shape": "
|
|
6788
|
+
"shape": "Sh4"
|
|
6717
6789
|
},
|
|
6718
6790
|
"Id": {
|
|
6719
|
-
"shape": "
|
|
6791
|
+
"shape": "Sh4"
|
|
6720
6792
|
},
|
|
6721
6793
|
"GeneratorId": {
|
|
6722
|
-
"shape": "
|
|
6794
|
+
"shape": "Sh4"
|
|
6723
6795
|
},
|
|
6724
6796
|
"Region": {
|
|
6725
|
-
"shape": "
|
|
6797
|
+
"shape": "Sh4"
|
|
6726
6798
|
},
|
|
6727
6799
|
"Type": {
|
|
6728
|
-
"shape": "
|
|
6800
|
+
"shape": "Sh4"
|
|
6729
6801
|
},
|
|
6730
6802
|
"FirstObservedAt": {
|
|
6731
|
-
"shape": "
|
|
6803
|
+
"shape": "Sh7"
|
|
6732
6804
|
},
|
|
6733
6805
|
"LastObservedAt": {
|
|
6734
|
-
"shape": "
|
|
6806
|
+
"shape": "Sh7"
|
|
6735
6807
|
},
|
|
6736
6808
|
"CreatedAt": {
|
|
6737
|
-
"shape": "
|
|
6809
|
+
"shape": "Sh7"
|
|
6738
6810
|
},
|
|
6739
6811
|
"UpdatedAt": {
|
|
6740
|
-
"shape": "
|
|
6812
|
+
"shape": "Sh7"
|
|
6741
6813
|
},
|
|
6742
6814
|
"SeverityProduct": {
|
|
6743
|
-
"shape": "
|
|
6815
|
+
"shape": "Shb",
|
|
6744
6816
|
"deprecated": true,
|
|
6745
6817
|
"deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
|
|
6746
6818
|
},
|
|
6747
6819
|
"SeverityNormalized": {
|
|
6748
|
-
"shape": "
|
|
6820
|
+
"shape": "Shb",
|
|
6749
6821
|
"deprecated": true,
|
|
6750
6822
|
"deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
|
|
6751
6823
|
},
|
|
6752
6824
|
"SeverityLabel": {
|
|
6753
|
-
"shape": "
|
|
6825
|
+
"shape": "Sh4"
|
|
6754
6826
|
},
|
|
6755
6827
|
"Confidence": {
|
|
6756
|
-
"shape": "
|
|
6828
|
+
"shape": "Shb"
|
|
6757
6829
|
},
|
|
6758
6830
|
"Criticality": {
|
|
6759
|
-
"shape": "
|
|
6831
|
+
"shape": "Shb"
|
|
6760
6832
|
},
|
|
6761
6833
|
"Title": {
|
|
6762
|
-
"shape": "
|
|
6834
|
+
"shape": "Sh4"
|
|
6763
6835
|
},
|
|
6764
6836
|
"Description": {
|
|
6765
|
-
"shape": "
|
|
6837
|
+
"shape": "Sh4"
|
|
6766
6838
|
},
|
|
6767
6839
|
"RecommendationText": {
|
|
6768
|
-
"shape": "
|
|
6840
|
+
"shape": "Sh4"
|
|
6769
6841
|
},
|
|
6770
6842
|
"SourceUrl": {
|
|
6771
|
-
"shape": "
|
|
6843
|
+
"shape": "Sh4"
|
|
6772
6844
|
},
|
|
6773
6845
|
"ProductFields": {
|
|
6774
|
-
"shape": "
|
|
6846
|
+
"shape": "Shd"
|
|
6775
6847
|
},
|
|
6776
6848
|
"ProductName": {
|
|
6777
|
-
"shape": "
|
|
6849
|
+
"shape": "Sh4"
|
|
6778
6850
|
},
|
|
6779
6851
|
"CompanyName": {
|
|
6780
|
-
"shape": "
|
|
6852
|
+
"shape": "Sh4"
|
|
6781
6853
|
},
|
|
6782
6854
|
"UserDefinedFields": {
|
|
6783
|
-
"shape": "
|
|
6855
|
+
"shape": "Shd"
|
|
6784
6856
|
},
|
|
6785
6857
|
"MalwareName": {
|
|
6786
|
-
"shape": "
|
|
6858
|
+
"shape": "Sh4"
|
|
6787
6859
|
},
|
|
6788
6860
|
"MalwareType": {
|
|
6789
|
-
"shape": "
|
|
6861
|
+
"shape": "Sh4"
|
|
6790
6862
|
},
|
|
6791
6863
|
"MalwarePath": {
|
|
6792
|
-
"shape": "
|
|
6864
|
+
"shape": "Sh4"
|
|
6793
6865
|
},
|
|
6794
6866
|
"MalwareState": {
|
|
6795
|
-
"shape": "
|
|
6867
|
+
"shape": "Sh4"
|
|
6796
6868
|
},
|
|
6797
6869
|
"NetworkDirection": {
|
|
6798
|
-
"shape": "
|
|
6870
|
+
"shape": "Sh4"
|
|
6799
6871
|
},
|
|
6800
6872
|
"NetworkProtocol": {
|
|
6801
|
-
"shape": "
|
|
6873
|
+
"shape": "Sh4"
|
|
6802
6874
|
},
|
|
6803
6875
|
"NetworkSourceIpV4": {
|
|
6804
|
-
"shape": "
|
|
6876
|
+
"shape": "Shg"
|
|
6805
6877
|
},
|
|
6806
6878
|
"NetworkSourceIpV6": {
|
|
6807
|
-
"shape": "
|
|
6879
|
+
"shape": "Shg"
|
|
6808
6880
|
},
|
|
6809
6881
|
"NetworkSourcePort": {
|
|
6810
|
-
"shape": "
|
|
6882
|
+
"shape": "Shb"
|
|
6811
6883
|
},
|
|
6812
6884
|
"NetworkSourceDomain": {
|
|
6813
|
-
"shape": "
|
|
6885
|
+
"shape": "Sh4"
|
|
6814
6886
|
},
|
|
6815
6887
|
"NetworkSourceMac": {
|
|
6816
|
-
"shape": "
|
|
6888
|
+
"shape": "Sh4"
|
|
6817
6889
|
},
|
|
6818
6890
|
"NetworkDestinationIpV4": {
|
|
6819
|
-
"shape": "
|
|
6891
|
+
"shape": "Shg"
|
|
6820
6892
|
},
|
|
6821
6893
|
"NetworkDestinationIpV6": {
|
|
6822
|
-
"shape": "
|
|
6894
|
+
"shape": "Shg"
|
|
6823
6895
|
},
|
|
6824
6896
|
"NetworkDestinationPort": {
|
|
6825
|
-
"shape": "
|
|
6897
|
+
"shape": "Shb"
|
|
6826
6898
|
},
|
|
6827
6899
|
"NetworkDestinationDomain": {
|
|
6828
|
-
"shape": "
|
|
6900
|
+
"shape": "Sh4"
|
|
6829
6901
|
},
|
|
6830
6902
|
"ProcessName": {
|
|
6831
|
-
"shape": "
|
|
6903
|
+
"shape": "Sh4"
|
|
6832
6904
|
},
|
|
6833
6905
|
"ProcessPath": {
|
|
6834
|
-
"shape": "
|
|
6906
|
+
"shape": "Sh4"
|
|
6835
6907
|
},
|
|
6836
6908
|
"ProcessPid": {
|
|
6837
|
-
"shape": "
|
|
6909
|
+
"shape": "Shb"
|
|
6838
6910
|
},
|
|
6839
6911
|
"ProcessParentPid": {
|
|
6840
|
-
"shape": "
|
|
6912
|
+
"shape": "Shb"
|
|
6841
6913
|
},
|
|
6842
6914
|
"ProcessLaunchedAt": {
|
|
6843
|
-
"shape": "
|
|
6915
|
+
"shape": "Sh7"
|
|
6844
6916
|
},
|
|
6845
6917
|
"ProcessTerminatedAt": {
|
|
6846
|
-
"shape": "
|
|
6918
|
+
"shape": "Sh7"
|
|
6847
6919
|
},
|
|
6848
6920
|
"ThreatIntelIndicatorType": {
|
|
6849
|
-
"shape": "
|
|
6921
|
+
"shape": "Sh4"
|
|
6850
6922
|
},
|
|
6851
6923
|
"ThreatIntelIndicatorValue": {
|
|
6852
|
-
"shape": "
|
|
6924
|
+
"shape": "Sh4"
|
|
6853
6925
|
},
|
|
6854
6926
|
"ThreatIntelIndicatorCategory": {
|
|
6855
|
-
"shape": "
|
|
6927
|
+
"shape": "Sh4"
|
|
6856
6928
|
},
|
|
6857
6929
|
"ThreatIntelIndicatorLastObservedAt": {
|
|
6858
|
-
"shape": "
|
|
6930
|
+
"shape": "Sh7"
|
|
6859
6931
|
},
|
|
6860
6932
|
"ThreatIntelIndicatorSource": {
|
|
6861
|
-
"shape": "
|
|
6933
|
+
"shape": "Sh4"
|
|
6862
6934
|
},
|
|
6863
6935
|
"ThreatIntelIndicatorSourceUrl": {
|
|
6864
|
-
"shape": "
|
|
6936
|
+
"shape": "Sh4"
|
|
6865
6937
|
},
|
|
6866
6938
|
"ResourceType": {
|
|
6867
|
-
"shape": "
|
|
6939
|
+
"shape": "Sh4"
|
|
6868
6940
|
},
|
|
6869
6941
|
"ResourceId": {
|
|
6870
|
-
"shape": "
|
|
6942
|
+
"shape": "Sh4"
|
|
6871
6943
|
},
|
|
6872
6944
|
"ResourcePartition": {
|
|
6873
|
-
"shape": "
|
|
6945
|
+
"shape": "Sh4"
|
|
6874
6946
|
},
|
|
6875
6947
|
"ResourceRegion": {
|
|
6876
|
-
"shape": "
|
|
6948
|
+
"shape": "Sh4"
|
|
6877
6949
|
},
|
|
6878
6950
|
"ResourceTags": {
|
|
6879
|
-
"shape": "
|
|
6951
|
+
"shape": "Shd"
|
|
6880
6952
|
},
|
|
6881
6953
|
"ResourceAwsEc2InstanceType": {
|
|
6882
|
-
"shape": "
|
|
6954
|
+
"shape": "Sh4"
|
|
6883
6955
|
},
|
|
6884
6956
|
"ResourceAwsEc2InstanceImageId": {
|
|
6885
|
-
"shape": "
|
|
6957
|
+
"shape": "Sh4"
|
|
6886
6958
|
},
|
|
6887
6959
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
|
6888
|
-
"shape": "
|
|
6960
|
+
"shape": "Shg"
|
|
6889
6961
|
},
|
|
6890
6962
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
|
6891
|
-
"shape": "
|
|
6963
|
+
"shape": "Shg"
|
|
6892
6964
|
},
|
|
6893
6965
|
"ResourceAwsEc2InstanceKeyName": {
|
|
6894
|
-
"shape": "
|
|
6966
|
+
"shape": "Sh4"
|
|
6895
6967
|
},
|
|
6896
6968
|
"ResourceAwsEc2InstanceIamInstanceProfileArn": {
|
|
6897
|
-
"shape": "
|
|
6969
|
+
"shape": "Sh4"
|
|
6898
6970
|
},
|
|
6899
6971
|
"ResourceAwsEc2InstanceVpcId": {
|
|
6900
|
-
"shape": "
|
|
6972
|
+
"shape": "Sh4"
|
|
6901
6973
|
},
|
|
6902
6974
|
"ResourceAwsEc2InstanceSubnetId": {
|
|
6903
|
-
"shape": "
|
|
6975
|
+
"shape": "Sh4"
|
|
6904
6976
|
},
|
|
6905
6977
|
"ResourceAwsEc2InstanceLaunchedAt": {
|
|
6906
|
-
"shape": "
|
|
6978
|
+
"shape": "Sh7"
|
|
6907
6979
|
},
|
|
6908
6980
|
"ResourceAwsS3BucketOwnerId": {
|
|
6909
|
-
"shape": "
|
|
6981
|
+
"shape": "Sh4"
|
|
6910
6982
|
},
|
|
6911
6983
|
"ResourceAwsS3BucketOwnerName": {
|
|
6912
|
-
"shape": "
|
|
6984
|
+
"shape": "Sh4"
|
|
6913
6985
|
},
|
|
6914
6986
|
"ResourceAwsIamAccessKeyUserName": {
|
|
6915
|
-
"shape": "
|
|
6987
|
+
"shape": "Sh4",
|
|
6916
6988
|
"deprecated": true,
|
|
6917
6989
|
"deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
|
|
6918
6990
|
},
|
|
6919
6991
|
"ResourceAwsIamAccessKeyPrincipalName": {
|
|
6920
|
-
"shape": "
|
|
6992
|
+
"shape": "Sh4"
|
|
6921
6993
|
},
|
|
6922
6994
|
"ResourceAwsIamAccessKeyStatus": {
|
|
6923
|
-
"shape": "
|
|
6995
|
+
"shape": "Sh4"
|
|
6924
6996
|
},
|
|
6925
6997
|
"ResourceAwsIamAccessKeyCreatedAt": {
|
|
6926
|
-
"shape": "
|
|
6998
|
+
"shape": "Sh7"
|
|
6927
6999
|
},
|
|
6928
7000
|
"ResourceAwsIamUserUserName": {
|
|
6929
|
-
"shape": "
|
|
7001
|
+
"shape": "Sh4"
|
|
6930
7002
|
},
|
|
6931
7003
|
"ResourceContainerName": {
|
|
6932
|
-
"shape": "
|
|
7004
|
+
"shape": "Sh4"
|
|
6933
7005
|
},
|
|
6934
7006
|
"ResourceContainerImageId": {
|
|
6935
|
-
"shape": "
|
|
7007
|
+
"shape": "Sh4"
|
|
6936
7008
|
},
|
|
6937
7009
|
"ResourceContainerImageName": {
|
|
6938
|
-
"shape": "
|
|
7010
|
+
"shape": "Sh4"
|
|
6939
7011
|
},
|
|
6940
7012
|
"ResourceContainerLaunchedAt": {
|
|
6941
|
-
"shape": "
|
|
7013
|
+
"shape": "Sh7"
|
|
6942
7014
|
},
|
|
6943
7015
|
"ResourceDetailsOther": {
|
|
6944
|
-
"shape": "
|
|
7016
|
+
"shape": "Shd"
|
|
6945
7017
|
},
|
|
6946
7018
|
"ComplianceStatus": {
|
|
6947
|
-
"shape": "
|
|
7019
|
+
"shape": "Sh4"
|
|
6948
7020
|
},
|
|
6949
7021
|
"VerificationState": {
|
|
6950
|
-
"shape": "
|
|
7022
|
+
"shape": "Sh4"
|
|
6951
7023
|
},
|
|
6952
7024
|
"WorkflowState": {
|
|
6953
|
-
"shape": "
|
|
7025
|
+
"shape": "Sh4"
|
|
6954
7026
|
},
|
|
6955
7027
|
"WorkflowStatus": {
|
|
6956
|
-
"shape": "
|
|
7028
|
+
"shape": "Sh4"
|
|
6957
7029
|
},
|
|
6958
7030
|
"RecordState": {
|
|
6959
|
-
"shape": "
|
|
7031
|
+
"shape": "Sh4"
|
|
6960
7032
|
},
|
|
6961
7033
|
"RelatedFindingsProductArn": {
|
|
6962
|
-
"shape": "
|
|
7034
|
+
"shape": "Sh4"
|
|
6963
7035
|
},
|
|
6964
7036
|
"RelatedFindingsId": {
|
|
6965
|
-
"shape": "
|
|
7037
|
+
"shape": "Sh4"
|
|
6966
7038
|
},
|
|
6967
7039
|
"NoteText": {
|
|
6968
|
-
"shape": "
|
|
7040
|
+
"shape": "Sh4"
|
|
6969
7041
|
},
|
|
6970
7042
|
"NoteUpdatedAt": {
|
|
6971
|
-
"shape": "
|
|
7043
|
+
"shape": "Sh7"
|
|
6972
7044
|
},
|
|
6973
7045
|
"NoteUpdatedBy": {
|
|
6974
|
-
"shape": "
|
|
7046
|
+
"shape": "Sh4"
|
|
6975
7047
|
},
|
|
6976
7048
|
"Keyword": {
|
|
6977
7049
|
"deprecated": true,
|
|
@@ -6985,25 +7057,25 @@
|
|
|
6985
7057
|
}
|
|
6986
7058
|
},
|
|
6987
7059
|
"FindingProviderFieldsConfidence": {
|
|
6988
|
-
"shape": "
|
|
7060
|
+
"shape": "Shb"
|
|
6989
7061
|
},
|
|
6990
7062
|
"FindingProviderFieldsCriticality": {
|
|
6991
|
-
"shape": "
|
|
7063
|
+
"shape": "Shb"
|
|
6992
7064
|
},
|
|
6993
7065
|
"FindingProviderFieldsRelatedFindingsId": {
|
|
6994
|
-
"shape": "
|
|
7066
|
+
"shape": "Sh4"
|
|
6995
7067
|
},
|
|
6996
7068
|
"FindingProviderFieldsRelatedFindingsProductArn": {
|
|
6997
|
-
"shape": "
|
|
7069
|
+
"shape": "Sh4"
|
|
6998
7070
|
},
|
|
6999
7071
|
"FindingProviderFieldsSeverityLabel": {
|
|
7000
|
-
"shape": "
|
|
7072
|
+
"shape": "Sh4"
|
|
7001
7073
|
},
|
|
7002
7074
|
"FindingProviderFieldsSeverityOriginal": {
|
|
7003
|
-
"shape": "
|
|
7075
|
+
"shape": "Sh4"
|
|
7004
7076
|
},
|
|
7005
7077
|
"FindingProviderFieldsTypes": {
|
|
7006
|
-
"shape": "
|
|
7078
|
+
"shape": "Sh4"
|
|
7007
7079
|
},
|
|
7008
7080
|
"Sample": {
|
|
7009
7081
|
"type": "list",
|
|
@@ -7018,7 +7090,7 @@
|
|
|
7018
7090
|
}
|
|
7019
7091
|
}
|
|
7020
7092
|
},
|
|
7021
|
-
"
|
|
7093
|
+
"Sh4": {
|
|
7022
7094
|
"type": "list",
|
|
7023
7095
|
"member": {
|
|
7024
7096
|
"type": "structure",
|
|
@@ -7028,7 +7100,7 @@
|
|
|
7028
7100
|
}
|
|
7029
7101
|
}
|
|
7030
7102
|
},
|
|
7031
|
-
"
|
|
7103
|
+
"Sh7": {
|
|
7032
7104
|
"type": "list",
|
|
7033
7105
|
"member": {
|
|
7034
7106
|
"type": "structure",
|
|
@@ -7047,7 +7119,7 @@
|
|
|
7047
7119
|
}
|
|
7048
7120
|
}
|
|
7049
7121
|
},
|
|
7050
|
-
"
|
|
7122
|
+
"Shb": {
|
|
7051
7123
|
"type": "list",
|
|
7052
7124
|
"member": {
|
|
7053
7125
|
"type": "structure",
|
|
@@ -7064,7 +7136,7 @@
|
|
|
7064
7136
|
}
|
|
7065
7137
|
}
|
|
7066
7138
|
},
|
|
7067
|
-
"
|
|
7139
|
+
"Shd": {
|
|
7068
7140
|
"type": "list",
|
|
7069
7141
|
"member": {
|
|
7070
7142
|
"type": "structure",
|
|
@@ -7075,7 +7147,7 @@
|
|
|
7075
7147
|
}
|
|
7076
7148
|
}
|
|
7077
7149
|
},
|
|
7078
|
-
"
|
|
7150
|
+
"Shg": {
|
|
7079
7151
|
"type": "list",
|
|
7080
7152
|
"member": {
|
|
7081
7153
|
"type": "structure",
|
|
@@ -7084,7 +7156,7 @@
|
|
|
7084
7156
|
}
|
|
7085
7157
|
}
|
|
7086
7158
|
},
|
|
7087
|
-
"
|
|
7159
|
+
"Shs": {
|
|
7088
7160
|
"type": "list",
|
|
7089
7161
|
"member": {
|
|
7090
7162
|
"type": "structure",
|
|
@@ -7094,35 +7166,35 @@
|
|
|
7094
7166
|
}
|
|
7095
7167
|
}
|
|
7096
7168
|
},
|
|
7097
|
-
"
|
|
7169
|
+
"Shv": {
|
|
7098
7170
|
"type": "list",
|
|
7099
7171
|
"member": {}
|
|
7100
7172
|
},
|
|
7101
|
-
"
|
|
7173
|
+
"Si8": {
|
|
7102
7174
|
"type": "list",
|
|
7103
7175
|
"member": {}
|
|
7104
7176
|
},
|
|
7105
|
-
"
|
|
7177
|
+
"Siy": {
|
|
7106
7178
|
"type": "timestamp",
|
|
7107
7179
|
"timestampFormat": "iso8601"
|
|
7108
7180
|
},
|
|
7109
|
-
"
|
|
7181
|
+
"Sjh": {
|
|
7110
7182
|
"type": "map",
|
|
7111
7183
|
"key": {},
|
|
7112
7184
|
"value": {}
|
|
7113
7185
|
},
|
|
7114
|
-
"
|
|
7186
|
+
"Sjn": {
|
|
7115
7187
|
"type": "structure",
|
|
7116
7188
|
"members": {
|
|
7117
7189
|
"AccountId": {},
|
|
7118
7190
|
"InvitationId": {},
|
|
7119
7191
|
"InvitedAt": {
|
|
7120
|
-
"shape": "
|
|
7192
|
+
"shape": "Siy"
|
|
7121
7193
|
},
|
|
7122
7194
|
"MemberStatus": {}
|
|
7123
7195
|
}
|
|
7124
7196
|
},
|
|
7125
|
-
"
|
|
7197
|
+
"Skd": {
|
|
7126
7198
|
"type": "list",
|
|
7127
7199
|
"member": {
|
|
7128
7200
|
"type": "structure",
|
|
@@ -7136,10 +7208,10 @@
|
|
|
7136
7208
|
"AdministratorId": {},
|
|
7137
7209
|
"MemberStatus": {},
|
|
7138
7210
|
"InvitedAt": {
|
|
7139
|
-
"shape": "
|
|
7211
|
+
"shape": "Siy"
|
|
7140
7212
|
},
|
|
7141
7213
|
"UpdatedAt": {
|
|
7142
|
-
"shape": "
|
|
7214
|
+
"shape": "Siy"
|
|
7143
7215
|
}
|
|
7144
7216
|
}
|
|
7145
7217
|
}
|