@aws-sdk/client-macie2 3.154.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 +27 -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 +27 -27
@@ -0,0 +1,187 @@
1
+ import { AllowListCriteria, FindingCriteria, FindingPublishingFrequency, FindingsFilterAction, JobStatus, MacieStatus, RevealConfiguration } from "./models_0";
2
+ export interface UntagResourceResponse {
3
+ }
4
+ export interface UpdateAllowListRequest {
5
+ /**
6
+ * <p>The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).</p> <p>You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.</p>
7
+ */
8
+ criteria: AllowListCriteria | undefined;
9
+ /**
10
+ * <p>A custom description of the allow list. The description can contain as many as 512 characters.</p>
11
+ */
12
+ description?: string;
13
+ /**
14
+ * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
15
+ */
16
+ id: string | undefined;
17
+ /**
18
+ * <p>A custom name for the allow list. The name can contain as many as 128 characters.</p>
19
+ */
20
+ name: string | undefined;
21
+ }
22
+ export interface UpdateAllowListResponse {
23
+ /**
24
+ * <p>The Amazon Resource Name (ARN) of the allow list.</p>
25
+ */
26
+ arn?: string;
27
+ /**
28
+ * <p>The unique identifier for the allow list.</p>
29
+ */
30
+ id?: string;
31
+ }
32
+ export interface UpdateClassificationJobRequest {
33
+ /**
34
+ * <p>The unique identifier for the classification job.</p>
35
+ */
36
+ jobId: string | undefined;
37
+ /**
38
+ * <p>The new status for the job. Valid values are:</p> <ul><li><p>CANCELLED - Stops the job permanently and cancels it. This value is valid only if the job's current status is IDLE, PAUSED, RUNNING, or USER_PAUSED.</p> <p>If you specify this value and the job's current status is RUNNING, Amazon Macie immediately begins to stop all processing tasks for the job. You can't resume or restart a job after you cancel it.</p></li> <li><p>RUNNING - Resumes the job. This value is valid only if the job's current status is USER_PAUSED.</p> <p>If you paused the job while it was actively running and you specify this value less than 30 days after you paused the job, Macie immediately resumes processing from the point where you paused the job. Otherwise, Macie resumes the job according to the schedule and other settings for the job.</p></li> <li><p>USER_PAUSED - Pauses the job temporarily. This value is valid only if the job's current status is IDLE, PAUSED, or RUNNING. If you specify this value and the job's current status is RUNNING, Macie immediately begins to pause all processing tasks for the job.</p> <p>If you pause a one-time job and you don't resume it within 30 days, the job expires and Macie cancels the job. If you pause a recurring job when its status is RUNNING and you don't resume it within 30 days, the job run expires and Macie cancels the run. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.</p></li></ul>
39
+ */
40
+ jobStatus: JobStatus | string | undefined;
41
+ }
42
+ export interface UpdateClassificationJobResponse {
43
+ }
44
+ export interface UpdateFindingsFilterRequest {
45
+ /**
46
+ * <p>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
47
+ */
48
+ action?: FindingsFilterAction | string;
49
+ /**
50
+ * <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
51
+ */
52
+ description?: string;
53
+ /**
54
+ * <p>The criteria to use to filter findings.</p>
55
+ */
56
+ findingCriteria?: FindingCriteria;
57
+ /**
58
+ * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
59
+ */
60
+ id: string | undefined;
61
+ /**
62
+ * <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
63
+ */
64
+ name?: string;
65
+ /**
66
+ * <p>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</p>
67
+ */
68
+ position?: number;
69
+ /**
70
+ * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
71
+ */
72
+ clientToken?: string;
73
+ }
74
+ export interface UpdateFindingsFilterResponse {
75
+ /**
76
+ * <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
77
+ */
78
+ arn?: string;
79
+ /**
80
+ * <p>The unique identifier for the filter that was updated.</p>
81
+ */
82
+ id?: string;
83
+ }
84
+ export interface UpdateMacieSessionRequest {
85
+ /**
86
+ * <p>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).</p>
87
+ */
88
+ findingPublishingFrequency?: FindingPublishingFrequency | string;
89
+ /**
90
+ * <p>Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
91
+ */
92
+ status?: MacieStatus | string;
93
+ }
94
+ export interface UpdateMacieSessionResponse {
95
+ }
96
+ export interface UpdateMemberSessionRequest {
97
+ /**
98
+ * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
99
+ */
100
+ id: string | undefined;
101
+ /**
102
+ * <p>Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
103
+ */
104
+ status: MacieStatus | string | undefined;
105
+ }
106
+ export interface UpdateMemberSessionResponse {
107
+ }
108
+ export interface UpdateOrganizationConfigurationRequest {
109
+ /**
110
+ * <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
111
+ */
112
+ autoEnable: boolean | undefined;
113
+ }
114
+ export interface UpdateOrganizationConfigurationResponse {
115
+ }
116
+ export interface UpdateRevealConfigurationRequest {
117
+ /**
118
+ * <p>The new configuration settings and the status of the configuration for the account.</p>
119
+ */
120
+ configuration: RevealConfiguration | undefined;
121
+ }
122
+ export interface UpdateRevealConfigurationResponse {
123
+ /**
124
+ * <p>The new configuration settings and the status of the configuration for the account.</p>
125
+ */
126
+ configuration?: RevealConfiguration;
127
+ }
128
+ /**
129
+ * @internal
130
+ */
131
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
132
+ /**
133
+ * @internal
134
+ */
135
+ export declare const UpdateAllowListRequestFilterSensitiveLog: (obj: UpdateAllowListRequest) => any;
136
+ /**
137
+ * @internal
138
+ */
139
+ export declare const UpdateAllowListResponseFilterSensitiveLog: (obj: UpdateAllowListResponse) => any;
140
+ /**
141
+ * @internal
142
+ */
143
+ export declare const UpdateClassificationJobRequestFilterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
144
+ /**
145
+ * @internal
146
+ */
147
+ export declare const UpdateClassificationJobResponseFilterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
148
+ /**
149
+ * @internal
150
+ */
151
+ export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
152
+ /**
153
+ * @internal
154
+ */
155
+ export declare const UpdateFindingsFilterResponseFilterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
156
+ /**
157
+ * @internal
158
+ */
159
+ export declare const UpdateMacieSessionRequestFilterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
160
+ /**
161
+ * @internal
162
+ */
163
+ export declare const UpdateMacieSessionResponseFilterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
164
+ /**
165
+ * @internal
166
+ */
167
+ export declare const UpdateMemberSessionRequestFilterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
168
+ /**
169
+ * @internal
170
+ */
171
+ export declare const UpdateMemberSessionResponseFilterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
172
+ /**
173
+ * @internal
174
+ */
175
+ export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
176
+ /**
177
+ * @internal
178
+ */
179
+ export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
180
+ /**
181
+ * @internal
182
+ */
183
+ export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (obj: UpdateRevealConfigurationRequest) => any;
184
+ /**
185
+ * @internal
186
+ */
187
+ 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>;
@@ -1,6 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
3
3
  import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "./commands/BatchGetCustomDataIdentifiersCommand";
