cdk-lambda-subminute 2.0.358 → 2.0.360

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.
@@ -454,6 +454,52 @@
454
454
  },
455
455
  "idempotent": true
456
456
  },
457
+ "CreateCisScanConfiguration": {
458
+ "http": {
459
+ "requestUri": "/cis/scan-configuration/create",
460
+ "responseCode": 200
461
+ },
462
+ "input": {
463
+ "type": "structure",
464
+ "required": [
465
+ "scanName",
466
+ "schedule",
467
+ "securityLevel",
468
+ "targets"
469
+ ],
470
+ "members": {
471
+ "scanName": {},
472
+ "schedule": {
473
+ "shape": "S2q"
474
+ },
475
+ "securityLevel": {},
476
+ "tags": {
477
+ "shape": "S31"
478
+ },
479
+ "targets": {
480
+ "type": "structure",
481
+ "required": [
482
+ "accountIds",
483
+ "targetResourceTags"
484
+ ],
485
+ "members": {
486
+ "accountIds": {
487
+ "shape": "S35"
488
+ },
489
+ "targetResourceTags": {
490
+ "shape": "S37"
491
+ }
492
+ }
493
+ }
494
+ }
495
+ },
496
+ "output": {
497
+ "type": "structure",
498
+ "members": {
499
+ "scanConfigurationArn": {}
500
+ }
501
+ }
502
+ },
457
503
  "CreateFilter": {
458
504
  "http": {
459
505
  "requestUri": "/filters/create",
@@ -470,12 +516,12 @@
470
516
  "action": {},
471
517
  "description": {},
472
518
  "filterCriteria": {
473
- "shape": "S2r"
519
+ "shape": "S3e"
474
520
  },
475
521
  "name": {},
476
522
  "reason": {},
477
523
  "tags": {
478
- "shape": "S3c"
524
+ "shape": "S3x"
479
525
  }
480
526
  }
481
527
  },
@@ -502,11 +548,11 @@
502
548
  ],
503
549
  "members": {
504
550
  "filterCriteria": {
505
- "shape": "S2r"
551
+ "shape": "S3e"
506
552
  },
507
553
  "reportFormat": {},
508
554
  "s3Destination": {
509
- "shape": "S3h"
555
+ "shape": "S42"
510
556
  }
511
557
  }
512
558
  },
@@ -531,10 +577,10 @@
531
577
  "members": {
532
578
  "reportFormat": {},
533
579
  "resourceFilterCriteria": {
534
- "shape": "S3l"
580
+ "shape": "S46"
535
581
  },
536
582
  "s3Destination": {
537
- "shape": "S3h"
583
+ "shape": "S42"
538
584
  }
539
585
  }
540
586
  },
@@ -546,6 +592,30 @@
546
592
  },
547
593
  "idempotent": true
548
594
  },
