@aws-sdk/client-macie2 3.687.0 → 3.691.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.
@@ -8,12 +8,12 @@ export interface ListJobsFilterCriteria {
8
8
  * <p>An array of objects, one for each condition that determines which jobs to exclude from the results.</p>
9
9
  * @public
10
10
  */
11
- excludes?: ListJobsFilterTerm[];
11
+ excludes?: ListJobsFilterTerm[] | undefined;
12
12
  /**
13
13
  * <p>An array of objects, one for each condition that determines which jobs to include in the results.</p>
14
14
  * @public
15
15
  */
16
- includes?: ListJobsFilterTerm[];
16
+ includes?: ListJobsFilterTerm[] | undefined;
17
17
  }
18
18
  /**
19
19
  * @public
@@ -38,12 +38,12 @@ export interface ListJobsSortCriteria {
38
38
  * <p>The property to sort the results by.</p>
39
39
  * @public
40
40
  */
41
- attributeName?: ListJobsSortAttributeName;
41
+ attributeName?: ListJobsSortAttributeName | undefined;
42
42
  /**
43
43
  * <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
44
44
  * @public
45
45
  */
46
- orderBy?: OrderBy;
46
+ orderBy?: OrderBy | undefined;
47
47
  }
48
48
  /**
49
49
  * @public
@@ -53,22 +53,22 @@ export interface ListClassificationJobsRequest {
53
53
  * <p>The criteria to use to filter the results.</p>
54
54
  * @public
55
55
  */
56
- filterCriteria?: ListJobsFilterCriteria;
56
+ filterCriteria?: ListJobsFilterCriteria | undefined;
57
57
  /**
58
58
  * <p>The maximum number of items to include in each page of the response.</p>
59
59
  * @public
60
60
  */
61
- maxResults?: number;
61
+ maxResults?: number | undefined;
62
62
  /**
63
63
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
64
64
  * @public
65
65
  */
66
- nextToken?: string;
66
+ nextToken?: string | undefined;
67
67
  /**
68
68
  * <p>The criteria to use to sort the results.</p>
69
69
  * @public
70
70
  */
71
- sortCriteria?: ListJobsSortCriteria;
71
+ sortCriteria?: ListJobsSortCriteria | undefined;
72
72
  }
73
73
  /**
74
74
  * @public
@@ -78,12 +78,12 @@ export interface ListClassificationJobsResponse {
78
78
  * <p>An array of objects, one for each job that matches the filter criteria specified in the request.</p>
79
79
  * @public
80
80
  */
81
- items?: JobSummary[];
81
+ items?: JobSummary[] | undefined;
82
82
  /**
83
83
  * <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>
84
84
  * @public
85
85
  */
86
- nextToken?: string;
86
+ nextToken?: string | undefined;
87
87
  }
88
88
  /**
89
89
  * @public
@@ -93,12 +93,12 @@ export interface ListClassificationScopesRequest {
93
93
  * <p>The name of the classification scope to retrieve the unique identifier for.</p>
94
94
  * @public
95
95
  */
96
- name?: string;
96
+ name?: string | undefined;
97
97
  /**
98
98
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
99
99
  * @public
100
100
  */
101
- nextToken?: string;
101
+ nextToken?: string | undefined;
102
102
  }
103
103
  /**
104
104
  * @public
@@ -108,12 +108,12 @@ export interface ListClassificationScopesResponse {
108
108
  * <p>An array that specifies the unique identifier and name of the classification scope for the account.</p>
109
109
  * @public
110
110
  */
111
- classificationScopes?: ClassificationScopeSummary[];
111
+ classificationScopes?: ClassificationScopeSummary[] | undefined;
112
112
  /**
113
113
  * <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>
114
114
  * @public
115
115
  */
116
- nextToken?: string;
116
+ nextToken?: string | undefined;
117
117
  }