4
+ import { CreateAllowListCommandInput, CreateAllowListCommandOutput } from "./commands/CreateAllowListCommand";
4
5
  import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "./commands/CreateClassificationJobCommand";
5
6
  import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "./commands/CreateCustomDataIdentifierCommand";
6
7
  import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "./commands/CreateFindingsFilterCommand";
@@ -8,6 +9,7 @@ import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from ".
8
9
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
9
10
  import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
10
11
  import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
12
+ import { DeleteAllowListCommandInput, DeleteAllowListCommandOutput } from "./commands/DeleteAllowListCommand";
11
13
  import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "./commands/DeleteCustomDataIdentifierCommand";
12
14
  import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "./commands/DeleteFindingsFilterCommand";
13
15
  import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
@@ -23,6 +25,7 @@ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from
23
25
  import { EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
24
26
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
25
27
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
28
+ import { GetAllowListCommandInput, GetAllowListCommandOutput } from "./commands/GetAllowListCommand";
26
29
  import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "./commands/GetBucketStatisticsCommand";
27
30
  import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "./commands/GetClassificationExportConfigurationCommand";
28
31
  import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "./commands/GetCustomDataIdentifierCommand";
@@ -39,6 +42,7 @@ import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOc
39
42
  import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
40
43
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
41
44
  import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
45
+ import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "./commands/ListAllowListsCommand";
42
46
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
43
47
  import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "./commands/ListCustomDataIdentifiersCommand";
44
48
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -54,6 +58,7 @@ import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./com
54
58
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
55
59
  import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "./commands/TestCustomDataIdentifierCommand";
56
60
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
61
+ import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "./commands/UpdateAllowListCommand";
57
62
  import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "./commands/UpdateClassificationJobCommand";
58
63
  import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "./commands/UpdateFindingsFilterCommand";
59
64
  import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
@@ -72,6 +77,10 @@ export declare class Macie2 extends Macie2Client {
72
77
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
73
78
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
74
79
 
80
+ createAllowList(args: CreateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<CreateAllowListCommandOutput>;
81
+ createAllowList(args: CreateAllowListCommandInput, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
82
+ createAllowList(args: CreateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
83
+
75
84
  createClassificationJob(args: CreateClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateClassificationJobCommandOutput>;
76
85
  createClassificationJob(args: CreateClassificationJobCommandInput, cb: (err: any, data?: CreateClassificationJobCommandOutput) => void): void;
77
86
  createClassificationJob(args: CreateClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClassificationJobCommandOutput) => void): void;
@@ -100,6 +109,10 @@ export declare class Macie2 extends Macie2Client {
100
109
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
101
110
  declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
102
111
 
112
+ deleteAllowList(args: DeleteAllowListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAllowListCommandOutput>;
113
+ deleteAllowList(args: DeleteAllowListCommandInput, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
114
+ deleteAllowList(args: DeleteAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
115
+
103
116
  deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDataIdentifierCommandOutput>;
104
117
  deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void): void;
105
118
  deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void): void;
@@ -160,6 +173,10 @@ export declare class Macie2 extends Macie2Client {
160
173
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
161
174
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
162
175
 
176
+ getAllowList(args: GetAllowListCommandInput, options?: __HttpHandlerOptions): Promise<GetAllowListCommandOutput>;
177
+ getAllowList(args: GetAllowListCommandInput, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
178
+ getAllowList(args: GetAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
179
+
163
180
  getBucketStatistics(args: GetBucketStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketStatisticsCommandOutput>;
164
181
  getBucketStatistics(args: GetBucketStatisticsCommandInput, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
165
182
  getBucketStatistics(args: GetBucketStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
@@ -224,6 +241,10 @@ export declare class Macie2 extends Macie2Client {
224
241
  getUsageTotals(args: GetUsageTotalsCommandInput, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
225
242
  getUsageTotals(args: GetUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
226
243
 
244
+ listAllowLists(args: ListAllowListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAllowListsCommandOutput>;
245
+ listAllowLists(args: ListAllowListsCommandInput, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
246
+ listAllowLists(args: ListAllowListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
247
+
227
248
  listClassificationJobs(args: ListClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListClassificationJobsCommandOutput>;
228
249
  listClassificationJobs(args: ListClassificationJobsCommandInput, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
229
250
  listClassificationJobs(args: ListClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
@@ -284,6 +305,10 @@ export declare class Macie2 extends Macie2Client {
284
305
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
285
306
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
286
307
 
308
+ updateAllowList(args: UpdateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAllowListCommandOutput>;
309
+ updateAllowList(args: UpdateAllowListCommandInput, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
310
+ updateAllowList(args: UpdateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
311
+
287
312
  updateClassificationJob(args: UpdateClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClassificationJobCommandOutput>;
288
313
  updateClassificationJob(args: UpdateClassificationJobCommandInput, cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void): void;
289
314
  updateClassificationJob(args: UpdateClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void): void;
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
10
10
  import { BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput } from "./commands/BatchGetCustomDataIdentifiersCommand";
11
+ import { CreateAllowListCommandInput, CreateAllowListCommandOutput } from "./commands/CreateAllowListCommand";
11
12
  import { CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput } from "./commands/CreateClassificationJobCommand";
12
13
  import { CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput } from "./commands/CreateCustomDataIdentifierCommand";
13
14
  import { CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput } from "./commands/CreateFindingsFilterCommand";
@@ -15,6 +16,7 @@ import { CreateInvitationsCommandInput, CreateInvitationsCommandOutput } from ".
15
16
  import { CreateMemberCommandInput, CreateMemberCommandOutput } from "./commands/CreateMemberCommand";
16
17
  import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
17
18
  import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
19
+ import { DeleteAllowListCommandInput, DeleteAllowListCommandOutput } from "./commands/DeleteAllowListCommand";
18
20
  import { DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput } from "./commands/DeleteCustomDataIdentifierCommand";
19
21
  import { DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput } from "./commands/DeleteFindingsFilterCommand";
20
22
  import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
@@ -30,6 +32,7 @@ import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from
30
32
  import { EnableMacieCommandInput, EnableMacieCommandOutput } from "./commands/EnableMacieCommand";
31
33
  import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
32
34
  import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
35
+ import { GetAllowListCommandInput, GetAllowListCommandOutput } from "./commands/GetAllowListCommand";
33
36
  import { GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput } from "./commands/GetBucketStatisticsCommand";
34
37
  import { GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput } from "./commands/GetClassificationExportConfigurationCommand";
35
38
  import { GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput } from "./commands/GetCustomDataIdentifierCommand";
@@ -46,6 +49,7 @@ import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOc
46
49
  import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
47
50
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
48
51
  import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
52
+ import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "./commands/ListAllowListsCommand";
49
53
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
50
54
  import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "./commands/ListCustomDataIdentifiersCommand";
51
55
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
@@ -61,14 +65,15 @@ import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./com
61
65
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
62
66
  import { TestCustomDataIdentifierCommandInput, TestCustomDataIdentifierCommandOutput } from "./commands/TestCustomDataIdentifierCommand";
63
67
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
+ import { UpdateAllowListCommandInput, UpdateAllowListCommandOutput } from "./commands/UpdateAllowListCommand";
64
69
  import { UpdateClassificationJobCommandInput, UpdateClassificationJobCommandOutput } from "./commands/UpdateClassificationJobCommand";
65
70
  import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } from "./commands/UpdateFindingsFilterCommand";
66
71
  import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
67
72
  import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
68
73
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
69
74
  import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
70
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateRevealConfigurationCommandInput;
71
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateRevealConfigurationCommandOutput;
75
+ export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateAllowListCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteAllowListCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetAllowListCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListAllowListsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateAllowListCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateRevealConfigurationCommandInput;
76
+ export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateAllowListCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteAllowListCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetAllowListCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListAllowListsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateAllowListCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateRevealConfigurationCommandOutput;
72
77
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
73
78
 
74
79
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { CreateAllowListRequest, CreateAllowListResponse } from "../models/models_0";
5
+ export interface CreateAllowListCommandInput extends CreateAllowListRequest {
6
+ }
7
+ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAllowListCommand extends $Command<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
+ readonly input: CreateAllowListCommandInput;
12
+ constructor(input: CreateAllowListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAllowListCommandInput, CreateAllowListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { DeleteAllowListRequest, DeleteAllowListResponse } from "../models/models_0";
5
+ export interface DeleteAllowListCommandInput extends DeleteAllowListRequest {
6
+ }
7
+ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAllowListCommand extends $Command<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
+ readonly input: DeleteAllowListCommandInput;
12
+ constructor(input: DeleteAllowListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAllowListCommandInput, DeleteAllowListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { GetAllowListRequest, GetAllowListResponse } from "../models/models_0";
5
+ export interface GetAllowListCommandInput extends GetAllowListRequest {
6
+ }
7
+ export interface GetAllowListCommandOutput extends GetAllowListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAllowListCommand extends $Command<GetAllowListCommandInput, GetAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
+ readonly input: GetAllowListCommandInput;
12
+ constructor(input: GetAllowListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAllowListCommandInput, GetAllowListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { ListAllowListsRequest, ListAllowListsResponse } from "../models/models_0";
5
+ export interface ListAllowListsCommandInput extends ListAllowListsRequest {
6
+ }
7
+ export interface ListAllowListsCommandOutput extends ListAllowListsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAllowListsCommand extends $Command<ListAllowListsCommandInput, ListAllowListsCommandOutput, Macie2ClientResolvedConfig> {
11
+ readonly input: ListAllowListsCommandInput;
12
+ constructor(input: ListAllowListsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAllowListsCommandInput, ListAllowListsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,8 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequest } from "../models/models_0";
5
+ import { UntagResourceResponse } from "../models/models_1";
5
6
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
7
  }
7
8
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/models_1";
5
+ export interface UpdateAllowListCommandInput extends UpdateAllowListRequest {
6
+ }
7
+ export interface UpdateAllowListCommandOutput extends UpdateAllowListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateAllowListCommand extends $Command<UpdateAllowListCommandInput, UpdateAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
+ readonly input: UpdateAllowListCommandInput;
12
+ constructor(input: UpdateAllowListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAllowListCommandInput, UpdateAllowListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_0";
4
+ import { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_1";
5
5
  export interface UpdateClassificationJobCommandInput extends UpdateClassificationJobRequest {
6
6
  }
7
7
  export interface UpdateClassificationJobCommandOutput extends UpdateClassificationJobResponse, __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 { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_0";
4
+ import { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_1";
5
5
  export interface UpdateFindingsFilterCommandInput extends UpdateFindingsFilterRequest {
6
6
  }
7
7
  export interface UpdateFindingsFilterCommandOutput extends UpdateFindingsFilterResponse, __MetadataBearer {