cdk-comprehend-s3olap 2.0.83 → 2.0.84

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.
@@ -91,6 +91,51 @@
91
91
  }
92
92
  }
93
93
  },
94
+ "CreateAllowList": {
95
+ "http": {
96
+ "requestUri": "/allow-lists",
97
+ "responseCode": 200
98
+ },
99
+ "input": {
100
+ "type": "structure",
101
+ "members": {
102
+ "clientToken": {
103
+ "locationName": "clientToken",
104
+ "idempotencyToken": true
105
+ },
106
+ "criteria": {
107
+ "shape": "Sc",
108
+ "locationName": "criteria"
109
+ },
110
+ "description": {
111
+ "locationName": "description"
112
+ },
113
+ "name": {
114
+ "locationName": "name"
115
+ },
116
+ "tags": {
117
+ "shape": "Si",
118
+ "locationName": "tags"
119
+ }
120
+ },
121
+ "required": [
122
+ "criteria",
123
+ "clientToken",
124
+ "name"
125
+ ]
126
+ },
127
+ "output": {
128
+ "type": "structure",
129
+ "members": {
130
+ "arn": {
131
+ "locationName": "arn"
132
+ },
133
+ "id": {
134
+ "locationName": "id"
135
+ }
136
+ }
137
+ }
138
+ },
94
139
  "CreateClassificationJob": {
95
140
  "http": {
96
141
  "requestUri": "/jobs",
@@ -99,6 +144,10 @@
99
144
  "input": {
100
145
  "type": "structure",
101
146
  "members": {
147
+ "allowListIds": {
148
+ "shape": "S5",
149
+ "locationName": "allowListIds"
150
+ },
102
151
  "clientToken": {
103
152
  "locationName": "clientToken",
104
153
  "idempotencyToken": true
@@ -128,7 +177,7 @@
128
177
  "locationName": "name"
129
178
  },
130
179
  "s3JobDefinition": {
131
- "shape": "Se",
180
+ "shape": "Sp",
132
181
  "locationName": "s3JobDefinition"
133
182
  },
134
183
  "samplingPercentage": {
@@ -136,11 +185,11 @@
136
185
  "type": "integer"
137
186
  },
138
187
  "scheduleFrequency": {
139
- "shape": "S12",
188
+ "shape": "S1d",
140
189
  "locationName": "scheduleFrequency"
141
190
  },
142
191
  "tags": {
143
- "shape": "S17",
192
+ "shape": "Si",
144
193
  "locationName": "tags"
145
194
  }
146
195
  },
@@ -197,11 +246,11 @@
197
246
  "locationName": "regex"
198
247
  },
199
248
  "severityLevels": {
200
- "shape": "S1a",
249
+ "shape": "S1k",
201
250
  "locationName": "severityLevels"
202
251
  },
203
252
  "tags": {
204
- "shape": "S17",
253
+ "shape": "Si",
205
254
  "locationName": "tags"
206
255
  }
207
256
  },
@@ -238,7 +287,7 @@
238
287
  "locationName": "description"
239
288
  },
240
289
  "findingCriteria": {
241
- "shape": "S1h",
290
+ "shape": "S1r",
242
291
  "locationName": "findingCriteria"
243
292
  },
244
293
  "name": {
@@ -249,7 +298,7 @@
249
298
  "type": "integer"
250
299
  },
251
300
  "tags": {
252
- "shape": "S17",
301
+ "shape": "Si",
253
302
  "locationName": "tags"
254
303
  }
255
304
  },
@@ -299,7 +348,7 @@
299
348
  "type": "structure",
300
349
  "members": {
301
350
  "unprocessedAccounts": {
302
- "shape": "S1n",
351
+ "shape": "S1x",
303
352
  "locationName": "unprocessedAccounts"
304
353
  }
305
354
  }
@@ -330,7 +379,7 @@
330
379
  ]
331
380
  },
332
381
  "tags": {
333
- "shape": "S17",
382
+ "shape": "Si",
334
383
  "locationName": "tags"
335
384
  }
336
385
  },
@@ -388,12 +437,39 @@
388
437
  "type": "structure",
389
438
  "members": {
390
439
  "unprocessedAccounts": {
391
- "shape": "S1n",
440
+ "shape": "S1x",
392
441
  "locationName": "unprocessedAccounts"
393
442
  }
394
443
  }
395
444
  }
396
445
  },