118
118
  /**
119
119
  * @public
@@ -123,12 +123,12 @@ export interface ListCustomDataIdentifiersRequest {
123
123
  * <p>The maximum number of items to include in each page of the response.</p>
124
124
  * @public
125
125
  */
126
- maxResults?: number;
126
+ maxResults?: number | undefined;
127
127
  /**
128
128
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
129
129
  * @public
130
130
  */
131
- nextToken?: string;
131
+ nextToken?: string | undefined;
132
132
  }
133
133
  /**
134
134
  * @public
@@ -138,12 +138,12 @@ export interface ListCustomDataIdentifiersResponse {
138
138
  * <p>An array of objects, one for each custom data identifier.</p>
139
139
  * @public
140
140
  */
141
- items?: CustomDataIdentifierSummary[];
141
+ items?: CustomDataIdentifierSummary[] | undefined;
142
142
  /**
143
143
  * <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>
144
144
  * @public
145
145
  */
146
- nextToken?: string;
146
+ nextToken?: string | undefined;
147
147
  }
148
148
  /**
149
149
  * @public
@@ -153,22 +153,22 @@ export interface ListFindingsRequest {
153
153
  * <p>The criteria to use to filter the results.</p>
154
154
  * @public
155
155
  */
156
- findingCriteria?: FindingCriteria;
156
+ findingCriteria?: FindingCriteria | undefined;
157
157
  /**
158
158
  * <p>The maximum number of items to include in each page of the response.</p>
159
159
  * @public
160
160
  */
161
- maxResults?: number;
161
+ maxResults?: number | undefined;
162
162
  /**
163
163
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
164
164
  * @public
165
165
  */
166
- nextToken?: string;
166
+ nextToken?: string | undefined;
167
167
  /**
168
168
  * <p>The criteria to use to sort the results.</p>
169
169
  * @public
170
170
  */
171
- sortCriteria?: SortCriteria;
171
+ sortCriteria?: SortCriteria | undefined;
172
172
  }
173
173
  /**
174
174
  * @public
@@ -178,12 +178,12 @@ export interface ListFindingsResponse {
178
178
  * <p>An array of strings, where each string is the unique identifier for a finding that matches the filter criteria specified in the request.</p>
179
179
  * @public
180
180
  */
181
- findingIds?: string[];
181
+ findingIds?: string[] | undefined;
182
182
  /**
183
183
  * <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>
184
184
  * @public
185
185
  */
186
- nextToken?: string;
186
+ nextToken?: string | undefined;
187
187
  }
188
188
  /**
189
189
  * @public
@@ -193,12 +193,12 @@ export interface ListFindingsFiltersRequest {
193
193
  * <p>The maximum number of items to include in each page of a paginated response.</p>
194
194
  * @public
195
195
  */
196
- maxResults?: number;
196
+ maxResults?: number | undefined;
197
197
  /**
198
198
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
199
199
  * @public
200
200
  */
201
- nextToken?: string;
201
+ nextToken?: string | undefined;
202
202
  }
203
203
  /**
204
204
  * @public
@@ -208,12 +208,12 @@ export interface ListFindingsFiltersResponse {
208
208
  * <p>An array of objects, one for each filter that's associated with the account.</p>
209
209
  * @public
210
210
  */
211
- findingsFilterListItems?: FindingsFilterListItem[];
211
+ findingsFilterListItems?: FindingsFilterListItem[] | undefined;
212
212
  /**
213
213
  * <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>
214
214
  * @public
215
215
  */
216
- nextToken?: string;
216
+ nextToken?: string | undefined;
217
217
  }
218
218
  /**
219
219
  * @public
@@ -223,12 +223,12 @@ export interface ListInvitationsRequest {
223
223
  * <p>The maximum number of items to include in each page of a paginated response.</p>
224
224
  * @public
225
225
  */
226
- maxResults?: number;
226
+ maxResults?: number | undefined;
227
227
  /**
228
228
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
229
229
  * @public
230
230
  */
