@aws-sdk/client-macie2 3.295.0 → 3.297.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 (102) hide show
  1. package/dist-types/Macie2.d.ts +80 -0
  2. package/dist-types/Macie2Client.d.ts +24 -4
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/DisableMacieCommand.d.ts +16 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +16 -0
  26. package/dist-types/commands/EnableMacieCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  29. package/dist-types/commands/GetAllowListCommand.d.ts +16 -0
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +16 -0
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +16 -0
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +16 -0
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  42. package/dist-types/commands/GetMemberCommand.d.ts +16 -0
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +16 -0
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +16 -0
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +16 -0
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +16 -0
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +16 -0
  54. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +16 -0
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +16 -0
  58. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +16 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +16 -0
  82. package/dist-types/models/Macie2ServiceException.d.ts +2 -0
  83. package/dist-types/models/models_0.d.ts +620 -0
  84. package/dist-types/models/models_1.d.ts +164 -0
  85. package/dist-types/pagination/DescribeBucketsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListAllowListsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
  102. package/package.json +30 -30
@@ -1,4 +1,7 @@
1
1
  import { AdminAccount, AllowListCriteria, AutomatedDiscoveryStatus, ClassificationExportConfiguration, ClassificationScopeUpdateOperation, Detection, FindingCriteria, FindingPublishingFrequency, FindingsFilterAction, Invitation, JobStatus, MacieStatus, ManagedDataIdentifierSummary, MatchingResource, Member, OrderBy, ResourceProfileArtifact, RevealConfiguration, SearchResourcesCriteria, SecurityHubConfiguration, SensitivityInspectionTemplateExcludes, SensitivityInspectionTemplateIncludes, SensitivityInspectionTemplatesEntry, SuppressDataIdentifier } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ListInvitationsRequest {
3
6
  /**
4
7
  * <p>The maximum number of items to include in each page of a paginated response.</p>
@@ -9,6 +12,9 @@ export interface ListInvitationsRequest {
9
12
  */
10
13
  nextToken?: string;
11
14
  }
15
+ /**
16
+ * @public
17
+ */
12
18
  export interface ListInvitationsResponse {
13
19
  /**
14
20
  * <p>An array of objects, one for each invitation that was received by the account.</p>
@@ -19,12 +25,18 @@ export interface ListInvitationsResponse {
19
25
  */
20
26
  nextToken?: string;
21
27
  }
28
+ /**
29
+ * @public
30
+ */
22
31
  export interface ListManagedDataIdentifiersRequest {
23
32
  /**
24
33
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
25
34
  */
26
35
  nextToken?: string;
27
36
  }
37
+ /**
38
+ * @public
39
+ */
28
40
  export interface ListManagedDataIdentifiersResponse {
29
41
  /**
30
42
  * <p>An array of objects, one for each managed data identifier.</p>
@@ -35,6 +47,9 @@ export interface ListManagedDataIdentifiersResponse {
35
47
  */
36
48
  nextToken?: string;
37
49
  }
50
+ /**
51
+ * @public
52
+ */
38
53
  export interface ListMembersRequest {
39
54
  /**
40
55
  * <p>The maximum number of items to include in each page of a paginated response.</p>
@@ -49,6 +64,9 @@ export interface ListMembersRequest {
49
64
  */
50
65
  onlyAssociated?: string;
51
66
  }
67
+ /**
68
+ * @public
69
+ */
52
70
  export interface ListMembersResponse {
53
71
  /**
54
72
  * <p>An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.</p>
@@ -59,6 +77,9 @@ export interface ListMembersResponse {
59
77
  */
60
78
  nextToken?: string;
61
79
  }
80
+ /**
81
+ * @public
82
+ */
62
83
  export interface ListOrganizationAdminAccountsRequest {
63
84
  /**
64
85
  * <p>The maximum number of items to include in each page of a paginated response.</p>
@@ -69,6 +90,9 @@ export interface ListOrganizationAdminAccountsRequest {
69
90
  */
70
91
  nextToken?: string;
71
92
  }