446
+ "DeleteAllowList": {
447
+ "http": {
448
+ "method": "DELETE",
449
+ "requestUri": "/allow-lists/{id}",
450
+ "responseCode": 200
451
+ },
452
+ "input": {
453
+ "type": "structure",
454
+ "members": {
455
+ "id": {
456
+ "location": "uri",
457
+ "locationName": "id"
458
+ },
459
+ "ignoreJobChecks": {
460
+ "location": "querystring",
461
+ "locationName": "ignoreJobChecks"
462
+ }
463
+ },
464
+ "required": [
465
+ "id"
466
+ ]
467
+ },
468
+ "output": {
469
+ "type": "structure",
470
+ "members": {}
471
+ }
472
+ },
397
473
  "DeleteCustomDataIdentifier": {
398
474
  "http": {
399
475
  "method": "DELETE",
@@ -461,7 +537,7 @@
461
537
  "type": "structure",
462
538
  "members": {
463
539
  "unprocessedAccounts": {
464
- "shape": "S1n",
540
+ "shape": "S1x",
465
541
  "locationName": "unprocessedAccounts"
466
542
  }
467
543
  }
@@ -596,7 +672,7 @@
596
672
  "locationName": "errorMessage"
597
673
  },
598
674
  "jobDetails": {
599
- "shape": "S2h",
675
+ "shape": "S2t",
600
676
  "locationName": "jobDetails"
601
677
  },
602
678
  "lastUpdated": {
@@ -608,11 +684,11 @@
608
684
  "type": "long"
609
685
  },
610
686
  "objectCountByEncryptionType": {
611
- "shape": "S2k",
687
+ "shape": "S2w",
612
688
  "locationName": "objectCountByEncryptionType"
613
689
  },
614
690
  "publicAccess": {
615
- "shape": "S2l",
691
+ "shape": "S2x",
616
692
  "locationName": "publicAccess"
617
693
  },
618
694
  "region": {
@@ -663,15 +739,15 @@
663
739
  "locationName": "tags",
664
740
  "type": "list",
665
741
  "member": {
666
- "shape": "S2y"
742
+ "shape": "S3a"
667
743
  }
668
744
  },
669
745
  "unclassifiableObjectCount": {
670
- "shape": "S2z",
746
+ "shape": "S3b",
671
747
  "locationName": "unclassifiableObjectCount"
672
748
  },
673
749
  "unclassifiableObjectSizeInBytes": {
674
- "shape": "S2z",
750
+ "shape": "S3b",
675
751
  "locationName": "unclassifiableObjectSizeInBytes"
676
752
  },
677
753
  "versioning": {
@@ -708,6 +784,10 @@
708
784
  "output": {
709
785
  "type": "structure",
710
786
  "members": {
787
+ "allowListIds": {
788
+ "shape": "S5",
789
+ "locationName": "allowListIds"
790
+ },
711
791
  "clientToken": {
712
792
  "locationName": "clientToken",
713
793
  "idempotencyToken": true
@@ -740,7 +820,7 @@
740
820
  "locationName": "jobType"
741
821
  },
742
822
  "lastRunErrorStatus": {
743
- "shape": "S33",
823
+ "shape": "S3f",
744
824
  "locationName": "lastRunErrorStatus"
745
825
  },
746
826
  "lastRunTime": {
@@ -758,7 +838,7 @@
758
838
  "locationName": "name"
759
839
  },
760
840
  "s3JobDefinition": {
761
- "shape": "Se",
841
+ "shape": "Sp",
762
842
  "locationName": "s3JobDefinition"
763
843
  },
764
844
  "samplingPercentage": {
@@ -766,7 +846,7 @@
766
846
  "type": "integer"
767
847
  },
768
848
  "scheduleFrequency": {
769
- "shape": "S12",
849
+ "shape": "S1d",
770
850
  "locationName": "scheduleFrequency"
771
851
  },
772
852
  "statistics": {
@@ -784,11 +864,11 @@
784
864
  }
785
865
  },
786
866
  "tags": {
787
- "shape": "S17",
867
+ "shape": "Si",
788
868
  "locationName": "tags"
789
869
  },
790
870
  "userPausedDetails": {
791
- "shape": "S37",
871
+ "shape": "S3j",
792
872
  "locationName": "userPausedDetails"
793
873
  }
794
874
  }
@@ -970,12 +1050,79 @@
970
1050
  "type": "structure",
971
1051
  "members": {
972
1052
  "administrator": {
973
- "shape": "S3s",
1053
+ "shape": "S44",
974
1054
  "locationName": "administrator"
975
1055
  }
976
1056
  }
977
1057
  }
978
1058
  },