595
+ "DeleteCisScanConfiguration": {
596
+ "http": {
597
+ "requestUri": "/cis/scan-configuration/delete",
598
+ "responseCode": 200
599
+ },
600
+ "input": {
601
+ "type": "structure",
602
+ "required": [
603
+ "scanConfigurationArn"
604
+ ],
605
+ "members": {
606
+ "scanConfigurationArn": {}
607
+ }
608
+ },
609
+ "output": {
610
+ "type": "structure",
611
+ "required": [
612
+ "scanConfigurationArn"
613
+ ],
614
+ "members": {
615
+ "scanConfigurationArn": {}
616
+ }
617
+ }
618
+ },
549
619
  "DeleteFilter": {
550
620
  "http": {
551
621
  "requestUri": "/filters/delete",
@@ -583,7 +653,7 @@
583
653
  "type": "structure",
584
654
  "members": {
585
655
  "autoEnable": {
586
- "shape": "S3y"
656
+ "shape": "S4l"
587
657
  },
588
658
  "maxAccountLimitReached": {
589
659
  "type": "boolean"
@@ -615,7 +685,7 @@
615
685
  ],
616
686
  "members": {
617
687
  "accounts": {
618
- "shape": "S43"
688
+ "shape": "S4q"
619
689
  },
620
690
  "failedAccounts": {
621
691
  "shape": "Se"
@@ -701,7 +771,7 @@
701
771
  ],
702
772
  "members": {
703
773
  "accounts": {
704
- "shape": "S43"
774
+ "shape": "S4q"
705
775
  },
706
776
  "failedAccounts": {
707
777
  "shape": "Se"
@@ -736,6 +806,120 @@
736
806
  }
737
807
  }
738
808
  },
809
+ "GetCisScanReport": {
810
+ "http": {
811
+ "requestUri": "/cis/scan/report/get",
812
+ "responseCode": 200
813
+ },
814
+ "input": {
815
+ "type": "structure",
816
+ "required": [
817
+ "scanArn"
818
+ ],
819
+ "members": {
820
+ "scanArn": {},
821
+ "targetAccounts": {
822
+ "type": "list",
823
+ "member": {}
824
+ }
825
+ }
826
+ },
827
+ "output": {
828
+ "type": "structure",
829
+ "members": {
830
+ "status": {},
831
+ "url": {}
832
+ }
833
+ }
834
+ },
835
+ "GetCisScanResultDetails": {
836
+ "http": {
837
+ "requestUri": "/cis/scan-result/details/get",
838
+ "responseCode": 200
839
+ },
840
+ "input": {
841
+ "type": "structure",
842
+ "required": [
843
+ "accountId",
844
+ "scanArn",
845
+ "targetResourceId"
846
+ ],
847
+ "members": {
848
+ "accountId": {},
849
+ "filterCriteria": {
850
+ "type": "structure",
851
+ "members": {
852
+ "checkIdFilters": {
853
+ "shape": "S59"
854
+ },
855
+ "findingArnFilters": {
856
+ "type": "list",
857
+ "member": {
858
+ "shape": "S5a"
859
+ }
860
+ },
861
+ "findingStatusFilters": {
862
+ "type": "list",
863
+ "member": {
864
+ "type": "structure",
865
+ "required": [
866
+ "comparison",
867
+ "value"
868
+ ],
869
+ "members": {
870
+ "comparison": {},
871
+ "value": {}
872
+ }
873
+ }
874
+ },
875
+ "securityLevelFilters": {
876
+ "shape": "S5h"
877
+ },
878
+ "titleFilters": {
879
+ "shape": "S5k"
880
+ }
881
+ }
882
+ },
883
+ "maxResults": {
884
+ "type": "integer"
885
+ },
886
+ "nextToken": {},
887
+ "scanArn": {},
888
+ "sortBy": {},
889
+ "sortOrder": {},
890
+ "targetResourceId": {}
891
+ }
892
+ },
893
+ "output": {
894
+ "type": "structure",
895
+ "members": {
896
+ "nextToken": {},
897
+ "scanResultDetails": {
898
+ "type": "list",
899
+ "member": {
900
+ "type": "structure",
901
+ "required": [
902
+ "scanArn"
903
+ ],
904
+ "members": {
905
+ "accountId": {},
906
+ "checkDescription": {},
907
+ "checkId": {},
908
+ "findingArn": {},
909
+ "level": {},
910
+ "platform": {},
911
+ "remediation": {},
912
+ "scanArn": {},
913
+ "status": {},
914
+ "statusReason": {},
915
+ "targetResourceId": {},
916
+ "title": {}
917
+ }
918
+ }
919
+ }
920
+ }
921
+ }
922
+ },
739
923
  "GetConfiguration": {
740
924
  "http": {
741
925
  "requestUri": "/configuration/get",
@@ -802,10 +986,10 @@
802
986
  "members": {
803
987
  "errorMessage": {},
804
988
  "orgPackagePaths": {
805
- "shape": "S4s"
989
+ "shape": "S67"
806
990
  },
807
991
  "packagePaths": {
808
- "shape": "S4s"
992
+ "shape": "S67"
809
993
  },
810
994
  "status": {}
811
995
  }
@@ -859,12 +1043,12 @@
859
1043
  "type": "structure",
860
1044
  "members": {
861
1045
  "destination": {
862
- "shape": "S3h"
1046
+ "shape": "S42"
863
1047
  },
864
1048
  "errorCode": {},
865
1049
  "errorMessage": {},
866
1050
  "filterCriteria": {
867
- "shape": "S2r"
1051
+ "shape": "S3e"
868
1052
  },
869
1053
  "reportId": {},
870
1054
  "status": {}
@@ -889,7 +1073,7 @@
889
1073
  "type": "structure",
890
1074
  "members": {
891
1075
  "member": {
892
- "shape": "S56"
1076
+ "shape": "S6l"
893
1077
  }
894
1078
  }
895
1079
  }
@@ -914,12 +1098,12 @@
914
1098
  "errorCode": {},
915
1099
  "errorMessage": {},
916
1100
  "filterCriteria": {
917
- "shape": "S3l"
1101
+ "shape": "S46"
918
1102
  },
919
1103
  "format": {},
920
1104
  "reportId": {},
921
1105
  "s3Destination": {
922
- "shape": "S3h"
1106
+ "shape": "S42"
923
1107
  },
924
1108
  "status": {}
925
1109
  }
@@ -965,6 +1149,373 @@
965
1149
  }
966
1150
  }
967
1151
  },
1152
+ "ListCisScanConfigurations": {
1153
+ "http": {
1154
+ "requestUri": "/cis/scan-configuration/list",
1155
+ "responseCode": 200
1156
+ },
1157
+ "input": {
1158
+ "type": "structure",
1159
+ "members": {
1160
+ "filterCriteria": {
1161
+ "type": "structure",
1162
+ "members": {
1163
+ "scanConfigurationArnFilters": {
1164
+ "shape": "S6x"
1165
+ },
1166
+ "scanNameFilters": {
1167
+ "shape": "S6y"
1168
+ },
1169
+ "targetResourceTagFilters": {
1170
+ "shape": "S6z"
1171
+ }
1172
+ }
1173
+ },
1174
+ "maxResults": {
1175
+ "type": "integer"
1176
+ },
1177
+ "nextToken": {},
1178
+ "sortBy": {},
1179
+ "sortOrder": {}
1180
+ }
1181
+ },
1182
+ "output": {
1183
+ "type": "structure",
1184
+ "members": {
1185
+ "nextToken": {},
1186
+ "scanConfigurations": {
1187
+ "type": "list",
1188
+ "member": {
1189
+ "type": "structure",
1190
+ "required": [
1191
+ "scanConfigurationArn"
1192
+ ],
1193
+ "members": {
1194
+ "ownerId": {},
1195
+ "scanConfigurationArn": {},
1196
+ "scanName": {},
1197
+ "schedule": {
1198
+ "shape": "S2q"
1199
+ },
1200
+ "securityLevel": {},
1201
+ "tags": {
1202
+ "shape": "S31"
1203
+ },
1204
+ "targets": {
1205
+ "shape": "S78"
1206
+ }
1207
+ }
1208
+ }
1209
+ }
1210
+ }
1211
+ }
1212
+ },
1213
+ "ListCisScanResultsAggregatedByChecks": {
1214
+ "http": {
1215
+ "requestUri": "/cis/scan-result/check/list",
1216
+ "responseCode": 200
1217
+ },
1218
+ "input": {
1219
+ "type": "structure",
1220
+ "required": [
1221
+ "scanArn"
1222
+ ],
1223
+ "members": {
1224
+ "filterCriteria": {
1225
+ "type": "structure",
1226
+ "members": {
1227
+ "accountIdFilters": {
1228
+ "type": "list",
1229
+ "member": {
1230
+ "shape": "S5a"
1231
+ }
1232
+ },
1233
+ "checkIdFilters": {
1234
+ "shape": "S59"
1235
+ },
1236
+ "failedResourcesFilters": {
1237
+ "shape": "S7d"
1238
+ },
1239
+ "platformFilters": {
1240
+ "shape": "S7f"
1241
+ },
1242
+ "securityLevelFilters": {
1243
+ "shape": "S5h"
1244
+ },
1245
+ "titleFilters": {
1246
+ "shape": "S5k"
1247
+ }
1248
+ }
1249
+ },
1250
+ "maxResults": {
1251
+ "type": "integer"
1252
+ },
1253
+ "nextToken": {},
1254
+ "scanArn": {},
1255
+ "sortBy": {},
1256
+ "sortOrder": {}
1257
+ }
1258
+ },
1259
+ "output": {
1260
+ "type": "structure",
1261
+ "members": {
1262
+ "checkAggregations": {
1263
+ "type": "list",
1264
+ "member": {
1265
+ "type": "structure",
1266
+ "required": [
1267
+ "scanArn"
1268
+ ],
1269
+ "members": {
1270
+ "accountId": {},
1271
+ "checkDescription": {},
1272
+ "checkId": {},
1273
+ "level": {},
1274
+ "platform": {},
1275
+ "scanArn": {},
1276
+ "statusCounts": {
1277
+ "shape": "S7l"
1278
+ },
1279
+ "title": {}
1280
+ }
1281
+ }
1282
+ },
1283
+ "nextToken": {}
1284
+ }
1285
+ }
1286
+ },
1287
+ "ListCisScanResultsAggregatedByTargetResource": {
1288
+ "http": {
1289
+ "requestUri": "/cis/scan-result/resource/list",
1290
+ "responseCode": 200
1291
+ },
1292
+ "input": {
1293
+ "type": "structure",
1294
+ "required": [
1295
+ "scanArn"
1296
+ ],
1297
+ "members": {
1298
+ "filterCriteria": {
1299
+ "type": "structure",
1300
+ "members": {
1301
+ "accountIdFilters": {
1302
+ "shape": "S7o"
1303
+ },
1304
+ "checkIdFilters": {
1305
+ "shape": "S59"
1306
+ },
1307
+ "failedChecksFilters": {
1308
+ "shape": "S7d"
1309
+ },
1310
+ "platformFilters": {
1311
+ "shape": "S7f"
1312
+ },
1313
+ "statusFilters": {
1314
+ "type": "list",
1315
+ "member": {
1316
+ "type": "structure",
1317
+ "required": [
1318
+ "comparison",
1319
+ "value"
1320
+ ],
1321
+ "members": {
1322
+ "comparison": {},
1323
+ "value": {}
1324
+ }
1325
+ }
1326
+ },
1327
+ "targetResourceIdFilters": {
1328
+ "shape": "S7t"
1329
+ },
1330
+ "targetResourceTagFilters": {
1331
+ "shape": "S6z"
1332
+ },
1333
+ "targetStatusFilters": {
1334
+ "type": "list",
1335
+ "member": {
1336
+ "type": "structure",
1337
+ "required": [
1338
+ "comparison",
1339
+ "value"
1340
+ ],
1341
+ "members": {
1342
+ "comparison": {},
1343
+ "value": {}
1344
+ }
1345
+ }
1346
+ },
1347
+ "targetStatusReasonFilters": {
1348
+ "type": "list",
1349
+ "member": {
1350
+ "type": "structure",
1351
+ "required": [
1352
+ "comparison",
1353
+ "value"
1354
+ ],
1355
+ "members": {
1356
+ "comparison": {},
1357
+ "value": {}
1358
+ }
1359
+ }
1360
+ }
1361
+ }
1362
+ },
1363
+ "maxResults": {
1364
+ "type": "integer"
1365
+ },
1366
+ "nextToken": {},
1367
+ "scanArn": {},
1368
+ "sortBy": {},
1369
+ "sortOrder": {}
1370
+ }
1371
+ },
1372
+ "output": {
1373
+ "type": "structure",
1374
+ "members": {
1375
+ "nextToken": {},
1376
+ "targetResourceAggregations": {
1377
+ "type": "list",
1378
+ "member": {
1379
+ "type": "structure",
1380
+ "required": [
1381
+ "scanArn"
1382
+ ],
1383
+ "members": {
1384
+ "accountId": {},
1385
+ "platform": {},
1386
+ "scanArn": {},
1387
+ "statusCounts": {
1388
+ "shape": "S7l"
1389
+ },
1390
+ "targetResourceId": {},
1391
+ "targetResourceTags": {
1392
+ "shape": "S37"
1393
+ },
1394
+ "targetStatus": {},
1395
+ "targetStatusReason": {}
1396
+ }
1397
+ }
1398
+ }
1399
+ }
1400
+ }
1401
+ },
1402
+ "ListCisScans": {
1403
+ "http": {
1404
+ "requestUri": "/cis/scan/list",
1405
+ "responseCode": 200
1406
+ },
1407
+ "input": {
1408
+ "type": "structure",
1409
+ "members": {
1410
+ "detailLevel": {},
1411
+ "filterCriteria": {
1412
+ "type": "structure",
1413
+ "members": {
1414
+ "failedChecksFilters": {
1415
+ "shape": "S7d"
1416
+ },
1417
+ "scanArnFilters": {
1418
+ "type": "list",
1419
+ "member": {
1420
+ "shape": "S5a"
1421
+ }
1422
+ },
1423
+ "scanAtFilters": {
1424
+ "type": "list",
1425
+ "member": {
1426
+ "type": "structure",
1427
+ "members": {
1428
+ "earliestScanStartTime": {
1429
+ "type": "timestamp"
1430
+ },
1431
+ "latestScanStartTime": {
1432
+ "type": "timestamp"
1433
+ }
1434
+ }
1435
+ }
1436
+ },
1437
+ "scanConfigurationArnFilters": {
1438
+ "shape": "S6x"
1439
+ },
1440
+ "scanNameFilters": {
1441
+ "shape": "S6y"
1442
+ },
1443
+ "scanStatusFilters": {
1444
+ "type": "list",
1445
+ "member": {
1446
+ "type": "structure",
1447
+ "required": [
1448
+ "comparison",
1449
+ "value"
1450
+ ],
1451
+ "members": {
1452
+ "comparison": {},
1453
+ "value": {}
1454
+ }
1455
+ }
1456
+ },
1457
+ "scheduledByFilters": {
1458
+ "type": "list",
1459
+ "member": {
1460
+ "shape": "S5a"
1461
+ }
1462
+ },
1463
+ "targetAccountIdFilters": {
1464
+ "shape": "S7o"
1465
+ },
1466
+ "targetResourceIdFilters": {
1467
+ "shape": "S7t"
1468
+ },
1469
+ "targetResourceTagFilters": {
1470
+ "shape": "S6z"
1471
+ }
1472
+ }
1473
+ },
1474
+ "maxResults": {
1475
+ "type": "integer"
1476
+ },
1477
+ "nextToken": {},
1478
+ "sortBy": {},
1479
+ "sortOrder": {}
1480
+ }
1481
+ },
1482
+ "output": {
1483
+ "type": "structure",
1484
+ "members": {
1485
+ "nextToken": {},
1486
+ "scans": {
1487
+ "type": "list",
1488
+ "member": {
1489
+ "type": "structure",
1490
+ "required": [
1491
+ "scanArn",
1492
+ "scanConfigurationArn"
1493
+ ],
1494
+ "members": {
1495
+ "failedChecks": {
1496
+ "type": "integer"
1497
+ },
1498
+ "scanArn": {},
1499
+ "scanConfigurationArn": {},
1500
+ "scanDate": {
1501
+ "type": "timestamp"
1502
+ },
1503
+ "scanName": {},
1504
+ "scheduledBy": {},
1505
+ "securityLevel": {},
1506
+ "status": {},
1507
+ "targets": {
1508
+ "shape": "S78"
1509
+ },
1510
+ "totalChecks": {
1511
+ "type": "integer"
1512
+ }
1513
+ }
1514
+ }
1515
+ }
1516
+ }
1517
+ }
1518
+ },
968
1519
  "ListCoverage": {
969
1520
  "http": {
970
1521
  "requestUri": "/coverage/list",
@@ -974,7 +1525,7 @@
974
1525
  "type": "structure",
975
1526
  "members": {
976
1527
  "filterCriteria": {
977
- "shape": "S5i"
1528
+ "shape": "S8m"
978
1529
  },
979
1530
  "maxResults": {
980
1531
  "type": "integer"
@@ -1010,7 +1561,7 @@
1010
1561
  "amiId": {},
1011
1562
  "platform": {},
1012
1563
  "tags": {
1013
- "shape": "S3c"
1564
+ "shape": "S3x"
1014
1565
  }
1015
1566
  }
1016
1567
  },
@@ -1035,7 +1586,7 @@
1035
1586
  "members": {
1036
1587
  "functionName": {},
1037
1588
  "functionTags": {
1038
- "shape": "S3c"
1589
+ "shape": "S3x"
1039
1590
  },
1040
1591
  "layers": {
1041
1592
  "type": "list",
@@ -1075,7 +1626,7 @@
1075
1626
  "type": "structure",
1076
1627
  "members": {
1077
1628
  "filterCriteria": {
1078
- "shape": "S5i"
1629
+ "shape": "S8m"
1079
1630
  },
1080
1631
  "groupBy": {},
1081
1632
  "nextToken": {}
@@ -1182,14 +1733,14 @@
1182
1733
  "type": "timestamp"
1183
1734
  },
1184
1735
  "criteria": {
1185
- "shape": "S2r"
1736
+ "shape": "S3e"
1186
1737
  },
1187
1738
  "description": {},
1188
1739
  "name": {},
1189
1740
  "ownerId": {},
1190
1741
  "reason": {},
1191
1742
  "tags": {
1192
- "shape": "S3c"
1743
+ "shape": "S3x"
1193
1744
  },
1194
1745
  "updatedAt": {
1195
1746
  "type": "timestamp"
@@ -1213,7 +1764,7 @@
1213
1764
  ],
1214
1765
  "members": {
1215
1766
  "accountIds": {
1216
- "shape": "S2s"
1767
+ "shape": "S3f"
1217
1768
  },
1218
1769
  "aggregationRequest": {
1219
1770
  "type": "structure",
@@ -1231,7 +1782,7 @@
1231
1782
  "type": "structure",
1232
1783
  "members": {
1233
1784
  "amis": {
1234
- "shape": "S2s"
1785
+ "shape": "S3f"
1235
1786
  },
1236
1787
  "sortBy": {},
1237
1788
  "sortOrder": {}
@@ -1241,19 +1792,19 @@
1241
1792
  "type": "structure",
1242
1793
  "members": {
1243
1794
  "architectures": {
1244
- "shape": "S2s"
1795
+ "shape": "S3f"
1245
1796
  },
1246
1797
  "imageShas": {
1247
- "shape": "S2s"
1798
+ "shape": "S3f"
1248
1799
  },
1249
1800
  "imageTags": {
1250
- "shape": "S2s"
1801
+ "shape": "S3f"
1251
1802
  },
1252
1803
  "repositories": {
1253
- "shape": "S2s"
1804
+ "shape": "S3f"
1254
1805
  },
1255
1806
  "resourceIds": {
1256
- "shape": "S2s"
1807
+ "shape": "S3f"
1257
1808
  },
1258
1809
  "sortBy": {},
1259
1810
  "sortOrder": {}
@@ -1263,16 +1814,16 @@
1263
1814
  "type": "structure",
1264
1815
  "members": {
1265
1816
  "amis": {
1266
- "shape": "S2s"
1817
+ "shape": "S3f"
1267
1818
  },
1268
1819
  "instanceIds": {
1269
- "shape": "S2s"
1820
+ "shape": "S3f"
1270
1821
  },
1271
1822
  "instanceTags": {
1272
- "shape": "S33"
1823
+ "shape": "S3q"
1273
1824
  },
1274
1825
  "operatingSystems": {
1275
- "shape": "S2s"
1826
+ "shape": "S3f"
1276
1827
  },
1277
1828
  "sortBy": {},
1278
1829
  "sortOrder": {}
@@ -1291,13 +1842,13 @@
1291
1842
  "type": "structure",
1292
1843
  "members": {
1293
1844
  "layerHashes": {
1294
- "shape": "S2s"
1845
+ "shape": "S3f"
1295
1846
  },
1296
1847
  "repositories": {
1297
- "shape": "S2s"
1848
+ "shape": "S3f"
1298
1849
  },
1299
1850
  "resourceIds": {
1300
- "shape": "S2s"
1851
+ "shape": "S3f"
1301
1852
  },
1302
1853
  "sortBy": {},
1303
1854
  "sortOrder": {}
@@ -1307,16 +1858,16 @@
1307
1858
  "type": "structure",
1308
1859
  "members": {
1309
1860
  "functionNames": {
1310
- "shape": "S2s"
1861
+ "shape": "S3f"
1311
1862
  },
1312
1863
  "functionTags": {
1313
- "shape": "S33"
1864
+ "shape": "S3q"
1314
1865
  },
1315
1866
  "resourceIds": {
1316
- "shape": "S2s"
1867
+ "shape": "S3f"
1317
1868
  },
1318
1869
  "runtimes": {
1319
- "shape": "S2s"
1870
+ "shape": "S3f"
1320
1871
  },
1321
1872
  "sortBy": {},
1322
1873
  "sortOrder": {}
@@ -1326,13 +1877,13 @@
1326
1877
  "type": "structure",
1327
1878
  "members": {
1328
1879
  "functionNames": {
1329
- "shape": "S2s"
1880
+ "shape": "S3f"
1330
1881
  },
1331
1882
  "layerArns": {
1332
- "shape": "S2s"
1883
+ "shape": "S3f"
1333
1884
  },
1334
1885
  "resourceIds": {
1335
- "shape": "S2s"
1886
+ "shape": "S3f"
1336
1887
  },
1337
1888
  "sortBy": {},
1338
1889
  "sortOrder": {}
@@ -1342,7 +1893,7 @@
1342
1893
  "type": "structure",
1343
1894
  "members": {
1344
1895
  "packageNames": {
1345
- "shape": "S2s"
1896
+ "shape": "S3f"
1346
1897
  },
1347
1898
  "sortBy": {},
1348
1899
  "sortOrder": {}
@@ -1352,7 +1903,7 @@
1352
1903
  "type": "structure",
1353
1904
  "members": {
1354
1905
  "repositories": {
1355
- "shape": "S2s"
1906
+ "shape": "S3f"
1356
1907
  },
1357
1908
  "sortBy": {},
1358
1909
  "sortOrder": {}
@@ -1366,10 +1917,10 @@
1366
1917
  "sortBy": {},
1367
1918
  "sortOrder": {},
1368
1919
  "titles": {
1369
- "shape": "S2s"
1920
+ "shape": "S3f"
1370
1921
  },
1371
1922
  "vulnerabilityIds": {
1372
- "shape": "S2s"
1923
+ "shape": "S3f"
1373
1924
  }
1374
1925
  }
1375
1926
  }
@@ -1401,7 +1952,7 @@
1401
1952
  "members": {
1402
1953
  "accountId": {},
1403
1954
  "severityCounts": {
1404
- "shape": "S7t"
1955
+ "shape": "Saw"
1405
1956
  }
1406
1957
  }
1407
1958
  },
@@ -1417,7 +1968,7 @@
1417
1968
  },
1418
1969
  "ami": {},
1419
1970
  "severityCounts": {
1420
- "shape": "S7t"
1971
+ "shape": "Saw"
1421
1972
  }
1422
1973
  }
1423
1974
  },
@@ -1437,7 +1988,7 @@
1437
1988
  "repository": {},
1438
1989
  "resourceId": {},
1439
1990
  "severityCounts": {
1440
- "shape": "S7t"
1991
+ "shape": "Saw"
1441
1992
  }
1442
1993
  }
1443
1994
  },
@@ -1451,14 +2002,14 @@
1451
2002
  "ami": {},
1452
2003
  "instanceId": {},
1453
2004
  "instanceTags": {
1454
- "shape": "S3c"
2005
+ "shape": "S3x"
1455
2006
  },
1456
2007
  "networkFindings": {
1457
2008
  "type": "long"
1458
2009
  },
1459
2010
  "operatingSystem": {},
1460
2011
  "severityCounts": {
1461
- "shape": "S7t"
2012
+ "shape": "Saw"
1462
2013
  }
1463
2014
  }
1464
2015
  },
@@ -1467,7 +2018,7 @@
1467
2018
  "members": {
1468
2019
  "accountId": {},
1469
2020
  "severityCounts": {
1470
- "shape": "S7t"
2021
+ "shape": "Saw"
1471
2022
  }
1472
2023
  }
1473
2024
  },
@@ -1485,7 +2036,7 @@
1485
2036
  "repository": {},
1486
2037
  "resourceId": {},
1487
2038
  "severityCounts": {
1488
- "shape": "S7t"
2039
+ "shape": "Saw"
1489
2040
  }
1490
2041
  }
1491
2042
  },
@@ -1498,7 +2049,7 @@
1498
2049
  "accountId": {},
1499
2050
  "functionName": {},
1500
2051
  "lambdaTags": {
1501
- "shape": "S3c"
2052
+ "shape": "S3x"
1502
2053
  },
1503
2054
  "lastModifiedAt": {
1504
2055
  "type": "timestamp"
@@ -1506,7 +2057,7 @@
1506
2057
  "resourceId": {},
1507
2058
  "runtime": {},
1508
2059
  "severityCounts": {
1509
- "shape": "S7t"
2060
+ "shape": "Saw"
1510
2061
  }
1511
2062
  }
1512
2063
  },
@@ -1524,7 +2075,7 @@
1524
2075
  "layerArn": {},
1525
2076
  "resourceId": {},
1526
2077
  "severityCounts": {
1527
- "shape": "S7t"
2078
+ "shape": "Saw"
1528
2079
  }
1529
2080
  }