231
- nextToken?: string;
231
+ nextToken?: string | undefined;
232
232
  }
233
233
  /**
234
234
  * @public
@@ -238,12 +238,12 @@ export interface ListInvitationsResponse {
238
238
  * <p>An array of objects, one for each invitation that was received by the account.</p>
239
239
  * @public
240
240
  */
241
- invitations?: Invitation[];
241
+ invitations?: Invitation[] | undefined;
242
242
  /**
243
243
  * <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>
244
244
  * @public
245
245
  */
246
- nextToken?: string;
246
+ nextToken?: string | undefined;
247
247
  }
248
248
  /**
249
249
  * @public
@@ -253,7 +253,7 @@ export interface ListManagedDataIdentifiersRequest {
253
253
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
254
254
  * @public
255
255
  */
256
- nextToken?: string;
256
+ nextToken?: string | undefined;
257
257
  }
258
258
  /**
259
259
  * @public
@@ -263,12 +263,12 @@ export interface ListManagedDataIdentifiersResponse {
263
263
  * <p>An array of objects, one for each managed data identifier.</p>
264
264
  * @public
265
265
  */
266
- items?: ManagedDataIdentifierSummary[];
266
+ items?: ManagedDataIdentifierSummary[] | undefined;
267
267
  /**
268
268
  * <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>
269
269
  * @public
270
270
  */
271
- nextToken?: string;
271
+ nextToken?: string | undefined;
272
272
  }
273
273
  /**
274
274
  * @public
@@ -278,17 +278,17 @@ export interface ListMembersRequest {
278
278
  * <p>The maximum number of items to include in each page of a paginated response.</p>
279
279
  * @public
280
280
  */
281
- maxResults?: number;
281
+ maxResults?: number | undefined;
282
282
  /**
283
283
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
284
284
  * @public
285
285
  */
286
- nextToken?: string;
286
+ nextToken?: string | undefined;
287
287
  /**
288
288
  * <p>Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.</p>
289
289
  * @public
290
290
  */
291
- onlyAssociated?: string;
291
+ onlyAssociated?: string | undefined;
292
292
  }
293
293
  /**
294
294
  * @public
@@ -298,12 +298,12 @@ export interface ListMembersResponse {
298
298
  * <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>
299
299
  * @public
300
300
  */
301
- members?: Member[];
301
+ members?: Member[] | undefined;
302
302
  /**
303
303
  * <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>
304
304
  * @public
305
305
  */
306
- nextToken?: string;
306
+ nextToken?: string | undefined;
307
307
  }
308
308
  /**
309
309
  * @public
@@ -313,12 +313,12 @@ export interface ListOrganizationAdminAccountsRequest {
313
313
  * <p>The maximum number of items to include in each page of a paginated response.</p>
314
314
  * @public
315
315
  */
316
- maxResults?: number;
316
+ maxResults?: number | undefined;
317
317
  /**
318
318
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
319
319
  * @public
320
320
  */
321
- nextToken?: string;
321
+ nextToken?: string | undefined;
322
322
  }
323
323
  /**
324
324
  * @public
@@ -328,12 +328,12 @@ export interface ListOrganizationAdminAccountsResponse {
328
328
  * <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>
329
329
  * @public
330
330
  */
331
- adminAccounts?: AdminAccount[];
331
+ adminAccounts?: AdminAccount[] | undefined;
332
332
  /**
333
333
  * <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>
334
334
  * @public
335
335
  */
336
- nextToken?: string;
336
+ nextToken?: string | undefined;
337
337
  }
338
338
  /**
339
339
  * @public
@@ -343,7 +343,7 @@ export interface ListResourceProfileArtifactsRequest {
343
343
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
344
344
  * @public
345
345
  */
346
- nextToken?: string;
346
+ nextToken?: string | undefined;
347
347
  /**
348
348
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
349
349
  * @public
@@ -358,12 +358,12 @@ export interface ListResourceProfileArtifactsResponse {
358
358
  * <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>
359
359
  * @public
360
360
  */