1059
+ "GetAllowList": {
1060
+ "http": {
1061
+ "method": "GET",
1062
+ "requestUri": "/allow-lists/{id}",
1063
+ "responseCode": 200
1064
+ },
1065
+ "input": {
1066
+ "type": "structure",
1067
+ "members": {
1068
+ "id": {
1069
+ "location": "uri",
1070
+ "locationName": "id"
1071
+ }
1072
+ },
1073
+ "required": [
1074
+ "id"
1075
+ ]
1076
+ },
1077
+ "output": {
1078
+ "type": "structure",
1079
+ "members": {
1080
+ "arn": {
1081
+ "locationName": "arn"
1082
+ },
1083
+ "createdAt": {
1084
+ "shape": "S9",
1085
+ "locationName": "createdAt"
1086
+ },
1087
+ "criteria": {
1088
+ "shape": "Sc",
1089
+ "locationName": "criteria"
1090
+ },
1091
+ "description": {
1092
+ "locationName": "description"
1093
+ },
1094
+ "id": {
1095
+ "locationName": "id"
1096
+ },
1097
+ "name": {
1098
+ "locationName": "name"
1099
+ },
1100
+ "status": {
1101
+ "locationName": "status",
1102
+ "type": "structure",
1103
+ "members": {
1104
+ "code": {
1105
+ "locationName": "code"
1106
+ },
1107
+ "description": {
1108
+ "locationName": "description"
1109
+ }
1110
+ },
1111
+ "required": [
1112
+ "code"
1113
+ ]
1114
+ },
1115
+ "tags": {
1116
+ "shape": "Si",
1117
+ "locationName": "tags"
1118
+ },
1119
+ "updatedAt": {
1120
+ "shape": "S9",
1121
+ "locationName": "updatedAt"
1122
+ }
1123
+ }
1124
+ }
1125
+ },
979
1126
  "GetBucketStatistics": {
980
1127
  "http": {
981
1128
  "requestUri": "/datasources/s3/statistics",
@@ -1105,11 +1252,11 @@
1105
1252
  "type": "long"
1106
1253
  },
1107
1254
  "unclassifiableObjectCount": {
1108
- "shape": "S2z",
1255
+ "shape": "S3b",
1109
1256
  "locationName": "unclassifiableObjectCount"
1110
1257
  },
1111
1258
  "unclassifiableObjectSizeInBytes": {
1112
- "shape": "S2z",
1259
+ "shape": "S3b",
1113
1260
  "locationName": "unclassifiableObjectSizeInBytes"
1114
1261
  }
1115
1262
  }
@@ -1129,7 +1276,7 @@
1129
1276
  "type": "structure",
1130
1277
  "members": {
1131
1278
  "configuration": {
1132
- "shape": "S42",
1279
+ "shape": "S4i",
1133
1280
  "locationName": "configuration"
1134
1281
  }
1135
1282
  }
@@ -1192,11 +1339,11 @@
1192
1339
  "locationName": "regex"
1193
1340
  },
1194
1341
  "severityLevels": {
1195
- "shape": "S1a",
1342
+ "shape": "S1k",
1196
1343
  "locationName": "severityLevels"
1197
1344
  },
1198
1345
  "tags": {
1199
- "shape": "S17",
1346
+ "shape": "Si",
1200
1347
  "locationName": "tags"
1201
1348
  }
1202
1349
  }
@@ -1211,7 +1358,7 @@
1211
1358
  "type": "structure",
1212
1359
  "members": {
1213
1360
  "findingCriteria": {
1214
- "shape": "S1h",
1361
+ "shape": "S1r",
1215
1362
  "locationName": "findingCriteria"
1216
1363
  },
1217
1364
  "groupBy": {
@@ -1273,7 +1420,7 @@
1273
1420
  "locationName": "findingIds"
1274
1421
  },
1275
1422
  "sortCriteria": {
1276
- "shape": "S4e",
1423
+ "shape": "S4u",
1277
1424
  "locationName": "sortCriteria"
1278
1425
  }
1279
1426
  },
@@ -1345,7 +1492,7 @@
1345
1492
  "locationName": "name"
1346
1493
  },
1347
1494
  "occurrences": {
1348
- "shape": "S4p",
1495
+ "shape": "S55",
1349
1496
  "locationName": "occurrences"
1350
1497
  }
1351
1498
  }
@@ -1380,7 +1527,7 @@
1380
1527
  "type": "long"
1381
1528
  },
1382
1529
  "occurrences": {
1383
- "shape": "S4p",
1530
+ "shape": "S55",
1384
1531
  "locationName": "occurrences"
1385
1532
  },
1386
1533
  "type": {
@@ -1562,7 +1709,7 @@
1562
1709
  "locationName": "principalId"
1563
1710
  },
1564
1711
  "sessionContext": {
1565
- "shape": "S5h",
1712
+ "shape": "S5x",
1566
1713
  "locationName": "sessionContext"
1567
1714
  }
1568
1715
  }
@@ -1605,7 +1752,7 @@
1605
1752
  "locationName": "principalId"
1606
1753
  },
1607
1754
  "sessionContext": {
1608
- "shape": "S5h",
1755
+ "shape": "S5x",
1609
1756
  "locationName": "sessionContext"
1610
1757
  }
1611
1758
  }
@@ -1674,7 +1821,7 @@
1674
1821
  "locationName": "createdAt"
1675
1822
  },
1676
1823
  "defaultServerSideEncryption": {
1677
- "shape": "S5s",
1824
+ "shape": "S68",
1678
1825
  "locationName": "defaultServerSideEncryption"
1679
1826
  },
1680
1827
  "name": {
@@ -1693,11 +1840,11 @@
1693
1840
  }
1694
1841
  },
1695
1842
  "publicAccess": {
1696
- "shape": "S2l",
1843
+ "shape": "S2x",
1697
1844
  "locationName": "publicAccess"
1698
1845
  },
1699
1846
  "tags": {
1700
- "shape": "S5v",
1847
+ "shape": "S6b",
1701
1848
  "locationName": "tags"
1702
1849
  }
1703
1850
  }
