@aws-sdk/client-macie2 3.169.0 → 3.171.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 (96) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Macie2.d.ts +1168 -335
  3. package/dist-types/ts3.4/Macie2Client.d.ts +500 -139
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +33 -18
  63. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +36 -17
  68. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/Macie2ServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +2 -2
  75. package/dist-types/ts3.4/models/models_0.d.ts +2116 -2768
  76. package/dist-types/ts3.4/models/models_1.d.ts +103 -109
  77. package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  80. package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  89. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  94. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  95. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +11 -7
  96. package/package.json +35 -35
@@ -1,2768 +1,2116 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { Macie2ServiceException as __BaseException } from "./Macie2ServiceException";
3
- export declare enum AdminStatus {
4
- DISABLING_IN_PROGRESS = "DISABLING_IN_PROGRESS",
5
- ENABLED = "ENABLED"
6
- }
7
-
8
- export interface AdminAccount {
9
-
10
- accountId?: string;
11
-
12
- status?: AdminStatus | string;
13
- }
14
-
15
- export interface AllowListSummary {
16
-
17
- arn?: string;
18
-
19
- createdAt?: Date;
20
-
21
- description?: string;
22
-
23
- id?: string;
24
-
25
- name?: string;
26
-
27
- updatedAt?: Date;
28
- }
29
-
30
- export interface BatchGetCustomDataIdentifierSummary {
31
-
32
- arn?: string;
33
-
34
- createdAt?: Date;
35
-
36
- deleted?: boolean;
37
-
38
- description?: string;
39
-
40
- id?: string;
41
-
42
- name?: string;
43
- }
44
- export declare enum AllowsUnencryptedObjectUploads {
45
- FALSE = "FALSE",
46
- TRUE = "TRUE",
47
- UNKNOWN = "UNKNOWN"
48
- }
49
- export declare enum BucketMetadataErrorCode {
50
- ACCESS_DENIED = "ACCESS_DENIED"
51
- }
52
- export declare enum IsDefinedInJob {
53
- FALSE = "FALSE",
54
- TRUE = "TRUE",
55
- UNKNOWN = "UNKNOWN"
56
- }
57
- export declare enum IsMonitoredByJob {
58
- FALSE = "FALSE",
59
- TRUE = "TRUE",
60
- UNKNOWN = "UNKNOWN"
61
- }
62
-
63
- export interface JobDetails {
64
-
65
- isDefinedInJob?: IsDefinedInJob | string;
66
-
67
- isMonitoredByJob?: IsMonitoredByJob | string;
68
-
69
- lastJobId?: string;
70
-
71
- lastJobRunTime?: Date;
72
- }
73
-
74
- export interface ObjectCountByEncryptionType {
75
-
76
- customerManaged?: number;
77
-
78
- kmsManaged?: number;
79
-
80
- s3Managed?: number;
81
-
82
- unencrypted?: number;
83
-
84
- unknown?: number;
85
- }
86
- export declare enum EffectivePermission {
87
- NOT_PUBLIC = "NOT_PUBLIC",
88
- PUBLIC = "PUBLIC",
89
- UNKNOWN = "UNKNOWN"
90
- }
91
-
92
- export interface BlockPublicAccess {
93
-
94
- blockPublicAcls?: boolean;
95
-
96
- blockPublicPolicy?: boolean;
97
-
98
- ignorePublicAcls?: boolean;
99
-
100
- restrictPublicBuckets?: boolean;
101
- }
102
-
103
- export interface AccountLevelPermissions {
104
-
105
- blockPublicAccess?: BlockPublicAccess;
106
- }
107
-
108
- export interface AccessControlList {
109
-
110
- allowsPublicReadAccess?: boolean;
111
-
112
- allowsPublicWriteAccess?: boolean;
113
- }
114
-
115
- export interface BucketPolicy {
116
-
117
- allowsPublicReadAccess?: boolean;
118
-
119
- allowsPublicWriteAccess?: boolean;
120
- }
121
-
122
- export interface BucketLevelPermissions {
123
-
124
- accessControlList?: AccessControlList;
125
-
126
- blockPublicAccess?: BlockPublicAccess;
127
-
128
- bucketPolicy?: BucketPolicy;
129
- }
130
-
131
- export interface BucketPermissionConfiguration {
132
-
133
- accountLevelPermissions?: AccountLevelPermissions;
134
-
135
- bucketLevelPermissions?: BucketLevelPermissions;
136
- }
137
-
138
- export interface BucketPublicAccess {
139
-
140
- effectivePermission?: EffectivePermission | string;
141
-
142
- permissionConfiguration?: BucketPermissionConfiguration;
143
- }
144
-
145
- export interface ReplicationDetails {
146
-
147
- replicated?: boolean;
148
-
149
- replicatedExternally?: boolean;
150
-
151
- replicationAccounts?: string[];
152
- }
153
- export declare enum Type {
154
- AES256 = "AES256",
155
- NONE = "NONE",
156
- aws_kms = "aws:kms"
157
- }
158
-
159
- export interface BucketServerSideEncryption {
160
-
161
- kmsMasterKeyId?: string;
162
-
163
- type?: Type | string;
164
- }
165
- export declare enum SharedAccess {
166
- EXTERNAL = "EXTERNAL",
167
- INTERNAL = "INTERNAL",
168
- NOT_SHARED = "NOT_SHARED",
169
- UNKNOWN = "UNKNOWN"
170
- }
171
-
172
- export interface KeyValuePair {
173
-
174
- key?: string;
175
-
176
- value?: string;
177
- }
178
-
179
- export interface ObjectLevelStatistics {
180
-
181
- fileType?: number;
182
-
183
- storageClass?: number;
184
-
185
- total?: number;
186
- }
187
-
188
- export interface BucketMetadata {
189
-
190
- accountId?: string;
191
-
192
- allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
193
-
194
- bucketArn?: string;
195
-
196
- bucketCreatedAt?: Date;
197
-
198
- bucketName?: string;
199
-
200
- classifiableObjectCount?: number;
201
-
202
- classifiableSizeInBytes?: number;
203
-
204
- errorCode?: BucketMetadataErrorCode | string;
205
-
206
- errorMessage?: string;
207
-
208
- jobDetails?: JobDetails;
209
-
210
- lastUpdated?: Date;
211
-
212
- objectCount?: number;
213
-
214
- objectCountByEncryptionType?: ObjectCountByEncryptionType;
215
-
216
- publicAccess?: BucketPublicAccess;
217
-
218
- region?: string;
219
-
220
- replicationDetails?: ReplicationDetails;
221
-
222
- serverSideEncryption?: BucketServerSideEncryption;
223
-
224
- sharedAccess?: SharedAccess | string;
225
-
226
- sizeInBytes?: number;
227
-
228
- sizeInBytesCompressed?: number;
229
-
230
- tags?: KeyValuePair[];
231
-
232
- unclassifiableObjectCount?: ObjectLevelStatistics;
233
-
234
- unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
235
-
236
- versioning?: boolean;
237
- }
238
- export declare enum JobComparator {
239
- CONTAINS = "CONTAINS",
240
- EQ = "EQ",
241
- GT = "GT",
242
- GTE = "GTE",
243
- LT = "LT",
244
- LTE = "LTE",
245
- NE = "NE",
246
- STARTS_WITH = "STARTS_WITH"
247
- }
248
- export declare enum SimpleCriterionKeyForJob {
249
- ACCOUNT_ID = "ACCOUNT_ID",
250
- S3_BUCKET_EFFECTIVE_PERMISSION = "S3_BUCKET_EFFECTIVE_PERMISSION",
251
- S3_BUCKET_NAME = "S3_BUCKET_NAME",
252
- S3_BUCKET_SHARED_ACCESS = "S3_BUCKET_SHARED_ACCESS"
253
- }
254
-
255
- export interface SimpleCriterionForJob {
256
-
257
- comparator?: JobComparator | string;
258
-
259
- key?: SimpleCriterionKeyForJob | string;
260
-
261
- values?: string[];
262
- }
263
-
264
- export interface TagCriterionPairForJob {
265
-
266
- key?: string;
267
-
268
- value?: string;
269
- }
270
-
271
- export interface TagCriterionForJob {
272
-
273
- comparator?: JobComparator | string;
274
-
275
- tagValues?: TagCriterionPairForJob[];
276
- }
277
-
278
- export interface CriteriaForJob {
279
-
280
- simpleCriterion?: SimpleCriterionForJob;
281
-
282
- tagCriterion?: TagCriterionForJob;
283
- }
284
-
285
- export interface CustomDataIdentifierSummary {
286
-
287
- arn?: string;
288
-
289
- createdAt?: Date;
290
-
291
- description?: string;
292
-
293
- id?: string;
294
-
295
- name?: string;
296
- }
297
-
298
- export interface DetectedDataDetails {
299
-
300
- value: string | undefined;
301
- }
302
- export declare enum FindingCategory {
303
- CLASSIFICATION = "CLASSIFICATION",
304
- POLICY = "POLICY"
305
- }
306
- export declare enum OriginType {
307
- SENSITIVE_DATA_DISCOVERY_JOB = "SENSITIVE_DATA_DISCOVERY_JOB"
308
- }
309
-
310
- export interface Cell {
311
-
312
- cellReference?: string;
313
-
314
- column?: number;
315
-
316
- columnName?: string;
317
-
318
- row?: number;
319
- }
320
-
321
- export interface Range {
322
-
323
- end?: number;
324
-
325
- start?: number;
326
-
327
- startColumn?: number;
328
- }
329
-
330
- export interface Page {
331
-
332
- lineRange?: Range;
333
-
334
- offsetRange?: Range;
335
-
336
- pageNumber?: number;
337
- }
338
-
339
- export interface _Record {
340
-
341
- jsonPath?: string;
342
-
343
- recordIndex?: number;
344
- }
345
-
346
- export interface Occurrences {
347
-
348
- cells?: Cell[];
349
-
350
- lineRanges?: Range[];
351
-
352
- offsetRanges?: Range[];
353
-
354
- pages?: Page[];
355
-
356
- records?: _Record[];
357
- }
358
-
359
- export interface CustomDetection {
360
-
361
- arn?: string;
362
-
363
- count?: number;
364
-
365
- name?: string;
366
-
367
- occurrences?: Occurrences;
368
- }
369
-
370
- export interface CustomDataIdentifiers {
371
-
372
- detections?: CustomDetection[];
373
-
374
- totalCount?: number;
375
- }
376
- export declare enum SensitiveDataItemCategory {
377
- CREDENTIALS = "CREDENTIALS",
378
- CUSTOM_IDENTIFIER = "CUSTOM_IDENTIFIER",
379
- FINANCIAL_INFORMATION = "FINANCIAL_INFORMATION",
380
- PERSONAL_INFORMATION = "PERSONAL_INFORMATION"
381
- }
382
-
383
- export interface DefaultDetection {
384
-
385
- count?: number;
386
-
387
- occurrences?: Occurrences;
388
-
389
- type?: string;
390
- }
391
-
392
- export interface SensitiveDataItem {
393
-
394
- category?: SensitiveDataItemCategory | string;
395
-
396
- detections?: DefaultDetection[];
397
-
398
- totalCount?: number;
399
- }
400
-
401
- export interface ClassificationResultStatus {
402
-
403
- code?: string;
404
-
405
- reason?: string;
406
- }
407
-
408
- export interface ClassificationResult {
409
-
410
- additionalOccurrences?: boolean;
411
-
412
- customDataIdentifiers?: CustomDataIdentifiers;
413
-
414
- mimeType?: string;
415
-
416
- sensitiveData?: SensitiveDataItem[];
417
-
418
- sizeClassified?: number;
419
-
420
- status?: ClassificationResultStatus;
421
- }
422
-
423
- export interface ClassificationDetails {
424
-
425
- detailedResultsLocation?: string;
426
-
427
- jobArn?: string;
428
-
429
- jobId?: string;
430
-
431
- originType?: OriginType | string;
432
-
433
- result?: ClassificationResult;
434
- }
435
- export declare enum FindingActionType {
436
- AWS_API_CALL = "AWS_API_CALL"
437
- }
438
-
439
- export interface ApiCallDetails {
440
-
441
- api?: string;
442
-
443
- apiServiceName?: string;
444
-
445
- firstSeen?: Date;
446
-
447
- lastSeen?: Date;
448
- }
449
-
450
- export interface FindingAction {
451
-
452
- actionType?: FindingActionType | string;
453
-
454
- apiCallDetails?: ApiCallDetails;
455
- }
456
-
457
- export interface DomainDetails {
458
-
459
- domainName?: string;
460
- }
461
-
462
- export interface IpCity {
463
-
464
- name?: string;
465
- }
466
-
467
- export interface IpCountry {
468
-
469
- code?: string;
470
-
471
- name?: string;
472
- }
473
-
474
- export interface IpGeoLocation {
475
-
476
- lat?: number;
477
-
478
- lon?: number;
479
- }
480
-
481
- export interface IpOwner {
482
-
483
- asn?: string;
484
-
485
- asnOrg?: string;
486
-
487
- isp?: string;
488
-
489
- org?: string;
490
- }
491
-
492
- export interface IpAddressDetails {
493
-
494
- ipAddressV4?: string;
495
-
496
- ipCity?: IpCity;
497
-
498
- ipCountry?: IpCountry;
499
-
500
- ipGeoLocation?: IpGeoLocation;
501
-
502
- ipOwner?: IpOwner;
503
- }
504
-
505
- export interface SessionContextAttributes {
506
-
507
- creationDate?: Date;
508
-
509
- mfaAuthenticated?: boolean;
510
- }
511
-
512
- export interface SessionIssuer {
513
-
514
- accountId?: string;
515
-
516
- arn?: string;
517
-
518
- principalId?: string;
519
-
520
- type?: string;
521
-
522
- userName?: string;
523
- }
524
-
525
- export interface SessionContext {
526
-
527
- attributes?: SessionContextAttributes;
528
-
529
- sessionIssuer?: SessionIssuer;
530
- }
531
-
532
- export interface AssumedRole {
533
-
534
- accessKeyId?: string;
535
-
536
- accountId?: string;
537
-
538
- arn?: string;
539
-
540
- principalId?: string;
541
-
542
- sessionContext?: SessionContext;
543
- }
544
-
545
- export interface AwsAccount {
546
-
547
- accountId?: string;
548
-
549
- principalId?: string;
550
- }
551
-
552
- export interface AwsService {
553
-
554
- invokedBy?: string;
555
- }
556
-
557
- export interface FederatedUser {
558
-
559
- accessKeyId?: string;
560
-
561
- accountId?: string;
562
-
563
- arn?: string;
564
-
565
- principalId?: string;
566
-
567
- sessionContext?: SessionContext;
568
- }
569
-
570
- export interface IamUser {
571
-
572
- accountId?: string;
573
-
574
- arn?: string;
575
-
576
- principalId?: string;
577
-
578
- userName?: string;
579
- }
580
-
581
- export interface UserIdentityRoot {
582
-
583
- accountId?: string;
584
-
585
- arn?: string;
586
-
587
- principalId?: string;
588
- }
589
- export declare enum UserIdentityType {
590
- AWSAccount = "AWSAccount",
591
- AWSService = "AWSService",
592
- AssumedRole = "AssumedRole",
593
- FederatedUser = "FederatedUser",
594
- IAMUser = "IAMUser",
595
- Root = "Root"
596
- }
597
-
598
- export interface UserIdentity {
599
-
600
- assumedRole?: AssumedRole;
601
-
602
- awsAccount?: AwsAccount;
603
-
604
- awsService?: AwsService;
605
-
606
- federatedUser?: FederatedUser;
607
-
608
- iamUser?: IamUser;
609
-
610
- root?: UserIdentityRoot;
611
-
612
- type?: UserIdentityType | string;
613
- }
614
-
615
- export interface FindingActor {
616
-
617
- domainDetails?: DomainDetails;
618
-
619
- ipAddressDetails?: IpAddressDetails;
620
-
621
- userIdentity?: UserIdentity;
622
- }
623
-
624
- export interface PolicyDetails {
625
-
626
- action?: FindingAction;
627
-
628
- actor?: FindingActor;
629
- }
630
- export declare enum EncryptionType {
631
- AES256 = "AES256",
632
- NONE = "NONE",
633
- UNKNOWN = "UNKNOWN",
634
- aws_kms = "aws:kms"
635
- }
636
-
637
- export interface ServerSideEncryption {
638
-
639
- encryptionType?: EncryptionType | string;
640
-
641
- kmsMasterKeyId?: string;
642
- }
643
-
644
- export interface S3BucketOwner {
645
-
646
- displayName?: string;
647
-
648
- id?: string;
649
- }
650
-
651
- export interface S3Bucket {
652
-
653
- allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
654
-
655
- arn?: string;
656
-
657
- createdAt?: Date;
658
-
659
- defaultServerSideEncryption?: ServerSideEncryption;
660
-
661
- name?: string;
662
-
663
- owner?: S3BucketOwner;
664
-
665
- publicAccess?: BucketPublicAccess;
666
-
667
- tags?: KeyValuePair[];
668
- }
669
- export declare enum StorageClass {
670
- DEEP_ARCHIVE = "DEEP_ARCHIVE",
671
- GLACIER = "GLACIER",
672
- INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
673
- ONEZONE_IA = "ONEZONE_IA",
674
- REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
675
- STANDARD = "STANDARD",
676
- STANDARD_IA = "STANDARD_IA"
677
- }
678
-
679
- export interface S3Object {
680
-
681
- bucketArn?: string;
682
-
683
- eTag?: string;
684
-
685
- extension?: string;
686
-
687
- key?: string;
688
-
689
- lastModified?: Date;
690
-
691
- path?: string;
692
-
693
- publicAccess?: boolean;
694
-
695
- serverSideEncryption?: ServerSideEncryption;
696
-
697
- size?: number;
698
-
699
- storageClass?: StorageClass | string;
700
-
701
- tags?: KeyValuePair[];
702
-
703
- versionId?: string;
704
- }
705
-
706
- export interface ResourcesAffected {
707
-
708
- s3Bucket?: S3Bucket;
709
-
710
- s3Object?: S3Object;
711
- }
712
- export declare enum SeverityDescription {
713
- High = "High",
714
- Low = "Low",
715
- Medium = "Medium"
716
- }
717
-
718
- export interface Severity {
719
-
720
- description?: SeverityDescription | string;
721
-
722
- score?: number;
723
- }
724
- export declare enum FindingType {
725
- Policy_IAMUser_S3BlockPublicAccessDisabled = "Policy:IAMUser/S3BlockPublicAccessDisabled",
726
- Policy_IAMUser_S3BucketEncryptionDisabled = "Policy:IAMUser/S3BucketEncryptionDisabled",
727
- Policy_IAMUser_S3BucketPublic = "Policy:IAMUser/S3BucketPublic",
728
- Policy_IAMUser_S3BucketReplicatedExternally = "Policy:IAMUser/S3BucketReplicatedExternally",
729
- Policy_IAMUser_S3BucketSharedExternally = "Policy:IAMUser/S3BucketSharedExternally",
730
- SensitiveData_S3Object_Credentials = "SensitiveData:S3Object/Credentials",
731
- SensitiveData_S3Object_CustomIdentifier = "SensitiveData:S3Object/CustomIdentifier",
732
- SensitiveData_S3Object_Financial = "SensitiveData:S3Object/Financial",
733
- SensitiveData_S3Object_Multiple = "SensitiveData:S3Object/Multiple",
734
- SensitiveData_S3Object_Personal = "SensitiveData:S3Object/Personal"
735
- }
736
-
737
- export interface Finding {
738
-
739
- accountId?: string;
740
-
741
- archived?: boolean;
742
-
743
- category?: FindingCategory | string;
744
-
745
- classificationDetails?: ClassificationDetails;
746
-
747
- count?: number;
748
-
749
- createdAt?: Date;
750
-
751
- description?: string;
752
-
753
- id?: string;
754
-
755
- partition?: string;
756
-
757
- policyDetails?: PolicyDetails;
758
-
759
- region?: string;
760
-
761
- resourcesAffected?: ResourcesAffected;
762
-
763
- sample?: boolean;
764
-
765
- schemaVersion?: string;
766
-
767
- severity?: Severity;
768
-
769
- title?: string;
770
-
771
- type?: FindingType | string;
772
-
773
- updatedAt?: Date;
774
- }
775
- export declare enum FindingsFilterAction {
776
- ARCHIVE = "ARCHIVE",
777
- NOOP = "NOOP"
778
- }
779
-
780
- export interface FindingsFilterListItem {
781
-
782
- action?: FindingsFilterAction | string;
783
-
784
- arn?: string;
785
-
786
- id?: string;
787
-
788
- name?: string;
789
-
790
- tags?: Record<string, string>;
791
- }
792
-
793
- export interface GroupCount {
794
-
795
- count?: number;
796
-
797
- groupKey?: string;
798
- }
799
- export declare enum RelationshipStatus {
800
- AccountSuspended = "AccountSuspended",
801
- Created = "Created",
802
- EmailVerificationFailed = "EmailVerificationFailed",
803
- EmailVerificationInProgress = "EmailVerificationInProgress",
804
- Enabled = "Enabled",
805
- Invited = "Invited",
806
- Paused = "Paused",
807
- RegionDisabled = "RegionDisabled",
808
- Removed = "Removed",
809
- Resigned = "Resigned"
810
- }
811
-
812
- export interface Invitation {
813
-
814
- accountId?: string;
815
-
816
- invitationId?: string;
817
-
818
- invitedAt?: Date;
819
-
820
- relationshipStatus?: RelationshipStatus | string;
821
- }
822
- export declare enum ScopeFilterKey {
823
- OBJECT_EXTENSION = "OBJECT_EXTENSION",
824
- OBJECT_KEY = "OBJECT_KEY",
825
- OBJECT_LAST_MODIFIED_DATE = "OBJECT_LAST_MODIFIED_DATE",
826
- OBJECT_SIZE = "OBJECT_SIZE"
827
- }
828
-
829
- export interface SimpleScopeTerm {
830
-
831
- comparator?: JobComparator | string;
832
-
833
- key?: ScopeFilterKey | string;
834
-
835
- values?: string[];
836
- }
837
-
838
- export interface TagValuePair {
839
-
840
- key?: string;
841
-
842
- value?: string;
843
- }
844
- export declare enum TagTarget {
845
- S3_OBJECT = "S3_OBJECT"
846
- }
847
-
848
- export interface TagScopeTerm {
849
-
850
- comparator?: JobComparator | string;
851
-
852
- key?: string;
853
-
854
- tagValues?: TagValuePair[];
855
-
856
- target?: TagTarget | string;
857
- }
858
-
859
- export interface JobScopeTerm {
860
-
861
- simpleScopeTerm?: SimpleScopeTerm;
862
-
863
- tagScopeTerm?: TagScopeTerm;
864
- }
865
-
866
- export interface CriteriaBlockForJob {
867
-
868
- and?: CriteriaForJob[];
869
- }
870
-
871
- export interface S3BucketCriteriaForJob {
872
-
873
- excludes?: CriteriaBlockForJob;
874
-
875
- includes?: CriteriaBlockForJob;
876
- }
877
-
878
- export interface S3BucketDefinitionForJob {
879
-
880
- accountId: string | undefined;
881
-
882
- buckets: string[] | undefined;
883
- }
884
- export declare enum JobStatus {
885
- CANCELLED = "CANCELLED",
886
- COMPLETE = "COMPLETE",
887
- IDLE = "IDLE",
888
- PAUSED = "PAUSED",
889
- RUNNING = "RUNNING",
890
- USER_PAUSED = "USER_PAUSED"
891
- }
892
- export declare enum JobType {
893
- ONE_TIME = "ONE_TIME",
894
- SCHEDULED = "SCHEDULED"
895
- }
896
- export declare enum LastRunErrorStatusCode {
897
- ERROR = "ERROR",
898
- NONE = "NONE"
899
- }
900
-
901
- export interface LastRunErrorStatus {
902
-
903
- code?: LastRunErrorStatusCode | string;
904
- }
905
-
906
- export interface UserPausedDetails {
907
-
908
- jobExpiresAt?: Date;
909
-
910
- jobImminentExpirationHealthEventArn?: string;
911
-
912
- jobPausedAt?: Date;
913
- }
914
-
915
- export interface JobSummary {
916
-
917
- bucketDefinitions?: S3BucketDefinitionForJob[];
918
-
919
- createdAt?: Date;
920
-
921
- jobId?: string;
922
-
923
- jobStatus?: JobStatus | string;
924
-
925
- jobType?: JobType | string;
926
-
927
- lastRunErrorStatus?: LastRunErrorStatus;
928
-
929
- name?: string;
930
-
931
- userPausedDetails?: UserPausedDetails;
932
-
933
- bucketCriteria?: S3BucketCriteriaForJob;
934
- }
935
- export declare enum ListJobsFilterKey {
936
- createdAt = "createdAt",
937
- jobStatus = "jobStatus",
938
- jobType = "jobType",
939
- name = "name"
940
- }
941
-
942
- export interface ListJobsFilterTerm {
943
-
944
- comparator?: JobComparator | string;
945
-
946
- key?: ListJobsFilterKey | string;
947
-
948
- values?: string[];
949
- }
950
-
951
- export interface ManagedDataIdentifierSummary {
952
-
953
- category?: SensitiveDataItemCategory | string;
954
-
955
- id?: string;
956
- }
957
-
958
- export interface MatchingBucket {
959
-
960
- accountId?: string;
961
-
962
- bucketName?: string;
963
-
964
- classifiableObjectCount?: number;
965
-
966
- classifiableSizeInBytes?: number;
967
-
968
- errorCode?: BucketMetadataErrorCode | string;
969
-
970
- errorMessage?: string;
971
-
972
- jobDetails?: JobDetails;
973
-
974
- objectCount?: number;
975
-
976
- objectCountByEncryptionType?: ObjectCountByEncryptionType;
977
-
978
- sizeInBytes?: number;
979
-
980
- sizeInBytesCompressed?: number;
981
-
982
- unclassifiableObjectCount?: ObjectLevelStatistics;
983
-
984
- unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
985
- }
986
-
987
- export interface MatchingResource {
988
-
989
- matchingBucket?: MatchingBucket;
990
- }
991
-
992
- export interface Member {
993
-
994
- accountId?: string;
995
-
996
- administratorAccountId?: string;
997
-
998
- arn?: string;
999
-
1000
- email?: string;
1001
-
1002
- invitedAt?: Date;
1003
-
1004
- masterAccountId?: string;
1005
-
1006
- relationshipStatus?: RelationshipStatus | string;
1007
-
1008
- tags?: Record<string, string>;
1009
-
1010
- updatedAt?: Date;
1011
- }
1012
- export declare enum SearchResourcesComparator {
1013
- EQ = "EQ",
1014
- NE = "NE"
1015
- }
1016
- export declare enum SearchResourcesSimpleCriterionKey {
1017
- ACCOUNT_ID = "ACCOUNT_ID",
1018
- S3_BUCKET_EFFECTIVE_PERMISSION = "S3_BUCKET_EFFECTIVE_PERMISSION",
1019
- S3_BUCKET_NAME = "S3_BUCKET_NAME",
1020
- S3_BUCKET_SHARED_ACCESS = "S3_BUCKET_SHARED_ACCESS"
1021
- }
1022
-
1023
- export interface SearchResourcesSimpleCriterion {
1024
-
1025
- comparator?: SearchResourcesComparator | string;
1026
-
1027
- key?: SearchResourcesSimpleCriterionKey | string;
1028
-
1029
- values?: string[];
1030
- }
1031
-
1032
- export interface SearchResourcesTagCriterionPair {
1033
-
1034
- key?: string;
1035
-
1036
- value?: string;
1037
- }
1038
-
1039
- export interface SearchResourcesTagCriterion {
1040
-
1041
- comparator?: SearchResourcesComparator | string;
1042
-
1043
- tagValues?: SearchResourcesTagCriterionPair[];
1044
- }
1045
-
1046
- export interface SearchResourcesCriteria {
1047
-
1048
- simpleCriterion?: SearchResourcesSimpleCriterion;
1049
-
1050
- tagCriterion?: SearchResourcesTagCriterion;
1051
- }
1052
- export declare enum UnavailabilityReasonCode {
1053
- INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
1054
- OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
1055
- OBJECT_UNAVAILABLE = "OBJECT_UNAVAILABLE",
1056
- UNSUPPORTED_FINDING_TYPE = "UNSUPPORTED_FINDING_TYPE",
1057
- UNSUPPORTED_OBJECT_TYPE = "UNSUPPORTED_OBJECT_TYPE"
1058
- }
1059
- export declare enum ErrorCode {
1060
- ClientError = "ClientError",
1061
- InternalError = "InternalError"
1062
- }
1063
-
1064
- export interface UnprocessedAccount {
1065
-
1066
- accountId?: string;
1067
-
1068
- errorCode?: ErrorCode | string;
1069
-
1070
- errorMessage?: string;
1071
- }
1072
- export declare enum Currency {
1073
- USD = "USD"
1074
- }
1075
- export declare enum Unit {
1076
- TERABYTES = "TERABYTES"
1077
- }
1078
-
1079
- export interface ServiceLimit {
1080
-
1081
- isServiceLimited?: boolean;
1082
-
1083
- unit?: Unit | string;
1084
-
1085
- value?: number;
1086
- }
1087
- export declare enum UsageType {
1088
- DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
1089
- SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY"
1090
- }
1091
-
1092
- export interface UsageByAccount {
1093
-
1094
- currency?: Currency | string;
1095
-
1096
- estimatedCost?: string;
1097
-
1098
- serviceLimit?: ServiceLimit;
1099
-
1100
- type?: UsageType | string;
1101
- }
1102
-
1103
- export interface UsageRecord {
1104
-
1105
- accountId?: string;
1106
-
1107
- freeTrialStartDate?: Date;
1108
-
1109
- usage?: UsageByAccount[];
1110
- }
1111
- export declare enum UsageStatisticsFilterComparator {
1112
- CONTAINS = "CONTAINS",
1113
- EQ = "EQ",
1114
- GT = "GT",
1115
- GTE = "GTE",
1116
- LT = "LT",
1117
- LTE = "LTE",
1118
- NE = "NE"
1119
- }
1120
- export declare enum UsageStatisticsFilterKey {
1121
- accountId = "accountId",
1122
- freeTrialStartDate = "freeTrialStartDate",
1123
- serviceLimit = "serviceLimit",
1124
- total = "total"
1125
- }
1126
-
1127
- export interface UsageStatisticsFilter {
1128
-
1129
- comparator?: UsageStatisticsFilterComparator | string;
1130
-
1131
- key?: UsageStatisticsFilterKey | string;
1132
-
1133
- values?: string[];
1134
- }
1135
-
1136
- export interface UsageTotal {
1137
-
1138
- currency?: Currency | string;
1139
-
1140
- estimatedCost?: string;
1141
-
1142
- type?: UsageType | string;
1143
- }
1144
- export interface AcceptInvitationRequest {
1145
-
1146
- administratorAccountId?: string;
1147
-
1148
- invitationId: string | undefined;
1149
-
1150
- masterAccount?: string;
1151
- }
1152
- export interface AcceptInvitationResponse {
1153
- }
1154
-
1155
- export declare class AccessDeniedException extends __BaseException {
1156
- readonly name: "AccessDeniedException";
1157
- readonly $fault: "client";
1158
-
1159
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
1160
- }
1161
-
1162
- export declare class ConflictException extends __BaseException {
1163
- readonly name: "ConflictException";
1164
- readonly $fault: "client";
1165
-
1166
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1167
- }
1168
-
1169
- export declare class InternalServerException extends __BaseException {
1170
- readonly name: "InternalServerException";
1171
- readonly $fault: "server";
1172
-
1173
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
1174
- }
1175
-
1176
- export declare class ResourceNotFoundException extends __BaseException {
1177
- readonly name: "ResourceNotFoundException";
1178
- readonly $fault: "client";
1179
-
1180
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1181
- }
1182
-
1183
- export declare class ServiceQuotaExceededException extends __BaseException {
1184
- readonly name: "ServiceQuotaExceededException";
1185
- readonly $fault: "client";
1186
-
1187
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1188
- }
1189
-
1190
- export declare class ThrottlingException extends __BaseException {
1191
- readonly name: "ThrottlingException";
1192
- readonly $fault: "client";
1193
-
1194
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
1195
- }
1196
-
1197
- export declare class ValidationException extends __BaseException {
1198
- readonly name: "ValidationException";
1199
- readonly $fault: "client";
1200
-
1201
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
1202
- }
1203
-
1204
- export interface AccountDetail {
1205
-
1206
- accountId: string | undefined;
1207
-
1208
- email: string | undefined;
1209
- }
1210
-
1211
- export interface S3WordsList {
1212
-
1213
- bucketName: string | undefined;
1214
-
1215
- objectKey: string | undefined;
1216
- }
1217
-
1218
- export interface AllowListCriteria {
1219
-
1220
- regex?: string;
1221
-
1222
- s3WordsList?: S3WordsList;
1223
- }
1224
- export declare enum AllowListStatusCode {
1225
- OK = "OK",
1226
- S3_OBJECT_ACCESS_DENIED = "S3_OBJECT_ACCESS_DENIED",
1227
- S3_OBJECT_EMPTY = "S3_OBJECT_EMPTY",
1228
- S3_OBJECT_NOT_FOUND = "S3_OBJECT_NOT_FOUND",
1229
- S3_OBJECT_OVERSIZE = "S3_OBJECT_OVERSIZE",
1230
- S3_THROTTLED = "S3_THROTTLED",
1231
- S3_USER_ACCESS_DENIED = "S3_USER_ACCESS_DENIED",
1232
- UNKNOWN_ERROR = "UNKNOWN_ERROR"
1233
- }
1234
-
1235
- export interface AllowListStatus {
1236
-
1237
- code: AllowListStatusCode | string | undefined;
1238
-
1239
- description?: string;
1240
- }
1241
- export declare enum AvailabilityCode {
1242
- AVAILABLE = "AVAILABLE",
1243
- UNAVAILABLE = "UNAVAILABLE"
1244
- }
1245
- export interface BatchGetCustomDataIdentifiersRequest {
1246
-
1247
- ids?: string[];
1248
- }
1249
- export interface BatchGetCustomDataIdentifiersResponse {
1250
-
1251
- customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[];
1252
-
1253
- notFoundIdentifierIds?: string[];
1254
- }
1255
-
1256
- export interface BucketCountByEffectivePermission {
1257
-
1258
- publiclyAccessible?: number;
1259
-
1260
- publiclyReadable?: number;
1261
-
1262
- publiclyWritable?: number;
1263
-
1264
- unknown?: number;
1265
- }
1266
-
1267
- export interface BucketCountByEncryptionType {
1268
-
1269
- kmsManaged?: number;
1270
-
1271
- s3Managed?: number;
1272
-
1273
- unencrypted?: number;
1274
-
1275
- unknown?: number;
1276
- }
1277
-
1278
- export interface BucketCountBySharedAccessType {
1279
-
1280
- external?: number;
1281
-
1282
- internal?: number;
1283
-
1284
- notShared?: number;
1285
-
1286
- unknown?: number;
1287
- }
1288
-
1289
- export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
1290
-
1291
- allowsUnencryptedObjectUploads?: number;
1292
-
1293
- deniesUnencryptedObjectUploads?: number;
1294
-
1295
- unknown?: number;
1296
- }
1297
-
1298
- export interface BucketCriteriaAdditionalProperties {
1299
-
1300
- eq?: string[];
1301
-
1302
- gt?: number;
1303
-
1304
- gte?: number;
1305
-
1306
- lt?: number;
1307
-
1308
- lte?: number;
1309
-
1310
- neq?: string[];
1311
-
1312
- prefix?: string;
1313
- }
1314
- export declare enum OrderBy {
1315
- ASC = "ASC",
1316
- DESC = "DESC"
1317
- }
1318
-
1319
- export interface BucketSortCriteria {
1320
-
1321
- attributeName?: string;
1322
-
1323
- orderBy?: OrderBy | string;
1324
- }
1325
-
1326
- export interface S3Destination {
1327
-
1328
- bucketName: string | undefined;
1329
-
1330
- keyPrefix?: string;
1331
-
1332
- kmsKeyArn: string | undefined;
1333
- }
1334
-
1335
- export interface ClassificationExportConfiguration {
1336
-
1337
- s3Destination?: S3Destination;
1338
- }
1339
- export interface CreateAllowListRequest {
1340
-
1341
- clientToken?: string;
1342
-
1343
- criteria: AllowListCriteria | undefined;
1344
-
1345
- description?: string;
1346
-
1347
- name: string | undefined;
1348
-
1349
- tags?: Record<string, string>;
1350
- }
1351
- export interface CreateAllowListResponse {
1352
-
1353
- arn?: string;
1354
-
1355
- id?: string;
1356
- }
1357
- export declare enum ManagedDataIdentifierSelector {
1358
- ALL = "ALL",
1359
- EXCLUDE = "EXCLUDE",
1360
- INCLUDE = "INCLUDE",
1361
- NONE = "NONE"
1362
- }
1363
-
1364
- export interface JobScopingBlock {
1365
-
1366
- and?: JobScopeTerm[];
1367
- }
1368
-
1369
- export interface Scoping {
1370
-
1371
- excludes?: JobScopingBlock;
1372
-
1373
- includes?: JobScopingBlock;
1374
- }
1375
-
1376
- export interface S3JobDefinition {
1377
-
1378
- bucketDefinitions?: S3BucketDefinitionForJob[];
1379
-
1380
- scoping?: Scoping;
1381
-
1382
- bucketCriteria?: S3BucketCriteriaForJob;
1383
- }
1384
-
1385
- export interface DailySchedule {
1386
- }
1387
-
1388
- export interface MonthlySchedule {
1389
-
1390
- dayOfMonth?: number;
1391
- }
1392
- export declare enum DayOfWeek {
1393
- FRIDAY = "FRIDAY",
1394
- MONDAY = "MONDAY",
1395
- SATURDAY = "SATURDAY",
1396
- SUNDAY = "SUNDAY",
1397
- THURSDAY = "THURSDAY",
1398
- TUESDAY = "TUESDAY",
1399
- WEDNESDAY = "WEDNESDAY"
1400
- }
1401
-
1402
- export interface WeeklySchedule {
1403
-
1404
- dayOfWeek?: DayOfWeek | string;
1405
- }
1406
-
1407
- export interface JobScheduleFrequency {
1408
-
1409
- dailySchedule?: DailySchedule;
1410
-
1411
- monthlySchedule?: MonthlySchedule;
1412
-
1413
- weeklySchedule?: WeeklySchedule;
1414
- }
1415
- export interface CreateClassificationJobRequest {
1416
-
1417
- allowListIds?: string[];
1418
-
1419
- clientToken?: string;
1420
-
1421
- customDataIdentifierIds?: string[];
1422
-
1423
- description?: string;
1424
-
1425
- initialRun?: boolean;
1426
-
1427
- jobType: JobType | string | undefined;
1428
-
1429
- managedDataIdentifierIds?: string[];
1430
-
1431
- managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
1432
-
1433
- name: string | undefined;
1434
-
1435
- s3JobDefinition: S3JobDefinition | undefined;
1436
-
1437
- samplingPercentage?: number;
1438
-
1439
- scheduleFrequency?: JobScheduleFrequency;
1440
-
1441
- tags?: Record<string, string>;
1442
- }
1443
- export interface CreateClassificationJobResponse {
1444
-
1445
- jobArn?: string;
1446
-
1447
- jobId?: string;
1448
- }
1449
- export declare enum DataIdentifierSeverity {
1450
- HIGH = "HIGH",
1451
- LOW = "LOW",
1452
- MEDIUM = "MEDIUM"
1453
- }
1454
-
1455
- export interface SeverityLevel {
1456
-
1457
- occurrencesThreshold: number | undefined;
1458
-
1459
- severity: DataIdentifierSeverity | string | undefined;
1460
- }
1461
- export interface CreateCustomDataIdentifierRequest {
1462
-
1463
- clientToken?: string;
1464
-
1465
- description?: string;
1466
-
1467
- ignoreWords?: string[];
1468
-
1469
- keywords?: string[];
1470
-
1471
- maximumMatchDistance?: number;
1472
-
1473
- name: string | undefined;
1474
-
1475
- regex: string | undefined;
1476
-
1477
- severityLevels?: SeverityLevel[];
1478
-
1479
- tags?: Record<string, string>;
1480
- }
1481
- export interface CreateCustomDataIdentifierResponse {
1482
-
1483
- customDataIdentifierId?: string;
1484
- }
1485
-
1486
- export interface CriterionAdditionalProperties {
1487
-
1488
- eq?: string[];
1489
-
1490
- eqExactMatch?: string[];
1491
-
1492
- gt?: number;
1493
-
1494
- gte?: number;
1495
-
1496
- lt?: number;
1497
-
1498
- lte?: number;
1499
-
1500
- neq?: string[];
1501
- }
1502
-
1503
- export interface FindingCriteria {
1504
-
1505
- criterion?: Record<string, CriterionAdditionalProperties>;
1506
- }
1507
- export interface CreateFindingsFilterRequest {
1508
-
1509
- action: FindingsFilterAction | string | undefined;
1510
-
1511
- clientToken?: string;
1512
-
1513
- description?: string;
1514
-
1515
- findingCriteria: FindingCriteria | undefined;
1516
-
1517
- name: string | undefined;
1518
-
1519
- position?: number;
1520
-
1521
- tags?: Record<string, string>;
1522
- }
1523
- export interface CreateFindingsFilterResponse {
1524
-
1525
- arn?: string;
1526
-
1527
- id?: string;
1528
- }
1529
- export interface CreateInvitationsRequest {
1530
-
1531
- accountIds: string[] | undefined;
1532
-
1533
- disableEmailNotification?: boolean;
1534
-
1535
- message?: string;
1536
- }
1537
- export interface CreateInvitationsResponse {
1538
-
1539
- unprocessedAccounts?: UnprocessedAccount[];
1540
- }
1541
- export interface CreateMemberRequest {
1542
-
1543
- account: AccountDetail | undefined;
1544
-
1545
- tags?: Record<string, string>;
1546
- }
1547
- export interface CreateMemberResponse {
1548
-
1549
- arn?: string;
1550
- }
1551
- export interface CreateSampleFindingsRequest {
1552
-
1553
- findingTypes?: (FindingType | string)[];
1554
- }
1555
- export interface CreateSampleFindingsResponse {
1556
- }
1557
- export interface DeclineInvitationsRequest {
1558
-
1559
- accountIds: string[] | undefined;
1560
- }
1561
- export interface DeclineInvitationsResponse {
1562
-
1563
- unprocessedAccounts?: UnprocessedAccount[];
1564
- }
1565
- export interface DeleteAllowListRequest {
1566
-
1567
- id: string | undefined;
1568
-
1569
- ignoreJobChecks?: string;
1570
- }
1571
- export interface DeleteAllowListResponse {
1572
- }
1573
- export interface DeleteCustomDataIdentifierRequest {
1574
-
1575
- id: string | undefined;
1576
- }
1577
- export interface DeleteCustomDataIdentifierResponse {
1578
- }
1579
- export interface DeleteFindingsFilterRequest {
1580
-
1581
- id: string | undefined;
1582
- }
1583
- export interface DeleteFindingsFilterResponse {
1584
- }
1585
- export interface DeleteInvitationsRequest {
1586
-
1587
- accountIds: string[] | undefined;
1588
- }
1589
- export interface DeleteInvitationsResponse {
1590
-
1591
- unprocessedAccounts?: UnprocessedAccount[];
1592
- }
1593
- export interface DeleteMemberRequest {
1594
-
1595
- id: string | undefined;
1596
- }
1597
- export interface DeleteMemberResponse {
1598
- }
1599
- export interface DescribeBucketsRequest {
1600
-
1601
- criteria?: Record<string, BucketCriteriaAdditionalProperties>;
1602
-
1603
- maxResults?: number;
1604
-
1605
- nextToken?: string;
1606
-
1607
- sortCriteria?: BucketSortCriteria;
1608
- }
1609
- export interface DescribeBucketsResponse {
1610
-
1611
- buckets?: BucketMetadata[];
1612
-
1613
- nextToken?: string;
1614
- }
1615
- export interface DescribeClassificationJobRequest {
1616
-
1617
- jobId: string | undefined;
1618
- }
1619
-
1620
- export interface Statistics {
1621
-
1622
- approximateNumberOfObjectsToProcess?: number;
1623
-
1624
- numberOfRuns?: number;
1625
- }
1626
- export interface DescribeClassificationJobResponse {
1627
-
1628
- allowListIds?: string[];
1629
-
1630
- clientToken?: string;
1631
-
1632
- createdAt?: Date;
1633
-
1634
- customDataIdentifierIds?: string[];
1635
-
1636
- description?: string;
1637
-
1638
- initialRun?: boolean;
1639
-
1640
- jobArn?: string;
1641
-
1642
- jobId?: string;
1643
-
1644
- jobStatus?: JobStatus | string;
1645
-
1646
- jobType?: JobType | string;
1647
-
1648
- lastRunErrorStatus?: LastRunErrorStatus;
1649
-
1650
- lastRunTime?: Date;
1651
-
1652
- managedDataIdentifierIds?: string[];
1653
-
1654
- managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
1655
-
1656
- name?: string;
1657
-
1658
- s3JobDefinition?: S3JobDefinition;
1659
-
1660
- samplingPercentage?: number;
1661
-
1662
- scheduleFrequency?: JobScheduleFrequency;
1663
-
1664
- statistics?: Statistics;
1665
-
1666
- tags?: Record<string, string>;
1667
-
1668
- userPausedDetails?: UserPausedDetails;
1669
- }
1670
- export interface DescribeOrganizationConfigurationRequest {
1671
- }
1672
- export interface DescribeOrganizationConfigurationResponse {
1673
-
1674
- autoEnable?: boolean;
1675
-
1676
- maxAccountLimitReached?: boolean;
1677
- }
1678
- export interface DisableMacieRequest {
1679
- }
1680
- export interface DisableMacieResponse {
1681
- }
1682
- export interface DisableOrganizationAdminAccountRequest {
1683
-
1684
- adminAccountId: string | undefined;
1685
- }
1686
- export interface DisableOrganizationAdminAccountResponse {
1687
- }
1688
- export interface DisassociateFromAdministratorAccountRequest {
1689
- }
1690
- export interface DisassociateFromAdministratorAccountResponse {
1691
- }
1692
- export interface DisassociateFromMasterAccountRequest {
1693
- }
1694
- export interface DisassociateFromMasterAccountResponse {
1695
- }
1696
- export interface DisassociateMemberRequest {
1697
-
1698
- id: string | undefined;
1699
- }
1700
- export interface DisassociateMemberResponse {
1701
- }
1702
- export declare enum FindingPublishingFrequency {
1703
- FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
1704
- ONE_HOUR = "ONE_HOUR",
1705
- SIX_HOURS = "SIX_HOURS"
1706
- }
1707
- export declare enum MacieStatus {
1708
- ENABLED = "ENABLED",
1709
- PAUSED = "PAUSED"
1710
- }
1711
- export interface EnableMacieRequest {
1712
-
1713
- clientToken?: string;
1714
-
1715
- findingPublishingFrequency?: FindingPublishingFrequency | string;
1716
-
1717
- status?: MacieStatus | string;
1718
- }
1719
- export interface EnableMacieResponse {
1720
- }
1721
- export interface EnableOrganizationAdminAccountRequest {
1722
-
1723
- adminAccountId: string | undefined;
1724
-
1725
- clientToken?: string;
1726
- }
1727
- export interface EnableOrganizationAdminAccountResponse {
1728
- }
1729
- export declare enum FindingStatisticsSortAttributeName {
1730
- count = "count",
1731
- groupKey = "groupKey"
1732
- }
1733
-
1734
- export interface FindingStatisticsSortCriteria {
1735
-
1736
- attributeName?: FindingStatisticsSortAttributeName | string;
1737
-
1738
- orderBy?: OrderBy | string;
1739
- }
1740
- export interface GetAdministratorAccountRequest {
1741
- }
1742
- export interface GetAdministratorAccountResponse {
1743
-
1744
- administrator?: Invitation;
1745
- }
1746
- export interface GetAllowListRequest {
1747
-
1748
- id: string | undefined;
1749
- }
1750
- export interface GetAllowListResponse {
1751
-
1752
- arn?: string;
1753
-
1754
- createdAt?: Date;
1755
-
1756
- criteria?: AllowListCriteria;
1757
-
1758
- description?: string;
1759
-
1760
- id?: string;
1761
-
1762
- name?: string;
1763
-
1764
- status?: AllowListStatus;
1765
-
1766
- tags?: Record<string, string>;
1767
-
1768
- updatedAt?: Date;
1769
- }
1770
- export interface GetBucketStatisticsRequest {
1771
-
1772
- accountId?: string;
1773
- }
1774
- export interface GetBucketStatisticsResponse {
1775
-
1776
- bucketCount?: number;
1777
-
1778
- bucketCountByEffectivePermission?: BucketCountByEffectivePermission;
1779
-
1780
- bucketCountByEncryptionType?: BucketCountByEncryptionType;
1781
-
1782
- bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads;
1783
-
1784
- bucketCountBySharedAccessType?: BucketCountBySharedAccessType;
1785
-
1786
- classifiableObjectCount?: number;
1787
-
1788
- classifiableSizeInBytes?: number;
1789
-
1790
- lastUpdated?: Date;
1791
-
1792
- objectCount?: number;
1793
-
1794
- sizeInBytes?: number;
1795
-
1796
- sizeInBytesCompressed?: number;
1797
-
1798
- unclassifiableObjectCount?: ObjectLevelStatistics;
1799
-
1800
- unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
1801
- }
1802
- export interface GetClassificationExportConfigurationRequest {
1803
- }
1804
- export interface GetClassificationExportConfigurationResponse {
1805
-
1806
- configuration?: ClassificationExportConfiguration;
1807
- }
1808
- export interface GetCustomDataIdentifierRequest {
1809
-
1810
- id: string | undefined;
1811
- }
1812
- export interface GetCustomDataIdentifierResponse {
1813
-
1814
- arn?: string;
1815
-
1816
- createdAt?: Date;
1817
-
1818
- deleted?: boolean;
1819
-
1820
- description?: string;
1821
-
1822
- id?: string;
1823
-
1824
- ignoreWords?: string[];
1825
-
1826
- keywords?: string[];
1827
-
1828
- maximumMatchDistance?: number;
1829
-
1830
- name?: string;
1831
-
1832
- regex?: string;
1833
-
1834
- severityLevels?: SeverityLevel[];
1835
-
1836
- tags?: Record<string, string>;
1837
- }
1838
-
1839
- export interface SortCriteria {
1840
-
1841
- attributeName?: string;
1842
-
1843
- orderBy?: OrderBy | string;
1844
- }
1845
- export interface GetFindingsRequest {
1846
-
1847
- findingIds: string[] | undefined;
1848
-
1849
- sortCriteria?: SortCriteria;
1850
- }
1851
- export interface GetFindingsResponse {
1852
-
1853
- findings?: Finding[];
1854
- }
1855
- export interface GetFindingsFilterRequest {
1856
-
1857
- id: string | undefined;
1858
- }
1859
- export interface GetFindingsFilterResponse {
1860
-
1861
- action?: FindingsFilterAction | string;
1862
-
1863
- arn?: string;
1864
-
1865
- description?: string;
1866
-
1867
- findingCriteria?: FindingCriteria;
1868
-
1869
- id?: string;
1870
-
1871
- name?: string;
1872
-
1873
- position?: number;
1874
-
1875
- tags?: Record<string, string>;
1876
- }
1877
- export interface GetFindingsPublicationConfigurationRequest {
1878
- }
1879
-
1880
- export interface SecurityHubConfiguration {
1881
-
1882
- publishClassificationFindings: boolean | undefined;
1883
-
1884
- publishPolicyFindings: boolean | undefined;
1885
- }
1886
- export interface GetFindingsPublicationConfigurationResponse {
1887
-
1888
- securityHubConfiguration?: SecurityHubConfiguration;
1889
- }
1890
- export declare enum GroupBy {
1891
- classificationDetails_jobId = "classificationDetails.jobId",
1892
- resourcesAffected_s3Bucket_name = "resourcesAffected.s3Bucket.name",
1893
- severity_description = "severity.description",
1894
- type = "type"
1895
- }
1896
- export interface GetFindingStatisticsRequest {
1897
-
1898
- findingCriteria?: FindingCriteria;
1899
-
1900
- groupBy: GroupBy | string | undefined;
1901
-
1902
- size?: number;
1903
-
1904
- sortCriteria?: FindingStatisticsSortCriteria;
1905
- }
1906
- export interface GetFindingStatisticsResponse {
1907
-
1908
- countsByGroup?: GroupCount[];
1909
- }
1910
- export interface GetInvitationsCountRequest {
1911
- }
1912
- export interface GetInvitationsCountResponse {
1913
-
1914
- invitationsCount?: number;
1915
- }
1916
- export interface GetMacieSessionRequest {
1917
- }
1918
- export interface GetMacieSessionResponse {
1919
-
1920
- createdAt?: Date;
1921
-
1922
- findingPublishingFrequency?: FindingPublishingFrequency | string;
1923
-
1924
- serviceRole?: string;
1925
-
1926
- status?: MacieStatus | string;
1927
-
1928
- updatedAt?: Date;
1929
- }
1930
- export interface GetMasterAccountRequest {
1931
- }
1932
- export interface GetMasterAccountResponse {
1933
-
1934
- master?: Invitation;
1935
- }
1936
- export interface GetMemberRequest {
1937
-
1938
- id: string | undefined;
1939
- }
1940
- export interface GetMemberResponse {
1941
-
1942
- accountId?: string;
1943
-
1944
- administratorAccountId?: string;
1945
-
1946
- arn?: string;
1947
-
1948
- email?: string;
1949
-
1950
- invitedAt?: Date;
1951
-
1952
- masterAccountId?: string;
1953
-
1954
- relationshipStatus?: RelationshipStatus | string;
1955
-
1956
- tags?: Record<string, string>;
1957
-
1958
- updatedAt?: Date;
1959
- }
1960
- export interface GetRevealConfigurationRequest {
1961
- }
1962
- export declare enum RevealStatus {
1963
- DISABLED = "DISABLED",
1964
- ENABLED = "ENABLED"
1965
- }
1966
-
1967
- export interface RevealConfiguration {
1968
-
1969
- kmsKeyId?: string;
1970
-
1971
- status: RevealStatus | string | undefined;
1972
- }
1973
- export interface GetRevealConfigurationResponse {
1974
-
1975
- configuration?: RevealConfiguration;
1976
- }
1977
- export interface GetSensitiveDataOccurrencesRequest {
1978
-
1979
- findingId: string | undefined;
1980
- }
1981
- export declare enum RevealRequestStatus {
1982
- ERROR = "ERROR",
1983
- PROCESSING = "PROCESSING",
1984
- SUCCESS = "SUCCESS"
1985
- }
1986
- export interface GetSensitiveDataOccurrencesResponse {
1987
-
1988
- error?: string;
1989
-
1990
- sensitiveDataOccurrences?: Record<string, DetectedDataDetails[]>;
1991
-
1992
- status?: RevealRequestStatus | string;
1993
- }
1994
-
1995
- export declare class UnprocessableEntityException extends __BaseException {
1996
- readonly name: "UnprocessableEntityException";
1997
- readonly $fault: "client";
1998
-
1999
- constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
2000
- }
2001
- export interface GetSensitiveDataOccurrencesAvailabilityRequest {
2002
-
2003
- findingId: string | undefined;
2004
- }
2005
- export interface GetSensitiveDataOccurrencesAvailabilityResponse {
2006
-
2007
- code?: AvailabilityCode | string;
2008
-
2009
- reasons?: (UnavailabilityReasonCode | string)[];
2010
- }
2011
- export declare enum UsageStatisticsSortKey {
2012
- accountId = "accountId",
2013
- freeTrialStartDate = "freeTrialStartDate",
2014
- serviceLimitValue = "serviceLimitValue",
2015
- total = "total"
2016
- }
2017
-
2018
- export interface UsageStatisticsSortBy {
2019
-
2020
- key?: UsageStatisticsSortKey | string;
2021
-
2022
- orderBy?: OrderBy | string;
2023
- }
2024
- export declare enum TimeRange {
2025
- MONTH_TO_DATE = "MONTH_TO_DATE",
2026
- PAST_30_DAYS = "PAST_30_DAYS"
2027
- }
2028
- export interface GetUsageStatisticsRequest {
2029
-
2030
- filterBy?: UsageStatisticsFilter[];
2031
-
2032
- maxResults?: number;
2033
-
2034
- nextToken?: string;
2035
-
2036
- sortBy?: UsageStatisticsSortBy;
2037
-
2038
- timeRange?: TimeRange | string;
2039
- }
2040
- export interface GetUsageStatisticsResponse {
2041
-
2042
- nextToken?: string;
2043
-
2044
- records?: UsageRecord[];
2045
-
2046
- timeRange?: TimeRange | string;
2047
- }
2048
- export interface GetUsageTotalsRequest {
2049
-
2050
- timeRange?: string;
2051
- }
2052
- export interface GetUsageTotalsResponse {
2053
-
2054
- timeRange?: TimeRange | string;
2055
-
2056
- usageTotals?: UsageTotal[];
2057
- }
2058
- export interface ListAllowListsRequest {
2059
-
2060
- maxResults?: number;
2061
-
2062
- nextToken?: string;
2063
- }
2064
- export interface ListAllowListsResponse {
2065
-
2066
- allowLists?: AllowListSummary[];
2067
-
2068
- nextToken?: string;
2069
- }
2070
-
2071
- export interface ListJobsFilterCriteria {
2072
-
2073
- excludes?: ListJobsFilterTerm[];
2074
-
2075
- includes?: ListJobsFilterTerm[];
2076
- }
2077
- export declare enum ListJobsSortAttributeName {
2078
- createdAt = "createdAt",
2079
- jobStatus = "jobStatus",
2080
- jobType = "jobType",
2081
- name = "name"
2082
- }
2083
-
2084
- export interface ListJobsSortCriteria {
2085
-
2086
- attributeName?: ListJobsSortAttributeName | string;
2087
-
2088
- orderBy?: OrderBy | string;
2089
- }
2090
- export interface ListClassificationJobsRequest {
2091
-
2092
- filterCriteria?: ListJobsFilterCriteria;
2093
-
2094
- maxResults?: number;
2095
-
2096
- nextToken?: string;
2097
-
2098
- sortCriteria?: ListJobsSortCriteria;
2099
- }
2100
- export interface ListClassificationJobsResponse {
2101
-
2102
- items?: JobSummary[];
2103
-
2104
- nextToken?: string;
2105
- }
2106
- export interface ListCustomDataIdentifiersRequest {
2107
-
2108
- maxResults?: number;
2109
-
2110
- nextToken?: string;
2111
- }
2112
- export interface ListCustomDataIdentifiersResponse {
2113
-
2114
- items?: CustomDataIdentifierSummary[];
2115
-
2116
- nextToken?: string;
2117
- }
2118
- export interface ListFindingsRequest {
2119
-
2120
- findingCriteria?: FindingCriteria;
2121
-
2122
- maxResults?: number;
2123
-
2124
- nextToken?: string;
2125
-
2126
- sortCriteria?: SortCriteria;
2127
- }
2128
- export interface ListFindingsResponse {
2129
-
2130
- findingIds?: string[];
2131
-
2132
- nextToken?: string;
2133
- }
2134
- export interface ListFindingsFiltersRequest {
2135
-
2136
- maxResults?: number;
2137
-
2138
- nextToken?: string;
2139
- }
2140
- export interface ListFindingsFiltersResponse {
2141
-
2142
- findingsFilterListItems?: FindingsFilterListItem[];
2143
-
2144
- nextToken?: string;
2145
- }
2146
- export interface ListInvitationsRequest {
2147
-
2148
- maxResults?: number;
2149
-
2150
- nextToken?: string;
2151
- }
2152
- export interface ListInvitationsResponse {
2153
-
2154
- invitations?: Invitation[];
2155
-
2156
- nextToken?: string;
2157
- }
2158
- export interface ListManagedDataIdentifiersRequest {
2159
-
2160
- nextToken?: string;
2161
- }
2162
- export interface ListManagedDataIdentifiersResponse {
2163
-
2164
- items?: ManagedDataIdentifierSummary[];
2165
-
2166
- nextToken?: string;
2167
- }
2168
- export interface ListMembersRequest {
2169
-
2170
- maxResults?: number;
2171
-
2172
- nextToken?: string;
2173
-
2174
- onlyAssociated?: string;
2175
- }
2176
- export interface ListMembersResponse {
2177
-
2178
- members?: Member[];
2179
-
2180
- nextToken?: string;
2181
- }
2182
- export interface ListOrganizationAdminAccountsRequest {
2183
-
2184
- maxResults?: number;
2185
-
2186
- nextToken?: string;
2187
- }
2188
- export interface ListOrganizationAdminAccountsResponse {
2189
-
2190
- adminAccounts?: AdminAccount[];
2191
-
2192
- nextToken?: string;
2193
- }
2194
- export interface ListTagsForResourceRequest {
2195
-
2196
- resourceArn: string | undefined;
2197
- }
2198
- export interface ListTagsForResourceResponse {
2199
-
2200
- tags?: Record<string, string>;
2201
- }
2202
- export interface PutClassificationExportConfigurationRequest {
2203
-
2204
- configuration: ClassificationExportConfiguration | undefined;
2205
- }
2206
- export interface PutClassificationExportConfigurationResponse {
2207
-
2208
- configuration?: ClassificationExportConfiguration;
2209
- }
2210
- export interface PutFindingsPublicationConfigurationRequest {
2211
-
2212
- clientToken?: string;
2213
-
2214
- securityHubConfiguration?: SecurityHubConfiguration;
2215
- }
2216
- export interface PutFindingsPublicationConfigurationResponse {
2217
- }
2218
-
2219
- export interface SearchResourcesCriteriaBlock {
2220
-
2221
- and?: SearchResourcesCriteria[];
2222
- }
2223
-
2224
- export interface SearchResourcesBucketCriteria {
2225
-
2226
- excludes?: SearchResourcesCriteriaBlock;
2227
-
2228
- includes?: SearchResourcesCriteriaBlock;
2229
- }
2230
- export declare enum SearchResourcesSortAttributeName {
2231
- ACCOUNT_ID = "ACCOUNT_ID",
2232
- RESOURCE_NAME = "RESOURCE_NAME",
2233
- S3_CLASSIFIABLE_OBJECT_COUNT = "S3_CLASSIFIABLE_OBJECT_COUNT",
2234
- S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES"
2235
- }
2236
-
2237
- export interface SearchResourcesSortCriteria {
2238
-
2239
- attributeName?: SearchResourcesSortAttributeName | string;
2240
-
2241
- orderBy?: OrderBy | string;
2242
- }
2243
- export interface SearchResourcesRequest {
2244
-
2245
- bucketCriteria?: SearchResourcesBucketCriteria;
2246
-
2247
- maxResults?: number;
2248
-
2249
- nextToken?: string;
2250
-
2251
- sortCriteria?: SearchResourcesSortCriteria;
2252
- }
2253
- export interface SearchResourcesResponse {
2254
-
2255
- matchingResources?: MatchingResource[];
2256
-
2257
- nextToken?: string;
2258
- }
2259
- export interface TagResourceRequest {
2260
-
2261
- resourceArn: string | undefined;
2262
-
2263
- tags: Record<string, string> | undefined;
2264
- }
2265
- export interface TagResourceResponse {
2266
- }
2267
- export interface TestCustomDataIdentifierRequest {
2268
-
2269
- ignoreWords?: string[];
2270
-
2271
- keywords?: string[];
2272
-
2273
- maximumMatchDistance?: number;
2274
-
2275
- regex: string | undefined;
2276
-
2277
- sampleText: string | undefined;
2278
- }
2279
- export interface TestCustomDataIdentifierResponse {
2280
-
2281
- matchCount?: number;
2282
- }
2283
- export interface UntagResourceRequest {
2284
-
2285
- resourceArn: string | undefined;
2286
-
2287
- tagKeys: string[] | undefined;
2288
- }
2289
-
2290
- export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
2291
-
2292
- export declare const AllowListSummaryFilterSensitiveLog: (obj: AllowListSummary) => any;
2293
-
2294
- export declare const BatchGetCustomDataIdentifierSummaryFilterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
2295
-
2296
- export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
2297
-
2298
- export declare const ObjectCountByEncryptionTypeFilterSensitiveLog: (obj: ObjectCountByEncryptionType) => any;
2299
-
2300
- export declare const BlockPublicAccessFilterSensitiveLog: (obj: BlockPublicAccess) => any;
2301
-
2302
- export declare const AccountLevelPermissionsFilterSensitiveLog: (obj: AccountLevelPermissions) => any;
2303
-
2304
- export declare const AccessControlListFilterSensitiveLog: (obj: AccessControlList) => any;
2305
-
2306
- export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
2307
-
2308
- export declare const BucketLevelPermissionsFilterSensitiveLog: (obj: BucketLevelPermissions) => any;
2309
-
2310
- export declare const BucketPermissionConfigurationFilterSensitiveLog: (obj: BucketPermissionConfiguration) => any;
2311
-
2312
- export declare const BucketPublicAccessFilterSensitiveLog: (obj: BucketPublicAccess) => any;
2313
-
2314
- export declare const ReplicationDetailsFilterSensitiveLog: (obj: ReplicationDetails) => any;
2315
-
2316
- export declare const BucketServerSideEncryptionFilterSensitiveLog: (obj: BucketServerSideEncryption) => any;
2317
-
2318
- export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
2319
-
2320
- export declare const ObjectLevelStatisticsFilterSensitiveLog: (obj: ObjectLevelStatistics) => any;
2321
-
2322
- export declare const BucketMetadataFilterSensitiveLog: (obj: BucketMetadata) => any;
2323
-
2324
- export declare const SimpleCriterionForJobFilterSensitiveLog: (obj: SimpleCriterionForJob) => any;
2325
-
2326
- export declare const TagCriterionPairForJobFilterSensitiveLog: (obj: TagCriterionPairForJob) => any;
2327
-
2328
- export declare const TagCriterionForJobFilterSensitiveLog: (obj: TagCriterionForJob) => any;
2329
-
2330
- export declare const CriteriaForJobFilterSensitiveLog: (obj: CriteriaForJob) => any;
2331
-
2332
- export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (obj: CustomDataIdentifierSummary) => any;
2333
-
2334
- export declare const DetectedDataDetailsFilterSensitiveLog: (obj: DetectedDataDetails) => any;
2335
-
2336
- export declare const CellFilterSensitiveLog: (obj: Cell) => any;
2337
-
2338
- export declare const RangeFilterSensitiveLog: (obj: Range) => any;
2339
-
2340
- export declare const PageFilterSensitiveLog: (obj: Page) => any;
2341
-
2342
- export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
2343
-
2344
- export declare const OccurrencesFilterSensitiveLog: (obj: Occurrences) => any;
2345
-
2346
- export declare const CustomDetectionFilterSensitiveLog: (obj: CustomDetection) => any;
2347
-
2348
- export declare const CustomDataIdentifiersFilterSensitiveLog: (obj: CustomDataIdentifiers) => any;
2349
-
2350
- export declare const DefaultDetectionFilterSensitiveLog: (obj: DefaultDetection) => any;
2351
-
2352
- export declare const SensitiveDataItemFilterSensitiveLog: (obj: SensitiveDataItem) => any;
2353
-
2354
- export declare const ClassificationResultStatusFilterSensitiveLog: (obj: ClassificationResultStatus) => any;
2355
-
2356
- export declare const ClassificationResultFilterSensitiveLog: (obj: ClassificationResult) => any;
2357
-
2358
- export declare const ClassificationDetailsFilterSensitiveLog: (obj: ClassificationDetails) => any;
2359
-
2360
- export declare const ApiCallDetailsFilterSensitiveLog: (obj: ApiCallDetails) => any;
2361
-
2362
- export declare const FindingActionFilterSensitiveLog: (obj: FindingAction) => any;
2363
-
2364
- export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
2365
-
2366
- export declare const IpCityFilterSensitiveLog: (obj: IpCity) => any;
2367
-
2368
- export declare const IpCountryFilterSensitiveLog: (obj: IpCountry) => any;
2369
-
2370
- export declare const IpGeoLocationFilterSensitiveLog: (obj: IpGeoLocation) => any;
2371
-
2372
- export declare const IpOwnerFilterSensitiveLog: (obj: IpOwner) => any;
2373
-
2374
- export declare const IpAddressDetailsFilterSensitiveLog: (obj: IpAddressDetails) => any;
2375
-
2376
- export declare const SessionContextAttributesFilterSensitiveLog: (obj: SessionContextAttributes) => any;
2377
-
2378
- export declare const SessionIssuerFilterSensitiveLog: (obj: SessionIssuer) => any;
2379
-
2380
- export declare const SessionContextFilterSensitiveLog: (obj: SessionContext) => any;
2381
-
2382
- export declare const AssumedRoleFilterSensitiveLog: (obj: AssumedRole) => any;
2383
-
2384
- export declare const AwsAccountFilterSensitiveLog: (obj: AwsAccount) => any;
2385
-
2386
- export declare const AwsServiceFilterSensitiveLog: (obj: AwsService) => any;
2387
-
2388
- export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any;
2389
-
2390
- export declare const IamUserFilterSensitiveLog: (obj: IamUser) => any;
2391
-
2392
- export declare const UserIdentityRootFilterSensitiveLog: (obj: UserIdentityRoot) => any;
2393
-
2394
- export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
2395
-
2396
- export declare const FindingActorFilterSensitiveLog: (obj: FindingActor) => any;
2397
-
2398
- export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
2399
-
2400
- export declare const ServerSideEncryptionFilterSensitiveLog: (obj: ServerSideEncryption) => any;
2401
-
2402
- export declare const S3BucketOwnerFilterSensitiveLog: (obj: S3BucketOwner) => any;
2403
-
2404
- export declare const S3BucketFilterSensitiveLog: (obj: S3Bucket) => any;
2405
-
2406
- export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
2407
-
2408
- export declare const ResourcesAffectedFilterSensitiveLog: (obj: ResourcesAffected) => any;
2409
-
2410
- export declare const SeverityFilterSensitiveLog: (obj: Severity) => any;
2411
-
2412
- export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
2413
-
2414
- export declare const FindingsFilterListItemFilterSensitiveLog: (obj: FindingsFilterListItem) => any;
2415
-
2416
- export declare const GroupCountFilterSensitiveLog: (obj: GroupCount) => any;
2417
-
2418
- export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
2419
-
2420
- export declare const SimpleScopeTermFilterSensitiveLog: (obj: SimpleScopeTerm) => any;
2421
-
2422
- export declare const TagValuePairFilterSensitiveLog: (obj: TagValuePair) => any;
2423
-
2424
- export declare const TagScopeTermFilterSensitiveLog: (obj: TagScopeTerm) => any;
2425
-
2426
- export declare const JobScopeTermFilterSensitiveLog: (obj: JobScopeTerm) => any;
2427
-
2428
- export declare const CriteriaBlockForJobFilterSensitiveLog: (obj: CriteriaBlockForJob) => any;
2429
-
2430
- export declare const S3BucketCriteriaForJobFilterSensitiveLog: (obj: S3BucketCriteriaForJob) => any;
2431
-
2432
- export declare const S3BucketDefinitionForJobFilterSensitiveLog: (obj: S3BucketDefinitionForJob) => any;
2433
-
2434
- export declare const LastRunErrorStatusFilterSensitiveLog: (obj: LastRunErrorStatus) => any;
2435
-
2436
- export declare const UserPausedDetailsFilterSensitiveLog: (obj: UserPausedDetails) => any;
2437
-
2438
- export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
2439
-
2440
- export declare const ListJobsFilterTermFilterSensitiveLog: (obj: ListJobsFilterTerm) => any;
2441
-
2442
- export declare const ManagedDataIdentifierSummaryFilterSensitiveLog: (obj: ManagedDataIdentifierSummary) => any;
2443
-
2444
- export declare const MatchingBucketFilterSensitiveLog: (obj: MatchingBucket) => any;
2445
-
2446
- export declare const MatchingResourceFilterSensitiveLog: (obj: MatchingResource) => any;
2447
-
2448
- export declare const MemberFilterSensitiveLog: (obj: Member) => any;
2449
-
2450
- export declare const SearchResourcesSimpleCriterionFilterSensitiveLog: (obj: SearchResourcesSimpleCriterion) => any;
2451
-
2452
- export declare const SearchResourcesTagCriterionPairFilterSensitiveLog: (obj: SearchResourcesTagCriterionPair) => any;
2453
-
2454
- export declare const SearchResourcesTagCriterionFilterSensitiveLog: (obj: SearchResourcesTagCriterion) => any;
2455
-
2456
- export declare const SearchResourcesCriteriaFilterSensitiveLog: (obj: SearchResourcesCriteria) => any;
2457
-
2458
- export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
2459
-
2460
- export declare const ServiceLimitFilterSensitiveLog: (obj: ServiceLimit) => any;
2461
-
2462
- export declare const UsageByAccountFilterSensitiveLog: (obj: UsageByAccount) => any;
2463
-
2464
- export declare const UsageRecordFilterSensitiveLog: (obj: UsageRecord) => any;
2465
-
2466
- export declare const UsageStatisticsFilterFilterSensitiveLog: (obj: UsageStatisticsFilter) => any;
2467
-
2468
- export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
2469
-
2470
- export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
2471
-
2472
- export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
2473
-
2474
- export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
2475
-
2476
- export declare const S3WordsListFilterSensitiveLog: (obj: S3WordsList) => any;
2477
-
2478
- export declare const AllowListCriteriaFilterSensitiveLog: (obj: AllowListCriteria) => any;
2479
-
2480
- export declare const AllowListStatusFilterSensitiveLog: (obj: AllowListStatus) => any;
2481
-
2482
- export declare const BatchGetCustomDataIdentifiersRequestFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
2483
-
2484
- export declare const BatchGetCustomDataIdentifiersResponseFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
2485
-
2486
- export declare const BucketCountByEffectivePermissionFilterSensitiveLog: (obj: BucketCountByEffectivePermission) => any;
2487
-
2488
- export declare const BucketCountByEncryptionTypeFilterSensitiveLog: (obj: BucketCountByEncryptionType) => any;
2489
-
2490
- export declare const BucketCountBySharedAccessTypeFilterSensitiveLog: (obj: BucketCountBySharedAccessType) => any;
2491
-
2492
- export declare const BucketCountPolicyAllowsUnencryptedObjectUploadsFilterSensitiveLog: (obj: BucketCountPolicyAllowsUnencryptedObjectUploads) => any;
2493
-
2494
- export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (obj: BucketCriteriaAdditionalProperties) => any;
2495
-
2496
- export declare const BucketSortCriteriaFilterSensitiveLog: (obj: BucketSortCriteria) => any;
2497
-
2498
- export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
2499
-
2500
- export declare const ClassificationExportConfigurationFilterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
2501
-
2502
- export declare const CreateAllowListRequestFilterSensitiveLog: (obj: CreateAllowListRequest) => any;
2503
-
2504
- export declare const CreateAllowListResponseFilterSensitiveLog: (obj: CreateAllowListResponse) => any;
2505
-
2506
- export declare const JobScopingBlockFilterSensitiveLog: (obj: JobScopingBlock) => any;
2507
-
2508
- export declare const ScopingFilterSensitiveLog: (obj: Scoping) => any;
2509
-
2510
- export declare const S3JobDefinitionFilterSensitiveLog: (obj: S3JobDefinition) => any;
2511
-
2512
- export declare const DailyScheduleFilterSensitiveLog: (obj: DailySchedule) => any;
2513
-
2514
- export declare const MonthlyScheduleFilterSensitiveLog: (obj: MonthlySchedule) => any;
2515
-
2516
- export declare const WeeklyScheduleFilterSensitiveLog: (obj: WeeklySchedule) => any;
2517
-
2518
- export declare const JobScheduleFrequencyFilterSensitiveLog: (obj: JobScheduleFrequency) => any;
2519
-
2520
- export declare const CreateClassificationJobRequestFilterSensitiveLog: (obj: CreateClassificationJobRequest) => any;
2521
-
2522
- export declare const CreateClassificationJobResponseFilterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
2523
-
2524
- export declare const SeverityLevelFilterSensitiveLog: (obj: SeverityLevel) => any;
2525
-
2526
- export declare const CreateCustomDataIdentifierRequestFilterSensitiveLog: (obj: CreateCustomDataIdentifierRequest) => any;
2527
-
2528
- export declare const CreateCustomDataIdentifierResponseFilterSensitiveLog: (obj: CreateCustomDataIdentifierResponse) => any;
2529
-
2530
- export declare const CriterionAdditionalPropertiesFilterSensitiveLog: (obj: CriterionAdditionalProperties) => any;
2531
-
2532
- export declare const FindingCriteriaFilterSensitiveLog: (obj: FindingCriteria) => any;
2533
-
2534
- export declare const CreateFindingsFilterRequestFilterSensitiveLog: (obj: CreateFindingsFilterRequest) => any;
2535
-
2536
- export declare const CreateFindingsFilterResponseFilterSensitiveLog: (obj: CreateFindingsFilterResponse) => any;
2537
-
2538
- export declare const CreateInvitationsRequestFilterSensitiveLog: (obj: CreateInvitationsRequest) => any;
2539
-
2540
- export declare const CreateInvitationsResponseFilterSensitiveLog: (obj: CreateInvitationsResponse) => any;
2541
-
2542
- export declare const CreateMemberRequestFilterSensitiveLog: (obj: CreateMemberRequest) => any;
2543
-
2544
- export declare const CreateMemberResponseFilterSensitiveLog: (obj: CreateMemberResponse) => any;
2545
-
2546
- export declare const CreateSampleFindingsRequestFilterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
2547
-
2548
- export declare const CreateSampleFindingsResponseFilterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
2549
-
2550
- export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
2551
-
2552
- export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
2553
-
2554
- export declare const DeleteAllowListRequestFilterSensitiveLog: (obj: DeleteAllowListRequest) => any;
2555
-
2556
- export declare const DeleteAllowListResponseFilterSensitiveLog: (obj: DeleteAllowListResponse) => any;
2557
-
2558
- export declare const DeleteCustomDataIdentifierRequestFilterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
2559
-
2560
- export declare const DeleteCustomDataIdentifierResponseFilterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
2561
-
2562
- export declare const DeleteFindingsFilterRequestFilterSensitiveLog: (obj: DeleteFindingsFilterRequest) => any;
2563
-
2564
- export declare const DeleteFindingsFilterResponseFilterSensitiveLog: (obj: DeleteFindingsFilterResponse) => any;
2565
-
2566
- export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
2567
-
2568
- export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
2569
-
2570
- export declare const DeleteMemberRequestFilterSensitiveLog: (obj: DeleteMemberRequest) => any;
2571
-
2572
- export declare const DeleteMemberResponseFilterSensitiveLog: (obj: DeleteMemberResponse) => any;
2573
-
2574
- export declare const DescribeBucketsRequestFilterSensitiveLog: (obj: DescribeBucketsRequest) => any;
2575
-
2576
- export declare const DescribeBucketsResponseFilterSensitiveLog: (obj: DescribeBucketsResponse) => any;
2577
-
2578
- export declare const DescribeClassificationJobRequestFilterSensitiveLog: (obj: DescribeClassificationJobRequest) => any;
2579
-
2580
- export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
2581
-
2582
- export declare const DescribeClassificationJobResponseFilterSensitiveLog: (obj: DescribeClassificationJobResponse) => any;
2583
-
2584
- export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
2585
-
2586
- export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
2587
-
2588
- export declare const DisableMacieRequestFilterSensitiveLog: (obj: DisableMacieRequest) => any;
2589
-
2590
- export declare const DisableMacieResponseFilterSensitiveLog: (obj: DisableMacieResponse) => any;
2591
-
2592
- export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
2593
-
2594
- export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
2595
-
2596
- export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
2597
-
2598
- export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
2599
-
2600
- export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
2601
-
2602
- export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
2603
-
2604
- export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
2605
-
2606
- export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
2607
-
2608
- export declare const EnableMacieRequestFilterSensitiveLog: (obj: EnableMacieRequest) => any;
2609
-
2610
- export declare const EnableMacieResponseFilterSensitiveLog: (obj: EnableMacieResponse) => any;
2611
-
2612
- export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
2613
-
2614
- export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
2615
-
2616
- export declare const FindingStatisticsSortCriteriaFilterSensitiveLog: (obj: FindingStatisticsSortCriteria) => any;
2617
-
2618
- export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
2619
-
2620
- export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
2621
-
2622
- export declare const GetAllowListRequestFilterSensitiveLog: (obj: GetAllowListRequest) => any;
2623
-
2624
- export declare const GetAllowListResponseFilterSensitiveLog: (obj: GetAllowListResponse) => any;
2625
-
2626
- export declare const GetBucketStatisticsRequestFilterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
2627
-
2628
- export declare const GetBucketStatisticsResponseFilterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
2629
-
2630
- export declare const GetClassificationExportConfigurationRequestFilterSensitiveLog: (obj: GetClassificationExportConfigurationRequest) => any;
2631
-
2632
- export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
2633
-
2634
- export declare const GetCustomDataIdentifierRequestFilterSensitiveLog: (obj: GetCustomDataIdentifierRequest) => any;
2635
-
2636
- export declare const GetCustomDataIdentifierResponseFilterSensitiveLog: (obj: GetCustomDataIdentifierResponse) => any;
2637
-
2638
- export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
2639
-
2640
- export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
2641
-
2642
- export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
2643
-
2644
- export declare const GetFindingsFilterRequestFilterSensitiveLog: (obj: GetFindingsFilterRequest) => any;
2645
-
2646
- export declare const GetFindingsFilterResponseFilterSensitiveLog: (obj: GetFindingsFilterResponse) => any;
2647
-
2648
- export declare const GetFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationRequest) => any;
2649
-
2650
- export declare const SecurityHubConfigurationFilterSensitiveLog: (obj: SecurityHubConfiguration) => any;
2651
-
2652
- export declare const GetFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationResponse) => any;
2653
-
2654
- export declare const GetFindingStatisticsRequestFilterSensitiveLog: (obj: GetFindingStatisticsRequest) => any;
2655
-
2656
- export declare const GetFindingStatisticsResponseFilterSensitiveLog: (obj: GetFindingStatisticsResponse) => any;
2657
-
2658
- export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
2659
-
2660
- export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
2661
-
2662
- export declare const GetMacieSessionRequestFilterSensitiveLog: (obj: GetMacieSessionRequest) => any;
2663
-
2664
- export declare const GetMacieSessionResponseFilterSensitiveLog: (obj: GetMacieSessionResponse) => any;
2665
-
2666
- export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
2667
-
2668
- export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
2669
-
2670
- export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
2671
-
2672
- export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
2673
-
2674
- export declare const GetRevealConfigurationRequestFilterSensitiveLog: (obj: GetRevealConfigurationRequest) => any;
2675
-
2676
- export declare const RevealConfigurationFilterSensitiveLog: (obj: RevealConfiguration) => any;
2677
-
2678
- export declare const GetRevealConfigurationResponseFilterSensitiveLog: (obj: GetRevealConfigurationResponse) => any;
2679
-
2680
- export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesRequest) => any;
2681
-
2682
- export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesResponse) => any;
2683
-
2684
- export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityRequest) => any;
2685
-
2686
- export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityResponse) => any;
2687
-
2688
- export declare const UsageStatisticsSortByFilterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
2689
-
2690
- export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
2691
-
2692
- export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
2693
-
2694
- export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
2695
-
2696
- export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
2697
-
2698
- export declare const ListAllowListsRequestFilterSensitiveLog: (obj: ListAllowListsRequest) => any;
2699
-
2700
- export declare const ListAllowListsResponseFilterSensitiveLog: (obj: ListAllowListsResponse) => any;
2701
-
2702
- export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
2703
-
2704
- export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
2705
-
2706
- export declare const ListClassificationJobsRequestFilterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
2707
-
2708
- export declare const ListClassificationJobsResponseFilterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
2709
-
2710
- export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
2711
-
2712
- export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
2713
-
2714
- export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
2715
-
2716
- export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
2717
-
2718
- export declare const ListFindingsFiltersRequestFilterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
2719
-
2720
- export declare const ListFindingsFiltersResponseFilterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
2721
-
2722
- export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
2723
-
2724
- export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
2725
-
2726
- export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
2727
-
2728
- export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
2729
-
2730
- export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
2731
-
2732
- export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
2733
-
2734
- export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
2735
-
2736
- export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
2737
-
2738
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2739
-
2740
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2741
-
2742
- export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
2743
-
2744
- export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
2745
-
2746
- export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
2747
-
2748
- export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
2749
-
2750
- export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
2751
-
2752
- export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
2753
-
2754
- export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
2755
-
2756
- export declare const SearchResourcesRequestFilterSensitiveLog: (obj: SearchResourcesRequest) => any;
2757
-
2758
- export declare const SearchResourcesResponseFilterSensitiveLog: (obj: SearchResourcesResponse) => any;
2759
-
2760
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2761
-
2762
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2763
-
2764
- export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
2765
-
2766
- export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
2767
-
2768
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { Macie2ServiceException as __BaseException } from "./Macie2ServiceException";
3
+ export declare enum AdminStatus {
4
+ DISABLING_IN_PROGRESS = "DISABLING_IN_PROGRESS",
5
+ ENABLED = "ENABLED",
6
+ }
7
+ export interface AdminAccount {
8
+ accountId?: string;
9
+ status?: AdminStatus | string;
10
+ }
11
+ export interface AllowListSummary {
12
+ arn?: string;
13
+ createdAt?: Date;
14
+ description?: string;
15
+ id?: string;
16
+ name?: string;
17
+ updatedAt?: Date;
18
+ }
19
+ export interface BatchGetCustomDataIdentifierSummary {
20
+ arn?: string;
21
+ createdAt?: Date;
22
+ deleted?: boolean;
23
+ description?: string;
24
+ id?: string;
25
+ name?: string;
26
+ }
27
+ export declare enum AllowsUnencryptedObjectUploads {
28
+ FALSE = "FALSE",
29
+ TRUE = "TRUE",
30
+ UNKNOWN = "UNKNOWN",
31
+ }
32
+ export declare enum BucketMetadataErrorCode {
33
+ ACCESS_DENIED = "ACCESS_DENIED",
34
+ }
35
+ export declare enum IsDefinedInJob {
36
+ FALSE = "FALSE",
37
+ TRUE = "TRUE",
38
+ UNKNOWN = "UNKNOWN",
39
+ }
40
+ export declare enum IsMonitoredByJob {
41
+ FALSE = "FALSE",
42
+ TRUE = "TRUE",
43
+ UNKNOWN = "UNKNOWN",
44
+ }
45
+ export interface JobDetails {
46
+ isDefinedInJob?: IsDefinedInJob | string;
47
+ isMonitoredByJob?: IsMonitoredByJob | string;
48
+ lastJobId?: string;
49
+ lastJobRunTime?: Date;
50
+ }
51
+ export interface ObjectCountByEncryptionType {
52
+ customerManaged?: number;
53
+ kmsManaged?: number;
54
+ s3Managed?: number;
55
+ unencrypted?: number;
56
+ unknown?: number;
57
+ }
58
+ export declare enum EffectivePermission {
59
+ NOT_PUBLIC = "NOT_PUBLIC",
60
+ PUBLIC = "PUBLIC",
61
+ UNKNOWN = "UNKNOWN",
62
+ }
63
+ export interface BlockPublicAccess {
64
+ blockPublicAcls?: boolean;
65
+ blockPublicPolicy?: boolean;
66
+ ignorePublicAcls?: boolean;
67
+ restrictPublicBuckets?: boolean;
68
+ }
69
+ export interface AccountLevelPermissions {
70
+ blockPublicAccess?: BlockPublicAccess;
71
+ }
72
+ export interface AccessControlList {
73
+ allowsPublicReadAccess?: boolean;
74
+ allowsPublicWriteAccess?: boolean;
75
+ }
76
+ export interface BucketPolicy {
77
+ allowsPublicReadAccess?: boolean;
78
+ allowsPublicWriteAccess?: boolean;
79
+ }
80
+ export interface BucketLevelPermissions {
81
+ accessControlList?: AccessControlList;
82
+ blockPublicAccess?: BlockPublicAccess;
83
+ bucketPolicy?: BucketPolicy;
84
+ }
85
+ export interface BucketPermissionConfiguration {
86
+ accountLevelPermissions?: AccountLevelPermissions;
87
+ bucketLevelPermissions?: BucketLevelPermissions;
88
+ }
89
+ export interface BucketPublicAccess {
90
+ effectivePermission?: EffectivePermission | string;
91
+ permissionConfiguration?: BucketPermissionConfiguration;
92
+ }
93
+ export interface ReplicationDetails {
94
+ replicated?: boolean;
95
+ replicatedExternally?: boolean;
96
+ replicationAccounts?: string[];
97
+ }
98
+ export declare enum Type {
99
+ AES256 = "AES256",
100
+ NONE = "NONE",
101
+ aws_kms = "aws:kms",
102
+ }
103
+ export interface BucketServerSideEncryption {
104
+ kmsMasterKeyId?: string;
105
+ type?: Type | string;
106
+ }
107
+ export declare enum SharedAccess {
108
+ EXTERNAL = "EXTERNAL",
109
+ INTERNAL = "INTERNAL",
110
+ NOT_SHARED = "NOT_SHARED",
111
+ UNKNOWN = "UNKNOWN",
112
+ }
113
+ export interface KeyValuePair {
114
+ key?: string;
115
+ value?: string;
116
+ }
117
+ export interface ObjectLevelStatistics {
118
+ fileType?: number;
119
+ storageClass?: number;
120
+ total?: number;
121
+ }
122
+ export interface BucketMetadata {
123
+ accountId?: string;
124
+ allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
125
+ bucketArn?: string;
126
+ bucketCreatedAt?: Date;
127
+ bucketName?: string;
128
+ classifiableObjectCount?: number;
129
+ classifiableSizeInBytes?: number;
130
+ errorCode?: BucketMetadataErrorCode | string;
131
+ errorMessage?: string;
132
+ jobDetails?: JobDetails;
133
+ lastUpdated?: Date;
134
+ objectCount?: number;
135
+ objectCountByEncryptionType?: ObjectCountByEncryptionType;
136
+ publicAccess?: BucketPublicAccess;
137
+ region?: string;
138
+ replicationDetails?: ReplicationDetails;
139
+ serverSideEncryption?: BucketServerSideEncryption;
140
+ sharedAccess?: SharedAccess | string;
141
+ sizeInBytes?: number;
142
+ sizeInBytesCompressed?: number;
143
+ tags?: KeyValuePair[];
144
+ unclassifiableObjectCount?: ObjectLevelStatistics;
145
+ unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
146
+ versioning?: boolean;
147
+ }
148
+ export declare enum JobComparator {
149
+ CONTAINS = "CONTAINS",
150
+ EQ = "EQ",
151
+ GT = "GT",
152
+ GTE = "GTE",
153
+ LT = "LT",
154
+ LTE = "LTE",
155
+ NE = "NE",
156
+ STARTS_WITH = "STARTS_WITH",
157
+ }
158
+ export declare enum SimpleCriterionKeyForJob {
159
+ ACCOUNT_ID = "ACCOUNT_ID",
160
+ S3_BUCKET_EFFECTIVE_PERMISSION = "S3_BUCKET_EFFECTIVE_PERMISSION",
161
+ S3_BUCKET_NAME = "S3_BUCKET_NAME",
162
+ S3_BUCKET_SHARED_ACCESS = "S3_BUCKET_SHARED_ACCESS",
163
+ }
164
+ export interface SimpleCriterionForJob {
165
+ comparator?: JobComparator | string;
166
+ key?: SimpleCriterionKeyForJob | string;
167
+ values?: string[];
168
+ }
169
+ export interface TagCriterionPairForJob {
170
+ key?: string;
171
+ value?: string;
172
+ }
173
+ export interface TagCriterionForJob {
174
+ comparator?: JobComparator | string;
175
+ tagValues?: TagCriterionPairForJob[];
176
+ }
177
+ export interface CriteriaForJob {
178
+ simpleCriterion?: SimpleCriterionForJob;
179
+ tagCriterion?: TagCriterionForJob;
180
+ }
181
+ export interface CustomDataIdentifierSummary {
182
+ arn?: string;
183
+ createdAt?: Date;
184
+ description?: string;
185
+ id?: string;
186
+ name?: string;
187
+ }
188
+ export interface DetectedDataDetails {
189
+ value: string | undefined;
190
+ }
191
+ export declare enum FindingCategory {
192
+ CLASSIFICATION = "CLASSIFICATION",
193
+ POLICY = "POLICY",
194
+ }
195
+ export declare enum OriginType {
196
+ SENSITIVE_DATA_DISCOVERY_JOB = "SENSITIVE_DATA_DISCOVERY_JOB",
197
+ }
198
+ export interface Cell {
199
+ cellReference?: string;
200
+ column?: number;
201
+ columnName?: string;
202
+ row?: number;
203
+ }
204
+ export interface Range {
205
+ end?: number;
206
+ start?: number;
207
+ startColumn?: number;
208
+ }
209
+ export interface Page {
210
+ lineRange?: Range;
211
+ offsetRange?: Range;
212
+ pageNumber?: number;
213
+ }
214
+ export interface _Record {
215
+ jsonPath?: string;
216
+ recordIndex?: number;
217
+ }
218
+ export interface Occurrences {
219
+ cells?: Cell[];
220
+ lineRanges?: Range[];
221
+ offsetRanges?: Range[];
222
+ pages?: Page[];
223
+ records?: _Record[];
224
+ }
225
+ export interface CustomDetection {
226
+ arn?: string;
227
+ count?: number;
228
+ name?: string;
229
+ occurrences?: Occurrences;
230
+ }
231
+ export interface CustomDataIdentifiers {
232
+ detections?: CustomDetection[];
233
+ totalCount?: number;
234
+ }
235
+ export declare enum SensitiveDataItemCategory {
236
+ CREDENTIALS = "CREDENTIALS",
237
+ CUSTOM_IDENTIFIER = "CUSTOM_IDENTIFIER",
238
+ FINANCIAL_INFORMATION = "FINANCIAL_INFORMATION",
239
+ PERSONAL_INFORMATION = "PERSONAL_INFORMATION",
240
+ }
241
+ export interface DefaultDetection {
242
+ count?: number;
243
+ occurrences?: Occurrences;
244
+ type?: string;
245
+ }
246
+ export interface SensitiveDataItem {
247
+ category?: SensitiveDataItemCategory | string;
248
+ detections?: DefaultDetection[];
249
+ totalCount?: number;
250
+ }
251
+ export interface ClassificationResultStatus {
252
+ code?: string;
253
+ reason?: string;
254
+ }
255
+ export interface ClassificationResult {
256
+ additionalOccurrences?: boolean;
257
+ customDataIdentifiers?: CustomDataIdentifiers;
258
+ mimeType?: string;
259
+ sensitiveData?: SensitiveDataItem[];
260
+ sizeClassified?: number;
261
+ status?: ClassificationResultStatus;
262
+ }
263
+ export interface ClassificationDetails {
264
+ detailedResultsLocation?: string;
265
+ jobArn?: string;
266
+ jobId?: string;
267
+ originType?: OriginType | string;
268
+ result?: ClassificationResult;
269
+ }
270
+ export declare enum FindingActionType {
271
+ AWS_API_CALL = "AWS_API_CALL",
272
+ }
273
+ export interface ApiCallDetails {
274
+ api?: string;
275
+ apiServiceName?: string;
276
+ firstSeen?: Date;
277
+ lastSeen?: Date;
278
+ }
279
+ export interface FindingAction {
280
+ actionType?: FindingActionType | string;
281
+ apiCallDetails?: ApiCallDetails;
282
+ }
283
+ export interface DomainDetails {
284
+ domainName?: string;
285
+ }
286
+ export interface IpCity {
287
+ name?: string;
288
+ }
289
+ export interface IpCountry {
290
+ code?: string;
291
+ name?: string;
292
+ }
293
+ export interface IpGeoLocation {
294
+ lat?: number;
295
+ lon?: number;
296
+ }
297
+ export interface IpOwner {
298
+ asn?: string;
299
+ asnOrg?: string;
300
+ isp?: string;
301
+ org?: string;
302
+ }
303
+ export interface IpAddressDetails {
304
+ ipAddressV4?: string;
305
+ ipCity?: IpCity;
306
+ ipCountry?: IpCountry;
307
+ ipGeoLocation?: IpGeoLocation;
308
+ ipOwner?: IpOwner;
309
+ }
310
+ export interface SessionContextAttributes {
311
+ creationDate?: Date;
312
+ mfaAuthenticated?: boolean;
313
+ }
314
+ export interface SessionIssuer {
315
+ accountId?: string;
316
+ arn?: string;
317
+ principalId?: string;
318
+ type?: string;
319
+ userName?: string;
320
+ }
321
+ export interface SessionContext {
322
+ attributes?: SessionContextAttributes;
323
+ sessionIssuer?: SessionIssuer;
324
+ }
325
+ export interface AssumedRole {
326
+ accessKeyId?: string;
327
+ accountId?: string;
328
+ arn?: string;
329
+ principalId?: string;
330
+ sessionContext?: SessionContext;
331
+ }
332
+ export interface AwsAccount {
333
+ accountId?: string;
334
+ principalId?: string;
335
+ }
336
+ export interface AwsService {
337
+ invokedBy?: string;
338
+ }
339
+ export interface FederatedUser {
340
+ accessKeyId?: string;
341
+ accountId?: string;
342
+ arn?: string;
343
+ principalId?: string;
344
+ sessionContext?: SessionContext;
345
+ }
346
+ export interface IamUser {
347
+ accountId?: string;
348
+ arn?: string;
349
+ principalId?: string;
350
+ userName?: string;
351
+ }
352
+ export interface UserIdentityRoot {
353
+ accountId?: string;
354
+ arn?: string;
355
+ principalId?: string;
356
+ }
357
+ export declare enum UserIdentityType {
358
+ AWSAccount = "AWSAccount",
359
+ AWSService = "AWSService",
360
+ AssumedRole = "AssumedRole",
361
+ FederatedUser = "FederatedUser",
362
+ IAMUser = "IAMUser",
363
+ Root = "Root",
364
+ }
365
+ export interface UserIdentity {
366
+ assumedRole?: AssumedRole;
367
+ awsAccount?: AwsAccount;
368
+ awsService?: AwsService;
369
+ federatedUser?: FederatedUser;
370
+ iamUser?: IamUser;
371
+ root?: UserIdentityRoot;
372
+ type?: UserIdentityType | string;
373
+ }
374
+ export interface FindingActor {
375
+ domainDetails?: DomainDetails;
376
+ ipAddressDetails?: IpAddressDetails;
377
+ userIdentity?: UserIdentity;
378
+ }
379
+ export interface PolicyDetails {
380
+ action?: FindingAction;
381
+ actor?: FindingActor;
382
+ }
383
+ export declare enum EncryptionType {
384
+ AES256 = "AES256",
385
+ NONE = "NONE",
386
+ UNKNOWN = "UNKNOWN",
387
+ aws_kms = "aws:kms",
388
+ }
389
+ export interface ServerSideEncryption {
390
+ encryptionType?: EncryptionType | string;
391
+ kmsMasterKeyId?: string;
392
+ }
393
+ export interface S3BucketOwner {
394
+ displayName?: string;
395
+ id?: string;
396
+ }
397
+ export interface S3Bucket {
398
+ allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
399
+ arn?: string;
400
+ createdAt?: Date;
401
+ defaultServerSideEncryption?: ServerSideEncryption;
402
+ name?: string;
403
+ owner?: S3BucketOwner;
404
+ publicAccess?: BucketPublicAccess;
405
+ tags?: KeyValuePair[];
406
+ }
407
+ export declare enum StorageClass {
408
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
409
+ GLACIER = "GLACIER",
410
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
411
+ ONEZONE_IA = "ONEZONE_IA",
412
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
413
+ STANDARD = "STANDARD",
414
+ STANDARD_IA = "STANDARD_IA",
415
+ }
416
+ export interface S3Object {
417
+ bucketArn?: string;
418
+ eTag?: string;
419
+ extension?: string;
420
+ key?: string;
421
+ lastModified?: Date;
422
+ path?: string;
423
+ publicAccess?: boolean;
424
+ serverSideEncryption?: ServerSideEncryption;
425
+ size?: number;
426
+ storageClass?: StorageClass | string;
427
+ tags?: KeyValuePair[];
428
+ versionId?: string;
429
+ }
430
+ export interface ResourcesAffected {
431
+ s3Bucket?: S3Bucket;
432
+ s3Object?: S3Object;
433
+ }
434
+ export declare enum SeverityDescription {
435
+ High = "High",
436
+ Low = "Low",
437
+ Medium = "Medium",
438
+ }
439
+ export interface Severity {
440
+ description?: SeverityDescription | string;
441
+ score?: number;
442
+ }
443
+ export declare enum FindingType {
444
+ Policy_IAMUser_S3BlockPublicAccessDisabled = "Policy:IAMUser/S3BlockPublicAccessDisabled",
445
+ Policy_IAMUser_S3BucketEncryptionDisabled = "Policy:IAMUser/S3BucketEncryptionDisabled",
446
+ Policy_IAMUser_S3BucketPublic = "Policy:IAMUser/S3BucketPublic",
447
+ Policy_IAMUser_S3BucketReplicatedExternally = "Policy:IAMUser/S3BucketReplicatedExternally",
448
+ Policy_IAMUser_S3BucketSharedExternally = "Policy:IAMUser/S3BucketSharedExternally",
449
+ SensitiveData_S3Object_Credentials = "SensitiveData:S3Object/Credentials",
450
+ SensitiveData_S3Object_CustomIdentifier = "SensitiveData:S3Object/CustomIdentifier",
451
+ SensitiveData_S3Object_Financial = "SensitiveData:S3Object/Financial",
452
+ SensitiveData_S3Object_Multiple = "SensitiveData:S3Object/Multiple",
453
+ SensitiveData_S3Object_Personal = "SensitiveData:S3Object/Personal",
454
+ }
455
+ export interface Finding {
456
+ accountId?: string;
457
+ archived?: boolean;
458
+ category?: FindingCategory | string;
459
+ classificationDetails?: ClassificationDetails;
460
+ count?: number;
461
+ createdAt?: Date;
462
+ description?: string;
463
+ id?: string;
464
+ partition?: string;
465
+ policyDetails?: PolicyDetails;
466
+ region?: string;
467
+ resourcesAffected?: ResourcesAffected;
468
+ sample?: boolean;
469
+ schemaVersion?: string;
470
+ severity?: Severity;
471
+ title?: string;
472
+ type?: FindingType | string;
473
+ updatedAt?: Date;
474
+ }
475
+ export declare enum FindingsFilterAction {
476
+ ARCHIVE = "ARCHIVE",
477
+ NOOP = "NOOP",
478
+ }
479
+ export interface FindingsFilterListItem {
480
+ action?: FindingsFilterAction | string;
481
+ arn?: string;
482
+ id?: string;
483
+ name?: string;
484
+ tags?: Record<string, string>;
485
+ }
486
+ export interface GroupCount {
487
+ count?: number;
488
+ groupKey?: string;
489
+ }
490
+ export declare enum RelationshipStatus {
491
+ AccountSuspended = "AccountSuspended",
492
+ Created = "Created",
493
+ EmailVerificationFailed = "EmailVerificationFailed",
494
+ EmailVerificationInProgress = "EmailVerificationInProgress",
495
+ Enabled = "Enabled",
496
+ Invited = "Invited",
497
+ Paused = "Paused",
498
+ RegionDisabled = "RegionDisabled",
499
+ Removed = "Removed",
500
+ Resigned = "Resigned",
501
+ }
502
+ export interface Invitation {
503
+ accountId?: string;
504
+ invitationId?: string;
505
+ invitedAt?: Date;
506
+ relationshipStatus?: RelationshipStatus | string;
507
+ }
508
+ export declare enum ScopeFilterKey {
509
+ OBJECT_EXTENSION = "OBJECT_EXTENSION",
510
+ OBJECT_KEY = "OBJECT_KEY",
511
+ OBJECT_LAST_MODIFIED_DATE = "OBJECT_LAST_MODIFIED_DATE",
512
+ OBJECT_SIZE = "OBJECT_SIZE",
513
+ }
514
+ export interface SimpleScopeTerm {
515
+ comparator?: JobComparator | string;
516
+ key?: ScopeFilterKey | string;
517
+ values?: string[];
518
+ }
519
+ export interface TagValuePair {
520
+ key?: string;
521
+ value?: string;
522
+ }
523
+ export declare enum TagTarget {
524
+ S3_OBJECT = "S3_OBJECT",
525
+ }
526
+ export interface TagScopeTerm {
527
+ comparator?: JobComparator | string;
528
+ key?: string;
529
+ tagValues?: TagValuePair[];
530
+ target?: TagTarget | string;
531
+ }
532
+ export interface JobScopeTerm {
533
+ simpleScopeTerm?: SimpleScopeTerm;
534
+ tagScopeTerm?: TagScopeTerm;
535
+ }
536
+ export interface CriteriaBlockForJob {
537
+ and?: CriteriaForJob[];
538
+ }
539
+ export interface S3BucketCriteriaForJob {
540
+ excludes?: CriteriaBlockForJob;
541
+ includes?: CriteriaBlockForJob;
542
+ }
543
+ export interface S3BucketDefinitionForJob {
544
+ accountId: string | undefined;
545
+ buckets: string[] | undefined;
546
+ }
547
+ export declare enum JobStatus {
548
+ CANCELLED = "CANCELLED",
549
+ COMPLETE = "COMPLETE",
550
+ IDLE = "IDLE",
551
+ PAUSED = "PAUSED",
552
+ RUNNING = "RUNNING",
553
+ USER_PAUSED = "USER_PAUSED",
554
+ }
555
+ export declare enum JobType {
556
+ ONE_TIME = "ONE_TIME",
557
+ SCHEDULED = "SCHEDULED",
558
+ }
559
+ export declare enum LastRunErrorStatusCode {
560
+ ERROR = "ERROR",
561
+ NONE = "NONE",
562
+ }
563
+ export interface LastRunErrorStatus {
564
+ code?: LastRunErrorStatusCode | string;
565
+ }
566
+ export interface UserPausedDetails {
567
+ jobExpiresAt?: Date;
568
+ jobImminentExpirationHealthEventArn?: string;
569
+ jobPausedAt?: Date;
570
+ }
571
+ export interface JobSummary {
572
+ bucketDefinitions?: S3BucketDefinitionForJob[];
573
+ createdAt?: Date;
574
+ jobId?: string;
575
+ jobStatus?: JobStatus | string;
576
+ jobType?: JobType | string;
577
+ lastRunErrorStatus?: LastRunErrorStatus;
578
+ name?: string;
579
+ userPausedDetails?: UserPausedDetails;
580
+ bucketCriteria?: S3BucketCriteriaForJob;
581
+ }
582
+ export declare enum ListJobsFilterKey {
583
+ createdAt = "createdAt",
584
+ jobStatus = "jobStatus",
585
+ jobType = "jobType",
586
+ name = "name",
587
+ }
588
+ export interface ListJobsFilterTerm {
589
+ comparator?: JobComparator | string;
590
+ key?: ListJobsFilterKey | string;
591
+ values?: string[];
592
+ }
593
+ export interface ManagedDataIdentifierSummary {
594
+ category?: SensitiveDataItemCategory | string;
595
+ id?: string;
596
+ }
597
+ export interface MatchingBucket {
598
+ accountId?: string;
599
+ bucketName?: string;
600
+ classifiableObjectCount?: number;
601
+ classifiableSizeInBytes?: number;
602
+ errorCode?: BucketMetadataErrorCode | string;
603
+ errorMessage?: string;
604
+ jobDetails?: JobDetails;
605
+ objectCount?: number;
606
+ objectCountByEncryptionType?: ObjectCountByEncryptionType;
607
+ sizeInBytes?: number;
608
+ sizeInBytesCompressed?: number;
609
+ unclassifiableObjectCount?: ObjectLevelStatistics;
610
+ unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
611
+ }
612
+ export interface MatchingResource {
613
+ matchingBucket?: MatchingBucket;
614
+ }
615
+ export interface Member {
616
+ accountId?: string;
617
+ administratorAccountId?: string;
618
+ arn?: string;
619
+ email?: string;
620
+ invitedAt?: Date;
621
+ masterAccountId?: string;
622
+ relationshipStatus?: RelationshipStatus | string;
623
+ tags?: Record<string, string>;
624
+ updatedAt?: Date;
625
+ }
626
+ export declare enum SearchResourcesComparator {
627
+ EQ = "EQ",
628
+ NE = "NE",
629
+ }
630
+ export declare enum SearchResourcesSimpleCriterionKey {
631
+ ACCOUNT_ID = "ACCOUNT_ID",
632
+ S3_BUCKET_EFFECTIVE_PERMISSION = "S3_BUCKET_EFFECTIVE_PERMISSION",
633
+ S3_BUCKET_NAME = "S3_BUCKET_NAME",
634
+ S3_BUCKET_SHARED_ACCESS = "S3_BUCKET_SHARED_ACCESS",
635
+ }
636
+ export interface SearchResourcesSimpleCriterion {
637
+ comparator?: SearchResourcesComparator | string;
638
+ key?: SearchResourcesSimpleCriterionKey | string;
639
+ values?: string[];
640
+ }
641
+ export interface SearchResourcesTagCriterionPair {
642
+ key?: string;
643
+ value?: string;
644
+ }
645
+ export interface SearchResourcesTagCriterion {
646
+ comparator?: SearchResourcesComparator | string;
647
+ tagValues?: SearchResourcesTagCriterionPair[];
648
+ }
649
+ export interface SearchResourcesCriteria {
650
+ simpleCriterion?: SearchResourcesSimpleCriterion;
651
+ tagCriterion?: SearchResourcesTagCriterion;
652
+ }
653
+ export declare enum UnavailabilityReasonCode {
654
+ INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
655
+ OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
656
+ OBJECT_UNAVAILABLE = "OBJECT_UNAVAILABLE",
657
+ UNSUPPORTED_FINDING_TYPE = "UNSUPPORTED_FINDING_TYPE",
658
+ UNSUPPORTED_OBJECT_TYPE = "UNSUPPORTED_OBJECT_TYPE",
659
+ }
660
+ export declare enum ErrorCode {
661
+ ClientError = "ClientError",
662
+ InternalError = "InternalError",
663
+ }
664
+ export interface UnprocessedAccount {
665
+ accountId?: string;
666
+ errorCode?: ErrorCode | string;
667
+ errorMessage?: string;
668
+ }
669
+ export declare enum Currency {
670
+ USD = "USD",
671
+ }
672
+ export declare enum Unit {
673
+ TERABYTES = "TERABYTES",
674
+ }
675
+ export interface ServiceLimit {
676
+ isServiceLimited?: boolean;
677
+ unit?: Unit | string;
678
+ value?: number;
679
+ }
680
+ export declare enum UsageType {
681
+ DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
682
+ SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY",
683
+ }
684
+ export interface UsageByAccount {
685
+ currency?: Currency | string;
686
+ estimatedCost?: string;
687
+ serviceLimit?: ServiceLimit;
688
+ type?: UsageType | string;
689
+ }
690
+ export interface UsageRecord {
691
+ accountId?: string;
692
+ freeTrialStartDate?: Date;
693
+ usage?: UsageByAccount[];
694
+ }
695
+ export declare enum UsageStatisticsFilterComparator {
696
+ CONTAINS = "CONTAINS",
697
+ EQ = "EQ",
698
+ GT = "GT",
699
+ GTE = "GTE",
700
+ LT = "LT",
701
+ LTE = "LTE",
702
+ NE = "NE",
703
+ }
704
+ export declare enum UsageStatisticsFilterKey {
705
+ accountId = "accountId",
706
+ freeTrialStartDate = "freeTrialStartDate",
707
+ serviceLimit = "serviceLimit",
708
+ total = "total",
709
+ }
710
+ export interface UsageStatisticsFilter {
711
+ comparator?: UsageStatisticsFilterComparator | string;
712
+ key?: UsageStatisticsFilterKey | string;
713
+ values?: string[];
714
+ }
715
+ export interface UsageTotal {
716
+ currency?: Currency | string;
717
+ estimatedCost?: string;
718
+ type?: UsageType | string;
719
+ }
720
+ export interface AcceptInvitationRequest {
721
+ administratorAccountId?: string;
722
+ invitationId: string | undefined;
723
+ masterAccount?: string;
724
+ }
725
+ export interface AcceptInvitationResponse {}
726
+ export declare class AccessDeniedException extends __BaseException {
727
+ readonly name: "AccessDeniedException";
728
+ readonly $fault: "client";
729
+ constructor(
730
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
731
+ );
732
+ }
733
+ export declare class ConflictException extends __BaseException {
734
+ readonly name: "ConflictException";
735
+ readonly $fault: "client";
736
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
737
+ }
738
+ export declare class InternalServerException extends __BaseException {
739
+ readonly name: "InternalServerException";
740
+ readonly $fault: "server";
741
+ constructor(
742
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
743
+ );
744
+ }
745
+ export declare class ResourceNotFoundException extends __BaseException {
746
+ readonly name: "ResourceNotFoundException";
747
+ readonly $fault: "client";
748
+ constructor(
749
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
750
+ );
751
+ }
752
+ export declare class ServiceQuotaExceededException extends __BaseException {
753
+ readonly name: "ServiceQuotaExceededException";
754
+ readonly $fault: "client";
755
+ constructor(
756
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
757
+ );
758
+ }
759
+ export declare class ThrottlingException extends __BaseException {
760
+ readonly name: "ThrottlingException";
761
+ readonly $fault: "client";
762
+ constructor(
763
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
764
+ );
765
+ }
766
+ export declare class ValidationException extends __BaseException {
767
+ readonly name: "ValidationException";
768
+ readonly $fault: "client";
769
+ constructor(
770
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
771
+ );
772
+ }
773
+ export interface AccountDetail {
774
+ accountId: string | undefined;
775
+ email: string | undefined;
776
+ }
777
+ export interface S3WordsList {
778
+ bucketName: string | undefined;
779
+ objectKey: string | undefined;
780
+ }
781
+ export interface AllowListCriteria {
782
+ regex?: string;
783
+ s3WordsList?: S3WordsList;
784
+ }
785
+ export declare enum AllowListStatusCode {
786
+ OK = "OK",
787
+ S3_OBJECT_ACCESS_DENIED = "S3_OBJECT_ACCESS_DENIED",
788
+ S3_OBJECT_EMPTY = "S3_OBJECT_EMPTY",
789
+ S3_OBJECT_NOT_FOUND = "S3_OBJECT_NOT_FOUND",
790
+ S3_OBJECT_OVERSIZE = "S3_OBJECT_OVERSIZE",
791
+ S3_THROTTLED = "S3_THROTTLED",
792
+ S3_USER_ACCESS_DENIED = "S3_USER_ACCESS_DENIED",
793
+ UNKNOWN_ERROR = "UNKNOWN_ERROR",
794
+ }
795
+ export interface AllowListStatus {
796
+ code: AllowListStatusCode | string | undefined;
797
+ description?: string;
798
+ }
799
+ export declare enum AvailabilityCode {
800
+ AVAILABLE = "AVAILABLE",
801
+ UNAVAILABLE = "UNAVAILABLE",
802
+ }
803
+ export interface BatchGetCustomDataIdentifiersRequest {
804
+ ids?: string[];
805
+ }
806
+ export interface BatchGetCustomDataIdentifiersResponse {
807
+ customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[];
808
+ notFoundIdentifierIds?: string[];
809
+ }
810
+ export interface BucketCountByEffectivePermission {
811
+ publiclyAccessible?: number;
812
+ publiclyReadable?: number;
813
+ publiclyWritable?: number;
814
+ unknown?: number;
815
+ }
816
+ export interface BucketCountByEncryptionType {
817
+ kmsManaged?: number;
818
+ s3Managed?: number;
819
+ unencrypted?: number;
820
+ unknown?: number;
821
+ }
822
+ export interface BucketCountBySharedAccessType {
823
+ external?: number;
824
+ internal?: number;
825
+ notShared?: number;
826
+ unknown?: number;
827
+ }
828
+ export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
829
+ allowsUnencryptedObjectUploads?: number;
830
+ deniesUnencryptedObjectUploads?: number;
831
+ unknown?: number;
832
+ }
833
+ export interface BucketCriteriaAdditionalProperties {
834
+ eq?: string[];
835
+ gt?: number;
836
+ gte?: number;
837
+ lt?: number;
838
+ lte?: number;
839
+ neq?: string[];
840
+ prefix?: string;
841
+ }
842
+ export declare enum OrderBy {
843
+ ASC = "ASC",
844
+ DESC = "DESC",
845
+ }
846
+ export interface BucketSortCriteria {
847
+ attributeName?: string;
848
+ orderBy?: OrderBy | string;
849
+ }
850
+ export interface S3Destination {
851
+ bucketName: string | undefined;
852
+ keyPrefix?: string;
853
+ kmsKeyArn: string | undefined;
854
+ }
855
+ export interface ClassificationExportConfiguration {
856
+ s3Destination?: S3Destination;
857
+ }
858
+ export interface CreateAllowListRequest {
859
+ clientToken?: string;
860
+ criteria: AllowListCriteria | undefined;
861
+ description?: string;
862
+ name: string | undefined;
863
+ tags?: Record<string, string>;
864
+ }
865
+ export interface CreateAllowListResponse {
866
+ arn?: string;
867
+ id?: string;
868
+ }
869
+ export declare enum ManagedDataIdentifierSelector {
870
+ ALL = "ALL",
871
+ EXCLUDE = "EXCLUDE",
872
+ INCLUDE = "INCLUDE",
873
+ NONE = "NONE",
874
+ }
875
+ export interface JobScopingBlock {
876
+ and?: JobScopeTerm[];
877
+ }
878
+ export interface Scoping {
879
+ excludes?: JobScopingBlock;
880
+ includes?: JobScopingBlock;
881
+ }
882
+ export interface S3JobDefinition {
883
+ bucketDefinitions?: S3BucketDefinitionForJob[];
884
+ scoping?: Scoping;
885
+ bucketCriteria?: S3BucketCriteriaForJob;
886
+ }
887
+ export interface DailySchedule {}
888
+ export interface MonthlySchedule {
889
+ dayOfMonth?: number;
890
+ }
891
+ export declare enum DayOfWeek {
892
+ FRIDAY = "FRIDAY",
893
+ MONDAY = "MONDAY",
894
+ SATURDAY = "SATURDAY",
895
+ SUNDAY = "SUNDAY",
896
+ THURSDAY = "THURSDAY",
897
+ TUESDAY = "TUESDAY",
898
+ WEDNESDAY = "WEDNESDAY",
899
+ }
900
+ export interface WeeklySchedule {
901
+ dayOfWeek?: DayOfWeek | string;
902
+ }
903
+ export interface JobScheduleFrequency {
904
+ dailySchedule?: DailySchedule;
905
+ monthlySchedule?: MonthlySchedule;
906
+ weeklySchedule?: WeeklySchedule;
907
+ }
908
+ export interface CreateClassificationJobRequest {
909
+ allowListIds?: string[];
910
+ clientToken?: string;
911
+ customDataIdentifierIds?: string[];
912
+ description?: string;
913
+ initialRun?: boolean;
914
+ jobType: JobType | string | undefined;
915
+ managedDataIdentifierIds?: string[];
916
+ managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
917
+ name: string | undefined;
918
+ s3JobDefinition: S3JobDefinition | undefined;
919
+ samplingPercentage?: number;
920
+ scheduleFrequency?: JobScheduleFrequency;
921
+ tags?: Record<string, string>;
922
+ }
923
+ export interface CreateClassificationJobResponse {
924
+ jobArn?: string;
925
+ jobId?: string;
926
+ }
927
+ export declare enum DataIdentifierSeverity {
928
+ HIGH = "HIGH",
929
+ LOW = "LOW",
930
+ MEDIUM = "MEDIUM",
931
+ }
932
+ export interface SeverityLevel {
933
+ occurrencesThreshold: number | undefined;
934
+ severity: DataIdentifierSeverity | string | undefined;
935
+ }
936
+ export interface CreateCustomDataIdentifierRequest {
937
+ clientToken?: string;
938
+ description?: string;
939
+ ignoreWords?: string[];
940
+ keywords?: string[];
941
+ maximumMatchDistance?: number;
942
+ name: string | undefined;
943
+ regex: string | undefined;
944
+ severityLevels?: SeverityLevel[];
945
+ tags?: Record<string, string>;
946
+ }
947
+ export interface CreateCustomDataIdentifierResponse {
948
+ customDataIdentifierId?: string;
949
+ }
950
+ export interface CriterionAdditionalProperties {
951
+ eq?: string[];
952
+ eqExactMatch?: string[];
953
+ gt?: number;
954
+ gte?: number;
955
+ lt?: number;
956
+ lte?: number;
957
+ neq?: string[];
958
+ }
959
+ export interface FindingCriteria {
960
+ criterion?: Record<string, CriterionAdditionalProperties>;
961
+ }
962
+ export interface CreateFindingsFilterRequest {
963
+ action: FindingsFilterAction | string | undefined;
964
+ clientToken?: string;
965
+ description?: string;
966
+ findingCriteria: FindingCriteria | undefined;
967
+ name: string | undefined;
968
+ position?: number;
969
+ tags?: Record<string, string>;
970
+ }
971
+ export interface CreateFindingsFilterResponse {
972
+ arn?: string;
973
+ id?: string;
974
+ }
975
+ export interface CreateInvitationsRequest {
976
+ accountIds: string[] | undefined;
977
+ disableEmailNotification?: boolean;
978
+ message?: string;
979
+ }
980
+ export interface CreateInvitationsResponse {
981
+ unprocessedAccounts?: UnprocessedAccount[];
982
+ }
983
+ export interface CreateMemberRequest {
984
+ account: AccountDetail | undefined;
985
+ tags?: Record<string, string>;
986
+ }
987
+ export interface CreateMemberResponse {
988
+ arn?: string;
989
+ }
990
+ export interface CreateSampleFindingsRequest {
991
+ findingTypes?: (FindingType | string)[];
992
+ }
993
+ export interface CreateSampleFindingsResponse {}
994
+ export interface DeclineInvitationsRequest {
995
+ accountIds: string[] | undefined;
996
+ }
997
+ export interface DeclineInvitationsResponse {
998
+ unprocessedAccounts?: UnprocessedAccount[];
999
+ }
1000
+ export interface DeleteAllowListRequest {
1001
+ id: string | undefined;
1002
+ ignoreJobChecks?: string;
1003
+ }
1004
+ export interface DeleteAllowListResponse {}
1005
+ export interface DeleteCustomDataIdentifierRequest {
1006
+ id: string | undefined;
1007
+ }
1008
+ export interface DeleteCustomDataIdentifierResponse {}
1009
+ export interface DeleteFindingsFilterRequest {
1010
+ id: string | undefined;
1011
+ }
1012
+ export interface DeleteFindingsFilterResponse {}
1013
+ export interface DeleteInvitationsRequest {
1014
+ accountIds: string[] | undefined;
1015
+ }
1016
+ export interface DeleteInvitationsResponse {
1017
+ unprocessedAccounts?: UnprocessedAccount[];
1018
+ }
1019
+ export interface DeleteMemberRequest {
1020
+ id: string | undefined;
1021
+ }
1022
+ export interface DeleteMemberResponse {}
1023
+ export interface DescribeBucketsRequest {
1024
+ criteria?: Record<string, BucketCriteriaAdditionalProperties>;
1025
+ maxResults?: number;
1026
+ nextToken?: string;
1027
+ sortCriteria?: BucketSortCriteria;
1028
+ }
1029
+ export interface DescribeBucketsResponse {
1030
+ buckets?: BucketMetadata[];
1031
+ nextToken?: string;
1032
+ }
1033
+ export interface DescribeClassificationJobRequest {
1034
+ jobId: string | undefined;
1035
+ }
1036
+ export interface Statistics {
1037
+ approximateNumberOfObjectsToProcess?: number;
1038
+ numberOfRuns?: number;
1039
+ }
1040
+ export interface DescribeClassificationJobResponse {
1041
+ allowListIds?: string[];
1042
+ clientToken?: string;
1043
+ createdAt?: Date;
1044
+ customDataIdentifierIds?: string[];
1045
+ description?: string;
1046
+ initialRun?: boolean;
1047
+ jobArn?: string;
1048
+ jobId?: string;
1049
+ jobStatus?: JobStatus | string;
1050
+ jobType?: JobType | string;
1051
+ lastRunErrorStatus?: LastRunErrorStatus;
1052
+ lastRunTime?: Date;
1053
+ managedDataIdentifierIds?: string[];
1054
+ managedDataIdentifierSelector?: ManagedDataIdentifierSelector | string;
1055
+ name?: string;
1056
+ s3JobDefinition?: S3JobDefinition;
1057
+ samplingPercentage?: number;
1058
+ scheduleFrequency?: JobScheduleFrequency;
1059
+ statistics?: Statistics;
1060
+ tags?: Record<string, string>;
1061
+ userPausedDetails?: UserPausedDetails;
1062
+ }
1063
+ export interface DescribeOrganizationConfigurationRequest {}
1064
+ export interface DescribeOrganizationConfigurationResponse {
1065
+ autoEnable?: boolean;
1066
+ maxAccountLimitReached?: boolean;
1067
+ }
1068
+ export interface DisableMacieRequest {}
1069
+ export interface DisableMacieResponse {}
1070
+ export interface DisableOrganizationAdminAccountRequest {
1071
+ adminAccountId: string | undefined;
1072
+ }
1073
+ export interface DisableOrganizationAdminAccountResponse {}
1074
+ export interface DisassociateFromAdministratorAccountRequest {}
1075
+ export interface DisassociateFromAdministratorAccountResponse {}
1076
+ export interface DisassociateFromMasterAccountRequest {}
1077
+ export interface DisassociateFromMasterAccountResponse {}
1078
+ export interface DisassociateMemberRequest {
1079
+ id: string | undefined;
1080
+ }
1081
+ export interface DisassociateMemberResponse {}
1082
+ export declare enum FindingPublishingFrequency {
1083
+ FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
1084
+ ONE_HOUR = "ONE_HOUR",
1085
+ SIX_HOURS = "SIX_HOURS",
1086
+ }
1087
+ export declare enum MacieStatus {
1088
+ ENABLED = "ENABLED",
1089
+ PAUSED = "PAUSED",
1090
+ }
1091
+ export interface EnableMacieRequest {
1092
+ clientToken?: string;
1093
+ findingPublishingFrequency?: FindingPublishingFrequency | string;
1094
+ status?: MacieStatus | string;
1095
+ }
1096
+ export interface EnableMacieResponse {}
1097
+ export interface EnableOrganizationAdminAccountRequest {
1098
+ adminAccountId: string | undefined;
1099
+ clientToken?: string;
1100
+ }
1101
+ export interface EnableOrganizationAdminAccountResponse {}
1102
+ export declare enum FindingStatisticsSortAttributeName {
1103
+ count = "count",
1104
+ groupKey = "groupKey",
1105
+ }
1106
+ export interface FindingStatisticsSortCriteria {
1107
+ attributeName?: FindingStatisticsSortAttributeName | string;
1108
+ orderBy?: OrderBy | string;
1109
+ }
1110
+ export interface GetAdministratorAccountRequest {}
1111
+ export interface GetAdministratorAccountResponse {
1112
+ administrator?: Invitation;
1113
+ }
1114
+ export interface GetAllowListRequest {
1115
+ id: string | undefined;
1116
+ }
1117
+ export interface GetAllowListResponse {
1118
+ arn?: string;
1119
+ createdAt?: Date;
1120
+ criteria?: AllowListCriteria;
1121
+ description?: string;
1122
+ id?: string;
1123
+ name?: string;
1124
+ status?: AllowListStatus;
1125
+ tags?: Record<string, string>;
1126
+ updatedAt?: Date;
1127
+ }
1128
+ export interface GetBucketStatisticsRequest {
1129
+ accountId?: string;
1130
+ }
1131
+ export interface GetBucketStatisticsResponse {
1132
+ bucketCount?: number;
1133
+ bucketCountByEffectivePermission?: BucketCountByEffectivePermission;
1134
+ bucketCountByEncryptionType?: BucketCountByEncryptionType;
1135
+ bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads;
1136
+ bucketCountBySharedAccessType?: BucketCountBySharedAccessType;
1137
+ classifiableObjectCount?: number;
1138
+ classifiableSizeInBytes?: number;
1139
+ lastUpdated?: Date;
1140
+ objectCount?: number;
1141
+ sizeInBytes?: number;
1142
+ sizeInBytesCompressed?: number;
1143
+ unclassifiableObjectCount?: ObjectLevelStatistics;
1144
+ unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
1145
+ }
1146
+ export interface GetClassificationExportConfigurationRequest {}
1147
+ export interface GetClassificationExportConfigurationResponse {
1148
+ configuration?: ClassificationExportConfiguration;
1149
+ }
1150
+ export interface GetCustomDataIdentifierRequest {
1151
+ id: string | undefined;
1152
+ }
1153
+ export interface GetCustomDataIdentifierResponse {
1154
+ arn?: string;
1155
+ createdAt?: Date;
1156
+ deleted?: boolean;
1157
+ description?: string;
1158
+ id?: string;
1159
+ ignoreWords?: string[];
1160
+ keywords?: string[];
1161
+ maximumMatchDistance?: number;
1162
+ name?: string;
1163
+ regex?: string;
1164
+ severityLevels?: SeverityLevel[];
1165
+ tags?: Record<string, string>;
1166
+ }
1167
+ export interface SortCriteria {
1168
+ attributeName?: string;
1169
+ orderBy?: OrderBy | string;
1170
+ }
1171
+ export interface GetFindingsRequest {
1172
+ findingIds: string[] | undefined;
1173
+ sortCriteria?: SortCriteria;
1174
+ }
1175
+ export interface GetFindingsResponse {
1176
+ findings?: Finding[];
1177
+ }
1178
+ export interface GetFindingsFilterRequest {
1179
+ id: string | undefined;
1180
+ }
1181
+ export interface GetFindingsFilterResponse {
1182
+ action?: FindingsFilterAction | string;
1183
+ arn?: string;
1184
+ description?: string;
1185
+ findingCriteria?: FindingCriteria;
1186
+ id?: string;
1187
+ name?: string;
1188
+ position?: number;
1189
+ tags?: Record<string, string>;
1190
+ }
1191
+ export interface GetFindingsPublicationConfigurationRequest {}
1192
+ export interface SecurityHubConfiguration {
1193
+ publishClassificationFindings: boolean | undefined;
1194
+ publishPolicyFindings: boolean | undefined;
1195
+ }
1196
+ export interface GetFindingsPublicationConfigurationResponse {
1197
+ securityHubConfiguration?: SecurityHubConfiguration;
1198
+ }
1199
+ export declare enum GroupBy {
1200
+ classificationDetails_jobId = "classificationDetails.jobId",
1201
+ resourcesAffected_s3Bucket_name = "resourcesAffected.s3Bucket.name",
1202
+ severity_description = "severity.description",
1203
+ type = "type",
1204
+ }
1205
+ export interface GetFindingStatisticsRequest {
1206
+ findingCriteria?: FindingCriteria;
1207
+ groupBy: GroupBy | string | undefined;
1208
+ size?: number;
1209
+ sortCriteria?: FindingStatisticsSortCriteria;
1210
+ }
1211
+ export interface GetFindingStatisticsResponse {
1212
+ countsByGroup?: GroupCount[];
1213
+ }
1214
+ export interface GetInvitationsCountRequest {}
1215
+ export interface GetInvitationsCountResponse {
1216
+ invitationsCount?: number;
1217
+ }
1218
+ export interface GetMacieSessionRequest {}
1219
+ export interface GetMacieSessionResponse {
1220
+ createdAt?: Date;
1221
+ findingPublishingFrequency?: FindingPublishingFrequency | string;
1222
+ serviceRole?: string;
1223
+ status?: MacieStatus | string;
1224
+ updatedAt?: Date;
1225
+ }
1226
+ export interface GetMasterAccountRequest {}
1227
+ export interface GetMasterAccountResponse {
1228
+ master?: Invitation;
1229
+ }
1230
+ export interface GetMemberRequest {
1231
+ id: string | undefined;
1232
+ }
1233
+ export interface GetMemberResponse {
1234
+ accountId?: string;
1235
+ administratorAccountId?: string;
1236
+ arn?: string;
1237
+ email?: string;
1238
+ invitedAt?: Date;
1239
+ masterAccountId?: string;
1240
+ relationshipStatus?: RelationshipStatus | string;
1241
+ tags?: Record<string, string>;
1242
+ updatedAt?: Date;
1243
+ }
1244
+ export interface GetRevealConfigurationRequest {}
1245
+ export declare enum RevealStatus {
1246
+ DISABLED = "DISABLED",
1247
+ ENABLED = "ENABLED",
1248
+ }
1249
+ export interface RevealConfiguration {
1250
+ kmsKeyId?: string;
1251
+ status: RevealStatus | string | undefined;
1252
+ }
1253
+ export interface GetRevealConfigurationResponse {
1254
+ configuration?: RevealConfiguration;
1255
+ }
1256
+ export interface GetSensitiveDataOccurrencesRequest {
1257
+ findingId: string | undefined;
1258
+ }
1259
+ export declare enum RevealRequestStatus {
1260
+ ERROR = "ERROR",
1261
+ PROCESSING = "PROCESSING",
1262
+ SUCCESS = "SUCCESS",
1263
+ }
1264
+ export interface GetSensitiveDataOccurrencesResponse {
1265
+ error?: string;
1266
+ sensitiveDataOccurrences?: Record<string, DetectedDataDetails[]>;
1267
+ status?: RevealRequestStatus | string;
1268
+ }
1269
+ export declare class UnprocessableEntityException extends __BaseException {
1270
+ readonly name: "UnprocessableEntityException";
1271
+ readonly $fault: "client";
1272
+ constructor(
1273
+ opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
1274
+ );
1275
+ }
1276
+ export interface GetSensitiveDataOccurrencesAvailabilityRequest {
1277
+ findingId: string | undefined;
1278
+ }
1279
+ export interface GetSensitiveDataOccurrencesAvailabilityResponse {
1280
+ code?: AvailabilityCode | string;
1281
+ reasons?: (UnavailabilityReasonCode | string)[];
1282
+ }
1283
+ export declare enum UsageStatisticsSortKey {
1284
+ accountId = "accountId",
1285
+ freeTrialStartDate = "freeTrialStartDate",
1286
+ serviceLimitValue = "serviceLimitValue",
1287
+ total = "total",
1288
+ }
1289
+ export interface UsageStatisticsSortBy {
1290
+ key?: UsageStatisticsSortKey | string;
1291
+ orderBy?: OrderBy | string;
1292
+ }
1293
+ export declare enum TimeRange {
1294
+ MONTH_TO_DATE = "MONTH_TO_DATE",
1295
+ PAST_30_DAYS = "PAST_30_DAYS",
1296
+ }
1297
+ export interface GetUsageStatisticsRequest {
1298
+ filterBy?: UsageStatisticsFilter[];
1299
+ maxResults?: number;
1300
+ nextToken?: string;
1301
+ sortBy?: UsageStatisticsSortBy;
1302
+ timeRange?: TimeRange | string;
1303
+ }
1304
+ export interface GetUsageStatisticsResponse {
1305
+ nextToken?: string;
1306
+ records?: UsageRecord[];
1307
+ timeRange?: TimeRange | string;
1308
+ }
1309
+ export interface GetUsageTotalsRequest {
1310
+ timeRange?: string;
1311
+ }
1312
+ export interface GetUsageTotalsResponse {
1313
+ timeRange?: TimeRange | string;
1314
+ usageTotals?: UsageTotal[];
1315
+ }
1316
+ export interface ListAllowListsRequest {
1317
+ maxResults?: number;
1318
+ nextToken?: string;
1319
+ }
1320
+ export interface ListAllowListsResponse {
1321
+ allowLists?: AllowListSummary[];
1322
+ nextToken?: string;
1323
+ }
1324
+ export interface ListJobsFilterCriteria {
1325
+ excludes?: ListJobsFilterTerm[];
1326
+ includes?: ListJobsFilterTerm[];
1327
+ }
1328
+ export declare enum ListJobsSortAttributeName {
1329
+ createdAt = "createdAt",
1330
+ jobStatus = "jobStatus",
1331
+ jobType = "jobType",
1332
+ name = "name",
1333
+ }
1334
+ export interface ListJobsSortCriteria {
1335
+ attributeName?: ListJobsSortAttributeName | string;
1336
+ orderBy?: OrderBy | string;
1337
+ }
1338
+ export interface ListClassificationJobsRequest {
1339
+ filterCriteria?: ListJobsFilterCriteria;
1340
+ maxResults?: number;
1341
+ nextToken?: string;
1342
+ sortCriteria?: ListJobsSortCriteria;
1343
+ }
1344
+ export interface ListClassificationJobsResponse {
1345
+ items?: JobSummary[];
1346
+ nextToken?: string;
1347
+ }
1348
+ export interface ListCustomDataIdentifiersRequest {
1349
+ maxResults?: number;
1350
+ nextToken?: string;
1351
+ }
1352
+ export interface ListCustomDataIdentifiersResponse {
1353
+ items?: CustomDataIdentifierSummary[];
1354
+ nextToken?: string;
1355
+ }
1356
+ export interface ListFindingsRequest {
1357
+ findingCriteria?: FindingCriteria;
1358
+ maxResults?: number;
1359
+ nextToken?: string;
1360
+ sortCriteria?: SortCriteria;
1361
+ }
1362
+ export interface ListFindingsResponse {
1363
+ findingIds?: string[];
1364
+ nextToken?: string;
1365
+ }
1366
+ export interface ListFindingsFiltersRequest {
1367
+ maxResults?: number;
1368
+ nextToken?: string;
1369
+ }
1370
+ export interface ListFindingsFiltersResponse {
1371
+ findingsFilterListItems?: FindingsFilterListItem[];
1372
+ nextToken?: string;
1373
+ }
1374
+ export interface ListInvitationsRequest {
1375
+ maxResults?: number;
1376
+ nextToken?: string;
1377
+ }
1378
+ export interface ListInvitationsResponse {
1379
+ invitations?: Invitation[];
1380
+ nextToken?: string;
1381
+ }
1382
+ export interface ListManagedDataIdentifiersRequest {
1383
+ nextToken?: string;
1384
+ }
1385
+ export interface ListManagedDataIdentifiersResponse {
1386
+ items?: ManagedDataIdentifierSummary[];
1387
+ nextToken?: string;
1388
+ }
1389
+ export interface ListMembersRequest {
1390
+ maxResults?: number;
1391
+ nextToken?: string;
1392
+ onlyAssociated?: string;
1393
+ }
1394
+ export interface ListMembersResponse {
1395
+ members?: Member[];
1396
+ nextToken?: string;
1397
+ }
1398
+ export interface ListOrganizationAdminAccountsRequest {
1399
+ maxResults?: number;
1400
+ nextToken?: string;
1401
+ }
1402
+ export interface ListOrganizationAdminAccountsResponse {
1403
+ adminAccounts?: AdminAccount[];
1404
+ nextToken?: string;
1405
+ }
1406
+ export interface ListTagsForResourceRequest {
1407
+ resourceArn: string | undefined;
1408
+ }
1409
+ export interface ListTagsForResourceResponse {
1410
+ tags?: Record<string, string>;
1411
+ }
1412
+ export interface PutClassificationExportConfigurationRequest {
1413
+ configuration: ClassificationExportConfiguration | undefined;
1414
+ }
1415
+ export interface PutClassificationExportConfigurationResponse {
1416
+ configuration?: ClassificationExportConfiguration;
1417
+ }
1418
+ export interface PutFindingsPublicationConfigurationRequest {
1419
+ clientToken?: string;
1420
+ securityHubConfiguration?: SecurityHubConfiguration;
1421
+ }
1422
+ export interface PutFindingsPublicationConfigurationResponse {}
1423
+ export interface SearchResourcesCriteriaBlock {
1424
+ and?: SearchResourcesCriteria[];
1425
+ }
1426
+ export interface SearchResourcesBucketCriteria {
1427
+ excludes?: SearchResourcesCriteriaBlock;
1428
+ includes?: SearchResourcesCriteriaBlock;
1429
+ }
1430
+ export declare enum SearchResourcesSortAttributeName {
1431
+ ACCOUNT_ID = "ACCOUNT_ID",
1432
+ RESOURCE_NAME = "RESOURCE_NAME",
1433
+ S3_CLASSIFIABLE_OBJECT_COUNT = "S3_CLASSIFIABLE_OBJECT_COUNT",
1434
+ S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES",
1435
+ }
1436
+ export interface SearchResourcesSortCriteria {
1437
+ attributeName?: SearchResourcesSortAttributeName | string;
1438
+ orderBy?: OrderBy | string;
1439
+ }
1440
+ export interface SearchResourcesRequest {
1441
+ bucketCriteria?: SearchResourcesBucketCriteria;
1442
+ maxResults?: number;
1443
+ nextToken?: string;
1444
+ sortCriteria?: SearchResourcesSortCriteria;
1445
+ }
1446
+ export interface SearchResourcesResponse {
1447
+ matchingResources?: MatchingResource[];
1448
+ nextToken?: string;
1449
+ }
1450
+ export interface TagResourceRequest {
1451
+ resourceArn: string | undefined;
1452
+ tags: Record<string, string> | undefined;
1453
+ }
1454
+ export interface TagResourceResponse {}
1455
+ export interface TestCustomDataIdentifierRequest {
1456
+ ignoreWords?: string[];
1457
+ keywords?: string[];
1458
+ maximumMatchDistance?: number;
1459
+ regex: string | undefined;
1460
+ sampleText: string | undefined;
1461
+ }
1462
+ export interface TestCustomDataIdentifierResponse {
1463
+ matchCount?: number;
1464
+ }
1465
+ export interface UntagResourceRequest {
1466
+ resourceArn: string | undefined;
1467
+ tagKeys: string[] | undefined;
1468
+ }
1469
+ export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
1470
+ export declare const AllowListSummaryFilterSensitiveLog: (
1471
+ obj: AllowListSummary
1472
+ ) => any;
1473
+ export declare const BatchGetCustomDataIdentifierSummaryFilterSensitiveLog: (
1474
+ obj: BatchGetCustomDataIdentifierSummary
1475
+ ) => any;
1476
+ export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
1477
+ export declare const ObjectCountByEncryptionTypeFilterSensitiveLog: (
1478
+ obj: ObjectCountByEncryptionType
1479
+ ) => any;
1480
+ export declare const BlockPublicAccessFilterSensitiveLog: (
1481
+ obj: BlockPublicAccess
1482
+ ) => any;
1483
+ export declare const AccountLevelPermissionsFilterSensitiveLog: (
1484
+ obj: AccountLevelPermissions
1485
+ ) => any;
1486
+ export declare const AccessControlListFilterSensitiveLog: (
1487
+ obj: AccessControlList
1488
+ ) => any;
1489
+ export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
1490
+ export declare const BucketLevelPermissionsFilterSensitiveLog: (
1491
+ obj: BucketLevelPermissions
1492
+ ) => any;
1493
+ export declare const BucketPermissionConfigurationFilterSensitiveLog: (
1494
+ obj: BucketPermissionConfiguration
1495
+ ) => any;
1496
+ export declare const BucketPublicAccessFilterSensitiveLog: (
1497
+ obj: BucketPublicAccess
1498
+ ) => any;
1499
+ export declare const ReplicationDetailsFilterSensitiveLog: (
1500
+ obj: ReplicationDetails
1501
+ ) => any;
1502
+ export declare const BucketServerSideEncryptionFilterSensitiveLog: (
1503
+ obj: BucketServerSideEncryption
1504
+ ) => any;
1505
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
1506
+ export declare const ObjectLevelStatisticsFilterSensitiveLog: (
1507
+ obj: ObjectLevelStatistics
1508
+ ) => any;
1509
+ export declare const BucketMetadataFilterSensitiveLog: (
1510
+ obj: BucketMetadata
1511
+ ) => any;
1512
+ export declare const SimpleCriterionForJobFilterSensitiveLog: (
1513
+ obj: SimpleCriterionForJob
1514
+ ) => any;
1515
+ export declare const TagCriterionPairForJobFilterSensitiveLog: (
1516
+ obj: TagCriterionPairForJob
1517
+ ) => any;
1518
+ export declare const TagCriterionForJobFilterSensitiveLog: (
1519
+ obj: TagCriterionForJob
1520
+ ) => any;
1521
+ export declare const CriteriaForJobFilterSensitiveLog: (
1522
+ obj: CriteriaForJob
1523
+ ) => any;
1524
+ export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (
1525
+ obj: CustomDataIdentifierSummary
1526
+ ) => any;
1527
+ export declare const DetectedDataDetailsFilterSensitiveLog: (
1528
+ obj: DetectedDataDetails
1529
+ ) => any;
1530
+ export declare const CellFilterSensitiveLog: (obj: Cell) => any;
1531
+ export declare const RangeFilterSensitiveLog: (obj: Range) => any;
1532
+ export declare const PageFilterSensitiveLog: (obj: Page) => any;
1533
+ export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
1534
+ export declare const OccurrencesFilterSensitiveLog: (obj: Occurrences) => any;
1535
+ export declare const CustomDetectionFilterSensitiveLog: (
1536
+ obj: CustomDetection
1537
+ ) => any;
1538
+ export declare const CustomDataIdentifiersFilterSensitiveLog: (
1539
+ obj: CustomDataIdentifiers
1540
+ ) => any;
1541
+ export declare const DefaultDetectionFilterSensitiveLog: (
1542
+ obj: DefaultDetection
1543
+ ) => any;
1544
+ export declare const SensitiveDataItemFilterSensitiveLog: (
1545
+ obj: SensitiveDataItem
1546
+ ) => any;
1547
+ export declare const ClassificationResultStatusFilterSensitiveLog: (
1548
+ obj: ClassificationResultStatus
1549
+ ) => any;
1550
+ export declare const ClassificationResultFilterSensitiveLog: (
1551
+ obj: ClassificationResult
1552
+ ) => any;
1553
+ export declare const ClassificationDetailsFilterSensitiveLog: (
1554
+ obj: ClassificationDetails
1555
+ ) => any;
1556
+ export declare const ApiCallDetailsFilterSensitiveLog: (
1557
+ obj: ApiCallDetails
1558
+ ) => any;
1559
+ export declare const FindingActionFilterSensitiveLog: (
1560
+ obj: FindingAction
1561
+ ) => any;
1562
+ export declare const DomainDetailsFilterSensitiveLog: (
1563
+ obj: DomainDetails
1564
+ ) => any;
1565
+ export declare const IpCityFilterSensitiveLog: (obj: IpCity) => any;
1566
+ export declare const IpCountryFilterSensitiveLog: (obj: IpCountry) => any;
1567
+ export declare const IpGeoLocationFilterSensitiveLog: (
1568
+ obj: IpGeoLocation
1569
+ ) => any;
1570
+ export declare const IpOwnerFilterSensitiveLog: (obj: IpOwner) => any;
1571
+ export declare const IpAddressDetailsFilterSensitiveLog: (
1572
+ obj: IpAddressDetails
1573
+ ) => any;
1574
+ export declare const SessionContextAttributesFilterSensitiveLog: (
1575
+ obj: SessionContextAttributes
1576
+ ) => any;
1577
+ export declare const SessionIssuerFilterSensitiveLog: (
1578
+ obj: SessionIssuer
1579
+ ) => any;
1580
+ export declare const SessionContextFilterSensitiveLog: (
1581
+ obj: SessionContext
1582
+ ) => any;
1583
+ export declare const AssumedRoleFilterSensitiveLog: (obj: AssumedRole) => any;
1584
+ export declare const AwsAccountFilterSensitiveLog: (obj: AwsAccount) => any;
1585
+ export declare const AwsServiceFilterSensitiveLog: (obj: AwsService) => any;
1586
+ export declare const FederatedUserFilterSensitiveLog: (
1587
+ obj: FederatedUser
1588
+ ) => any;
1589
+ export declare const IamUserFilterSensitiveLog: (obj: IamUser) => any;
1590
+ export declare const UserIdentityRootFilterSensitiveLog: (
1591
+ obj: UserIdentityRoot
1592
+ ) => any;
1593
+ export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
1594
+ export declare const FindingActorFilterSensitiveLog: (obj: FindingActor) => any;
1595
+ export declare const PolicyDetailsFilterSensitiveLog: (
1596
+ obj: PolicyDetails
1597
+ ) => any;
1598
+ export declare const ServerSideEncryptionFilterSensitiveLog: (
1599
+ obj: ServerSideEncryption
1600
+ ) => any;
1601
+ export declare const S3BucketOwnerFilterSensitiveLog: (
1602
+ obj: S3BucketOwner
1603
+ ) => any;
1604
+ export declare const S3BucketFilterSensitiveLog: (obj: S3Bucket) => any;
1605
+ export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
1606
+ export declare const ResourcesAffectedFilterSensitiveLog: (
1607
+ obj: ResourcesAffected
1608
+ ) => any;
1609
+ export declare const SeverityFilterSensitiveLog: (obj: Severity) => any;
1610
+ export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
1611
+ export declare const FindingsFilterListItemFilterSensitiveLog: (
1612
+ obj: FindingsFilterListItem
1613
+ ) => any;
1614
+ export declare const GroupCountFilterSensitiveLog: (obj: GroupCount) => any;
1615
+ export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
1616
+ export declare const SimpleScopeTermFilterSensitiveLog: (
1617
+ obj: SimpleScopeTerm
1618
+ ) => any;
1619
+ export declare const TagValuePairFilterSensitiveLog: (obj: TagValuePair) => any;
1620
+ export declare const TagScopeTermFilterSensitiveLog: (obj: TagScopeTerm) => any;
1621
+ export declare const JobScopeTermFilterSensitiveLog: (obj: JobScopeTerm) => any;
1622
+ export declare const CriteriaBlockForJobFilterSensitiveLog: (
1623
+ obj: CriteriaBlockForJob
1624
+ ) => any;
1625
+ export declare const S3BucketCriteriaForJobFilterSensitiveLog: (
1626
+ obj: S3BucketCriteriaForJob
1627
+ ) => any;
1628
+ export declare const S3BucketDefinitionForJobFilterSensitiveLog: (
1629
+ obj: S3BucketDefinitionForJob
1630
+ ) => any;
1631
+ export declare const LastRunErrorStatusFilterSensitiveLog: (
1632
+ obj: LastRunErrorStatus
1633
+ ) => any;
1634
+ export declare const UserPausedDetailsFilterSensitiveLog: (
1635
+ obj: UserPausedDetails
1636
+ ) => any;
1637
+ export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
1638
+ export declare const ListJobsFilterTermFilterSensitiveLog: (
1639
+ obj: ListJobsFilterTerm
1640
+ ) => any;
1641
+ export declare const ManagedDataIdentifierSummaryFilterSensitiveLog: (
1642
+ obj: ManagedDataIdentifierSummary
1643
+ ) => any;
1644
+ export declare const MatchingBucketFilterSensitiveLog: (
1645
+ obj: MatchingBucket
1646
+ ) => any;
1647
+ export declare const MatchingResourceFilterSensitiveLog: (
1648
+ obj: MatchingResource
1649
+ ) => any;
1650
+ export declare const MemberFilterSensitiveLog: (obj: Member) => any;
1651
+ export declare const SearchResourcesSimpleCriterionFilterSensitiveLog: (
1652
+ obj: SearchResourcesSimpleCriterion
1653
+ ) => any;
1654
+ export declare const SearchResourcesTagCriterionPairFilterSensitiveLog: (
1655
+ obj: SearchResourcesTagCriterionPair
1656
+ ) => any;
1657
+ export declare const SearchResourcesTagCriterionFilterSensitiveLog: (
1658
+ obj: SearchResourcesTagCriterion
1659
+ ) => any;
1660
+ export declare const SearchResourcesCriteriaFilterSensitiveLog: (
1661
+ obj: SearchResourcesCriteria
1662
+ ) => any;
1663
+ export declare const UnprocessedAccountFilterSensitiveLog: (
1664
+ obj: UnprocessedAccount
1665
+ ) => any;
1666
+ export declare const ServiceLimitFilterSensitiveLog: (obj: ServiceLimit) => any;
1667
+ export declare const UsageByAccountFilterSensitiveLog: (
1668
+ obj: UsageByAccount
1669
+ ) => any;
1670
+ export declare const UsageRecordFilterSensitiveLog: (obj: UsageRecord) => any;
1671
+ export declare const UsageStatisticsFilterFilterSensitiveLog: (
1672
+ obj: UsageStatisticsFilter
1673
+ ) => any;
1674
+ export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
1675
+ export declare const AcceptInvitationRequestFilterSensitiveLog: (
1676
+ obj: AcceptInvitationRequest
1677
+ ) => any;
1678
+ export declare const AcceptInvitationResponseFilterSensitiveLog: (
1679
+ obj: AcceptInvitationResponse
1680
+ ) => any;
1681
+ export declare const AccountDetailFilterSensitiveLog: (
1682
+ obj: AccountDetail
1683
+ ) => any;
1684
+ export declare const S3WordsListFilterSensitiveLog: (obj: S3WordsList) => any;
1685
+ export declare const AllowListCriteriaFilterSensitiveLog: (
1686
+ obj: AllowListCriteria
1687
+ ) => any;
1688
+ export declare const AllowListStatusFilterSensitiveLog: (
1689
+ obj: AllowListStatus
1690
+ ) => any;
1691
+ export declare const BatchGetCustomDataIdentifiersRequestFilterSensitiveLog: (
1692
+ obj: BatchGetCustomDataIdentifiersRequest
1693
+ ) => any;
1694
+ export declare const BatchGetCustomDataIdentifiersResponseFilterSensitiveLog: (
1695
+ obj: BatchGetCustomDataIdentifiersResponse
1696
+ ) => any;
1697
+ export declare const BucketCountByEffectivePermissionFilterSensitiveLog: (
1698
+ obj: BucketCountByEffectivePermission
1699
+ ) => any;
1700
+ export declare const BucketCountByEncryptionTypeFilterSensitiveLog: (
1701
+ obj: BucketCountByEncryptionType
1702
+ ) => any;
1703
+ export declare const BucketCountBySharedAccessTypeFilterSensitiveLog: (
1704
+ obj: BucketCountBySharedAccessType
1705
+ ) => any;
1706
+ export declare const BucketCountPolicyAllowsUnencryptedObjectUploadsFilterSensitiveLog: (
1707
+ obj: BucketCountPolicyAllowsUnencryptedObjectUploads
1708
+ ) => any;
1709
+ export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (
1710
+ obj: BucketCriteriaAdditionalProperties
1711
+ ) => any;
1712
+ export declare const BucketSortCriteriaFilterSensitiveLog: (
1713
+ obj: BucketSortCriteria
1714
+ ) => any;
1715
+ export declare const S3DestinationFilterSensitiveLog: (
1716
+ obj: S3Destination
1717
+ ) => any;
1718
+ export declare const ClassificationExportConfigurationFilterSensitiveLog: (
1719
+ obj: ClassificationExportConfiguration
1720
+ ) => any;
1721
+ export declare const CreateAllowListRequestFilterSensitiveLog: (
1722
+ obj: CreateAllowListRequest
1723
+ ) => any;
1724
+ export declare const CreateAllowListResponseFilterSensitiveLog: (
1725
+ obj: CreateAllowListResponse
1726
+ ) => any;
1727
+ export declare const JobScopingBlockFilterSensitiveLog: (
1728
+ obj: JobScopingBlock
1729
+ ) => any;
1730
+ export declare const ScopingFilterSensitiveLog: (obj: Scoping) => any;
1731
+ export declare const S3JobDefinitionFilterSensitiveLog: (
1732
+ obj: S3JobDefinition
1733
+ ) => any;
1734
+ export declare const DailyScheduleFilterSensitiveLog: (
1735
+ obj: DailySchedule
1736
+ ) => any;
1737
+ export declare const MonthlyScheduleFilterSensitiveLog: (
1738
+ obj: MonthlySchedule
1739
+ ) => any;
1740
+ export declare const WeeklyScheduleFilterSensitiveLog: (
1741
+ obj: WeeklySchedule
1742
+ ) => any;
1743
+ export declare const JobScheduleFrequencyFilterSensitiveLog: (
1744
+ obj: JobScheduleFrequency
1745
+ ) => any;
1746
+ export declare const CreateClassificationJobRequestFilterSensitiveLog: (
1747
+ obj: CreateClassificationJobRequest
1748
+ ) => any;
1749
+ export declare const CreateClassificationJobResponseFilterSensitiveLog: (
1750
+ obj: CreateClassificationJobResponse
1751
+ ) => any;
1752
+ export declare const SeverityLevelFilterSensitiveLog: (
1753
+ obj: SeverityLevel
1754
+ ) => any;
1755
+ export declare const CreateCustomDataIdentifierRequestFilterSensitiveLog: (
1756
+ obj: CreateCustomDataIdentifierRequest
1757
+ ) => any;
1758
+ export declare const CreateCustomDataIdentifierResponseFilterSensitiveLog: (
1759
+ obj: CreateCustomDataIdentifierResponse
1760
+ ) => any;
1761
+ export declare const CriterionAdditionalPropertiesFilterSensitiveLog: (
1762
+ obj: CriterionAdditionalProperties
1763
+ ) => any;
1764
+ export declare const FindingCriteriaFilterSensitiveLog: (
1765
+ obj: FindingCriteria
1766
+ ) => any;
1767
+ export declare const CreateFindingsFilterRequestFilterSensitiveLog: (
1768
+ obj: CreateFindingsFilterRequest
1769
+ ) => any;
1770
+ export declare const CreateFindingsFilterResponseFilterSensitiveLog: (
1771
+ obj: CreateFindingsFilterResponse
1772
+ ) => any;
1773
+ export declare const CreateInvitationsRequestFilterSensitiveLog: (
1774
+ obj: CreateInvitationsRequest
1775
+ ) => any;
1776
+ export declare const CreateInvitationsResponseFilterSensitiveLog: (
1777
+ obj: CreateInvitationsResponse
1778
+ ) => any;
1779
+ export declare const CreateMemberRequestFilterSensitiveLog: (
1780
+ obj: CreateMemberRequest
1781
+ ) => any;
1782
+ export declare const CreateMemberResponseFilterSensitiveLog: (
1783
+ obj: CreateMemberResponse
1784
+ ) => any;
1785
+ export declare const CreateSampleFindingsRequestFilterSensitiveLog: (
1786
+ obj: CreateSampleFindingsRequest
1787
+ ) => any;
1788
+ export declare const CreateSampleFindingsResponseFilterSensitiveLog: (
1789
+ obj: CreateSampleFindingsResponse
1790
+ ) => any;
1791
+ export declare const DeclineInvitationsRequestFilterSensitiveLog: (
1792
+ obj: DeclineInvitationsRequest
1793
+ ) => any;
1794
+ export declare const DeclineInvitationsResponseFilterSensitiveLog: (
1795
+ obj: DeclineInvitationsResponse
1796
+ ) => any;
1797
+ export declare const DeleteAllowListRequestFilterSensitiveLog: (
1798
+ obj: DeleteAllowListRequest
1799
+ ) => any;
1800
+ export declare const DeleteAllowListResponseFilterSensitiveLog: (
1801
+ obj: DeleteAllowListResponse
1802
+ ) => any;
1803
+ export declare const DeleteCustomDataIdentifierRequestFilterSensitiveLog: (
1804
+ obj: DeleteCustomDataIdentifierRequest
1805
+ ) => any;
1806
+ export declare const DeleteCustomDataIdentifierResponseFilterSensitiveLog: (
1807
+ obj: DeleteCustomDataIdentifierResponse
1808
+ ) => any;
1809
+ export declare const DeleteFindingsFilterRequestFilterSensitiveLog: (
1810
+ obj: DeleteFindingsFilterRequest
1811
+ ) => any;
1812
+ export declare const DeleteFindingsFilterResponseFilterSensitiveLog: (
1813
+ obj: DeleteFindingsFilterResponse
1814
+ ) => any;
1815
+ export declare const DeleteInvitationsRequestFilterSensitiveLog: (
1816
+ obj: DeleteInvitationsRequest
1817
+ ) => any;
1818
+ export declare const DeleteInvitationsResponseFilterSensitiveLog: (
1819
+ obj: DeleteInvitationsResponse
1820
+ ) => any;
1821
+ export declare const DeleteMemberRequestFilterSensitiveLog: (
1822
+ obj: DeleteMemberRequest
1823
+ ) => any;
1824
+ export declare const DeleteMemberResponseFilterSensitiveLog: (
1825
+ obj: DeleteMemberResponse
1826
+ ) => any;
1827
+ export declare const DescribeBucketsRequestFilterSensitiveLog: (
1828
+ obj: DescribeBucketsRequest
1829
+ ) => any;
1830
+ export declare const DescribeBucketsResponseFilterSensitiveLog: (
1831
+ obj: DescribeBucketsResponse
1832
+ ) => any;
1833
+ export declare const DescribeClassificationJobRequestFilterSensitiveLog: (
1834
+ obj: DescribeClassificationJobRequest
1835
+ ) => any;
1836
+ export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
1837
+ export declare const DescribeClassificationJobResponseFilterSensitiveLog: (
1838
+ obj: DescribeClassificationJobResponse
1839
+ ) => any;
1840
+ export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
1841
+ obj: DescribeOrganizationConfigurationRequest
1842
+ ) => any;
1843
+ export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
1844
+ obj: DescribeOrganizationConfigurationResponse
1845
+ ) => any;
1846
+ export declare const DisableMacieRequestFilterSensitiveLog: (
1847
+ obj: DisableMacieRequest
1848
+ ) => any;
1849
+ export declare const DisableMacieResponseFilterSensitiveLog: (
1850
+ obj: DisableMacieResponse
1851
+ ) => any;
1852
+ export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (
1853
+ obj: DisableOrganizationAdminAccountRequest
1854
+ ) => any;
1855
+ export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (
1856
+ obj: DisableOrganizationAdminAccountResponse
1857
+ ) => any;
1858
+ export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (
1859
+ obj: DisassociateFromAdministratorAccountRequest
1860
+ ) => any;
1861
+ export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (
1862
+ obj: DisassociateFromAdministratorAccountResponse
1863
+ ) => any;
1864
+ export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (
1865
+ obj: DisassociateFromMasterAccountRequest
1866
+ ) => any;
1867
+ export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (
1868
+ obj: DisassociateFromMasterAccountResponse
1869
+ ) => any;
1870
+ export declare const DisassociateMemberRequestFilterSensitiveLog: (
1871
+ obj: DisassociateMemberRequest
1872
+ ) => any;
1873
+ export declare const DisassociateMemberResponseFilterSensitiveLog: (
1874
+ obj: DisassociateMemberResponse
1875
+ ) => any;
1876
+ export declare const EnableMacieRequestFilterSensitiveLog: (
1877
+ obj: EnableMacieRequest
1878
+ ) => any;
1879
+ export declare const EnableMacieResponseFilterSensitiveLog: (
1880
+ obj: EnableMacieResponse
1881
+ ) => any;
1882
+ export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
1883
+ obj: EnableOrganizationAdminAccountRequest
1884
+ ) => any;
1885
+ export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (
1886
+ obj: EnableOrganizationAdminAccountResponse
1887
+ ) => any;
1888
+ export declare const FindingStatisticsSortCriteriaFilterSensitiveLog: (
1889
+ obj: FindingStatisticsSortCriteria
1890
+ ) => any;
1891
+ export declare const GetAdministratorAccountRequestFilterSensitiveLog: (
1892
+ obj: GetAdministratorAccountRequest
1893
+ ) => any;
1894
+ export declare const GetAdministratorAccountResponseFilterSensitiveLog: (
1895
+ obj: GetAdministratorAccountResponse
1896
+ ) => any;
1897
+ export declare const GetAllowListRequestFilterSensitiveLog: (
1898
+ obj: GetAllowListRequest
1899
+ ) => any;
1900
+ export declare const GetAllowListResponseFilterSensitiveLog: (
1901
+ obj: GetAllowListResponse
1902
+ ) => any;
1903
+ export declare const GetBucketStatisticsRequestFilterSensitiveLog: (
1904
+ obj: GetBucketStatisticsRequest
1905
+ ) => any;
1906
+ export declare const GetBucketStatisticsResponseFilterSensitiveLog: (
1907
+ obj: GetBucketStatisticsResponse
1908
+ ) => any;
1909
+ export declare const GetClassificationExportConfigurationRequestFilterSensitiveLog: (
1910
+ obj: GetClassificationExportConfigurationRequest
1911
+ ) => any;
1912
+ export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (
1913
+ obj: GetClassificationExportConfigurationResponse
1914
+ ) => any;
1915
+ export declare const GetCustomDataIdentifierRequestFilterSensitiveLog: (
1916
+ obj: GetCustomDataIdentifierRequest
1917
+ ) => any;
1918
+ export declare const GetCustomDataIdentifierResponseFilterSensitiveLog: (
1919
+ obj: GetCustomDataIdentifierResponse
1920
+ ) => any;
1921
+ export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
1922
+ export declare const GetFindingsRequestFilterSensitiveLog: (
1923
+ obj: GetFindingsRequest
1924
+ ) => any;
1925
+ export declare const GetFindingsResponseFilterSensitiveLog: (
1926
+ obj: GetFindingsResponse
1927
+ ) => any;
1928
+ export declare const GetFindingsFilterRequestFilterSensitiveLog: (
1929
+ obj: GetFindingsFilterRequest
1930
+ ) => any;
1931
+ export declare const GetFindingsFilterResponseFilterSensitiveLog: (
1932
+ obj: GetFindingsFilterResponse
1933
+ ) => any;
1934
+ export declare const GetFindingsPublicationConfigurationRequestFilterSensitiveLog: (
1935
+ obj: GetFindingsPublicationConfigurationRequest
1936
+ ) => any;
1937
+ export declare const SecurityHubConfigurationFilterSensitiveLog: (
1938
+ obj: SecurityHubConfiguration
1939
+ ) => any;
1940
+ export declare const GetFindingsPublicationConfigurationResponseFilterSensitiveLog: (
1941
+ obj: GetFindingsPublicationConfigurationResponse
1942
+ ) => any;
1943
+ export declare const GetFindingStatisticsRequestFilterSensitiveLog: (
1944
+ obj: GetFindingStatisticsRequest
1945
+ ) => any;
1946
+ export declare const GetFindingStatisticsResponseFilterSensitiveLog: (
1947
+ obj: GetFindingStatisticsResponse
1948
+ ) => any;
1949
+ export declare const GetInvitationsCountRequestFilterSensitiveLog: (
1950
+ obj: GetInvitationsCountRequest
1951
+ ) => any;
1952
+ export declare const GetInvitationsCountResponseFilterSensitiveLog: (
1953
+ obj: GetInvitationsCountResponse
1954
+ ) => any;
1955
+ export declare const GetMacieSessionRequestFilterSensitiveLog: (
1956
+ obj: GetMacieSessionRequest
1957
+ ) => any;
1958
+ export declare const GetMacieSessionResponseFilterSensitiveLog: (
1959
+ obj: GetMacieSessionResponse
1960
+ ) => any;
1961
+ export declare const GetMasterAccountRequestFilterSensitiveLog: (
1962
+ obj: GetMasterAccountRequest
1963
+ ) => any;
1964
+ export declare const GetMasterAccountResponseFilterSensitiveLog: (
1965
+ obj: GetMasterAccountResponse
1966
+ ) => any;
1967
+ export declare const GetMemberRequestFilterSensitiveLog: (
1968
+ obj: GetMemberRequest
1969
+ ) => any;
1970
+ export declare const GetMemberResponseFilterSensitiveLog: (
1971
+ obj: GetMemberResponse
1972
+ ) => any;
1973
+ export declare const GetRevealConfigurationRequestFilterSensitiveLog: (
1974
+ obj: GetRevealConfigurationRequest
1975
+ ) => any;
1976
+ export declare const RevealConfigurationFilterSensitiveLog: (
1977
+ obj: RevealConfiguration
1978
+ ) => any;
1979
+ export declare const GetRevealConfigurationResponseFilterSensitiveLog: (
1980
+ obj: GetRevealConfigurationResponse
1981
+ ) => any;
1982
+ export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (
1983
+ obj: GetSensitiveDataOccurrencesRequest
1984
+ ) => any;
1985
+ export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (
1986
+ obj: GetSensitiveDataOccurrencesResponse
1987
+ ) => any;
1988
+ export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (
1989
+ obj: GetSensitiveDataOccurrencesAvailabilityRequest
1990
+ ) => any;
1991
+ export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (
1992
+ obj: GetSensitiveDataOccurrencesAvailabilityResponse
1993
+ ) => any;
1994
+ export declare const UsageStatisticsSortByFilterSensitiveLog: (
1995
+ obj: UsageStatisticsSortBy
1996
+ ) => any;
1997
+ export declare const GetUsageStatisticsRequestFilterSensitiveLog: (
1998
+ obj: GetUsageStatisticsRequest
1999
+ ) => any;
2000
+ export declare const GetUsageStatisticsResponseFilterSensitiveLog: (
2001
+ obj: GetUsageStatisticsResponse
2002
+ ) => any;
2003
+ export declare const GetUsageTotalsRequestFilterSensitiveLog: (
2004
+ obj: GetUsageTotalsRequest
2005
+ ) => any;
2006
+ export declare const GetUsageTotalsResponseFilterSensitiveLog: (
2007
+ obj: GetUsageTotalsResponse
2008
+ ) => any;
2009
+ export declare const ListAllowListsRequestFilterSensitiveLog: (
2010
+ obj: ListAllowListsRequest
2011
+ ) => any;
2012
+ export declare const ListAllowListsResponseFilterSensitiveLog: (
2013
+ obj: ListAllowListsResponse
2014
+ ) => any;
2015
+ export declare const ListJobsFilterCriteriaFilterSensitiveLog: (
2016
+ obj: ListJobsFilterCriteria
2017
+ ) => any;
2018
+ export declare const ListJobsSortCriteriaFilterSensitiveLog: (
2019
+ obj: ListJobsSortCriteria
2020
+ ) => any;
2021
+ export declare const ListClassificationJobsRequestFilterSensitiveLog: (
2022
+ obj: ListClassificationJobsRequest
2023
+ ) => any;
2024
+ export declare const ListClassificationJobsResponseFilterSensitiveLog: (
2025
+ obj: ListClassificationJobsResponse
2026
+ ) => any;
2027
+ export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (
2028
+ obj: ListCustomDataIdentifiersRequest
2029
+ ) => any;
2030
+ export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (
2031
+ obj: ListCustomDataIdentifiersResponse
2032
+ ) => any;
2033
+ export declare const ListFindingsRequestFilterSensitiveLog: (
2034
+ obj: ListFindingsRequest
2035
+ ) => any;
2036
+ export declare const ListFindingsResponseFilterSensitiveLog: (
2037
+ obj: ListFindingsResponse
2038
+ ) => any;
2039
+ export declare const ListFindingsFiltersRequestFilterSensitiveLog: (
2040
+ obj: ListFindingsFiltersRequest
2041
+ ) => any;
2042
+ export declare const ListFindingsFiltersResponseFilterSensitiveLog: (
2043
+ obj: ListFindingsFiltersResponse
2044
+ ) => any;
2045
+ export declare const ListInvitationsRequestFilterSensitiveLog: (
2046
+ obj: ListInvitationsRequest
2047
+ ) => any;
2048
+ export declare const ListInvitationsResponseFilterSensitiveLog: (
2049
+ obj: ListInvitationsResponse
2050
+ ) => any;
2051
+ export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (
2052
+ obj: ListManagedDataIdentifiersRequest
2053
+ ) => any;
2054
+ export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (
2055
+ obj: ListManagedDataIdentifiersResponse
2056
+ ) => any;
2057
+ export declare const ListMembersRequestFilterSensitiveLog: (
2058
+ obj: ListMembersRequest
2059
+ ) => any;
2060
+ export declare const ListMembersResponseFilterSensitiveLog: (
2061
+ obj: ListMembersResponse
2062
+ ) => any;
2063
+ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
2064
+ obj: ListOrganizationAdminAccountsRequest
2065
+ ) => any;
2066
+ export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
2067
+ obj: ListOrganizationAdminAccountsResponse
2068
+ ) => any;
2069
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
2070
+ obj: ListTagsForResourceRequest
2071
+ ) => any;
2072
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
2073
+ obj: ListTagsForResourceResponse
2074
+ ) => any;
2075
+ export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (
2076
+ obj: PutClassificationExportConfigurationRequest
2077
+ ) => any;
2078
+ export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (
2079
+ obj: PutClassificationExportConfigurationResponse
2080
+ ) => any;
2081
+ export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (
2082
+ obj: PutFindingsPublicationConfigurationRequest
2083
+ ) => any;
2084
+ export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (
2085
+ obj: PutFindingsPublicationConfigurationResponse
2086
+ ) => any;
2087
+ export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (
2088
+ obj: SearchResourcesCriteriaBlock
2089
+ ) => any;
2090
+ export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (
2091
+ obj: SearchResourcesBucketCriteria
2092
+ ) => any;
2093
+ export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (
2094
+ obj: SearchResourcesSortCriteria
2095
+ ) => any;
2096
+ export declare const SearchResourcesRequestFilterSensitiveLog: (
2097
+ obj: SearchResourcesRequest
2098
+ ) => any;
2099
+ export declare const SearchResourcesResponseFilterSensitiveLog: (
2100
+ obj: SearchResourcesResponse
2101
+ ) => any;
2102
+ export declare const TagResourceRequestFilterSensitiveLog: (
2103
+ obj: TagResourceRequest
2104
+ ) => any;
2105
+ export declare const TagResourceResponseFilterSensitiveLog: (
2106
+ obj: TagResourceResponse
2107
+ ) => any;
2108
+ export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (
2109
+ obj: TestCustomDataIdentifierRequest
2110
+ ) => any;
2111
+ export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (
2112
+ obj: TestCustomDataIdentifierResponse
2113
+ ) => any;
2114
+ export declare const UntagResourceRequestFilterSensitiveLog: (
2115
+ obj: UntagResourceRequest
2116
+ ) => any;