93
+ /**
94
+ * @public
95
+ */
72
96
  export interface ListOrganizationAdminAccountsResponse {
73
97
  /**
74
98
  * <p>An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.</p>
@@ -79,6 +103,9 @@ export interface ListOrganizationAdminAccountsResponse {
79
103
  */
80
104
  nextToken?: string;
81
105
  }
106
+ /**
107
+ * @public
108
+ */
82
109
  export interface ListResourceProfileArtifactsRequest {
83
110
  /**
84
111
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
@@ -89,6 +116,9 @@ export interface ListResourceProfileArtifactsRequest {
89
116
  */
90
117
  resourceArn: string | undefined;
91
118
  }
119
+ /**
120
+ * @public
121
+ */
92
122
  export interface ListResourceProfileArtifactsResponse {
93
123
  /**
94
124
  * <p>An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.</p> <p>If Macie has analyzed more than 100 objects in the bucket, Macie populates the array based on the value for the ResourceProfileArtifact.sensitive field for an object: true (sensitive), followed by false (not sensitive). Macie then populates any remaining items in the array with information about objects where the value for the ResourceProfileArtifact.classificationResultStatus field is SKIPPED.</p>
@@ -99,6 +129,9 @@ export interface ListResourceProfileArtifactsResponse {
99
129
  */
100
130
  nextToken?: string;
101
131
  }
132
+ /**
133
+ * @public
134
+ */
102
135
  export interface ListResourceProfileDetectionsRequest {
103
136
  /**
104
137
  * <p>The maximum number of items to include in each page of a paginated response.</p>
@@ -113,6 +146,9 @@ export interface ListResourceProfileDetectionsRequest {
113
146
  */
114
147
  resourceArn: string | undefined;
115
148
  }
149
+ /**
150
+ * @public
151
+ */
116
152
  export interface ListResourceProfileDetectionsResponse {
117
153
  /**
118
154
  * <p>An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket. Each object reports the number of occurrences of the specified type and provides information about the custom data identifier or managed data identifier that detected the data.</p>
@@ -123,6 +159,9 @@ export interface ListResourceProfileDetectionsResponse {
123
159
  */
124
160
  nextToken?: string;
125
161
  }
162
+ /**
163
+ * @public
164
+ */
126
165
  export interface ListSensitivityInspectionTemplatesRequest {
127
166
  /**
128
167
  * <p>The maximum number of items to include in each page of a paginated response.</p>
@@ -133,6 +172,9 @@ export interface ListSensitivityInspectionTemplatesRequest {
133
172
  */
134
173
  nextToken?: string;
135
174
  }
175
+ /**
176
+ * @public
177
+ */
136
178
  export interface ListSensitivityInspectionTemplatesResponse {
137
179
  /**
138
180
  * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
@@ -143,30 +185,45 @@ export interface ListSensitivityInspectionTemplatesResponse {
143
185
  */
144
186
  sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[];
145
187
  }
188
+ /**
189
+ * @public
190
+ */
146
191
  export interface ListTagsForResourceRequest {
147
192
  /**
148
193
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
149
194
  */
150
195
  resourceArn: string | undefined;
151
196
  }
197
+ /**
198
+ * @public
199
+ */
152
200
  export interface ListTagsForResourceResponse {
153
201
  /**
154
202
  * <p>A map of key-value pairs that specifies which tags (keys and values) are associated with the resource.</p>
155
203
  */
156
204
  tags?: Record<string, string>;
157
205
  }
206
+ /**
207
+ * @public
208
+ */
158
209
  export interface PutClassificationExportConfigurationRequest {
159
210
  /**
160
211
  * <p>The location to store data classification results in, and the encryption settings to use when storing results in that location.</p>
161
212
  */
162
213
  configuration: ClassificationExportConfiguration | undefined;
163
214
  }