@@ -1730,7 +1877,7 @@
1730
1877
  "type": "boolean"
1731
1878
  },
1732
1879
  "serverSideEncryption": {
1733
- "shape": "S5s",
1880
+ "shape": "S68",
1734
1881
  "locationName": "serverSideEncryption"
1735
1882
  },
1736
1883
  "size": {
@@ -1741,7 +1888,7 @@
1741
1888
  "locationName": "storageClass"
1742
1889
  },
1743
1890
  "tags": {
1744
- "shape": "S5v",
1891
+ "shape": "S6b",
1745
1892
  "locationName": "tags"
1746
1893
  },
1747
1894
  "versionId": {
@@ -1818,7 +1965,7 @@
1818
1965
  "locationName": "description"
1819
1966
  },
1820
1967
  "findingCriteria": {
1821
- "shape": "S1h",
1968
+ "shape": "S1r",
1822
1969
  "locationName": "findingCriteria"
1823
1970
  },
1824
1971
  "id": {
@@ -1832,7 +1979,7 @@
1832
1979
  "type": "integer"
1833
1980
  },
1834
1981
  "tags": {
1835
- "shape": "S17",
1982
+ "shape": "Si",
1836
1983
  "locationName": "tags"
1837
1984
  }
1838
1985
  }
@@ -1852,7 +1999,7 @@
1852
1999
  "type": "structure",
1853
2000
  "members": {
1854
2001
  "securityHubConfiguration": {
1855
- "shape": "S64",
2002
+ "shape": "S6k",
1856
2003
  "locationName": "securityHubConfiguration"
1857
2004
  }
1858
2005
  }
@@ -1925,7 +2072,7 @@
1925
2072
  "type": "structure",
1926
2073
  "members": {
1927
2074
  "master": {
1928
- "shape": "S3s",
2075
+ "shape": "S44",
1929
2076
  "locationName": "master"
1930
2077
  }
1931
2078
  }
@@ -1975,7 +2122,7 @@
1975
2122
  "locationName": "relationshipStatus"
1976
2123
  },
1977
2124
  "tags": {
1978
- "shape": "S17",
2125
+ "shape": "Si",
1979
2126
  "locationName": "tags"
1980
2127
  },
1981
2128
  "updatedAt": {
@@ -1999,7 +2146,7 @@
1999
2146
  "type": "structure",
2000
2147
  "members": {
2001
2148
  "configuration": {
2002
- "shape": "S6f",
2149
+ "shape": "S6v",
2003
2150
  "locationName": "configuration"
2004
2151
  }
2005
2152
  }
@@ -2242,6 +2389,64 @@
2242
2389
  }
2243
2390
  }
2244
2391
  },
2392
+ "ListAllowLists": {
2393
+ "http": {
2394
+ "method": "GET",
2395
+ "requestUri": "/allow-lists",
2396
+ "responseCode": 200
2397
+ },
2398
+ "input": {
2399
+ "type": "structure",
2400
+ "members": {
2401
+ "maxResults": {
2402
+ "location": "querystring",
2403
+ "locationName": "maxResults",
2404
+ "type": "integer"
2405
+ },
2406
+ "nextToken": {
2407
+ "location": "querystring",
2408
+ "locationName": "nextToken"
2409
+ }
2410
+ }
2411
+ },
2412
+ "output": {
2413
+ "type": "structure",
2414
+ "members": {
2415
+ "allowLists": {
2416
+ "locationName": "allowLists",
2417
+ "type": "list",
2418
+ "member": {
2419
+ "type": "structure",
2420
+ "members": {
2421
+ "arn": {
2422
+ "locationName": "arn"
2423
+ },
2424
+ "createdAt": {
2425
+ "shape": "S9",
2426
+ "locationName": "createdAt"
2427
+ },
2428
+ "description": {
2429
+ "locationName": "description"
2430
+ },
2431
+ "id": {
2432
+ "locationName": "id"
2433
+ },
2434
+ "name": {
2435
+ "locationName": "name"
2436
+ },
2437
+ "updatedAt": {
2438
+ "shape": "S9",
2439
+ "locationName": "updatedAt"
2440
+ }
2441
+ }
2442
+ }
2443
+ },
2444
+ "nextToken": {
2445
+ "locationName": "nextToken"
2446
+ }
2447
+ }
2448
+ }
2449
+ },
2245
2450
  "ListClassificationJobs": {
2246
2451
  "http": {
2247
2452
  "requestUri": "/jobs/list",
@@ -2255,11 +2460,11 @@
2255
2460
  "type": "structure",
2256
2461
  "members": {
2257
2462
  "excludes": {
2258
- "shape": "S7h",
2463
+ "shape": "S82",
2259
2464
  "locationName": "excludes"
2260
2465
  },
2261
2466
  "includes": {
2262
- "shape": "S7h",
2467
+ "shape": "S82",
2263
2468
  "locationName": "includes"
2264
2469
  }
2265
2470
  }
@@ -2295,7 +2500,7 @@
2295
2500
  "type": "structure",
2296
2501
  "members": {
2297
2502
  "bucketDefinitions": {
2298
- "shape": "Sf",
2503
+ "shape": "Sq",
2299
2504
  "locationName": "bucketDefinitions"
2300
2505
  },
2301
2506
  "createdAt": {
@@ -2312,18 +2517,18 @@
2312
2517
  "locationName": "jobType"
2313
2518
  },
2314
2519
  "lastRunErrorStatus": {
2315
- "shape": "S33",
2520
+ "shape": "S3f",
2316
2521
  "locationName": "lastRunErrorStatus"
2317
2522
  },
2318
2523
  "name": {
2319
2524
  "locationName": "name"
2320
2525
  },
2321
2526
  "userPausedDetails": {
2322
- "shape": "S37",
2527
+ "shape": "S3j",
2323
2528
  "locationName": "userPausedDetails"
2324
2529
  },
2325
2530
  "bucketCriteria": {
2326
- "shape": "Ss",
2531
+ "shape": "S13",
2327
2532
  "locationName": "bucketCriteria"
2328
2533
  }
2329
2534
  }
@@ -2395,7 +2600,7 @@
2395
2600
  "type": "structure",
2396
2601
  "members": {
2397
2602
  "findingCriteria": {
2398
- "shape": "S1h",
2603
+ "shape": "S1r",
2399
2604
  "locationName": "findingCriteria"
2400
2605
  },
2401
2606
  "maxResults": {
@@ -2406,7 +2611,7 @@
2406
2611
  "locationName": "nextToken"
2407
2612
  },
2408
2613
  "sortCriteria": {
2409
- "shape": "S4e",
2614
+ "shape": "S4u",
2410
2615
  "locationName": "sortCriteria"
2411
2616
  }
2412
2617
  }
@@ -2466,7 +2671,7 @@
2466
2671
  "locationName": "name"
2467
2672
  },
2468
2673
  "tags": {
2469
- "shape": "S17",
2674
+ "shape": "Si",
2470
2675
  "locationName": "tags"
2471
2676
  }
2472
2677
  }