1530
2081
  },
@@ -1537,7 +2088,7 @@
1537
2088
  "accountId": {},
1538
2089
  "packageName": {},
1539
2090
  "severityCounts": {
1540
- "shape": "S7t"
2091
+ "shape": "Saw"
1541
2092
  }
1542
2093
  }
1543
2094
  },
@@ -1553,7 +2104,7 @@
1553
2104
  },
1554
2105
  "repository": {},
1555
2106
  "severityCounts": {
1556
- "shape": "S7t"
2107
+ "shape": "Saw"
1557
2108
  }
1558
2109
  }
1559
2110
  },
@@ -1565,7 +2116,7 @@
1565
2116
  "members": {
1566
2117
  "accountId": {},
1567
2118
  "severityCounts": {
1568
- "shape": "S7t"
2119
+ "shape": "Saw"
1569
2120
  },
1570
2121
  "title": {},
1571
2122
  "vulnerabilityId": {}
@@ -1587,7 +2138,7 @@
1587
2138
  "type": "structure",
1588
2139
  "members": {
1589
2140
  "filterCriteria": {
1590
- "shape": "S2r"
2141
+ "shape": "S3e"
1591
2142
  },
1592
2143
  "maxResults": {
1593
2144
  "type": "integer"
@@ -1975,7 +2526,7 @@
1975
2526
  "partition": {},
1976
2527
  "region": {},
1977
2528
  "tags": {
1978
- "shape": "S3c"
2529
+ "shape": "S3x"
1979
2530
  },
1980
2531
  "type": {}
1981
2532
  }
@@ -2018,7 +2569,7 @@
2018
2569
  "members": {
2019
2570
  "type": "list",
2020
2571
  "member": {
2021
- "shape": "S56"
2572
+ "shape": "S6l"
2022
2573
  }
2023
2574
  },
2024
2575
  "nextToken": {}
@@ -2047,7 +2598,7 @@
2047
2598
  "type": "structure",
2048
2599
  "members": {
2049
2600
  "tags": {
2050
- "shape": "S3c"
2601
+ "shape": "S3x"
2051
2602
  }
2052
2603
  }
2053
2604
  }
@@ -2237,15 +2788,185 @@
2237
2788
  "vendorCreatedAt": {
2238
2789
  "type": "timestamp"
2239
2790
  },
2240
- "vendorSeverity": {},
2241
- "vendorUpdatedAt": {
2242
- "type": "timestamp"
2243
- }
2791
+ "vendorSeverity": {},
2792
+ "vendorUpdatedAt": {
2793
+ "type": "timestamp"
2794
+ }
2795
+ }
2796
+ }
2797
+ }
2798
+ }
2799
+ }
2800
+ },
2801
+ "SendCisSessionHealth": {
2802
+ "http": {
2803
+ "method": "PUT",
2804
+ "requestUri": "/cissession/health/send",
2805
+ "responseCode": 200
2806
+ },
2807
+ "input": {
2808
+ "type": "structure",
2809
+ "required": [
2810
+ "scanJobId",
2811
+ "sessionToken"
2812
+ ],
2813
+ "members": {
2814
+ "scanJobId": {},
2815
+ "sessionToken": {}
2816
+ }
2817
+ },
2818
+ "output": {
2819
+ "type": "structure",
2820
+ "members": {}
2821
+ },
2822
+ "idempotent": true
2823
+ },
2824
+ "SendCisSessionTelemetry": {
2825
+ "http": {
2826
+ "method": "PUT",
2827
+ "requestUri": "/cissession/telemetry/send",
2828
+ "responseCode": 200
2829
+ },
2830
+ "input": {
2831
+ "type": "structure",
2832
+ "required": [
2833
+ "messages",
2834
+ "scanJobId",
2835
+ "sessionToken"
2836
+ ],
2837
+ "members": {
2838
+ "messages": {
2839
+ "type": "list",
2840
+ "member": {
2841
+ "type": "structure",
2842
+ "required": [
2843
+ "cisRuleDetails",
2844
+ "ruleId",
2845
+ "status"
2846
+ ],
2847
+ "members": {
2848
+ "cisRuleDetails": {
2849
+ "type": "blob"
2850
+ },
2851
+ "ruleId": {},
2852
+ "status": {}
2244
2853
  }
2245
2854
  }
2246
- }
2855
+ },
2856
+ "scanJobId": {},
2857
+ "sessionToken": {}
2247
2858
  }
2248
- }
2859
+ },
2860
+ "output": {
2861
+ "type": "structure",
2862
+ "members": {}
2863
+ },
2864
+ "idempotent": true
2865
+ },
2866
+ "StartCisSession": {
2867
+ "http": {
2868
+ "method": "PUT",
2869
+ "requestUri": "/cissession/start",
2870
+ "responseCode": 200
2871
+ },
2872
+ "input": {
2873
+ "type": "structure",
2874
+ "required": [
2875
+ "message",
2876
+ "scanJobId"
2877
+ ],
2878
+ "members": {
2879
+ "message": {
2880
+ "type": "structure",
2881
+ "required": [
2882
+ "sessionToken"
2883
+ ],
2884
+ "members": {
2885
+ "sessionToken": {}
2886
+ }
2887
+ },
2888
+ "scanJobId": {}
2889
+ }
2890
+ },
2891
+ "output": {
2892
+ "type": "structure",
2893
+ "members": {}
2894
+ },
2895
+ "idempotent": true
2896
+ },
2897
+ "StopCisSession": {
2898
+ "http": {
2899
+ "method": "PUT",
2900
+ "requestUri": "/cissession/stop",
2901
+ "responseCode": 200
2902
+ },
2903
+ "input": {
2904
+ "type": "structure",
2905
+ "required": [
2906
+ "message",
2907
+ "scanJobId",
2908
+ "sessionToken"
2909
+ ],
2910
+ "members": {
2911
+ "message": {
2912
+ "type": "structure",
2913
+ "required": [
2914
+ "progress",
2915
+ "status"
2916
+ ],
2917
+ "members": {
2918
+ "benchmarkProfile": {},
2919
+ "benchmarkVersion": {},
2920
+ "computePlatform": {
2921
+ "type": "structure",
2922
+ "members": {
2923
+ "product": {},
2924
+ "vendor": {},
2925
+ "version": {}
2926
+ }
2927
+ },
2928
+ "progress": {
2929
+ "type": "structure",
2930
+ "members": {
2931
+ "errorChecks": {
2932
+ "type": "integer"
2933
+ },
2934
+ "failedChecks": {
2935
+ "type": "integer"
2936
+ },
2937
+ "informationalChecks": {
2938
+ "type": "integer"
2939
+ },
2940
+ "notApplicableChecks": {
2941
+ "type": "integer"
2942
+ },
2943
+ "notEvaluatedChecks": {
2944
+ "type": "integer"
2945
+ },
2946
+ "successfulChecks": {
2947
+ "type": "integer"
2948
+ },
2949
+ "totalChecks": {
2950
+ "type": "integer"
2951
+ },
2952
+ "unknownChecks": {
2953
+ "type": "integer"
2954
+ }
2955
+ }
2956
+ },
2957
+ "reason": {},
2958
+ "status": {}
2959
+ }
2960
+ },
2961
+ "scanJobId": {},
2962
+ "sessionToken": {}
2963
+ }
2964
+ },
2965
+ "output": {
2966
+ "type": "structure",
2967
+ "members": {}
2968
+ },
2969
+ "idempotent": true
2249
2970
  },
