cdk-docker-image-deployment 0.0.150 → 0.0.152
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +104 -86
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +3 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +204 -55
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.min.json +94 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +73 -21
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +41 -33
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1477 -1297
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +68 -65
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +312 -41
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +4 -1
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +175 -75
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +192 -176
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +630 -585
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +173 -157
- 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/appsync.d.ts +20 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +234 -40
- package/node_modules/aws-sdk/clients/cloudtraildata.d.ts +111 -0
- package/node_modules/aws-sdk/clients/cloudtraildata.js +18 -0
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +43 -6
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +7 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +212 -15
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +52 -39
- package/node_modules/aws-sdk/clients/groundstation.d.ts +284 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +18 -18
- package/node_modules/aws-sdk/clients/iot.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +119 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +31 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +57 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +26 -3
- package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
- 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 +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1763 -1421
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
- 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 +5 -6
|
@@ -176,10 +176,10 @@
|
|
|
176
176
|
],
|
|
177
177
|
"members": {
|
|
178
178
|
"FindingIdentifiers": {
|
|
179
|
-
"shape": "
|
|
179
|
+
"shape": "Skn"
|
|
180
180
|
},
|
|
181
181
|
"Note": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "Skp"
|
|
183
183
|
},
|
|
184
184
|
"Severity": {
|
|
185
185
|
"type": "structure",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"RelatedFindings": {
|
|
216
|
-
"shape": "
|
|
216
|
+
"shape": "Sjm"
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
},
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
],
|
|
226
226
|
"members": {
|
|
227
227
|
"ProcessedFindings": {
|
|
228
|
-
"shape": "
|
|
228
|
+
"shape": "Skn"
|
|
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": "Sko"
|
|
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": "Sl0"
|
|
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": "Slp"
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
],
|
|
378
378
|
"members": {
|
|
379
379
|
"AccountIds": {
|
|
380
|
-
"shape": "
|
|
380
|
+
"shape": "Sls"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
},
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"type": "structure",
|
|
386
386
|
"members": {
|
|
387
387
|
"UnprocessedAccounts": {
|
|
388
|
-
"shape": "
|
|
388
|
+
"shape": "Slp"
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
}
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
],
|
|
478
478
|
"members": {
|
|
479
479
|
"AccountIds": {
|
|
480
|
-
"shape": "
|
|
480
|
+
"shape": "Sls"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"type": "structure",
|
|
486
486
|
"members": {
|
|
487
487
|
"UnprocessedAccounts": {
|
|
488
|
-
"shape": "
|
|
488
|
+
"shape": "Slp"
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
],
|
|
502
502
|
"members": {
|
|
503
503
|
"AccountIds": {
|
|
504
|
-
"shape": "
|
|
504
|
+
"shape": "Sls"
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
},
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"type": "structure",
|
|
510
510
|
"members": {
|
|
511
511
|
"UnprocessedAccounts": {
|
|
512
|
-
"shape": "
|
|
512
|
+
"shape": "Slp"
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
}
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"type": "structure",
|
|
523
523
|
"members": {
|
|
524
524
|
"ActionTargetArns": {
|
|
525
|
-
"shape": "
|
|
525
|
+
"shape": "Sm5"
|
|
526
526
|
},
|
|
527
527
|
"NextToken": {},
|
|
528
528
|
"MaxResults": {
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
"ControlStatus": {},
|
|
748
748
|
"DisabledReason": {},
|
|
749
749
|
"ControlStatusUpdatedAt": {
|
|
750
|
-
"shape": "
|
|
750
|
+
"shape": "Smx"
|
|
751
751
|
},
|
|
752
752
|
"ControlId": {},
|
|
753
753
|
"Title": {},
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
],
|
|
858
858
|
"members": {
|
|
859
859
|
"AccountIds": {
|
|
860
|
-
"shape": "
|
|
860
|
+
"shape": "Sls"
|
|
861
861
|
}
|
|
862
862
|
}
|
|
863
863
|
},
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"type": "structure",
|
|
913
913
|
"members": {
|
|
914
914
|
"Tags": {
|
|
915
|
-
"shape": "
|
|
915
|
+
"shape": "Sng"
|
|
916
916
|
},
|
|
917
917
|
"EnableDefaultStandards": {
|
|
918
918
|
"type": "boolean"
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
"type": "structure",
|
|
938
938
|
"members": {
|
|
939
939
|
"Administrator": {
|
|
940
|
-
"shape": "
|
|
940
|
+
"shape": "Snm"
|
|
941
941
|
}
|
|
942
942
|
}
|
|
943
943
|
}
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"type": "structure",
|
|
1006
1006
|
"members": {
|
|
1007
1007
|
"Filters": {
|
|
1008
|
-
"shape": "
|
|
1008
|
+
"shape": "Sl0"
|
|
1009
1009
|
},
|
|
1010
1010
|
"SortCriteria": {
|
|
1011
1011
|
"type": "list",
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
"type": "structure",
|
|
1102
1102
|
"members": {
|
|
1103
1103
|
"InsightArns": {
|
|
1104
|
-
"shape": "
|
|
1104
|
+
"shape": "Sm5"
|
|
1105
1105
|
},
|
|
1106
1106
|
"NextToken": {},
|
|
1107
1107
|
"MaxResults": {
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"InsightArn": {},
|
|
1130
1130
|
"Name": {},
|
|
1131
1131
|
"Filters": {
|
|
1132
|
-
"shape": "
|
|
1132
|
+
"shape": "Sl0"
|
|
1133
1133
|
},
|
|
1134
1134
|
"GroupByAttribute": {}
|
|
1135
1135
|
}
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
"type": "structure",
|
|
1171
1171
|
"members": {
|
|
1172
1172
|
"Master": {
|
|
1173
|
-
"shape": "
|
|
1173
|
+
"shape": "Snm"
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
},
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
],
|
|
1189
1189
|
"members": {
|
|
1190
1190
|
"AccountIds": {
|
|
1191
|
-
"shape": "
|
|
1191
|
+
"shape": "Sls"
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
@@ -1196,10 +1196,10 @@
|
|
|
1196
1196
|
"type": "structure",
|
|
1197
1197
|
"members": {
|
|
1198
1198
|
"Members": {
|
|
1199
|
-
"shape": "
|
|
1199
|
+
"shape": "Soc"
|
|
1200
1200
|
},
|
|
1201
1201
|
"UnprocessedAccounts": {
|
|
1202
|
-
"shape": "
|
|
1202
|
+
"shape": "Slp"
|
|
1203
1203
|
}
|
|
1204
1204
|
}
|
|
1205
1205
|
}
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
],
|
|
1216
1216
|
"members": {
|
|
1217
1217
|
"AccountIds": {
|
|
1218
|
-
"shape": "
|
|
1218
|
+
"shape": "Sls"
|
|
1219
1219
|
}
|
|
1220
1220
|
}
|
|
1221
1221
|
},
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
"type": "structure",
|
|
1224
1224
|
"members": {
|
|
1225
1225
|
"UnprocessedAccounts": {
|
|
1226
|
-
"shape": "
|
|
1226
|
+
"shape": "Slp"
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"Invitations": {
|
|
1319
1319
|
"type": "list",
|
|
1320
1320
|
"member": {
|
|
1321
|
-
"shape": "
|
|
1321
|
+
"shape": "Snm"
|
|
1322
1322
|
}
|
|
1323
1323
|
},
|
|
1324
1324
|
"NextToken": {}
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
"type": "structure",
|
|
1354
1354
|
"members": {
|
|
1355
1355
|
"Members": {
|
|
1356
|
-
"shape": "
|
|
1356
|
+
"shape": "Soc"
|
|
1357
1357
|
},
|
|
1358
1358
|
"NextToken": {}
|
|
1359
1359
|
}
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"type": "structure",
|
|
1417
1417
|
"members": {
|
|
1418
1418
|
"Tags": {
|
|
1419
|
-
"shape": "
|
|
1419
|
+
"shape": "Sng"
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
"locationName": "ResourceArn"
|
|
1438
1438
|
},
|
|
1439
1439
|
"Tags": {
|
|
1440
|
-
"shape": "
|
|
1440
|
+
"shape": "Sng"
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
@@ -1542,10 +1542,10 @@
|
|
|
1542
1542
|
],
|
|
1543
1543
|
"members": {
|
|
1544
1544
|
"Filters": {
|
|
1545
|
-
"shape": "
|
|
1545
|
+
"shape": "Sl0"
|
|
1546
1546
|
},
|
|
1547
1547
|
"Note": {
|
|
1548
|
-
"shape": "
|
|
1548
|
+
"shape": "Skp"
|
|
1549
1549
|
},
|
|
1550
1550
|
"RecordState": {}
|
|
1551
1551
|
}
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
},
|
|
1573
1573
|
"Name": {},
|
|
1574
1574
|
"Filters": {
|
|
1575
|
-
"shape": "
|
|
1575
|
+
"shape": "Sl0"
|
|
1576
1576
|
},
|
|
1577
1577
|
"GroupByAttribute": {}
|
|
1578
1578
|
}
|
|
@@ -7164,6 +7164,16 @@
|
|
|
7164
7164
|
"Description": {}
|
|
7165
7165
|
}
|
|
7166
7166
|
}
|
|
7167
|
+
},
|
|
7168
|
+
"SecurityControlId": {},
|
|
7169
|
+
"AssociatedStandards": {
|
|
7170
|
+
"type": "list",
|
|
7171
|
+
"member": {
|
|
7172
|
+
"type": "structure",
|
|
7173
|
+
"members": {
|
|
7174
|
+
"StandardsId": {}
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7167
7177
|
}
|
|
7168
7178
|
}
|
|
7169
7179
|
},
|
|
@@ -7181,7 +7191,7 @@
|
|
|
7181
7191
|
},
|
|
7182
7192
|
"RecordState": {},
|
|
7183
7193
|
"RelatedFindings": {
|
|
7184
|
-
"shape": "
|
|
7194
|
+
"shape": "Sjm"
|
|
7185
7195
|
},
|
|
7186
7196
|
"Note": {
|
|
7187
7197
|
"type": "structure",
|
|
@@ -7311,7 +7321,7 @@
|
|
|
7311
7321
|
"members": {
|
|
7312
7322
|
"ConnectionDirection": {},
|
|
7313
7323
|
"RemoteIpDetails": {
|
|
7314
|
-
"shape": "
|
|
7324
|
+
"shape": "Sk2"
|
|
7315
7325
|
},
|
|
7316
7326
|
"RemotePortDetails": {
|
|
7317
7327
|
"type": "structure",
|
|
@@ -7323,7 +7333,7 @@
|
|
|
7323
7333
|
}
|
|
7324
7334
|
},
|
|
7325
7335
|
"LocalPortDetails": {
|
|
7326
|
-
"shape": "
|
|
7336
|
+
"shape": "Sk8"
|
|
7327
7337
|
},
|
|
7328
7338
|
"Protocol": {},
|
|
7329
7339
|
"Blocked": {
|
|
@@ -7338,7 +7348,7 @@
|
|
|
7338
7348
|
"ServiceName": {},
|
|
7339
7349
|
"CallerType": {},
|
|
7340
7350
|
"RemoteIpDetails": {
|
|
7341
|
-
"shape": "
|
|
7351
|
+
"shape": "Sk2"
|
|
7342
7352
|
},
|
|
7343
7353
|
"DomainDetails": {
|
|
7344
7354
|
"type": "structure",
|
|
@@ -7372,7 +7382,7 @@
|
|
|
7372
7382
|
"type": "structure",
|
|
7373
7383
|
"members": {
|
|
7374
7384
|
"LocalPortDetails": {
|
|
7375
|
-
"shape": "
|
|
7385
|
+
"shape": "Sk8"
|
|
7376
7386
|
},
|
|
7377
7387
|
"LocalIpDetails": {
|
|
7378
7388
|
"type": "structure",
|
|
@@ -7381,7 +7391,7 @@
|
|
|
7381
7391
|
}
|
|
7382
7392
|
},
|
|
7383
7393
|
"RemoteIpDetails": {
|
|
7384
|
-
"shape": "
|
|
7394
|
+
"shape": "Sk2"
|
|
7385
7395
|
}
|
|
7386
7396
|
}
|
|
7387
7397
|
}
|
|
@@ -7403,7 +7413,7 @@
|
|
|
7403
7413
|
"type": "integer"
|
|
7404
7414
|
},
|
|
7405
7415
|
"RelatedFindings": {
|
|
7406
|
-
"shape": "
|
|
7416
|
+
"shape": "Sjm"
|
|
7407
7417
|
},
|
|
7408
7418
|
"Severity": {
|
|
7409
7419
|
"type": "structure",
|
|
@@ -8024,7 +8034,7 @@
|
|
|
8024
8034
|
"type": "list",
|
|
8025
8035
|
"member": {}
|
|
8026
8036
|
},
|
|
8027
|
-
"
|
|
8037
|
+
"Sjm": {
|
|
8028
8038
|
"type": "list",
|
|
8029
8039
|
"member": {
|
|
8030
8040
|
"type": "structure",
|
|
@@ -8038,7 +8048,7 @@
|
|
|
8038
8048
|
}
|
|
8039
8049
|
}
|
|
8040
8050
|
},
|
|
8041
|
-
"
|
|
8051
|
+
"Sk2": {
|
|
8042
8052
|
"type": "structure",
|
|
8043
8053
|
"members": {
|
|
8044
8054
|
"IpAddressV4": {},
|
|
@@ -8079,7 +8089,7 @@
|
|
|
8079
8089
|
}
|
|
8080
8090
|
}
|
|
8081
8091
|
},
|
|
8082
|
-
"
|
|
8092
|
+
"Sk8": {
|
|
8083
8093
|
"type": "structure",
|
|
8084
8094
|
"members": {
|
|
8085
8095
|
"Port": {
|
|
@@ -8088,13 +8098,13 @@
|
|
|
8088
8098
|
"PortName": {}
|
|
8089
8099
|
}
|
|
8090
8100
|
},
|
|
8091
|
-
"
|
|
8101
|
+
"Skn": {
|
|
8092
8102
|
"type": "list",
|
|
8093
8103
|
"member": {
|
|
8094
|
-
"shape": "
|
|
8104
|
+
"shape": "Sko"
|
|
8095
8105
|
}
|
|
8096
8106
|
},
|
|
8097
|
-
"
|
|
8107
|
+
"Sko": {
|
|
8098
8108
|
"type": "structure",
|
|
8099
8109
|
"required": [
|
|
8100
8110
|
"Id",
|
|
@@ -8105,7 +8115,7 @@
|
|
|
8105
8115
|
"ProductArn": {}
|
|
8106
8116
|
}
|
|
8107
8117
|
},
|
|
8108
|
-
"
|
|
8118
|
+
"Skp": {
|
|
8109
8119
|
"type": "structure",
|
|
8110
8120
|
"required": [
|
|
8111
8121
|
"Text",
|
|
@@ -8116,272 +8126,272 @@
|
|
|
8116
8126
|
"UpdatedBy": {}
|
|
8117
8127
|
}
|
|
8118
8128
|
},
|
|
8119
|
-
"
|
|
8129
|
+
"Sl0": {
|
|
8120
8130
|
"type": "structure",
|
|
8121
8131
|
"members": {
|
|
8122
8132
|
"ProductArn": {
|
|
8123
|
-
"shape": "
|
|
8133
|
+
"shape": "Sl1"
|
|
8124
8134
|
},
|
|
8125
8135
|
"AwsAccountId": {
|
|
8126
|
-
"shape": "
|
|
8136
|
+
"shape": "Sl1"
|
|
8127
8137
|
},
|
|
8128
8138
|
"Id": {
|
|
8129
|
-
"shape": "
|
|
8139
|
+
"shape": "Sl1"
|
|
8130
8140
|
},
|
|
8131
8141
|
"GeneratorId": {
|
|
8132
|
-
"shape": "
|
|
8142
|
+
"shape": "Sl1"
|
|
8133
8143
|
},
|
|
8134
8144
|
"Region": {
|
|
8135
|
-
"shape": "
|
|
8145
|
+
"shape": "Sl1"
|
|
8136
8146
|
},
|
|
8137
8147
|
"Type": {
|
|
8138
|
-
"shape": "
|
|
8148
|
+
"shape": "Sl1"
|
|
8139
8149
|
},
|
|
8140
8150
|
"FirstObservedAt": {
|
|
8141
|
-
"shape": "
|
|
8151
|
+
"shape": "Sl4"
|
|
8142
8152
|
},
|
|
8143
8153
|
"LastObservedAt": {
|
|
8144
|
-
"shape": "
|
|
8154
|
+
"shape": "Sl4"
|
|
8145
8155
|
},
|
|
8146
8156
|
"CreatedAt": {
|
|
8147
|
-
"shape": "
|
|
8157
|
+
"shape": "Sl4"
|
|
8148
8158
|
},
|
|
8149
8159
|
"UpdatedAt": {
|
|
8150
|
-
"shape": "
|
|
8160
|
+
"shape": "Sl4"
|
|
8151
8161
|
},
|
|
8152
8162
|
"SeverityProduct": {
|
|
8153
|
-
"shape": "
|
|
8163
|
+
"shape": "Sl8",
|
|
8154
8164
|
"deprecated": true,
|
|
8155
8165
|
"deprecatedMessage": "This filter is deprecated. Instead, use FindingProviderSeverityOriginal."
|
|
8156
8166
|
},
|
|
8157
8167
|
"SeverityNormalized": {
|
|
8158
|
-
"shape": "
|
|
8168
|
+
"shape": "Sl8",
|
|
8159
8169
|
"deprecated": true,
|
|
8160
8170
|
"deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel."
|
|
8161
8171
|
},
|
|
8162
8172
|
"SeverityLabel": {
|
|
8163
|
-
"shape": "
|
|
8173
|
+
"shape": "Sl1"
|
|
8164
8174
|
},
|
|
8165
8175
|
"Confidence": {
|
|
8166
|
-
"shape": "
|
|
8176
|
+
"shape": "Sl8"
|
|
8167
8177
|
},
|
|
8168
8178
|
"Criticality": {
|
|
8169
|
-
"shape": "
|
|
8179
|
+
"shape": "Sl8"
|
|
8170
8180
|
},
|
|
8171
8181
|
"Title": {
|
|
8172
|
-
"shape": "
|
|
8182
|
+
"shape": "Sl1"
|
|
8173
8183
|
},
|
|
8174
8184
|
"Description": {
|
|
8175
|
-
"shape": "
|
|
8185
|
+
"shape": "Sl1"
|
|
8176
8186
|
},
|
|
8177
8187
|
"RecommendationText": {
|
|
8178
|
-
"shape": "
|
|
8188
|
+
"shape": "Sl1"
|
|
8179
8189
|
},
|
|
8180
8190
|
"SourceUrl": {
|
|
8181
|
-
"shape": "
|
|
8191
|
+
"shape": "Sl1"
|
|
8182
8192
|
},
|
|
8183
8193
|
"ProductFields": {
|
|
8184
|
-
"shape": "
|
|
8194
|
+
"shape": "Sla"
|
|
8185
8195
|
},
|
|
8186
8196
|
"ProductName": {
|
|
8187
|
-
"shape": "
|
|
8197
|
+
"shape": "Sl1"
|
|
8188
8198
|
},
|
|
8189
8199
|
"CompanyName": {
|
|
8190
|
-
"shape": "
|
|
8200
|
+
"shape": "Sl1"
|
|
8191
8201
|
},
|
|
8192
8202
|
"UserDefinedFields": {
|
|
8193
|
-
"shape": "
|
|
8203
|
+
"shape": "Sla"
|
|
8194
8204
|
},
|
|
8195
8205
|
"MalwareName": {
|
|
8196
|
-
"shape": "
|
|
8206
|
+
"shape": "Sl1"
|
|
8197
8207
|
},
|
|
8198
8208
|
"MalwareType": {
|
|
8199
|
-
"shape": "
|
|
8209
|
+
"shape": "Sl1"
|
|
8200
8210
|
},
|
|
8201
8211
|
"MalwarePath": {
|
|
8202
|
-
"shape": "
|
|
8212
|
+
"shape": "Sl1"
|
|
8203
8213
|
},
|
|
8204
8214
|
"MalwareState": {
|
|
8205
|
-
"shape": "
|
|
8215
|
+
"shape": "Sl1"
|
|
8206
8216
|
},
|
|
8207
8217
|
"NetworkDirection": {
|
|
8208
|
-
"shape": "
|
|
8218
|
+
"shape": "Sl1"
|
|
8209
8219
|
},
|
|
8210
8220
|
"NetworkProtocol": {
|
|
8211
|
-
"shape": "
|
|
8221
|
+
"shape": "Sl1"
|
|
8212
8222
|
},
|
|
8213
8223
|
"NetworkSourceIpV4": {
|
|
8214
|
-
"shape": "
|
|
8224
|
+
"shape": "Sld"
|
|
8215
8225
|
},
|
|
8216
8226
|
"NetworkSourceIpV6": {
|
|
8217
|
-
"shape": "
|
|
8227
|
+
"shape": "Sld"
|
|
8218
8228
|
},
|
|
8219
8229
|
"NetworkSourcePort": {
|
|
8220
|
-
"shape": "
|
|
8230
|
+
"shape": "Sl8"
|
|
8221
8231
|
},
|
|
8222
8232
|
"NetworkSourceDomain": {
|
|
8223
|
-
"shape": "
|
|
8233
|
+
"shape": "Sl1"
|
|
8224
8234
|
},
|
|
8225
8235
|
"NetworkSourceMac": {
|
|
8226
|
-
"shape": "
|
|
8236
|
+
"shape": "Sl1"
|
|
8227
8237
|
},
|
|
8228
8238
|
"NetworkDestinationIpV4": {
|
|
8229
|
-
"shape": "
|
|
8239
|
+
"shape": "Sld"
|
|
8230
8240
|
},
|
|
8231
8241
|
"NetworkDestinationIpV6": {
|
|
8232
|
-
"shape": "
|
|
8242
|
+
"shape": "Sld"
|
|
8233
8243
|
},
|
|
8234
8244
|
"NetworkDestinationPort": {
|
|
8235
|
-
"shape": "
|
|
8245
|
+
"shape": "Sl8"
|
|
8236
8246
|
},
|
|
8237
8247
|
"NetworkDestinationDomain": {
|
|
8238
|
-
"shape": "
|
|
8248
|
+
"shape": "Sl1"
|
|
8239
8249
|
},
|
|
8240
8250
|
"ProcessName": {
|
|
8241
|
-
"shape": "
|
|
8251
|
+
"shape": "Sl1"
|
|
8242
8252
|
},
|
|
8243
8253
|
"ProcessPath": {
|
|
8244
|
-
"shape": "
|
|
8254
|
+
"shape": "Sl1"
|
|
8245
8255
|
},
|
|
8246
8256
|
"ProcessPid": {
|
|
8247
|
-
"shape": "
|
|
8257
|
+
"shape": "Sl8"
|
|
8248
8258
|
},
|
|
8249
8259
|
"ProcessParentPid": {
|
|
8250
|
-
"shape": "
|
|
8260
|
+
"shape": "Sl8"
|
|
8251
8261
|
},
|
|
8252
8262
|
"ProcessLaunchedAt": {
|
|
8253
|
-
"shape": "
|
|
8263
|
+
"shape": "Sl4"
|
|
8254
8264
|
},
|
|
8255
8265
|
"ProcessTerminatedAt": {
|
|
8256
|
-
"shape": "
|
|
8266
|
+
"shape": "Sl4"
|
|
8257
8267
|
},
|
|
8258
8268
|
"ThreatIntelIndicatorType": {
|
|
8259
|
-
"shape": "
|
|
8269
|
+
"shape": "Sl1"
|
|
8260
8270
|
},
|
|
8261
8271
|
"ThreatIntelIndicatorValue": {
|
|
8262
|
-
"shape": "
|
|
8272
|
+
"shape": "Sl1"
|
|
8263
8273
|
},
|
|
8264
8274
|
"ThreatIntelIndicatorCategory": {
|
|
8265
|
-
"shape": "
|
|
8275
|
+
"shape": "Sl1"
|
|
8266
8276
|
},
|
|
8267
8277
|
"ThreatIntelIndicatorLastObservedAt": {
|
|
8268
|
-
"shape": "
|
|
8278
|
+
"shape": "Sl4"
|
|
8269
8279
|
},
|
|
8270
8280
|
"ThreatIntelIndicatorSource": {
|
|
8271
|
-
"shape": "
|
|
8281
|
+
"shape": "Sl1"
|
|
8272
8282
|
},
|
|
8273
8283
|
"ThreatIntelIndicatorSourceUrl": {
|
|
8274
|
-
"shape": "
|
|
8284
|
+
"shape": "Sl1"
|
|
8275
8285
|
},
|
|
8276
8286
|
"ResourceType": {
|
|
8277
|
-
"shape": "
|
|
8287
|
+
"shape": "Sl1"
|
|
8278
8288
|
},
|
|
8279
8289
|
"ResourceId": {
|
|
8280
|
-
"shape": "
|
|
8290
|
+
"shape": "Sl1"
|
|
8281
8291
|
},
|
|
8282
8292
|
"ResourcePartition": {
|
|
8283
|
-
"shape": "
|
|
8293
|
+
"shape": "Sl1"
|
|
8284
8294
|
},
|
|
8285
8295
|
"ResourceRegion": {
|
|
8286
|
-
"shape": "
|
|
8296
|
+
"shape": "Sl1"
|
|
8287
8297
|
},
|
|
8288
8298
|
"ResourceTags": {
|
|
8289
|
-
"shape": "
|
|
8299
|
+
"shape": "Sla"
|
|
8290
8300
|
},
|
|
8291
8301
|
"ResourceAwsEc2InstanceType": {
|
|
8292
|
-
"shape": "
|
|
8302
|
+
"shape": "Sl1"
|
|
8293
8303
|
},
|
|
8294
8304
|
"ResourceAwsEc2InstanceImageId": {
|
|
8295
|
-
"shape": "
|
|
8305
|
+
"shape": "Sl1"
|
|
8296
8306
|
},
|
|
8297
8307
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
|
8298
|
-
"shape": "
|
|
8308
|
+
"shape": "Sld"
|
|
8299
8309
|
},
|
|
8300
8310
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
|
8301
|
-
"shape": "
|
|
8311
|
+
"shape": "Sld"
|
|
8302
8312
|
},
|
|
8303
8313
|
"ResourceAwsEc2InstanceKeyName": {
|
|
8304
|
-
"shape": "
|
|
8314
|
+
"shape": "Sl1"
|
|
8305
8315
|
},
|
|
8306
8316
|
"ResourceAwsEc2InstanceIamInstanceProfileArn": {
|
|
8307
|
-
"shape": "
|
|
8317
|
+
"shape": "Sl1"
|
|
8308
8318
|
},
|
|
8309
8319
|
"ResourceAwsEc2InstanceVpcId": {
|
|
8310
|
-
"shape": "
|
|
8320
|
+
"shape": "Sl1"
|
|
8311
8321
|
},
|
|
8312
8322
|
"ResourceAwsEc2InstanceSubnetId": {
|
|
8313
|
-
"shape": "
|
|
8323
|
+
"shape": "Sl1"
|
|
8314
8324
|
},
|
|
8315
8325
|
"ResourceAwsEc2InstanceLaunchedAt": {
|
|
8316
|
-
"shape": "
|
|
8326
|
+
"shape": "Sl4"
|
|
8317
8327
|
},
|
|
8318
8328
|
"ResourceAwsS3BucketOwnerId": {
|
|
8319
|
-
"shape": "
|
|
8329
|
+
"shape": "Sl1"
|
|
8320
8330
|
},
|
|
8321
8331
|
"ResourceAwsS3BucketOwnerName": {
|
|
8322
|
-
"shape": "
|
|
8332
|
+
"shape": "Sl1"
|
|
8323
8333
|
},
|
|
8324
8334
|
"ResourceAwsIamAccessKeyUserName": {
|
|
8325
|
-
"shape": "
|
|
8335
|
+
"shape": "Sl1",
|
|
8326
8336
|
"deprecated": true,
|
|
8327
8337
|
"deprecatedMessage": "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName."
|
|
8328
8338
|
},
|
|
8329
8339
|
"ResourceAwsIamAccessKeyPrincipalName": {
|
|
8330
|
-
"shape": "
|
|
8340
|
+
"shape": "Sl1"
|
|
8331
8341
|
},
|
|
8332
8342
|
"ResourceAwsIamAccessKeyStatus": {
|
|
8333
|
-
"shape": "
|
|
8343
|
+
"shape": "Sl1"
|
|
8334
8344
|
},
|
|
8335
8345
|
"ResourceAwsIamAccessKeyCreatedAt": {
|
|
8336
|
-
"shape": "
|
|
8346
|
+
"shape": "Sl4"
|
|
8337
8347
|
},
|
|
8338
8348
|
"ResourceAwsIamUserUserName": {
|
|
8339
|
-
"shape": "
|
|
8349
|
+
"shape": "Sl1"
|
|
8340
8350
|
},
|
|
8341
8351
|
"ResourceContainerName": {
|
|
8342
|
-
"shape": "
|
|
8352
|
+
"shape": "Sl1"
|
|
8343
8353
|
},
|
|
8344
8354
|
"ResourceContainerImageId": {
|
|
8345
|
-
"shape": "
|
|
8355
|
+
"shape": "Sl1"
|
|
8346
8356
|
},
|
|
8347
8357
|
"ResourceContainerImageName": {
|
|
8348
|
-
"shape": "
|
|
8358
|
+
"shape": "Sl1"
|
|
8349
8359
|
},
|
|
8350
8360
|
"ResourceContainerLaunchedAt": {
|
|
8351
|
-
"shape": "
|
|
8361
|
+
"shape": "Sl4"
|
|
8352
8362
|
},
|
|
8353
8363
|
"ResourceDetailsOther": {
|
|
8354
|
-
"shape": "
|
|
8364
|
+
"shape": "Sla"
|
|
8355
8365
|
},
|
|
8356
8366
|
"ComplianceStatus": {
|
|
8357
|
-
"shape": "
|
|
8367
|
+
"shape": "Sl1"
|
|
8358
8368
|
},
|
|
8359
8369
|
"VerificationState": {
|
|
8360
|
-
"shape": "
|
|
8370
|
+
"shape": "Sl1"
|
|
8361
8371
|
},
|
|
8362
8372
|
"WorkflowState": {
|
|
8363
|
-
"shape": "
|
|
8373
|
+
"shape": "Sl1"
|
|
8364
8374
|
},
|
|
8365
8375
|
"WorkflowStatus": {
|
|
8366
|
-
"shape": "
|
|
8376
|
+
"shape": "Sl1"
|
|
8367
8377
|
},
|
|
8368
8378
|
"RecordState": {
|
|
8369
|
-
"shape": "
|
|
8379
|
+
"shape": "Sl1"
|
|
8370
8380
|
},
|
|
8371
8381
|
"RelatedFindingsProductArn": {
|
|
8372
|
-
"shape": "
|
|
8382
|
+
"shape": "Sl1"
|
|
8373
8383
|
},
|
|
8374
8384
|
"RelatedFindingsId": {
|
|
8375
|
-
"shape": "
|
|
8385
|
+
"shape": "Sl1"
|
|
8376
8386
|
},
|
|
8377
8387
|
"NoteText": {
|
|
8378
|
-
"shape": "
|
|
8388
|
+
"shape": "Sl1"
|
|
8379
8389
|
},
|
|
8380
8390
|
"NoteUpdatedAt": {
|
|
8381
|
-
"shape": "
|
|
8391
|
+
"shape": "Sl4"
|
|
8382
8392
|
},
|
|
8383
8393
|
"NoteUpdatedBy": {
|
|
8384
|
-
"shape": "
|
|
8394
|
+
"shape": "Sl1"
|
|
8385
8395
|
},
|
|
8386
8396
|
"Keyword": {
|
|
8387
8397
|
"deprecated": true,
|
|
@@ -8395,25 +8405,25 @@
|
|
|
8395
8405
|
}
|
|
8396
8406
|
},
|
|
8397
8407
|
"FindingProviderFieldsConfidence": {
|
|
8398
|
-
"shape": "
|
|
8408
|
+
"shape": "Sl8"
|
|
8399
8409
|
},
|
|
8400
8410
|
"FindingProviderFieldsCriticality": {
|
|
8401
|
-
"shape": "
|
|
8411
|
+
"shape": "Sl8"
|
|
8402
8412
|
},
|
|
8403
8413
|
"FindingProviderFieldsRelatedFindingsId": {
|
|
8404
|
-
"shape": "
|
|
8414
|
+
"shape": "Sl1"
|
|
8405
8415
|
},
|
|
8406
8416
|
"FindingProviderFieldsRelatedFindingsProductArn": {
|
|
8407
|
-
"shape": "
|
|
8417
|
+
"shape": "Sl1"
|
|
8408
8418
|
},
|
|
8409
8419
|
"FindingProviderFieldsSeverityLabel": {
|
|
8410
|
-
"shape": "
|
|
8420
|
+
"shape": "Sl1"
|
|
8411
8421
|
},
|
|
8412
8422
|
"FindingProviderFieldsSeverityOriginal": {
|
|
8413
|
-
"shape": "
|
|
8423
|
+
"shape": "Sl1"
|
|
8414
8424
|
},
|
|
8415
8425
|
"FindingProviderFieldsTypes": {
|
|
8416
|
-
"shape": "
|
|
8426
|
+
"shape": "Sl1"
|
|
8417
8427
|
},
|
|
8418
8428
|
"Sample": {
|
|
8419
8429
|
"type": "list",
|
|
@@ -8425,10 +8435,16 @@
|
|
|
8425
8435
|
}
|
|
8426
8436
|
}
|
|
8427
8437
|
}
|
|
8438
|
+
},
|
|
8439
|
+
"ComplianceSecurityControlId": {
|
|
8440
|
+
"shape": "Sl1"
|
|
8441
|
+
},
|
|
8442
|
+
"ComplianceAssociatedStandardsId": {
|
|
8443
|
+
"shape": "Sl1"
|
|
8428
8444
|
}
|
|
8429
8445
|
}
|
|
8430
8446
|
},
|
|
8431
|
-
"
|
|
8447
|
+
"Sl1": {
|
|
8432
8448
|
"type": "list",
|
|
8433
8449
|
"member": {
|
|
8434
8450
|
"type": "structure",
|
|
@@ -8438,7 +8454,7 @@
|
|
|
8438
8454
|
}
|
|
8439
8455
|
}
|
|
8440
8456
|
},
|
|
8441
|
-
"
|
|
8457
|
+
"Sl4": {
|
|
8442
8458
|
"type": "list",
|
|
8443
8459
|
"member": {
|
|
8444
8460
|
"type": "structure",
|
|
@@ -8457,7 +8473,7 @@
|
|
|
8457
8473
|
}
|
|
8458
8474
|
}
|
|
8459
8475
|
},
|
|
8460
|
-
"
|
|
8476
|
+
"Sl8": {
|
|
8461
8477
|
"type": "list",
|
|
8462
8478
|
"member": {
|
|
8463
8479
|
"type": "structure",
|
|
@@ -8474,7 +8490,7 @@
|
|
|
8474
8490
|
}
|
|
8475
8491
|
}
|
|
8476
8492
|
},
|
|
8477
|
-
"
|
|
8493
|
+
"Sla": {
|
|
8478
8494
|
"type": "list",
|
|
8479
8495
|
"member": {
|
|
8480
8496
|
"type": "structure",
|
|
@@ -8485,7 +8501,7 @@
|
|
|
8485
8501
|
}
|
|
8486
8502
|
}
|
|
8487
8503
|
},
|
|
8488
|
-
"
|
|
8504
|
+
"Sld": {
|
|
8489
8505
|
"type": "list",
|
|
8490
8506
|
"member": {
|
|
8491
8507
|
"type": "structure",
|
|
@@ -8494,7 +8510,7 @@
|
|
|
8494
8510
|
}
|
|
8495
8511
|
}
|
|
8496
8512
|
},
|
|
8497
|
-
"
|
|
8513
|
+
"Slp": {
|
|
8498
8514
|
"type": "list",
|
|
8499
8515
|
"member": {
|
|
8500
8516
|
"type": "structure",
|
|
@@ -8504,35 +8520,35 @@
|
|
|
8504
8520
|
}
|
|
8505
8521
|
}
|
|
8506
8522
|
},
|
|
8507
|
-
"
|
|
8523
|
+
"Sls": {
|
|
8508
8524
|
"type": "list",
|
|
8509
8525
|
"member": {}
|
|
8510
8526
|
},
|
|
8511
|
-
"
|
|
8527
|
+
"Sm5": {
|
|
8512
8528
|
"type": "list",
|
|
8513
8529
|
"member": {}
|
|
8514
8530
|
},
|
|
8515
|
-
"
|
|
8531
|
+
"Smx": {
|
|
8516
8532
|
"type": "timestamp",
|
|
8517
8533
|
"timestampFormat": "iso8601"
|
|
8518
8534
|
},
|
|
8519
|
-
"
|
|
8535
|
+
"Sng": {
|
|
8520
8536
|
"type": "map",
|
|
8521
8537
|
"key": {},
|
|
8522
8538
|
"value": {}
|
|
8523
8539
|
},
|
|
8524
|
-
"
|
|
8540
|
+
"Snm": {
|
|
8525
8541
|
"type": "structure",
|
|
8526
8542
|
"members": {
|
|
8527
8543
|
"AccountId": {},
|
|
8528
8544
|
"InvitationId": {},
|
|
8529
8545
|
"InvitedAt": {
|
|
8530
|
-
"shape": "
|
|
8546
|
+
"shape": "Smx"
|
|
8531
8547
|
},
|
|
8532
8548
|
"MemberStatus": {}
|
|
8533
8549
|
}
|
|
8534
8550
|
},
|
|
8535
|
-
"
|
|
8551
|
+
"Soc": {
|
|
8536
8552
|
"type": "list",
|
|
8537
8553
|
"member": {
|
|
8538
8554
|
"type": "structure",
|
|
@@ -8546,10 +8562,10 @@
|
|
|
8546
8562
|
"AdministratorId": {},
|
|
8547
8563
|
"MemberStatus": {},
|
|
8548
8564
|
"InvitedAt": {
|
|
8549
|
-
"shape": "
|
|
8565
|
+
"shape": "Smx"
|
|
8550
8566
|
},
|
|
8551
8567
|
"UpdatedAt": {
|
|
8552
|
-
"shape": "
|
|
8568
|
+
"shape": "Smx"
|
|
8553
8569
|
}
|
|
8554
8570
|
}
|
|
8555
8571
|
}
|