@@ -2505,7 +2710,7 @@
2505
2710
  "locationName": "invitations",
2506
2711
  "type": "list",
2507
2712
  "member": {
2508
- "shape": "S3s"
2713
+ "shape": "S44"
2509
2714
  }
2510
2715
  },
2511
2716
  "nextToken": {
@@ -2607,7 +2812,7 @@
2607
2812
  "locationName": "relationshipStatus"
2608
2813
  },
2609
2814
  "tags": {
2610
- "shape": "S17",
2815
+ "shape": "Si",
2611
2816
  "locationName": "tags"
2612
2817
  },
2613
2818
  "updatedAt": {
@@ -2689,7 +2894,7 @@
2689
2894
  "type": "structure",
2690
2895
  "members": {
2691
2896
  "tags": {
2692
- "shape": "S17",
2897
+ "shape": "Si",
2693
2898
  "locationName": "tags"
2694
2899
  }
2695
2900
  }
@@ -2705,7 +2910,7 @@
2705
2910
  "type": "structure",
2706
2911
  "members": {
2707
2912
  "configuration": {
2708
- "shape": "S42",
2913
+ "shape": "S4i",
2709
2914
  "locationName": "configuration"
2710
2915
  }
2711
2916
  },
@@ -2717,7 +2922,7 @@
2717
2922
  "type": "structure",
2718
2923
  "members": {
2719
2924
  "configuration": {
2720
- "shape": "S42",
2925
+ "shape": "S4i",
2721
2926
  "locationName": "configuration"
2722
2927
  }
2723
2928
  }
@@ -2737,7 +2942,7 @@
2737
2942
  "idempotencyToken": true
2738
2943
  },
2739
2944
  "securityHubConfiguration": {
2740
- "shape": "S64",
2945
+ "shape": "S6k",
2741
2946
  "locationName": "securityHubConfiguration"
2742
2947
  }
2743
2948
  }
@@ -2760,11 +2965,11 @@
2760
2965
  "type": "structure",
2761
2966
  "members": {
2762
2967
  "excludes": {
2763
- "shape": "S8o",
2968
+ "shape": "S98",
2764
2969
  "locationName": "excludes"
2765
2970
  },
2766
2971
  "includes": {
2767
- "shape": "S8o",
2972
+ "shape": "S98",
2768
2973
  "locationName": "includes"
2769
2974
  }
2770
2975
  }
@@ -2824,7 +3029,7 @@
2824
3029
  "locationName": "errorMessage"
2825
3030
  },
2826
3031
  "jobDetails": {
2827
- "shape": "S2h",
3032
+ "shape": "S2t",
2828
3033
  "locationName": "jobDetails"
2829
3034
  },
2830
3035
  "objectCount": {
@@ -2832,7 +3037,7 @@
2832
3037
  "type": "long"
2833
3038
  },
2834
3039
  "objectCountByEncryptionType": {
2835
- "shape": "S2k",
3040
+ "shape": "S2w",
2836
3041
  "locationName": "objectCountByEncryptionType"
2837
3042
  },