2250
2971
  "TagResource": {
2251
2972
  "http": {
@@ -2264,7 +2985,7 @@
2264
2985
  "locationName": "resourceArn"
2265
2986
  },
2266
2987
  "tags": {
2267
- "shape": "S3c"
2988
+ "shape": "S3x"
2268
2989
  }
2269
2990
  }
2270
2991
  },
@@ -2304,6 +3025,46 @@
2304
3025
  "members": {}
2305
3026
  }
2306
3027
  },
3028
+ "UpdateCisScanConfiguration": {
3029
+ "http": {
3030
+ "requestUri": "/cis/scan-configuration/update",
3031
+ "responseCode": 200
3032
+ },
3033
+ "input": {
3034
+ "type": "structure",
3035
+ "required": [
3036
+ "scanConfigurationArn"
3037
+ ],
3038
+ "members": {
3039
+ "scanConfigurationArn": {},
3040
+ "scanName": {},
3041
+ "schedule": {
3042
+ "shape": "S2q"
3043
+ },
3044
+ "securityLevel": {},
3045
+ "targets": {
3046
+ "type": "structure",
3047
+ "members": {
3048
+ "accountIds": {
3049
+ "shape": "S35"
3050
+ },
3051
+ "targetResourceTags": {
3052
+ "shape": "S37"
3053
+ }
3054
+ }
3055
+ }
3056
+ }
3057
+ },
3058
+ "output": {
3059
+ "type": "structure",
3060
+ "required": [
3061
+ "scanConfigurationArn"
3062
+ ],
3063
+ "members": {
3064
+ "scanConfigurationArn": {}
3065
+ }
3066
+ }
3067
+ },
2307
3068
  "UpdateConfiguration": {
2308
3069
  "http": {
2309
3070
  "requestUri": "/configuration/update",
@@ -2343,7 +3104,7 @@
2343
3104
  "type": "boolean"
2344
3105
  },
2345
3106
  "packagePaths": {
2346
- "shape": "S4s"
3107
+ "shape": "S67"
2347
3108
  }
2348
3109
  }
