@aws-sdk/client-macie2 3.160.0 → 3.161.0

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.
Files changed (83) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Macie2.js +75 -0
  3. package/dist-cjs/commands/CreateAllowListCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteAllowListCommand.js +36 -0
  5. package/dist-cjs/commands/GetAllowListCommand.js +36 -0
  6. package/dist-cjs/commands/ListAllowListsCommand.js +36 -0
  7. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  8. package/dist-cjs/commands/UpdateAllowListCommand.js +36 -0
  9. package/dist-cjs/commands/UpdateClassificationJobCommand.js +3 -3
  10. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateMacieSessionCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateMemberSessionCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/index.js +5 -0
  16. package/dist-cjs/endpoints.js +1 -0
  17. package/dist-cjs/models/index.js +1 -0
  18. package/dist-cjs/models/models_0.js +65 -58
  19. package/dist-cjs/models/models_1.js +63 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +432 -3
  21. package/dist-es/Macie2.js +75 -0
  22. package/dist-es/commands/CreateAllowListCommand.js +39 -0
  23. package/dist-es/commands/DeleteAllowListCommand.js +39 -0
  24. package/dist-es/commands/GetAllowListCommand.js +39 -0
  25. package/dist-es/commands/ListAllowListsCommand.js +39 -0
  26. package/dist-es/commands/UntagResourceCommand.js +2 -1
  27. package/dist-es/commands/UpdateAllowListCommand.js +39 -0
  28. package/dist-es/commands/UpdateClassificationJobCommand.js +1 -1
  29. package/dist-es/commands/UpdateFindingsFilterCommand.js +1 -1
  30. package/dist-es/commands/UpdateMacieSessionCommand.js +1 -1
  31. package/dist-es/commands/UpdateMemberSessionCommand.js +1 -1
  32. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -1
  33. package/dist-es/commands/UpdateRevealConfigurationCommand.js +1 -1
  34. package/dist-es/commands/index.js +5 -0
  35. package/dist-es/endpoints.js +1 -0
  36. package/dist-es/models/index.js +1 -0
  37. package/dist-es/models/models_0.js +23 -13
  38. package/dist-es/models/models_1.js +16 -0
  39. package/dist-es/protocols/Aws_restJson1.js +567 -1
  40. package/dist-types/Macie2.d.ts +42 -7
  41. package/dist-types/Macie2Client.d.ts +7 -2
  42. package/dist-types/commands/CreateAllowListCommand.d.ts +35 -0
  43. package/dist-types/commands/DeleteAllowListCommand.d.ts +35 -0
  44. package/dist-types/commands/GetAllowListCommand.d.ts +35 -0
  45. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +1 -1
  46. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +1 -1
  47. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAllowListsCommand.d.ts +35 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -2
  52. package/dist-types/commands/UpdateAllowListCommand.d.ts +35 -0
  53. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -2
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/index.d.ts +1 -0
  61. package/dist-types/models/models_0.d.ts +268 -176
  62. package/dist-types/models/models_1.d.ts +187 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  64. package/dist-types/ts3.4/Macie2.d.ts +25 -0
  65. package/dist-types/ts3.4/Macie2Client.d.ts +7 -2
  66. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  79. package/dist-types/ts3.4/models/index.d.ts +1 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +136 -88
  81. package/dist-types/ts3.4/models/models_1.d.ts +109 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  83. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_0";
4
+ import { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_1";
5
5
  export interface UpdateMacieSessionCommandInput extends UpdateMacieSessionRequest {
6
6
  }
7
7
  export interface UpdateMacieSessionCommandOutput extends UpdateMacieSessionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { UpdateMemberSessionRequest, UpdateMemberSessionResponse } from "../models/models_0";
4
+ import { UpdateMemberSessionRequest, UpdateMemberSessionResponse } from "../models/models_1";
5
5
  export interface UpdateMemberSessionCommandInput extends UpdateMemberSessionRequest {
6
6
  }
7
7
  export interface UpdateMemberSessionCommandOutput extends UpdateMemberSessionResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0";
4
+ import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1";
5
5
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
6
6
  }