361
- artifacts?: ResourceProfileArtifact[];
361
+ artifacts?: ResourceProfileArtifact[] | undefined;
362
362
  /**
363
363
  * <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>
364
364
  * @public
365
365
  */
366
- nextToken?: string;
366
+ nextToken?: string | undefined;
367
367
  }
368
368
  /**
369
369
  * @public
@@ -373,12 +373,12 @@ export interface ListResourceProfileDetectionsRequest {
373
373
  * <p>The maximum number of items to include in each page of a paginated response.</p>
374
374
  * @public
375
375
  */
376
- maxResults?: number;
376
+ maxResults?: number | undefined;
377
377
  /**
378
378
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
379
379
  * @public
380
380
  */
381
- nextToken?: string;
381
+ nextToken?: string | undefined;
382
382
  /**
383
383
  * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
384
384
  * @public
@@ -393,12 +393,12 @@ export interface ListResourceProfileDetectionsResponse {
393
393
  * <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>
394
394
  * @public
395
395
  */
396
- detections?: Detection[];
396
+ detections?: Detection[] | undefined;
397
397
  /**
398
398
  * <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>
399
399
  * @public
400
400
  */
401
- nextToken?: string;
401
+ nextToken?: string | undefined;
402
402
  }
403
403
  /**
404
404
  * @public
@@ -408,12 +408,12 @@ export interface ListSensitivityInspectionTemplatesRequest {
408
408
  * <p>The maximum number of items to include in each page of a paginated response.</p>
409
409
  * @public
410
410
  */
411
- maxResults?: number;
411
+ maxResults?: number | undefined;
412
412
  /**
413
413
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
414
414
  * @public
415
415
  */
416
- nextToken?: string;
416
+ nextToken?: string | undefined;
417
417
  }
418
418
  /**
419
419
  * @public
@@ -423,12 +423,12 @@ export interface ListSensitivityInspectionTemplatesResponse {
423
423
  * <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>
424
424
  * @public
425
425
  */
426
- nextToken?: string;
426
+ nextToken?: string | undefined;
427
427
  /**
428
428
  * <p>An array that specifies the unique identifier and name of the sensitivity inspection template for the account.</p>
429
429
  * @public
430
430
  */
431
- sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[];
431
+ sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[] | undefined;
432
432
  }
433
433
  /**
434
434
  * @public
@@ -448,7 +448,7 @@ export interface ListTagsForResourceResponse {
448
448
  * <p>A map of key-value pairs that specifies which tags (keys and values) are associated with the resource.</p>
449
449
  * @public
450
450
  */
451
- tags?: Record<string, string>;
451
+ tags?: Record<string, string> | undefined;
452
452
  }
453
453
  /**
454
454
  * @public
@@ -468,7 +468,7 @@ export interface PutClassificationExportConfigurationResponse {
468
468
  * <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
469
469
  * @public
470
470
  */
471
- configuration?: ClassificationExportConfiguration;
471
+ configuration?: ClassificationExportConfiguration | undefined;
472
472
  }
473
473
  /**
474
474
  * @public
@@ -478,12 +478,12 @@ export interface PutFindingsPublicationConfigurationRequest {
478
478
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
479
479
  * @public
480
480
  */
481
- clientToken?: string;
481
+ clientToken?: string | undefined;
482
482
  /**
483
483
  * <p>The configuration settings that determine which findings to publish to Security Hub.</p>
484
484
  * @public
485
485
  */
486
- securityHubConfiguration?: SecurityHubConfiguration;
486
+ securityHubConfiguration?: SecurityHubConfiguration | undefined;
487
487
  }
488
488
  /**
489
489
  * @public
@@ -499,7 +499,7 @@ export interface SearchResourcesCriteriaBlock {
499
499
  * <p>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</p>
500
500
  * @public
501
501
  */