2349
3110
  },
@@ -2352,10 +3113,10 @@
2352
3113
  "members": {
2353
3114
  "errorMessage": {},
2354
3115
  "orgPackagePaths": {
2355
- "shape": "S4s"
3116
+ "shape": "S67"
2356
3117
  },
2357
3118
  "packagePaths": {
2358
- "shape": "S4s"
3119
+ "shape": "S67"
2359
3120
  },
2360
3121
  "status": {}
2361
3122
  }
@@ -2401,7 +3162,7 @@
2401
3162
  "description": {},
2402
3163
  "filterArn": {},
2403
3164
  "filterCriteria": {
2404
- "shape": "S2r"
3165
+ "shape": "S3e"
2405
3166
  },
2406
3167
  "name": {},
2407
3168
  "reason": {}
@@ -2429,7 +3190,7 @@
2429
3190
  ],
2430
3191
  "members": {
2431
3192
  "orgPackagePaths": {
2432
- "shape": "S4s"
3193
+ "shape": "S67"
2433
3194
  }
2434
3195
  }
2435
3196
  },
@@ -2450,7 +3211,7 @@
2450
3211
  ],
2451
3212
  "members": {
2452
3213
  "autoEnable": {
2453
- "shape": "S3y"
3214
+ "shape": "S4l"
2454
3215
  }
2455
3216
  }