215
+ /**
216
+ * @public
217
+ */
164
218
  export interface PutClassificationExportConfigurationResponse {
165
219
  /**
166
220
  * <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
167
221
  */
168
222
  configuration?: ClassificationExportConfiguration;
169
223
  }
224
+ /**
225
+ * @public
226
+ */
170
227
  export interface PutFindingsPublicationConfigurationRequest {
171
228
  /**
172
229
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
@@ -177,9 +234,13 @@ export interface PutFindingsPublicationConfigurationRequest {
177
234
  */
178
235
  securityHubConfiguration?: SecurityHubConfiguration;
179
236
  }
237
+ /**
238
+ * @public
239
+ */
180
240
  export interface PutFindingsPublicationConfigurationResponse {
181
241
  }
182
242
  /**
243
+ * @public
183
244
  * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.</p>
184
245
  */
185
246
  export interface SearchResourcesCriteriaBlock {
@@ -189,6 +250,7 @@ export interface SearchResourcesCriteriaBlock {
189
250
  and?: SearchResourcesCriteria[];
190
251
  }
191
252
  /**
253
+ * @public
192
254
  * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.</p>
193
255
  */
194
256
  export interface SearchResourcesBucketCriteria {
@@ -201,6 +263,9 @@ export interface SearchResourcesBucketCriteria {
201
263
  */
202
264
  includes?: SearchResourcesCriteriaBlock;
203
265
  }
266
+ /**
267
+ * @public
268
+ */
204
269
  export declare enum SearchResourcesSortAttributeName {
205
270
  ACCOUNT_ID = "ACCOUNT_ID",
206
271
  RESOURCE_NAME = "RESOURCE_NAME",
@@ -208,6 +273,7 @@ export declare enum SearchResourcesSortAttributeName {
208
273
  S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES"
209
274
  }
210
275
  /**
276
+ * @public
211
277
  * <p>Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
212
278
  */
213
279
  export interface SearchResourcesSortCriteria {
@@ -220,6 +286,9 @@ export interface SearchResourcesSortCriteria {
220
286
  */
221
287
  orderBy?: OrderBy | string;
222
288
  }
289
+ /**
290
+ * @public
291
+ */
223
292
  export interface SearchResourcesRequest {
224
293
  /**
225
294
  * <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
@@ -238,6 +307,9 @@ export interface SearchResourcesRequest {
238
307
  */
239
308
  sortCriteria?: SearchResourcesSortCriteria;
240
309
  }
310
+ /**
311
+ * @public
312
+ */
241
313
  export interface SearchResourcesResponse {
242
314
  /**
243
315
  * <p>An array of objects, one for each resource that matches the filter criteria specified in the request.</p>
@@ -248,6 +320,9 @@ export interface SearchResourcesResponse {
248
320
  */
249
321
  nextToken?: string;
250
322
  }
323
+ /**
324
+ * @public
325
+ */
251
326
  export interface TagResourceRequest {
252
327
  /**
253
328
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -258,8 +333,14 @@ export interface TagResourceRequest {
258
333
  */
259
334
  tags: Record<string, string> | undefined;
260
335
  }
336
+ /**
337
+ * @public
338
+ */
261
339
  export interface TagResourceResponse {
262
340
  }
341
+ /**
342
+ * @public
343
+ */
263
344
  export interface TestCustomDataIdentifierRequest {
264
345
  /**
265
346
  * <p>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</p>
@@ -282,12 +363,18 @@ export interface TestCustomDataIdentifierRequest {
282
363
  */
283
364
  sampleText: string | undefined;
284
365
  }
366
+ /**
367
+ * @public
368
+ */
285
369
  export interface TestCustomDataIdentifierResponse {
286
370
  /**
287
371
  * <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
288
372
  */
289
373
  matchCount?: number;
290
374
  }
375
+ /**
376
+ * @public
377
+ */
291
378
  export interface UntagResourceRequest {
292
379
  /**
293
380
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -298,8 +385,14 @@ export interface UntagResourceRequest {
298
385
  */
299
386
  tagKeys: string[] | undefined;
300
387
  }
388
+ /**
389
+ * @public
390
+ */
301
391
  export interface UntagResourceResponse {
302
392
  }
393
+ /**
394
+ * @public
395
+ */
303
396
  export interface UpdateAllowListRequest {
304
397
  /**
305
398
  * <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>
@@ -318,6 +411,9 @@ export interface UpdateAllowListRequest {
318
411
  */
319
412
  name: string | undefined;
320
413
  }
414
+ /**
415
+ * @public
416
+ */
321
417
  export interface UpdateAllowListResponse {
322
418
  /**
323
419
  * <p>The Amazon Resource Name (ARN) of the allow list.</p>
@@ -328,14 +424,23 @@ export interface UpdateAllowListResponse {
328
424
  */
329
425
  id?: string;
330
426
  }
427
+ /**
428
+ * @public
429
+ */
331
430
  export interface UpdateAutomatedDiscoveryConfigurationRequest {
332
431
  /**
333
432
  * <p>The new status of automated sensitive data discovery for the account. Valid values are: ENABLED, start or resume automated sensitive data discovery activities for the account; and, DISABLED, stop performing automated sensitive data discovery activities for the account.</p> <p>When you enable automated sensitive data discovery for the first time, Amazon Macie uses default configuration settings to determine which data sources to analyze and which managed data identifiers to use. To change these settings, use the UpdateClassificationScope and UpdateSensitivityInspectionTemplate operations, respectively. If you change the settings and subsequently disable the configuration, Amazon Macie retains your changes.</p>
334
433
  */
335
434
  status: AutomatedDiscoveryStatus | string | undefined;
336
435
  }
436
+ /**
437
+ * @public
438
+ */
337
439
  export interface UpdateAutomatedDiscoveryConfigurationResponse {
338
440
  }
441
+ /**
442
+ * @public
443
+ */
339
444
  export interface UpdateClassificationJobRequest {
340
445
  /**
341
446
  * <p>The unique identifier for the classification job.</p>
@@ -346,9 +451,13 @@ export interface UpdateClassificationJobRequest {
346
451
  */
347
452
  jobStatus: JobStatus | string | undefined;
348
453
  }
454
+ /**
455
+ * @public
456
+ */
349
457
  export interface UpdateClassificationJobResponse {
350
458
  }
351
459
  /**
460
+ * @public
352
461
  * <p>Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.</p>
353
462
  */
354
463
  export interface S3ClassificationScopeExclusionUpdate {
@@ -362,6 +471,7 @@ export interface S3ClassificationScopeExclusionUpdate {
362
471
  operation: ClassificationScopeUpdateOperation | string | undefined;
363
472
  }
364
473
  /**
474
+ * @public
365
475
  * <p>Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.</p>
366
476
  */
367
477
  export interface S3ClassificationScopeUpdate {
@@ -370,6 +480,9 @@ export interface S3ClassificationScopeUpdate {
370
480
  */
371
481
  excludes: S3ClassificationScopeExclusionUpdate | undefined;
372
482
  }
483
+ /**
484
+ * @public
485
+ */
373
486
  export interface UpdateClassificationScopeRequest {
374
487
  /**
375
488
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
@@ -380,8 +493,14 @@ export interface UpdateClassificationScopeRequest {
380
493
  */
381
494
  s3?: S3ClassificationScopeUpdate;
382
495
  }
496
+ /**
497
+ * @public
498
+ */
383
499
  export interface UpdateClassificationScopeResponse {
384
500
  }
501
+ /**
502
+ * @public
503
+ */
385
504
  export interface UpdateFindingsFilterRequest {
386
505
  /**
387
506
  * <p>The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
@@ -412,6 +531,9 @@ export interface UpdateFindingsFilterRequest {
412
531
  */
413
532
  position?: number;
414
533
  }
534
+ /**
535
+ * @public
536
+ */
415
537
  export interface UpdateFindingsFilterResponse {
416
538
  /**
417
539
  * <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
@@ -422,6 +544,9 @@ export interface UpdateFindingsFilterResponse {
422
544
  */
423
545
  id?: string;
424
546
  }
547
+ /**
548
+ * @public
549
+ */
425
550
  export interface UpdateMacieSessionRequest {
426
551
  /**
427
552
  * <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>
@@ -432,8 +557,14 @@ export interface UpdateMacieSessionRequest {
432
557
  */
433
558
  status?: MacieStatus | string;
434
559
  }
560
+ /**
561
+ * @public
562
+ */
435
563
  export interface UpdateMacieSessionResponse {
436
564
  }
565
+ /**
566
+ * @public
567
+ */
437
568
  export interface UpdateMemberSessionRequest {
438
569
  /**
439
570
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
@@ -444,16 +575,28 @@ export interface UpdateMemberSessionRequest {
444
575
  */
445
576
  status: MacieStatus | string | undefined;
446
577
  }
578
+ /**
579
+ * @public
580
+ */
447
581
  export interface UpdateMemberSessionResponse {
448
582
  }
583
+ /**
584
+ * @public
585
+ */
449
586
  export interface UpdateOrganizationConfigurationRequest {
450
587
  /**
451
588
  * <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
452
589
  */
453
590
  autoEnable: boolean | undefined;
454
591
  }
592
+ /**
593
+ * @public
594
+ */
455
595
  export interface UpdateOrganizationConfigurationResponse {
456
596
  }
597
+ /**
598
+ * @public
599
+ */
457
600
  export interface UpdateResourceProfileRequest {
458
601
  /**
459
602
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
@@ -464,8 +607,14 @@ export interface UpdateResourceProfileRequest {
464
607
  */
465
608
  sensitivityScoreOverride?: number;
466
609
  }
610
+ /**
611
+ * @public
612
+ */
467
613
  export interface UpdateResourceProfileResponse {
468
614
  }
615
+ /**
616
+ * @public
617
+ */
469
618
  export interface UpdateResourceProfileDetectionsRequest {
470
619
  /**
471
620
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
@@ -476,20 +625,32 @@ export interface UpdateResourceProfileDetectionsRequest {
476
625
  */
477
626
  suppressDataIdentifiers?: SuppressDataIdentifier[];
478
627
  }
628
+ /**
629
+ * @public
630
+ */
479
631
  export interface UpdateResourceProfileDetectionsResponse {
480
632
  }
633
+ /**
634
+ * @public
635
+ */
481
636
  export interface UpdateRevealConfigurationRequest {
482
637
  /**
483
638
  * <p>The new configuration settings and the status of the configuration for the account.</p>
484
639
  */
485
640
  configuration: RevealConfiguration | undefined;
486
641
  }
642
+ /**
643
+ * @public
644
+ */
487
645
  export interface UpdateRevealConfigurationResponse {
488
646
  /**
489
647
  * <p>The new configuration settings and the status of the configuration for the account.</p>
490
648
  */
491
649
  configuration?: RevealConfiguration;
492
650
  }
651
+ /**
652
+ * @public
653
+ */
493
654
  export interface UpdateSensitivityInspectionTemplateRequest {
494
655
  /**
495
656
  * <p>A custom description of the template. The description can contain as many as 200 characters.</p>
@@ -508,6 +669,9 @@ export interface UpdateSensitivityInspectionTemplateRequest {
508
669
  */
509
670
  includes?: SensitivityInspectionTemplateIncludes;
510
671
  }
672
+ /**
673
+ * @public
674
+ */
511
675
  export interface UpdateSensitivityInspectionTemplateResponse {
512
676
  }
513
677
  /**
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeBucketsCommandInput, DescribeBucketsCommandOutput } from "../commands/DescribeBucketsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeBuckets(config: Macie2PaginationConfiguration, input: DescribeBucketsCommandInput, ...additionalArguments: any): Paginator<DescribeBucketsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetUsageStatistics(config: Macie2PaginationConfiguration, input: GetUsageStatisticsCommandInput, ...additionalArguments: any): Paginator<GetUsageStatisticsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { Macie2Client } from "../Macie2Client";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface Macie2PaginationConfiguration extends PaginationConfiguration {
4
7
  client: Macie2Client;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAllowListsCommandInput, ListAllowListsCommandOutput } from "../commands/ListAllowListsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAllowLists(config: Macie2PaginationConfiguration, input: ListAllowListsCommandInput, ...additionalArguments: any): Paginator<ListAllowListsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "../commands/ListClassificationJobsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListClassificationJobs(config: Macie2PaginationConfiguration, input: ListClassificationJobsCommandInput, ...additionalArguments: any): Paginator<ListClassificationJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListClassificationScopesCommandInput, ListClassificationScopesCommandOutput } from "../commands/ListClassificationScopesCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListClassificationScopes(config: Macie2PaginationConfiguration, input: ListClassificationScopesCommandInput, ...additionalArguments: any): Paginator<ListClassificationScopesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCustomDataIdentifiersCommandInput, ListCustomDataIdentifiersCommandOutput } from "../commands/ListCustomDataIdentifiersCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCustomDataIdentifiers(config: Macie2PaginationConfiguration, input: ListCustomDataIdentifiersCommandInput, ...additionalArguments: any): Paginator<ListCustomDataIdentifiersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFindingsFiltersCommandInput, ListFindingsFiltersCommandOutput } from "../commands/ListFindingsFiltersCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFindingsFilters(config: Macie2PaginationConfiguration, input: ListFindingsFiltersCommandInput, ...additionalArguments: any): Paginator<ListFindingsFiltersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFindings(config: Macie2PaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInvitations(config: Macie2PaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListManagedDataIdentifiersCommandInput, ListManagedDataIdentifiersCommandOutput } from "../commands/ListManagedDataIdentifiersCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListManagedDataIdentifiers(config: Macie2PaginationConfiguration, input: ListManagedDataIdentifiersCommandInput, ...additionalArguments: any): Paginator<ListManagedDataIdentifiersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMembers(config: Macie2PaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListOrganizationAdminAccounts(config: Macie2PaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListResourceProfileArtifactsCommandInput, ListResourceProfileArtifactsCommandOutput } from "../commands/ListResourceProfileArtifactsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListResourceProfileArtifacts(config: Macie2PaginationConfiguration, input: ListResourceProfileArtifactsCommandInput, ...additionalArguments: any): Paginator<ListResourceProfileArtifactsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListResourceProfileDetectionsCommandInput, ListResourceProfileDetectionsCommandOutput } from "../commands/ListResourceProfileDetectionsCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListResourceProfileDetections(config: Macie2PaginationConfiguration, input: ListResourceProfileDetectionsCommandInput, ...additionalArguments: any): Paginator<ListResourceProfileDetectionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSensitivityInspectionTemplatesCommandInput, ListSensitivityInspectionTemplatesCommandOutput } from "../commands/ListSensitivityInspectionTemplatesCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSensitivityInspectionTemplates(config: Macie2PaginationConfiguration, input: ListSensitivityInspectionTemplatesCommandInput, ...additionalArguments: any): Paginator<ListSensitivityInspectionTemplatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand";
3
3
  import { Macie2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateSearchResources(config: Macie2PaginationConfiguration, input: SearchResourcesCommandInput, ...additionalArguments: any): Paginator<SearchResourcesCommandOutput>;