502
- and?: SearchResourcesCriteria[];
502
+ and?: SearchResourcesCriteria[] | undefined;
503
503
  }
504
504
  /**
505
505
  * <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>
@@ -510,12 +510,12 @@ export interface SearchResourcesBucketCriteria {
510
510
  * <p>The property- and tag-based conditions that determine which buckets to exclude from the results.</p>
511
511
  * @public
512
512
  */
513
- excludes?: SearchResourcesCriteriaBlock;
513
+ excludes?: SearchResourcesCriteriaBlock | undefined;
514
514
  /**
515
515
  * <p>The property- and tag-based conditions that determine which buckets to include in the results.</p>
516
516
  * @public
517
517
  */
518
- includes?: SearchResourcesCriteriaBlock;
518
+ includes?: SearchResourcesCriteriaBlock | undefined;
519
519
  }
520
520
  /**
521
521
  * @public
@@ -540,12 +540,12 @@ export interface SearchResourcesSortCriteria {
540
540
  * <p>The property to sort the results by.</p>
541
541
  * @public
542
542
  */
543
- attributeName?: SearchResourcesSortAttributeName;
543
+ attributeName?: SearchResourcesSortAttributeName | undefined;
544
544
  /**
545
545
  * <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
546
546
  * @public
547
547
  */
548
- orderBy?: OrderBy;
548
+ orderBy?: OrderBy | undefined;
549
549
  }
550
550
  /**
551
551
  * @public
@@ -555,22 +555,22 @@ export interface SearchResourcesRequest {
555
555
  * <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
556
556
  * @public
557
557
  */
558
- bucketCriteria?: SearchResourcesBucketCriteria;
558
+ bucketCriteria?: SearchResourcesBucketCriteria | undefined;
559
559
  /**
560
560
  * <p>The maximum number of items to include in each page of the response. The default value is 50.</p>
561
561
  * @public
562
562
  */
563
- maxResults?: number;
563
+ maxResults?: number | undefined;
564
564
  /**
565
565
  * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
566
566
  * @public
567
567
  */
568
- nextToken?: string;
568
+ nextToken?: string | undefined;
569
569
  /**
570
570
  * <p>The criteria to use to sort the results.</p>
571
571
  * @public
572
572
  */
573
- sortCriteria?: SearchResourcesSortCriteria;
573
+ sortCriteria?: SearchResourcesSortCriteria | undefined;
574
574
  }
575
575
  /**
576
576
  * @public
@@ -580,12 +580,12 @@ export interface SearchResourcesResponse {
580
580
  * <p>An array of objects, one for each resource that matches the filter criteria specified in the request.</p>
581
581
  * @public
582
582
  */
583
- matchingResources?: MatchingResource[];
583
+ matchingResources?: MatchingResource[] | undefined;
584
584
  /**
585
585
  * <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>
586
586
  * @public
587
587
  */
588
- nextToken?: string;
588
+ nextToken?: string | undefined;
589
589
  }
590
590
  /**
591
591
  * @public
@@ -615,17 +615,17 @@ export interface TestCustomDataIdentifierRequest {
615
615
  * <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>
616
616
  * @public
617
617
  */
618
- ignoreWords?: string[];
618
+ ignoreWords?: string[] | undefined;
619
619
  /**
620
620
  * <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
621
621
  * @public
622
622
  */
623
- keywords?: string[];
623
+ keywords?: string[] | undefined;
624
624
  /**
625
625
  * <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
626
626
  * @public
627
627
  */
628
- maximumMatchDistance?: number;
628
+ maximumMatchDistance?: number | undefined;
629
629
  /**
630
630
  * <p>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</p>
631
631
  * @public
@@ -645,7 +645,7 @@ export interface TestCustomDataIdentifierResponse {
645
645
  * <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
646
646
  * @public
647
647
  */