2456
3217
  },
@@ -2461,7 +3222,7 @@
2461
3222
  ],
2462
3223
  "members": {
2463
3224
  "autoEnable": {
2464
- "shape": "S3y"
3225
+ "shape": "S4l"
2465
3226
  }
2466
3227
  }
2467
3228
  }
@@ -2581,98 +3342,176 @@
2581
3342
  }
2582
3343
  }
2583
3344
  },
2584
- "S2r": {
3345
+ "S2q": {
3346
+ "type": "structure",
3347
+ "members": {
3348
+ "daily": {
3349
+ "type": "structure",
3350
+ "required": [
3351
+ "startTime"
3352
+ ],
3353
+ "members": {
3354
+ "startTime": {
3355
+ "shape": "S2s"
3356
+ }
3357
+ }
3358
+ },
3359
+ "monthly": {
3360
+ "type": "structure",
3361
+ "required": [
3362
+ "day",
3363
+ "startTime"
3364
+ ],
3365
+ "members": {
3366
+ "day": {},
3367
+ "startTime": {
3368
+ "shape": "S2s"
3369
+ }
3370
+ }
3371
+ },
3372
+ "oneTime": {
3373
+ "type": "structure",
3374
+ "members": {}
3375
+ },
3376
+ "weekly": {
3377
+ "type": "structure",
3378
+ "required": [
3379
+ "days",
3380
+ "startTime"
3381
+ ],
3382
+ "members": {
3383
+ "days": {
3384
+ "type": "list",
3385
+ "member": {}
3386
+ },
3387
+ "startTime": {
3388
+ "shape": "S2s"
3389
+ }
3390
+ }
3391
+ }
3392
+ },
3393
+ "union": true
3394
+ },
3395
+ "S2s": {
3396
+ "type": "structure",
3397
+ "required": [
3398
+ "timeOfDay",
3399
+ "timezone"
3400
+ ],
3401
+ "members": {
3402
+ "timeOfDay": {},
3403
+ "timezone": {}
3404
+ }
3405
+ },
3406
+ "S31": {
3407
+ "type": "map",
3408
+ "key": {},
3409
+ "value": {}
3410
+ },
3411
+ "S35": {
3412
+ "type": "list",
3413
+ "member": {}
3414
+ },
3415
+ "S37": {
3416
+ "type": "map",
3417
+ "key": {},
3418
+ "value": {
3419
+ "type": "list",
3420
+ "member": {}
3421
+ }
3422
+ },
3423
+ "S3e": {
2585
3424
  "type": "structure",
2586
3425
  "members": {
2587
3426
  "awsAccountId": {
2588
- "shape": "S2s"
3427
+ "shape": "S3f"
2589
3428
  },
2590
3429
  "codeVulnerabilityDetectorName": {
2591
- "shape": "S2s"
3430
+ "shape": "S3f"
2592
3431
  },
2593
3432
  "codeVulnerabilityDetectorTags": {
2594
- "shape": "S2s"
3433
+ "shape": "S3f"
2595
3434
  },
2596
3435
  "codeVulnerabilityFilePath": {
2597
- "shape": "S2s"
3436
+ "shape": "S3f"
2598
3437
  },
2599
3438
  "componentId": {
2600
- "shape": "S2s"
3439
+ "shape": "S3f"
2601
3440
  },
2602
3441
  "componentType": {
2603
- "shape": "S2s"
3442
+ "shape": "S3f"
2604
3443
  },
2605
3444
  "ec2InstanceImageId": {
2606
- "shape": "S2s"
3445
+ "shape": "S3f"
2607
3446
  },
2608
3447
  "ec2InstanceSubnetId": {
2609
- "shape": "S2s"
3448
+ "shape": "S3f"
2610
3449
  },
2611
3450
  "ec2InstanceVpcId": {
2612
- "shape": "S2s"
3451
+ "shape": "S3f"
2613
3452
  },
2614
3453
  "ecrImageArchitecture": {
2615
- "shape": "S2s"
3454
+ "shape": "S3f"
2616
3455
  },
2617
3456
  "ecrImageHash": {
2618
- "shape": "S2s"
3457
+ "shape": "S3f"
2619
3458
  },
2620
3459
  "ecrImagePushedAt": {
2621
- "shape": "S2w"
3460
+ "shape": "S3j"
2622
3461
  },
2623
3462
  "ecrImageRegistry": {
2624
- "shape": "S2s"
3463
+ "shape": "S3f"
2625
3464
  },
2626
3465
  "ecrImageRepositoryName": {
2627
- "shape": "S2s"
3466
+ "shape": "S3f"
2628
3467
  },
2629
3468
  "ecrImageTags": {
2630
- "shape": "S2s"
3469
+ "shape": "S3f"
2631
3470
  },
2632
3471
  "epssScore": {
2633
- "shape": "S2y"
3472
+ "shape": "S3l"
2634
3473
  },
2635
3474
  "exploitAvailable": {
2636
- "shape": "S2s"
3475
+ "shape": "S3f"
2637
3476
  },
2638
3477
  "findingArn": {
2639
- "shape": "S2s"
3478
+ "shape": "S3f"
2640
3479
  },
2641
3480
  "findingStatus": {
2642
- "shape": "S2s"
3481
+ "shape": "S3f"
2643
3482
  },
2644
3483
  "findingType": {
2645
- "shape": "S2s"
3484
+ "shape": "S3f"
2646
3485
  },
2647
3486
  "firstObservedAt": {
2648
- "shape": "S2w"
3487
+ "shape": "S3j"
2649
3488
  },
2650
3489
  "fixAvailable": {
2651
- "shape": "S2s"
3490
+ "shape": "S3f"
2652
3491
  },
2653
3492
  "inspectorScore": {
2654
- "shape": "S2y"
3493
+ "shape": "S3l"
2655
3494
  },
2656
3495
  "lambdaFunctionExecutionRoleArn": {
2657
- "shape": "S2s"
3496
+ "shape": "S3f"
2658
3497
  },
2659
3498
  "lambdaFunctionLastModifiedAt": {
2660
- "shape": "S2w"
3499
+ "shape": "S3j"
2661
3500
  },
2662
3501
  "lambdaFunctionLayers": {
2663
- "shape": "S2s"
3502
+ "shape": "S3f"
2664
3503
  },
2665
3504
  "lambdaFunctionName": {
2666
- "shape": "S2s"
3505
+ "shape": "S3f"
2667
3506
  },
2668
3507
  "lambdaFunctionRuntime": {
2669
- "shape": "S2s"
3508
+ "shape": "S3f"
2670
3509
  },
2671
3510
  "lastObservedAt": {
2672
- "shape": "S2w"
3511
+ "shape": "S3j"
2673
3512
  },
2674
3513
  "networkProtocol": {
2675
- "shape": "S2s"
3514
+ "shape": "S3f"
2676
3515
  },
2677
3516
  "portRange": {
2678
3517
  "type": "list",
@@ -2689,34 +3528,34 @@
2689
3528
  }
2690
3529
  },
2691
3530
  "relatedVulnerabilities": {
2692
- "shape": "S2s"
3531
+ "shape": "S3f"
2693
3532
  },
2694
3533
  "resourceId": {
2695
- "shape": "S2s"
3534
+ "shape": "S3f"
2696
3535
  },
2697
3536
  "resourceTags": {
2698
- "shape": "S33"
3537
+ "shape": "S3q"
2699
3538
  },
2700
3539
  "resourceType": {
2701
- "shape": "S2s"
3540
+ "shape": "S3f"
2702
3541
  },
2703
3542
  "severity": {
2704
- "shape": "S2s"
3543
+ "shape": "S3f"
2705
3544
  },
2706
3545
  "title": {
2707
- "shape": "S2s"
3546
+ "shape": "S3f"
2708
3547
  },
2709
3548
  "updatedAt": {
2710
- "shape": "S2w"
3549
+ "shape": "S3j"
2711
3550
  },
2712
3551
  "vendorSeverity": {
2713
- "shape": "S2s"
3552
+ "shape": "S3f"
2714
3553
  },
2715
3554
  "vulnerabilityId": {
2716
- "shape": "S2s"
3555
+ "shape": "S3f"
2717
3556
  },
2718
3557
  "vulnerabilitySource": {
2719
- "shape": "S2s"
3558
+ "shape": "S3f"
2720
3559
  },
2721
3560
  "vulnerablePackages": {
2722
3561
  "type": "list",
@@ -2724,38 +3563,38 @@
2724
3563
  "type": "structure",
2725
3564
  "members": {
2726
3565
  "architecture": {
2727
- "shape": "S2t"
3566
+ "shape": "S3g"
2728
3567
  },
2729
3568
  "epoch": {
2730
- "shape": "S2z"
3569
+ "shape": "S3m"
2731
3570
  },
2732
3571
  "name": {
2733
- "shape": "S2t"
3572
+ "shape": "S3g"
2734
3573
  },
2735
3574
  "release": {
2736
- "shape": "S2t"
3575
+ "shape": "S3g"
2737
3576
  },
2738
3577
  "sourceLambdaLayerArn": {
2739
- "shape": "S2t"
3578
+ "shape": "S3g"
2740
3579
  },
2741
3580
  "sourceLayerHash": {
2742
- "shape": "S2t"
3581
+ "shape": "S3g"
2743
3582
  },
2744
3583
  "version": {
2745
- "shape": "S2t"
3584
+ "shape": "S3g"
2746
3585
  }
2747
3586
  }
2748
3587
  }
2749
3588
  }
2750
3589
  }