7
7
  export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_0";
4
+ import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_1";
5
5
  export interface UpdateRevealConfigurationCommandInput extends UpdateRevealConfigurationRequest {
6
6
  }
7
7
  export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConfigurationResponse, __MetadataBearer {
@@ -1,5 +1,6 @@
1
1
  export * from "./AcceptInvitationCommand";
2
2
  export * from "./BatchGetCustomDataIdentifiersCommand";
3
+ export * from "./CreateAllowListCommand";
3
4
  export * from "./CreateClassificationJobCommand";
4
5
  export * from "./CreateCustomDataIdentifierCommand";
5
6
  export * from "./CreateFindingsFilterCommand";
@@ -7,6 +8,7 @@ export * from "./CreateInvitationsCommand";
7
8
  export * from "./CreateMemberCommand";
8
9
  export * from "./CreateSampleFindingsCommand";
9
10
  export * from "./DeclineInvitationsCommand";
11
+ export * from "./DeleteAllowListCommand";
10
12
  export * from "./DeleteCustomDataIdentifierCommand";
11
13
  export * from "./DeleteFindingsFilterCommand";
12
14
  export * from "./DeleteInvitationsCommand";
@@ -22,6 +24,7 @@ export * from "./DisassociateMemberCommand";
22
24
  export * from "./EnableMacieCommand";
23
25
  export * from "./EnableOrganizationAdminAccountCommand";
24
26
  export * from "./GetAdministratorAccountCommand";
27
+ export * from "./GetAllowListCommand";
25
28
  export * from "./GetBucketStatisticsCommand";
26
29
  export * from "./GetClassificationExportConfigurationCommand";
27
30
  export * from "./GetCustomDataIdentifierCommand";
@@ -38,6 +41,7 @@ export * from "./GetSensitiveDataOccurrencesAvailabilityCommand";
38
41
  export * from "./GetSensitiveDataOccurrencesCommand";
39
42
  export * from "./GetUsageStatisticsCommand";
40
43
  export * from "./GetUsageTotalsCommand";
44
+ export * from "./ListAllowListsCommand";
41
45
  export * from "./ListClassificationJobsCommand";
42
46
  export * from "./ListCustomDataIdentifiersCommand";
43
47
  export * from "./ListFindingsCommand";
@@ -53,6 +57,7 @@ export * from "./SearchResourcesCommand";
53
57
  export * from "./TagResourceCommand";
54
58
  export * from "./TestCustomDataIdentifierCommand";
55
59
  export * from "./UntagResourceCommand";
60
+ export * from "./UpdateAllowListCommand";
56
61
  export * from "./UpdateClassificationJobCommand";
57
62
  export * from "./UpdateFindingsFilterCommand";
58
63
  export * from "./UpdateMacieSessionCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";
@@ -12,6 +12,21 @@ export interface AdminAccount {
12
12
  status?: AdminStatus | string;
13
13
  }
14
14
 
15
+ export interface AllowListSummary {
16
+
17
+ arn?: string;
18
+
19
+ createdAt?: Date;
20
+
21
+ description?: string;
22
+
23
+ id?: string;
24
+
25
+ name?: string;
26
+
27
+ updatedAt?: Date;
28
+ }
29
+
15
30
  export interface BatchGetCustomDataIdentifierSummary {
16
31
 
17
32
  arn?: string;
@@ -1192,6 +1207,37 @@ export interface AccountDetail {
1192
1207
 
1193
1208
  email: string | undefined;
1194
1209
  }
1210
+
1211
+ export interface S3WordsList {
1212
+
1213
+ bucketName: string | undefined;
1214
+
1215
+ objectKey: string | undefined;
1216
+ }
1217
+
1218
+ export interface AllowListCriteria {
1219
+
1220
+ regex?: string;
1221
+
1222
+ s3WordsList?: S3WordsList;
1223
+ }
1224
+ export declare enum AllowListStatusCode {
1225
+ OK = "OK",
1226
+ S3_OBJECT_ACCESS_DENIED = "S3_OBJECT_ACCESS_DENIED",
1227
+ S3_OBJECT_EMPTY = "S3_OBJECT_EMPTY",
1228
+ S3_OBJECT_NOT_FOUND = "S3_OBJECT_NOT_FOUND",
1229
+ S3_OBJECT_OVERSIZE = "S3_OBJECT_OVERSIZE",
1230
+ S3_THROTTLED = "S3_THROTTLED",
1231
+ S3_USER_ACCESS_DENIED = "S3_USER_ACCESS_DENIED",
1232
+ UNKNOWN_ERROR = "UNKNOWN_ERROR"
1233
+ }
1234
+
1235
+ export interface AllowListStatus {
1236
+
1237
+ code: AllowListStatusCode | string | undefined;
1238
+
1239
+ description?: string;
1240
+ }
1195
1241
  export declare enum AvailabilityCode {
1196
1242
  AVAILABLE = "AVAILABLE",
1197
1243
  UNAVAILABLE = "UNAVAILABLE"
@@ -1290,6 +1336,24 @@ export interface ClassificationExportConfiguration {
1290
1336
 
1291
1337
  s3Destination?: S3Destination;
1292
1338
  }
1339
+ export interface CreateAllowListRequest {
1340
+
1341
+ clientToken?: string;
1342
+
1343
+ criteria: AllowListCriteria | undefined;
1344
+
1345
+ description?: string;
1346
+
1347
+ name: string | undefined;
1348
+
1349
+ tags?: Record<string, string>;
1350
+ }
1351
+ export interface CreateAllowListResponse {
1352
+
1353
+ arn?: string;
1354
+
1355
+ id?: string;
1356
+ }
1293
1357
  export declare enum ManagedDataIdentifierSelector {
1294
1358
  ALL = "ALL",
1295
1359
  EXCLUDE = "EXCLUDE",
@@ -1350,6 +1414,8 @@ export interface JobScheduleFrequency {
1350
1414
  }
1351
1415
  export interface CreateClassificationJobRequest {
1352
1416
 
1417
+ allowListIds?: string[];
1418
+
1353
1419
  clientToken?: string;
1354
1420
 
1355
1421
  customDataIdentifierIds?: string[];
@@ -1496,6 +1562,14 @@ export interface DeclineInvitationsResponse {
1496
1562
 
1497
1563
  unprocessedAccounts?: UnprocessedAccount[];
1498
1564
  }
1565
+ export interface DeleteAllowListRequest {
1566
+
1567
+ id: string | undefined;
1568
+
1569
+ ignoreJobChecks?: string;
1570
+ }
1571
+ export interface DeleteAllowListResponse {
1572
+ }
1499
1573
  export interface DeleteCustomDataIdentifierRequest {
1500
1574
 
1501
1575
  id: string | undefined;
@@ -1551,6 +1625,8 @@ export interface Statistics {
1551
1625
  }
1552
1626
  export interface DescribeClassificationJobResponse {
1553
1627
 
1628
+ allowListIds?: string[];
1629
+
1554
1630
  clientToken?: string;
1555
1631
 
1556
1632
  createdAt?: Date;
@@ -1667,6 +1743,30 @@ export interface GetAdministratorAccountResponse {
1667
1743
 
1668
1744
  administrator?: Invitation;
1669
1745
  }
1746
+ export interface GetAllowListRequest {
1747
+
1748
+ id: string | undefined;
1749
+ }
1750
+ export interface GetAllowListResponse {
1751
+
1752
+ arn?: string;
1753
+
1754
+ createdAt?: Date;
1755
+
1756
+ criteria?: AllowListCriteria;
1757
+
1758
+ description?: string;
1759
+
1760
+ id?: string;
1761
+
1762
+ name?: string;
1763
+
1764
+ status?: AllowListStatus;
1765
+
1766
+ tags?: Record<string, string>;
1767
+
1768
+ updatedAt?: Date;
1769
+ }
1670
1770
  export interface GetBucketStatisticsRequest {
1671
1771
 
1672
1772
  accountId?: string;
@@ -1955,6 +2055,18 @@ export interface GetUsageTotalsResponse {
1955
2055
 
1956
2056
  usageTotals?: UsageTotal[];
1957
2057
  }
2058
+ export interface ListAllowListsRequest {
2059
+
2060
+ maxResults?: number;
2061
+
2062
+ nextToken?: string;
2063
+ }
2064
+ export interface ListAllowListsResponse {
2065
+
2066
+ allowLists?: AllowListSummary[];
2067
+
2068
+ nextToken?: string;
2069
+ }
1958
2070
 
1959
2071
  export interface ListJobsFilterCriteria {
1960
2072
 
@@ -2174,71 +2286,11 @@ export interface UntagResourceRequest {
2174
2286
 
2175
2287
  tagKeys: string[] | undefined;
2176
2288
  }
2177
- export interface UntagResourceResponse {
2178
- }
2179
- export interface UpdateClassificationJobRequest {
2180
-
2181
- jobId: string | undefined;
2182
-
2183
- jobStatus: JobStatus | string | undefined;
2184
- }
2185
- export interface UpdateClassificationJobResponse {
2186
- }
2187
- export interface UpdateFindingsFilterRequest {
2188
-
2189
- action?: FindingsFilterAction | string;
2190
-
2191
- description?: string;
2192
-
2193
- findingCriteria?: FindingCriteria;
2194
-
2195
- id: string | undefined;
2196
-
2197
- name?: string;
2198
-
2199
- position?: number;
2200
-
2201
- clientToken?: string;
2202
- }
2203
- export interface UpdateFindingsFilterResponse {
2204
-
2205
- arn?: string;
2206
-
2207
- id?: string;
2208
- }
2209
- export interface UpdateMacieSessionRequest {
2210
-
2211
- findingPublishingFrequency?: FindingPublishingFrequency | string;
2212
-
2213
- status?: MacieStatus | string;
2214
- }
2215
- export interface UpdateMacieSessionResponse {
2216
- }
2217
- export interface UpdateMemberSessionRequest {
2218
-
2219
- id: string | undefined;
2220
-
2221
- status: MacieStatus | string | undefined;
2222
- }
2223
- export interface UpdateMemberSessionResponse {
2224
- }
2225
- export interface UpdateOrganizationConfigurationRequest {
2226
-
2227
- autoEnable: boolean | undefined;
2228
- }
2229
- export interface UpdateOrganizationConfigurationResponse {
2230
- }
2231
- export interface UpdateRevealConfigurationRequest {
2232
-
2233
- configuration: RevealConfiguration | undefined;
2234
- }
2235
- export interface UpdateRevealConfigurationResponse {
2236
-
2237
- configuration?: RevealConfiguration;
2238
- }
2239
2289
 
2240
2290
  export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
2241
2291
 
2292
+ export declare const AllowListSummaryFilterSensitiveLog: (obj: AllowListSummary) => any;
2293
+
2242
2294
  export declare const BatchGetCustomDataIdentifierSummaryFilterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
2243
2295
 
2244
2296
  export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
@@ -2421,6 +2473,12 @@ export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInv
2421
2473
 
2422
2474
  export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
2423
2475
 
2476
+ export declare const S3WordsListFilterSensitiveLog: (obj: S3WordsList) => any;
2477
+
2478
+ export declare const AllowListCriteriaFilterSensitiveLog: (obj: AllowListCriteria) => any;
2479
+
2480
+ export declare const AllowListStatusFilterSensitiveLog: (obj: AllowListStatus) => any;
2481
+
2424
2482
  export declare const BatchGetCustomDataIdentifiersRequestFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
2425
2483
 
2426
2484
  export declare const BatchGetCustomDataIdentifiersResponseFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
@@ -2441,6 +2499,10 @@ export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => an
2441
2499
 
2442
2500
  export declare const ClassificationExportConfigurationFilterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
2443
2501
 
2502
+ export declare const CreateAllowListRequestFilterSensitiveLog: (obj: CreateAllowListRequest) => any;
2503
+
2504
+ export declare const CreateAllowListResponseFilterSensitiveLog: (obj: CreateAllowListResponse) => any;
2505
+
2444
2506
  export declare const JobScopingBlockFilterSensitiveLog: (obj: JobScopingBlock) => any;
2445
2507
 
2446
2508
  export declare const ScopingFilterSensitiveLog: (obj: Scoping) => any;
@@ -2489,6 +2551,10 @@ export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineI
2489
2551
 
2490
2552
  export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
2491
2553
 
2554
+ export declare const DeleteAllowListRequestFilterSensitiveLog: (obj: DeleteAllowListRequest) => any;
2555
+
2556
+ export declare const DeleteAllowListResponseFilterSensitiveLog: (obj: DeleteAllowListResponse) => any;
2557
+
2492
2558
  export declare const DeleteCustomDataIdentifierRequestFilterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
2493
2559
 
2494
2560
  export declare const DeleteCustomDataIdentifierResponseFilterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
@@ -2553,6 +2619,10 @@ export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: Get
2553
2619
 
2554
2620
  export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
2555
2621
 
2622
+ export declare const GetAllowListRequestFilterSensitiveLog: (obj: GetAllowListRequest) => any;
2623
+
2624
+ export declare const GetAllowListResponseFilterSensitiveLog: (obj: GetAllowListResponse) => any;
2625
+
2556
2626
  export declare const GetBucketStatisticsRequestFilterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
2557
2627
 
2558
2628
  export declare const GetBucketStatisticsResponseFilterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
@@ -2625,6 +2695,10 @@ export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTota
2625
2695
 
2626
2696
  export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
2627
2697
 
2698
+ export declare const ListAllowListsRequestFilterSensitiveLog: (obj: ListAllowListsRequest) => any;
2699
+
2700
+ export declare const ListAllowListsResponseFilterSensitiveLog: (obj: ListAllowListsResponse) => any;
2701
+
2628
2702
  export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
2629
2703
 
2630
2704
  export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
@@ -2692,29 +2766,3 @@ export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (obj: Te
2692
2766
  export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
2693
2767
 
2694
2768
  export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2695
-
2696
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2697
-
2698
- export declare const UpdateClassificationJobRequestFilterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
2699
-
2700
- export declare const UpdateClassificationJobResponseFilterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
2701
-
2702
- export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
2703
-
2704
- export declare const UpdateFindingsFilterResponseFilterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
2705
-
2706
- export declare const UpdateMacieSessionRequestFilterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
2707
-
2708
- export declare const UpdateMacieSessionResponseFilterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
2709
-
2710
- export declare const UpdateMemberSessionRequestFilterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
2711
-
2712
- export declare const UpdateMemberSessionResponseFilterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
2713
-
2714
- export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
2715
-
2716
- export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
2717
-
2718
- export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (obj: UpdateRevealConfigurationRequest) => any;
2719
-
2720
- export declare const UpdateRevealConfigurationResponseFilterSensitiveLog: (obj: UpdateRevealConfigurationResponse) => any;
@@ -0,0 +1,109 @@
1
+ import { AllowListCriteria, FindingCriteria, FindingPublishingFrequency, FindingsFilterAction, JobStatus, MacieStatus, RevealConfiguration } from "./models_0";
2
+ export interface UntagResourceResponse {
3
+ }
4
+ export interface UpdateAllowListRequest {
5
+
6
+ criteria: AllowListCriteria | undefined;
7
+
8
+ description?: string;
9
+
10
+ id: string | undefined;
11
+
12
+ name: string | undefined;
13
+ }
14
+ export interface UpdateAllowListResponse {
15
+
16
+ arn?: string;
17
+
18
+ id?: string;
19
+ }
20
+ export interface UpdateClassificationJobRequest {
21
+
22
+ jobId: string | undefined;
23
+
24
+ jobStatus: JobStatus | string | undefined;
25
+ }
26
+ export interface UpdateClassificationJobResponse {
27
+ }
28
+ export interface UpdateFindingsFilterRequest {
29
+
30
+ action?: FindingsFilterAction | string;
31
+
32
+ description?: string;
33
+
34
+ findingCriteria?: FindingCriteria;
35
+
36
+ id: string | undefined;
37
+
38
+ name?: string;
39
+
40
+ position?: number;
41
+
42
+ clientToken?: string;
43
+ }
44
+ export interface UpdateFindingsFilterResponse {
45
+
46
+ arn?: string;
47
+
48
+ id?: string;
49
+ }
50
+ export interface UpdateMacieSessionRequest {
51
+
52
+ findingPublishingFrequency?: FindingPublishingFrequency | string;
53
+
54
+ status?: MacieStatus | string;
55
+ }
56
+ export interface UpdateMacieSessionResponse {
57
+ }
58
+ export interface UpdateMemberSessionRequest {
59
+
60
+ id: string | undefined;
61
+
62
+ status: MacieStatus | string | undefined;
63
+ }
64
+ export interface UpdateMemberSessionResponse {
65
+ }
66
+ export interface UpdateOrganizationConfigurationRequest {
67
+
68
+ autoEnable: boolean | undefined;
69
+ }
70
+ export interface UpdateOrganizationConfigurationResponse {
71
+ }
72
+ export interface UpdateRevealConfigurationRequest {
73
+
74
+ configuration: RevealConfiguration | undefined;
75
+ }
76
+ export interface UpdateRevealConfigurationResponse {
77
+
78
+ configuration?: RevealConfiguration;
79
+ }
80
+
81
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
82
+
83
+ export declare const UpdateAllowListRequestFilterSensitiveLog: (obj: UpdateAllowListRequest) => any;
84
+
85
+ export declare const UpdateAllowListResponseFilterSensitiveLog: (obj: UpdateAllowListResponse) => any;
86
+
87
+ export declare const UpdateClassificationJobRequestFilterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
88
+
89
+ export declare const UpdateClassificationJobResponseFilterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
90
+
91
+ export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
92
+
93
+ export declare const UpdateFindingsFilterResponseFilterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
94
+
95
+ export declare const UpdateMacieSessionRequestFilterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
96
+
97
+ export declare const UpdateMacieSessionResponseFilterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
98
+
99
+ export declare const UpdateMemberSessionRequestFilterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
100
+
101
+ export declare const UpdateMemberSessionResponseFilterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
102
+
103
+ export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
104
+
105
+ export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
106
+
107
+ export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (obj: UpdateRevealConfigurationRequest) => any;
108
+
109
+ export declare const UpdateRevealConfigurationResponseFilterSensitiveLog: (obj: UpdateRevealConfigurationResponse) => any;
@@ -2,6 +2,7 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
4
4
  import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "../commands/BatchGetCustomDataIdentifiersCommand";
5
+ import { CreateAllowListCommandInput, CreateAllowListCommandOutput } from "../commands/CreateAllowListCommand";
5
6
  import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "../commands/CreateClassificationJobCommand";
6
7
  import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "../commands/CreateCustomDataIdentifierCommand";
7
8
  import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "../commands/CreateFindingsFilterCommand";
@@ -9,6 +10,7 @@ import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from ".
9
10
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "../commands/CreateMemberCommand";
10
11
  import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "../commands/CreateSampleFindingsCommand";
11
12
  import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
13
+ import { DeleteAllowListCommandInput, DeleteAllowListCommandOutput } from "../commands/DeleteAllowListCommand";
12
14
  import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "../commands/DeleteCustomDataIdentifierCommand";
13
15
  import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "../commands/DeleteFindingsFilterCommand";
14
16
  import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
@@ -24,6 +26,7 @@ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from
24
26
  import { EnableMacieCommandInput, EnableMacieCommandOutput } from "../commands/EnableMacieCommand";
25
27
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
26
28
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
29
+ import { GetAllowListCommandInput, GetAllowListCommandOutput } from "../commands/GetAllowListCommand";
27
30
  import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "../commands/GetBucketStatisticsCommand";
28
31
  import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "../commands/GetClassificationExportConfigurationCommand";
29
32
  import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "../commands/GetCustomDataIdentifierCommand";
@@ -40,6 +43,7 @@ import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOc
40
43
  import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "../commands/GetSensitiveDataOccurrencesCommand";
41
44
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
42
45
  import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "../commands/GetUsageTotalsCommand";
46
+ import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "../commands/ListAllowListsCommand";
43
47
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "../commands/ListClassificationJobsCommand";
44
48
  import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "../commands/ListCustomDataIdentifiersCommand";
45
49
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
@@ -55,6 +59,7 @@ import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../co
55
59
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
56
60
  import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "../commands/TestCustomDataIdentifierCommand";
57
61
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
62
+ import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "../commands/UpdateAllowListCommand";
58
63
  import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "../commands/UpdateClassificationJobCommand";
59
64
  import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "../commands/UpdateFindingsFilterCommand";
60
65
  import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "../commands/UpdateMacieSessionCommand";
@@ -63,6 +68,7 @@ import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigur
63
68
  import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "../commands/UpdateRevealConfigurationCommand";
64
69
  export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
70
  export declare const serializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (input: BatchGetCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_restJson1CreateAllowListCommand: (input: CreateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
72
  export declare const serializeAws_restJson1CreateClassificationJobCommand: (input: CreateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
73
  export declare const serializeAws_restJson1CreateCustomDataIdentifierCommand: (input: CreateCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
74
  export declare const serializeAws_restJson1CreateFindingsFilterCommand: (input: CreateFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -70,6 +76,7 @@ export declare const serializeAws_restJson1CreateInvitationsCommand: (input: Cre
70
76
  export declare const serializeAws_restJson1CreateMemberCommand: (input: CreateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
77
  export declare const serializeAws_restJson1CreateSampleFindingsCommand: (input: CreateSampleFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
78
  export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_restJson1DeleteAllowListCommand: (input: DeleteAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
80
  export declare const serializeAws_restJson1DeleteCustomDataIdentifierCommand: (input: DeleteCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
81
  export declare const serializeAws_restJson1DeleteFindingsFilterCommand: (input: DeleteFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
82
  export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -85,6 +92,7 @@ export declare const serializeAws_restJson1DisassociateMemberCommand: (input: Di
85
92
  export declare const serializeAws_restJson1EnableMacieCommand: (input: EnableMacieCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
93
  export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
94
  export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_restJson1GetAllowListCommand: (input: GetAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
96
  export declare const serializeAws_restJson1GetBucketStatisticsCommand: (input: GetBucketStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
97
  export declare const serializeAws_restJson1GetClassificationExportConfigurationCommand: (input: GetClassificationExportConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
98
  export declare const serializeAws_restJson1GetCustomDataIdentifierCommand: (input: GetCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -101,6 +109,7 @@ export declare const serializeAws_restJson1GetSensitiveDataOccurrencesCommand: (
101
109
  export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (input: GetSensitiveDataOccurrencesAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
110
  export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
111
  export declare const serializeAws_restJson1GetUsageTotalsCommand: (input: GetUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ export declare const serializeAws_restJson1ListAllowListsCommand: (input: ListAllowListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
113
  export declare const serializeAws_restJson1ListClassificationJobsCommand: (input: ListClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
114
  export declare const serializeAws_restJson1ListCustomDataIdentifiersCommand: (input: ListCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
115
  export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -116,6 +125,7 @@ export declare const serializeAws_restJson1SearchResourcesCommand: (input: Searc
116
125
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
126
  export declare const serializeAws_restJson1TestCustomDataIdentifierCommand: (input: TestCustomDataIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
127
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ export declare const serializeAws_restJson1UpdateAllowListCommand: (input: UpdateAllowListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
129
  export declare const serializeAws_restJson1UpdateClassificationJobCommand: (input: UpdateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
130
  export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (input: UpdateFindingsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
131
  export declare const serializeAws_restJson1UpdateMacieSessionCommand: (input: UpdateMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -124,6 +134,7 @@ export declare const serializeAws_restJson1UpdateOrganizationConfigurationComman
124
134
  export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (input: UpdateRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
135
  export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
126
136
  export declare const deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomDataIdentifiersCommandOutput>;
137
+ export declare const deserializeAws_restJson1CreateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAllowListCommandOutput>;
127
138
  export declare const deserializeAws_restJson1CreateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassificationJobCommandOutput>;
128
139
  export declare const deserializeAws_restJson1CreateCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDataIdentifierCommandOutput>;
129
140
  export declare const deserializeAws_restJson1CreateFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsFilterCommandOutput>;
@@ -131,6 +142,7 @@ export declare const deserializeAws_restJson1CreateInvitationsCommand: (output:
131
142
  export declare const deserializeAws_restJson1CreateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMemberCommandOutput>;
132
143
  export declare const deserializeAws_restJson1CreateSampleFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSampleFindingsCommandOutput>;
133
144
  export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
145
+ export declare const deserializeAws_restJson1DeleteAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAllowListCommandOutput>;
134
146
  export declare const deserializeAws_restJson1DeleteCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDataIdentifierCommandOutput>;
135
147
  export declare const deserializeAws_restJson1DeleteFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFindingsFilterCommandOutput>;
136
148
  export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
@@ -146,6 +158,7 @@ export declare const deserializeAws_restJson1DisassociateMemberCommand: (output:
146
158
  export declare const deserializeAws_restJson1EnableMacieCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMacieCommandOutput>;
147
159
  export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
148
160
  export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
161
+ export declare const deserializeAws_restJson1GetAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAllowListCommandOutput>;
149
162
  export declare const deserializeAws_restJson1GetBucketStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketStatisticsCommandOutput>;
150
163
  export declare const deserializeAws_restJson1GetClassificationExportConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClassificationExportConfigurationCommandOutput>;
151
164
  export declare const deserializeAws_restJson1GetCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomDataIdentifierCommandOutput>;
@@ -162,6 +175,7 @@ export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesCommand:
162
175
  export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
163
176
  export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
164
177
  export declare const deserializeAws_restJson1GetUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageTotalsCommandOutput>;
178
+ export declare const deserializeAws_restJson1ListAllowListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAllowListsCommandOutput>;
165
179
  export declare const deserializeAws_restJson1ListClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClassificationJobsCommandOutput>;
166
180
  export declare const deserializeAws_restJson1ListCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomDataIdentifiersCommandOutput>;
167
181
  export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
@@ -177,6 +191,7 @@ export declare const deserializeAws_restJson1SearchResourcesCommand: (output: __
177
191
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
178
192
  export declare const deserializeAws_restJson1TestCustomDataIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestCustomDataIdentifierCommandOutput>;
179
193
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
194
+ export declare const deserializeAws_restJson1UpdateAllowListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAllowListCommandOutput>;
180
195
  export declare const deserializeAws_restJson1UpdateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClassificationJobCommandOutput>;
181
196
  export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsFilterCommandOutput>;
182
197
  export declare const deserializeAws_restJson1UpdateMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMacieSessionCommandOutput>;