648
- matchCount?: number;
648
+ matchCount?: number | undefined;
649
649
  }
650
650
  /**
651
651
  * @public
@@ -680,7 +680,7 @@ export interface UpdateAllowListRequest {
680
680
  * <p>A custom description of the allow list. The description can contain as many as 512 characters.</p>
681
681
  * @public
682
682
  */
683
- description?: string;
683
+ description?: string | undefined;
684
684
  /**
685
685
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
686
686
  * @public
@@ -700,12 +700,12 @@ export interface UpdateAllowListResponse {
700
700
  * <p>The Amazon Resource Name (ARN) of the allow list.</p>
701
701
  * @public
702
702
  */
703
- arn?: string;
703
+ arn?: string | undefined;
704
704
  /**
705
705
  * <p>The unique identifier for the allow list.</p>
706
706
  * @public
707
707
  */
708
- id?: string;
708
+ id?: string | undefined;
709
709
  }
710
710
  /**
711
711
  * @public
@@ -715,7 +715,7 @@ export interface UpdateAutomatedDiscoveryConfigurationRequest {
715
715
  * <p>Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.</p> <p>If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.</p>
716
716
  * @public
717
717
  */
718
- autoEnableOrganizationMembers?: AutoEnableMode;
718
+ autoEnableOrganizationMembers?: AutoEnableMode | undefined;
719
719
  /**
720
720
  * <p>The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.</p> <p>If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.</p>
721
721
  * @public
@@ -787,7 +787,7 @@ export interface UpdateClassificationScopeRequest {
787
787
  * <p>The S3 buckets to add or remove from the exclusion list defined by the classification scope.</p>
788
788
  * @public
789
789
  */
790
- s3?: S3ClassificationScopeUpdate;
790
+ s3?: S3ClassificationScopeUpdate | undefined;
791
791
  }
792
792
  /**
793
793
  * @public
@@ -802,22 +802,22 @@ export interface UpdateFindingsFilterRequest {
802
802
  * <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>
803
803
  * @public
804
804
  */
805
- action?: FindingsFilterAction;
805
+ action?: FindingsFilterAction | undefined;
806
806
  /**
807
807
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
808
808
  * @public
809
809
  */
810
- clientToken?: string;
810
+ clientToken?: string | undefined;
811
811
  /**
812
812
  * <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
813
813
  * @public
814
814
  */
815
- description?: string;
815
+ description?: string | undefined;
816
816
  /**
817
817
  * <p>The criteria to use to filter findings.</p>
818
818
  * @public
819
819
  */
820
- findingCriteria?: FindingCriteria;
820
+ findingCriteria?: FindingCriteria | undefined;
821
821
  /**
822
822
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
823
823
  * @public
@@ -827,12 +827,12 @@ export interface UpdateFindingsFilterRequest {
827
827
  * <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
828
828
  * @public
829
829
  */
830
- name?: string;
830
+ name?: string | undefined;
831
831
  /**
832
832
  * <p>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</p>
833
833
  * @public
834
834
  */
835
- position?: number;
835
+ position?: number | undefined;
836
836
  }
837
837
  /**
838
838
  * @public
@@ -842,12 +842,12 @@ export interface UpdateFindingsFilterResponse {
842
842
  * <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
843
843
  * @public
844
844
  */
845
- arn?: string;
845
+ arn?: string | undefined;
846
846
  /**
847
847
  * <p>The unique identifier for the filter that was updated.</p>
848
848
  * @public
849
849
  */
850
- id?: string;
850
+ id?: string | undefined;
851
851
  }
852
852
  /**
853
853
  * @public
@@ -857,12 +857,12 @@ export interface UpdateMacieSessionRequest {
857
857
  * <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>
858
858
  * @public
859
859
  */
860
- findingPublishingFrequency?: FindingPublishingFrequency;
860
+ findingPublishingFrequency?: FindingPublishingFrequency | undefined;
861
861
  /**
862
862
  * <p>Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
863
863
  * @public
864
864
  */