2751
3590
  },
2752
- "S2s": {
3591
+ "S3f": {
2753
3592
  "type": "list",
2754
3593
  "member": {
2755
- "shape": "S2t"
3594
+ "shape": "S3g"
2756
3595
  }
2757
3596
  },
2758
- "S2t": {
3597
+ "S3g": {
2759
3598
  "type": "structure",
2760
3599
  "required": [
2761
3600
  "comparison",
@@ -2766,7 +3605,7 @@
2766
3605
  "value": {}
2767
3606
  }
2768
3607
  },
2769
- "S2w": {
3608
+ "S3j": {
2770
3609
  "type": "list",
2771
3610
  "member": {
2772
3611
  "type": "structure",
@@ -2780,13 +3619,13 @@
2780
3619
  }
2781
3620
  }
2782
3621
  },
2783
- "S2y": {
3622
+ "S3l": {
2784
3623
  "type": "list",
2785
3624
  "member": {
2786
- "shape": "S2z"
3625
+ "shape": "S3m"
2787
3626
  }
2788
3627
  },
2789
- "S2z": {
3628
+ "S3m": {
2790
3629
  "type": "structure",
2791
3630
  "members": {
2792
3631
  "lowerInclusive": {
@@ -2797,7 +3636,7 @@
2797
3636
  }
2798
3637
  }
2799
3638
  },
2800
- "S33": {
3639
+ "S3q": {
2801
3640
  "type": "list",
2802
3641
  "member": {
2803
3642
  "type": "structure",
@@ -2812,12 +3651,12 @@
2812
3651
  }
2813
3652
  }
2814
3653
  },
2815
- "S3c": {
3654
+ "S3x": {
2816
3655
  "type": "map",
2817
3656
  "key": {},
2818
3657
  "value": {}
2819
3658
  },
2820
- "S3h": {
3659
+ "S42": {
2821
3660
  "type": "structure",
2822
3661
  "required": [
2823
3662
  "bucketName",
@@ -2829,36 +3668,36 @@
2829
3668
  "kmsKeyArn": {}
2830
3669
  }
2831
3670
  },
2832
- "S3l": {
3671
+ "S46": {
2833
3672
  "type": "structure",
2834
3673
  "members": {
2835
3674
  "accountId": {
2836
- "shape": "S3m"
3675
+ "shape": "S47"
2837
3676
  },
2838
3677
  "ec2InstanceTags": {
2839
- "shape": "S3q"
3678
+ "shape": "S4b"
2840
3679
  },
2841
3680
  "ecrImageTags": {
2842
- "shape": "S3m"
3681
+ "shape": "S47"
2843
3682
  },
2844
3683
  "ecrRepositoryName": {
2845
- "shape": "S3m"
3684
+ "shape": "S47"
2846
3685
  },
2847
3686
  "lambdaFunctionName": {
2848
- "shape": "S3m"
3687
+ "shape": "S47"
2849
3688
  },
2850
3689
  "lambdaFunctionTags": {
2851
- "shape": "S3q"
3690
+ "shape": "S4b"
2852
3691
  },
2853
3692
  "resourceId": {
2854
- "shape": "S3m"
3693
+ "shape": "S47"
2855
3694
  },
2856
3695
  "resourceType": {
2857
- "shape": "S3m"
3696
+ "shape": "S47"
2858
3697
  }
2859
3698
  }
2860
3699
  },
2861
- "S3m": {
3700
+ "S47": {
2862
3701
  "type": "list",
2863
3702
  "member": {
2864
3703
  "type": "structure",
@@ -2872,7 +3711,7 @@
2872
3711
  }
2873
3712
  }
2874
3713
  },
2875
- "S3q": {
3714
+ "S4b": {
2876
3715
  "type": "list",
2877
3716
  "member": {
2878
3717
  "type": "structure",
@@ -2887,7 +3726,7 @@
2887
3726
  }
2888
3727
  }
2889
3728
  },
2890
- "S3y": {
3729
+ "S4l": {
2891
3730
  "type": "structure",
2892
3731
  "required": [
2893
3732
  "ec2",
@@ -2908,7 +3747,7 @@
2908
3747
  }
2909
3748
  }
2910
3749
  },
2911
- "S43": {
3750
+ "S4q": {
2912
3751
  "type": "list",
2913
3752
  "member": {
2914
3753
  "type": "structure",
@@ -2926,11 +3765,48 @@
2926
3765
  }
2927
3766
  }
2928
3767
  },
2929
- "S4s": {
3768
+ "S59": {
3769
+ "type": "list",
3770
+ "member": {
3771
+ "shape": "S5a"
3772
+ }
3773
+ },
3774
+ "S5a": {
3775
+ "type": "structure",
3776
+ "required": [
3777
+ "comparison",
3778
+ "value"
3779
+ ],
3780
+ "members": {
3781
+ "comparison": {},
3782
+ "value": {}
3783
+ }
3784
+ },
3785
+ "S5h": {
3786
+ "type": "list",
3787
+ "member": {
3788
+ "type": "structure",
3789
+ "required": [
3790
+ "comparison",
3791
+ "value"
3792
+ ],
3793
+ "members": {
3794
+ "comparison": {},
3795
+ "value": {}
3796
+ }
3797
+ }
3798
+ },
3799
+ "S5k": {
3800
+ "type": "list",
3801
+ "member": {
3802
+ "shape": "S5a"
3803
+ }
3804
+ },
3805
+ "S67": {
2930
3806
  "type": "list",
2931
3807
  "member": {}
2932
3808
  },
2933
- "S56": {
3809
+ "S6l": {
2934
3810
  "type": "structure",
2935
3811
  "members": {
2936
3812
  "accountId": {},
@@ -2941,29 +3817,115 @@
2941
3817
  }
2942
3818
  }
2943
3819
  },
2944
- "S5i": {
3820
+ "S6x": {
3821
+ "type": "list",
3822
+ "member": {
3823
+ "shape": "S5a"
3824
+ }
3825
+ },
3826
+ "S6y": {
3827
+ "type": "list",
3828
+ "member": {
3829
+ "shape": "S5a"
3830
+ }
3831
+ },
3832
+ "S6z": {
3833
+ "type": "list",
3834
+ "member": {
3835
+ "type": "structure",
3836
+ "required": [
3837
+ "comparison",
3838
+ "key",
3839
+ "value"
3840
+ ],
3841
+ "members": {
3842
+ "comparison": {},
3843
+ "key": {},
3844
+ "value": {}
3845
+ }
3846
+ }
3847
+ },
3848
+ "S78": {
3849
+ "type": "structure",
3850
+ "members": {
3851
+ "accountIds": {
3852
+ "type": "list",
3853
+ "member": {}
3854
+ },
3855
+ "targetResourceTags": {
3856
+ "shape": "S37"
3857
+ }
3858
+ }
3859
+ },
3860
+ "S7d": {
3861
+ "type": "list",
3862
+ "member": {
3863
+ "type": "structure",
3864
+ "members": {
3865
+ "lowerInclusive": {
3866
+ "type": "integer"
3867
+ },
3868
+ "upperInclusive": {
3869
+ "type": "integer"
3870
+ }
3871
+ }
3872
+ }
3873
+ },
3874
+ "S7f": {
3875
+ "type": "list",
3876
+ "member": {
3877
+ "shape": "S5a"
3878
+ }
3879
+ },
3880
+ "S7l": {
3881
+ "type": "structure",
3882
+ "members": {
3883
+ "failed": {
3884
+ "type": "integer"
3885
+ },
3886
+ "passed": {
3887
+ "type": "integer"
3888
+ },
3889
+ "skipped": {
3890
+ "type": "integer"
3891
+ }
3892
+ }
3893
+ },
3894
+ "S7o": {
3895
+ "type": "list",
3896
+ "member": {
3897
+ "shape": "S5a"
3898
+ }
3899
+ },
3900
+ "S7t": {
3901
+ "type": "list",
3902
+ "member": {
3903
+ "shape": "S5a"
3904
+ }
3905
+ },
3906
+ "S8m": {
2945
3907
  "type": "structure",
2946
3908
  "members": {
2947
3909
  "accountId": {
2948
- "shape": "S5j"
3910
+ "shape": "S8n"
2949
3911
  },
2950
3912
  "ec2InstanceTags": {
2951
- "shape": "S5n"
3913
+ "shape": "S8r"
2952
3914
  },
2953
3915
  "ecrImageTags": {
2954
- "shape": "S5j"
3916
+ "shape": "S8n"
2955
3917
  },
2956
3918
  "ecrRepositoryName": {
2957
- "shape": "S5j"
3919
+ "shape": "S8n"
2958
3920
  },
2959
3921
  "lambdaFunctionName": {
2960
- "shape": "S5j"
3922
+ "shape": "S8n"
2961
3923
  },
2962
3924
  "lambdaFunctionRuntime": {
2963
- "shape": "S5j"
3925
+ "shape": "S8n"
2964
3926
  },
2965
3927
  "lambdaFunctionTags": {
2966
- "shape": "S5n"
3928
+ "shape": "S8r"
2967
3929
  },
2968
3930
  "lastScannedAt": {
2969
3931
  "type": "list",
@@ -2980,23 +3942,23 @@
2980
3942
  }
2981
3943
  },
2982
3944
  "resourceId": {
2983
- "shape": "S5j"
3945
+ "shape": "S8n"
2984
3946
  },
2985
3947
  "resourceType": {
2986
- "shape": "S5j"
3948
+ "shape": "S8n"
2987
3949
  },
2988
3950
  "scanStatusCode": {
2989
- "shape": "S5j"
3951
+ "shape": "S8n"
2990
3952
  },
2991
3953
  "scanStatusReason": {
2992
- "shape": "S5j"
3954
+ "shape": "S8n"
2993
3955
  },
2994
3956
  "scanType": {
2995
- "shape": "S5j"
3957
+ "shape": "S8n"
2996
3958
  }
2997
3959
  }
2998
3960
  },
2999
- "S5j": {
3961
+ "S8n": {
3000
3962
  "type": "list",
3001
3963
  "member": {
3002
3964
  "type": "structure",
@@ -3010,7 +3972,7 @@
3010
3972
  }
3011
3973
  }
3012
3974
  },
3013
- "S5n": {
3975
+ "S8r": {
3014
3976
  "type": "list",
3015
3977
  "member": {
3016
3978
  "type": "structure",
@@ -3025,7 +3987,7 @@
3025
3987
  }
3026
3988
  }
3027
3989
  },
3028
- "S7t": {
3990
+ "Saw": {
3029
3991
  "type": "structure",
3030
3992
  "members": {
3031
3993
  "all": {