@aws-sdk/client-macie2 3.160.0 → 3.163.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
@@ -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";
@@ -77,6 +82,12 @@ export declare class Macie2 extends Macie2Client {
77
82
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
78
83
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
79
84
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
85
+ /**
86
+ * <p>Creates and defines the settings for an allow list.</p>
87
+ */
88
+ createAllowList(args: CreateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<CreateAllowListCommandOutput>;
89
+ createAllowList(args: CreateAllowListCommandInput, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
90
+ createAllowList(args: CreateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
80
91
  /**
81
92
  * <p>Creates and defines the settings for a classification job.</p>
82
93
  */
@@ -119,6 +130,12 @@ export declare class Macie2 extends Macie2Client {
119
130
  declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
120
131
  declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
121
132
  declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
133
+ /**
134
+ * <p>Deletes an allow list.</p>
135
+ */
136
+ deleteAllowList(args: DeleteAllowListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAllowListCommandOutput>;
137
+ deleteAllowList(args: DeleteAllowListCommandInput, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
138
+ deleteAllowList(args: DeleteAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
122
139
  /**
123
140
  * <p>Soft deletes a custom data identifier.</p>
124
141
  */
@@ -209,6 +226,12 @@ export declare class Macie2 extends Macie2Client {
209
226
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
210
227
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
211
228
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
229
+ /**
230
+ * <p>Retrieves the settings and status of an allow list.</p>
231
+ */
232
+ getAllowList(args: GetAllowListCommandInput, options?: __HttpHandlerOptions): Promise<GetAllowListCommandOutput>;
233
+ getAllowList(args: GetAllowListCommandInput, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
234
+ getAllowList(args: GetAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
212
235
  /**
213
236
  * <p>Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes.</p>
214
237
  */
@@ -276,19 +299,19 @@ export declare class Macie2 extends Macie2Client {
276
299
  getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
277
300
  getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
278
301
  /**
279
- * <p>Retrieves the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
302
+ * <p>Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
280
303
  */
281
304
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRevealConfigurationCommandOutput>;
282
305
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
283
306
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
284
307
  /**
285
- * <p>Retrieves (reveals) occurrences of sensitive data reported by a finding.</p>
308
+ * <p>Retrieves occurrences of sensitive data reported by a finding.</p>
286
309
  */
287
310
  getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesCommandOutput>;
288
311
  getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
289
312
  getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
290
313
  /**
291
- * <p>Checks whether occurrences of sensitive data can be retrieved (revealed) for a finding.</p>
314
+ * <p>Checks whether occurrences of sensitive data can be retrieved for a finding.</p>
292
315
  */
293
316
  getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
294
317
  getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput) => void): void;
@@ -305,6 +328,12 @@ export declare class Macie2 extends Macie2Client {
305
328
  getUsageTotals(args: GetUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageTotalsCommandOutput>;
306
329
  getUsageTotals(args: GetUsageTotalsCommandInput, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
307
330
  getUsageTotals(args: GetUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
331
+ /**
332
+ * <p>Retrieves a subset of information about all the allow lists for an account.</p>
333
+ */
334
+ listAllowLists(args: ListAllowListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAllowListsCommandOutput>;
335
+ listAllowLists(args: ListAllowListsCommandInput, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
336
+ listAllowLists(args: ListAllowListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
308
337
  /**
309
338
  * <p>Retrieves a subset of information about one or more classification jobs.</p>
310
339
  */
@@ -354,7 +383,7 @@ export declare class Macie2 extends Macie2Client {
354
383
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
355
384
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
356
385
  /**
357
- * <p>Retrieves the tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
386
+ * <p>Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.</p>
358
387
  */
359
388
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
360
389
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
@@ -378,7 +407,7 @@ export declare class Macie2 extends Macie2Client {
378
407
  searchResources(args: SearchResourcesCommandInput, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
379
408
  searchResources(args: SearchResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
380
409
  /**
381
- * <p>Adds or updates one or more tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
410
+ * <p>Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.</p>
382
411
  */
383
412
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
384
413
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
@@ -390,11 +419,17 @@ export declare class Macie2 extends Macie2Client {
390
419
  testCustomDataIdentifier(args: TestCustomDataIdentifierCommandInput, cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void): void;
391
420
  testCustomDataIdentifier(args: TestCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void): void;
392
421
  /**
393
- * <p>Removes one or more tags (keys and values) from a classification job, custom data identifier, findings filter, or member account.</p>
422
+ * <p>Removes one or more tags (keys and values) from an Amazon Macie resource.</p>
394
423
  */
395
424
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
396
425
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
397
426
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
427
+ /**
428
+ * <p>Updates the settings for an allow list.</p>
429
+ */
430
+ updateAllowList(args: UpdateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAllowListCommandOutput>;
431
+ updateAllowList(args: UpdateAllowListCommandInput, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
432
+ updateAllowList(args: UpdateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
398
433
  /**
399
434
  * <p>Changes the status of a classification job.</p>
400
435
  */
@@ -426,7 +461,7 @@ export declare class Macie2 extends Macie2Client {
426
461
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
427
462
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
428
463
  /**
429
- * <p>Updates the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
464
+ * <p>Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
430
465
  */
431
466
  updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRevealConfigurationCommandOutput>;
432
467
  updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => 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
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,35 @@
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
+ * <p>Creates and defines the settings for an allow list.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, CreateAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, CreateAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new CreateAllowListCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateAllowListCommandInput} for command's `input` shape.
22
+ * @see {@link CreateAllowListCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateAllowListCommand extends $Command<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: CreateAllowListCommandInput;
28
+ constructor(input: CreateAllowListCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAllowListCommandInput, CreateAllowListCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Deletes an allow list.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, DeleteAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, DeleteAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new DeleteAllowListCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteAllowListCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteAllowListCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteAllowListCommand extends $Command<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: DeleteAllowListCommandInput;
28
+ constructor(input: DeleteAllowListCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAllowListCommandInput, DeleteAllowListCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Retrieves the settings and status of an allow list.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, GetAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, GetAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new GetAllowListCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetAllowListCommandInput} for command's `input` shape.
22
+ * @see {@link GetAllowListCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetAllowListCommand extends $Command<GetAllowListCommandInput, GetAllowListCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: GetAllowListCommandInput;
28
+ constructor(input: GetAllowListCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAllowListCommandInput, GetAllowListCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface GetRevealConfigurationCommandInput extends GetRevealConfigurati
7
7
  export interface GetRevealConfigurationCommandOutput extends GetRevealConfigurationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
10
+ * <p>Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface GetSensitiveDataOccurrencesAvailabilityCommandInput extends Get
7
7
  export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput extends GetSensitiveDataOccurrencesAvailabilityResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Checks whether occurrences of sensitive data can be retrieved (revealed) for a finding.</p>
10
+ * <p>Checks whether occurrences of sensitive data can be retrieved for a finding.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface GetSensitiveDataOccurrencesCommandInput extends GetSensitiveDat
7
7
  export interface GetSensitiveDataOccurrencesCommandOutput extends GetSensitiveDataOccurrencesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves (reveals) occurrences of sensitive data reported by a finding.</p>
10
+ * <p>Retrieves occurrences of sensitive data reported by a finding.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,35 @@
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
+ * <p>Retrieves a subset of information about all the allow lists for an account.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, ListAllowListsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, ListAllowListsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new ListAllowListsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListAllowListsCommandInput} for command's `input` shape.
22
+ * @see {@link ListAllowListsCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListAllowListsCommand extends $Command<ListAllowListsCommandInput, ListAllowListsCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: ListAllowListsCommandInput;
28
+ constructor(input: ListAllowListsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAllowListsCommandInput, ListAllowListsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves the tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
10
+ * <p>Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Adds or updates one or more tags (keys and values) that are associated with a classification job, custom data identifier, findings filter, or member account.</p>
10
+ * <p>Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -1,13 +1,14 @@
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 {
8
9
  }
9
10
  /**
10
- * <p>Removes one or more tags (keys and values) from a classification job, custom data identifier, findings filter, or member account.</p>
11
+ * <p>Removes one or more tags (keys and values) from an Amazon Macie resource.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -0,0 +1,35 @@
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
+ * <p>Updates the settings for an allow list.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, UpdateAllowListCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, UpdateAllowListCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new UpdateAllowListCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateAllowListCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateAllowListCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateAllowListCommand extends $Command<UpdateAllowListCommandInput, UpdateAllowListCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: UpdateAllowListCommandInput;
28
+ constructor(input: UpdateAllowListCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAllowListCommandInput, UpdateAllowListCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 {
@@ -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,13 +1,13 @@
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 {
8
8
  }
9
9
  /**
10
- * <p>Updates the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
10
+ * <p>Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -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";