2838
3043
  "sizeInBytes": {
@@ -2844,11 +3049,11 @@
2844
3049
  "type": "long"
2845
3050
  },
2846
3051
  "unclassifiableObjectCount": {
2847
- "shape": "S2z",
3052
+ "shape": "S3b",
2848
3053
  "locationName": "unclassifiableObjectCount"
2849
3054
  },
2850
3055
  "unclassifiableObjectSizeInBytes": {
2851
- "shape": "S2z",
3056
+ "shape": "S3b",
2852
3057
  "locationName": "unclassifiableObjectSizeInBytes"
2853
3058
  }
2854
3059
  }
@@ -2875,7 +3080,7 @@
2875
3080
  "locationName": "resourceArn"
2876
3081
  },
2877
3082
  "tags": {
2878
- "shape": "S17",
3083
+ "shape": "Si",
2879
3084
  "locationName": "tags"
2880
3085
  }
2881
3086
  },
@@ -2960,6 +3165,48 @@
2960
3165
  "members": {}
2961
3166
  }
2962
3167
  },
3168
+ "UpdateAllowList": {
3169
+ "http": {
3170
+ "method": "PUT",
3171
+ "requestUri": "/allow-lists/{id}",
3172
+ "responseCode": 200
3173
+ },
3174
+ "input": {
3175
+ "type": "structure",
3176
+ "members": {
3177
+ "criteria": {
3178
+ "shape": "Sc",
3179
+ "locationName": "criteria"
3180
+ },
3181
+ "description": {
3182
+ "locationName": "description"
3183
+ },
3184
+ "id": {
3185
+ "location": "uri",
3186
+ "locationName": "id"
3187
+ },
3188
+ "name": {
3189
+ "locationName": "name"
3190
+ }
3191
+ },
3192
+ "required": [
3193
+ "id",
3194
+ "criteria",
3195
+ "name"
3196
+ ]
3197
+ },
3198
+ "output": {
3199
+ "type": "structure",
3200
+ "members": {
3201
+ "arn": {
3202
+ "locationName": "arn"
3203
+ },
3204
+ "id": {
3205
+ "locationName": "id"
3206
+ }
3207
+ }
3208
+ }
3209
+ },
2963
3210
  "UpdateClassificationJob": {
2964
3211
  "http": {
2965
3212
  "method": "PATCH",
@@ -3003,7 +3250,7 @@
3003
3250
  "locationName": "description"
3004
3251
  },
3005
3252
  "findingCriteria": {
3006
- "shape": "S1h",
3253
+ "shape": "S1r",
3007
3254
  "locationName": "findingCriteria"
3008
3255
  },
3009
3256
  "id": {
@@ -3120,7 +3367,7 @@
3120
3367
  "type": "structure",
3121
3368
  "members": {
3122
3369
  "configuration": {
3123
- "shape": "S6f",
3370
+ "shape": "S6v",
3124
3371
  "locationName": "configuration"
3125
3372
  }
3126
3373
  },
@@ -3132,7 +3379,7 @@
3132
3379
  "type": "structure",
3133
3380
  "members": {
3134
3381
  "configuration": {
3135
- "shape": "S6f",
3382
+ "shape": "S6v",
3136
3383
  "locationName": "configuration"
3137
3384
  }
3138
3385
  }
@@ -3148,11 +3395,40 @@
3148
3395
  "type": "timestamp",
3149
3396
  "timestampFormat": "iso8601"
3150
3397
  },
3151
- "Se": {
3398
+ "Sc": {
3399
+ "type": "structure",
3400
+ "members": {
3401
+ "regex": {
3402
+ "locationName": "regex"
3403
+ },
3404
+ "s3WordsList": {
3405
+ "locationName": "s3WordsList",
3406
+ "type": "structure",
3407
+ "members": {
3408
+ "bucketName": {
3409
+ "locationName": "bucketName"
3410
+ },
3411
+ "objectKey": {
3412
+ "locationName": "objectKey"
3413
+ }
3414
+ },
3415
+ "required": [
3416
+ "bucketName",
3417
+ "objectKey"
3418
+ ]
3419
+ }
3420
+ }
3421
+ },
3422
+ "Si": {
3423
+ "type": "map",
3424
+ "key": {},
3425
+ "value": {}
3426
+ },
3427
+ "Sp": {
3152
3428
  "type": "structure",
3153
3429
  "members": {
3154
3430
  "bucketDefinitions": {
3155
- "shape": "Sf",
3431
+ "shape": "Sq",
3156
3432
  "locationName": "bucketDefinitions"
3157
3433
  },
3158
3434
  "scoping": {
@@ -3160,22 +3436,22 @@
3160
3436
  "type": "structure",
3161
3437
  "members": {
3162
3438
  "excludes": {
3163
- "shape": "Si",
3439
+ "shape": "St",
3164
3440
  "locationName": "excludes"
3165
3441
  },
3166
3442
  "includes": {
3167
- "shape": "Si",
3443
+ "shape": "St",
3168
3444
  "locationName": "includes"
3169
3445
  }
3170
3446
  }
3171
3447
  },
3172
3448
  "bucketCriteria": {
3173
- "shape": "Ss",
3449
+ "shape": "S13",
3174
3450
  "locationName": "bucketCriteria"
3175
3451
  }
3176
3452
  }
3177
3453
  },
3178
- "Sf": {
3454
+ "Sq": {
3179
3455
  "type": "list",
3180
3456
  "member": {
3181
3457
  "type": "structure",
@@ -3194,7 +3470,7 @@
3194
3470
  ]
3195
3471
  }
3196
3472
  },
3197
- "Si": {
3473
+ "St": {
3198
3474
  "type": "structure",
3199
3475
  "members": {
3200
3476
  "and": {
@@ -3254,20 +3530,20 @@
3254
3530
  }
3255
3531
  }
3256
3532
  },
3257
- "Ss": {
3533
+ "S13": {
3258
3534
  "type": "structure",
3259
3535
  "members": {
3260
3536
  "excludes": {
3261
- "shape": "St",
3537
+ "shape": "S14",
3262
3538
  "locationName": "excludes"
3263
3539
  },
3264
3540
  "includes": {
3265
- "shape": "St",
3541
+ "shape": "S14",
3266
3542
  "locationName": "includes"
3267
3543
  }
3268
3544
  }
3269
3545
  },
3270
- "St": {
3546
+ "S14": {
3271
3547
  "type": "structure",
3272
3548
  "members": {
3273
3549
  "and": {
@@ -3321,7 +3597,7 @@
3321
3597
  }
3322
3598
  }
3323
3599
  },
3324
- "S12": {
3600
+ "S1d": {
3325
3601
  "type": "structure",
3326
3602
  "members": {
3327
3603
  "dailySchedule": {
@@ -3350,12 +3626,7 @@
3350
3626
  }
3351
3627
  }
3352
3628
  },
3353
- "S17": {
3354
- "type": "map",
3355
- "key": {},
3356
- "value": {}
3357
- },
3358
- "S1a": {
3629
+ "S1k": {
3359
3630
  "type": "list",
3360
3631
  "member": {
3361
3632
  "type": "structure",
@@ -3374,7 +3645,7 @@
3374
3645
  ]
3375
3646
  }
3376
3647
  },
3377
- "S1h": {
3648
+ "S1r": {
3378
3649
  "type": "structure",
3379
3650
  "members": {
3380
3651
  "criterion": {
@@ -3417,7 +3688,7 @@
3417
3688
  }
3418
3689
  }
3419
3690
  },
3420
- "S1n": {
3691
+ "S1x": {
3421
3692
  "type": "list",
3422
3693
  "member": {
3423
3694
  "type": "structure",
@@ -3434,7 +3705,7 @@
3434
3705
  }
3435
3706
  }
3436
3707
  },
3437
- "S2h": {
3708
+ "S2t": {
3438
3709
  "type": "structure",
3439
3710
  "members": {
3440
3711
  "isDefinedInJob": {
@@ -3452,7 +3723,7 @@
3452
3723
  }
3453
3724
  }
3454
3725
  },
3455
- "S2k": {
3726
+ "S2w": {
3456
3727
  "type": "structure",
3457
3728
  "members": {
3458
3729
  "customerManaged": {
@@ -3477,7 +3748,7 @@
3477
3748
  }
3478
3749
  }
3479
3750
  },
3480
- "S2l": {
3751
+ "S2x": {
3481
3752
  "type": "structure",
3482
3753
  "members": {
3483
3754
  "effectivePermission": {
@@ -3492,7 +3763,7 @@
3492
3763
  "type": "structure",
3493
3764
  "members": {
3494
3765
  "blockPublicAccess": {
3495
- "shape": "S2p",
3766
+ "shape": "S31",
3496
3767
  "locationName": "blockPublicAccess"
3497
3768
  }
3498
3769
  }
@@ -3516,7 +3787,7 @@
3516
3787
  }
3517
3788
  },
3518
3789
  "blockPublicAccess": {
3519
- "shape": "S2p",
3790
+ "shape": "S31",
3520
3791
  "locationName": "blockPublicAccess"
3521
3792
  },
3522
3793
  "bucketPolicy": {
@@ -3539,7 +3810,7 @@
3539
3810
  }
3540
3811
  }
3541
3812
  },
3542
- "S2p": {
3813
+ "S31": {
3543
3814
  "type": "structure",
3544
3815
  "members": {
3545
3816
  "blockPublicAcls": {
@@ -3560,7 +3831,7 @@
3560
3831
  }
3561
3832
  }
3562
3833
  },
3563
- "S2y": {
3834
+ "S3a": {
3564
3835
  "type": "structure",
3565
3836
  "members": {
3566
3837
  "key": {
@@ -3571,7 +3842,7 @@
3571
3842
  }
3572
3843
  }
3573
3844
  },
3574
- "S2z": {
3845
+ "S3b": {
3575
3846
  "type": "structure",
3576
3847
  "members": {
3577
3848
  "fileType": {
@@ -3588,7 +3859,7 @@
3588
3859
  }
3589
3860
  }
3590
3861
  },
3591
- "S33": {
3862
+ "S3f": {
3592
3863
  "type": "structure",
3593
3864
  "members": {
3594
3865
  "code": {
@@ -3596,7 +3867,7 @@
3596
3867
  }
3597
3868
  }
3598
3869
  },
3599
- "S37": {
3870
+ "S3j": {
3600
3871
  "type": "structure",
3601
3872
  "members": {
3602
3873
  "jobExpiresAt": {
@@ -3612,7 +3883,7 @@
3612
3883
  }
3613
3884
  }
3614
3885
  },
3615
- "S3s": {
3886
+ "S44": {
3616
3887
  "type": "structure",
3617
3888
  "members": {
3618
3889
  "accountId": {
@@ -3630,7 +3901,7 @@
3630
3901
  }
3631
3902
  }
3632
3903
  },
3633
- "S42": {
3904
+ "S4i": {
3634
3905
  "type": "structure",
3635
3906
  "members": {
3636
3907
  "s3Destination": {
@@ -3654,7 +3925,7 @@
3654
3925
  }
3655
3926
  }
3656
3927
  },
3657
- "S4e": {
3928
+ "S4u": {
3658
3929
  "type": "structure",
3659
3930
  "members": {
3660
3931
  "attributeName": {
@@ -3665,7 +3936,7 @@
3665
3936
  }
3666
3937
  }
3667
3938
  },
3668
- "S4p": {
3939
+ "S55": {
3669
3940
  "type": "structure",
3670
3941
  "members": {
3671
3942
  "cells": {
@@ -3692,11 +3963,11 @@
3692
3963
  }
3693
3964
  },
3694
3965
  "lineRanges": {
3695
- "shape": "S4s",
3966
+ "shape": "S58",
3696
3967
  "locationName": "lineRanges"
3697
3968
  },
3698
3969
  "offsetRanges": {
3699
- "shape": "S4s",
3970
+ "shape": "S58",
3700
3971
  "locationName": "offsetRanges"
3701
3972
  },
3702
3973
  "pages": {
@@ -3706,11 +3977,11 @@
3706
3977
  "type": "structure",
3707
3978
  "members": {
3708
3979
  "lineRange": {
3709
- "shape": "S4t",
3980
+ "shape": "S59",
3710
3981
  "locationName": "lineRange"
3711
3982
  },
3712
3983
  "offsetRange": {
3713
- "shape": "S4t",
3984
+ "shape": "S59",
3714
3985
  "locationName": "offsetRange"
3715
3986
  },
3716
3987
  "pageNumber": {
@@ -3738,13 +4009,13 @@
3738
4009
  }
3739
4010
  }
3740
4011
  },
3741
- "S4s": {
4012
+ "S58": {
3742
4013
  "type": "list",
3743
4014
  "member": {
3744
- "shape": "S4t"
4015
+ "shape": "S59"
3745
4016
  }
3746
4017
  },
3747
- "S4t": {
4018
+ "S59": {
3748
4019
  "type": "structure",
3749
4020
  "members": {
3750
4021
  "end": {
@@ -3761,7 +4032,7 @@
3761
4032
  }
3762
4033
  }
3763
4034
  },
3764
- "S5h": {
4035
+ "S5x": {
3765
4036
  "type": "structure",
3766
4037
  "members": {
3767
4038
  "attributes": {
@@ -3801,7 +4072,7 @@
3801
4072
  }
3802
4073
  }
3803
4074
  },
3804
- "S5s": {
4075
+ "S68": {
3805
4076
  "type": "structure",
3806
4077
  "members": {
3807
4078
  "encryptionType": {
@@ -3812,13 +4083,13 @@
3812
4083
  }
3813
4084
  }
3814
4085
  },
3815
- "S5v": {
4086
+ "S6b": {
3816
4087
  "type": "list",
3817
4088
  "member": {
3818
- "shape": "S2y"
4089
+ "shape": "S3a"
3819
4090
  }
3820
4091
  },
3821
- "S64": {
4092
+ "S6k": {
3822
4093
  "type": "structure",
3823
4094
  "members": {
3824
4095
  "publishClassificationFindings": {
@@ -3835,7 +4106,7 @@
3835
4106
  "publishClassificationFindings"
3836
4107
  ]
3837
4108
  },
3838
- "S6f": {
4109
+ "S6v": {
3839
4110
  "type": "structure",
3840
4111
  "members": {
3841
4112
  "kmsKeyId": {
@@ -3849,7 +4120,7 @@
3849
4120
  "status"
3850
4121
  ]
3851
4122
  },
3852
- "S7h": {
4123
+ "S82": {
3853
4124
  "type": "list",
3854
4125
  "member": {
3855
4126
  "type": "structure",
@@ -3867,7 +4138,7 @@
3867
4138
  }
3868
4139
  }
3869
4140
  },
3870
- "S8o": {
4141
+ "S98": {
3871
4142
  "type": "structure",
3872
4143
  "members": {
3873
4144
  "and": {