865
- status?: MacieStatus;
865
+ status?: MacieStatus | undefined;
866
866
  }
867
867
  /**
868
868
  * @public
@@ -917,7 +917,7 @@ export interface UpdateResourceProfileRequest {
917
917
  * <p>The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the <i>Sensitive</i> label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.</p>
918
918
  * @public
919
919
  */
920
- sensitivityScoreOverride?: number;
920
+ sensitivityScoreOverride?: number | undefined;
921
921
  }
922
922
  /**
923
923
  * @public
@@ -937,7 +937,7 @@ export interface UpdateResourceProfileDetectionsRequest {
937
937
  * <p>An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.</p>
938
938
  * @public
939
939
  */
940
- suppressDataIdentifiers?: SuppressDataIdentifier[];
940
+ suppressDataIdentifiers?: SuppressDataIdentifier[] | undefined;
941
941
  }
942
942
  /**
943
943
  * @public
@@ -958,7 +958,7 @@ export interface UpdateRetrievalConfiguration {
958
958
  * <p>The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account. The trust and permissions policies for the role must meet all requirements for Macie to assume the role.</p>
959
959
  * @public
960
960
  */
961
- roleName?: string;
961
+ roleName?: string | undefined;
962
962
  }
963
963
  /**
964
964
  * @public
@@ -973,7 +973,7 @@ export interface UpdateRevealConfigurationRequest {
973
973
  * <p>The access method and settings to use when retrieving the sensitive data.</p>
974
974
  * @public
975
975
  */
976
- retrievalConfiguration?: UpdateRetrievalConfiguration;
976
+ retrievalConfiguration?: UpdateRetrievalConfiguration | undefined;
977
977
  }
978
978
  /**
979
979
  * @public
@@ -983,12 +983,12 @@ export interface UpdateRevealConfigurationResponse {
983
983
  * <p>The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.</p>
984
984
  * @public
985
985
  */
986
- configuration?: RevealConfiguration;
986
+ configuration?: RevealConfiguration | undefined;
987
987
  /**
988
988
  * <p>The access method and settings to use when retrieving the sensitive data.</p>
989
989
  * @public
990
990
  */
991
- retrievalConfiguration?: RetrievalConfiguration;
991
+ retrievalConfiguration?: RetrievalConfiguration | undefined;
992
992
  }
993
993
  /**
994
994
  * @public
@@ -998,12 +998,12 @@ export interface UpdateSensitivityInspectionTemplateRequest {
998
998
  * <p>A custom description of the template. The description can contain as many as 200 characters.</p>
999
999
  * @public
1000
1000
  */
1001
- description?: string;
1001
+ description?: string | undefined;
1002
1002
  /**
1003
1003
  * <p>The managed data identifiers to explicitly exclude (not use) when performing automated sensitive data discovery.</p> <p>To exclude an allow list or custom data identifier that's currently included by the template, update the values for the SensitivityInspectionTemplateIncludes.allowListIds and SensitivityInspectionTemplateIncludes.customDataIdentifierIds properties, respectively.</p>
1004
1004
  * @public
1005
1005
  */
1006
- excludes?: SensitivityInspectionTemplateExcludes;
1006
+ excludes?: SensitivityInspectionTemplateExcludes | undefined;
1007
1007
  /**
1008
1008
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
1009
1009
  * @public
@@ -1013,7 +1013,7 @@ export interface UpdateSensitivityInspectionTemplateRequest {
1013
1013
  * <p>The allow lists, custom data identifiers, and managed data identifiers to explicitly include (use) when performing automated sensitive data discovery.</p>
1014
1014
  * @public
1015
1015
  */
1016
- includes?: SensitivityInspectionTemplateIncludes;
1016
+ includes?: SensitivityInspectionTemplateIncludes | undefined;
1017
1017
  }
1018
1018
  /**
1019
1019
  * @public