@aws-sdk/client-macie2 3.130.0 → 3.141.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.
- package/CHANGELOG.md +31 -0
- package/README.md +1 -1
- package/dist-cjs/Macie2.js +60 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableMacieCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableMacieCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +1007 -1392
- package/dist-cjs/protocols/Aws_restJson1.js +365 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
- package/dist-es/Macie2.js +60 -0
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
- package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/CreateInvitationsCommand.js +3 -3
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DescribeBucketsCommand.js +3 -3
- package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableMacieCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableMacieCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
- package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
- package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMacieSessionCommand.js +3 -3
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
- package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
- package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
- package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/SearchResourcesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
- package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +277 -924
- package/dist-es/protocols/Aws_restJson1.js +467 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForFindingRevealed.js +60 -0
- package/dist-types/Macie2.d.ts +28 -0
- package/dist-types/Macie2Client.d.ts +6 -2
- package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1074 -1387
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/Macie2.d.ts +20 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +550 -917
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
- package/package.json +8 -7
|
@@ -17,12 +17,6 @@ export interface AdminAccount {
|
|
|
17
17
|
*/
|
|
18
18
|
status?: AdminStatus | string;
|
|
19
19
|
}
|
|
20
|
-
export declare namespace AdminAccount {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
const filterSensitiveLog: (obj: AdminAccount) => any;
|
|
25
|
-
}
|
|
26
20
|
/**
|
|
27
21
|
* <p>Provides information about a custom data identifier.</p>
|
|
28
22
|
*/
|
|
@@ -52,12 +46,6 @@ export interface BatchGetCustomDataIdentifierSummary {
|
|
|
52
46
|
*/
|
|
53
47
|
name?: string;
|
|
54
48
|
}
|
|
55
|
-
export declare namespace BatchGetCustomDataIdentifierSummary {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
|
|
60
|
-
}
|
|
61
49
|
export declare enum AllowsUnencryptedObjectUploads {
|
|
62
50
|
FALSE = "FALSE",
|
|
63
51
|
TRUE = "TRUE",
|
|
@@ -81,7 +69,7 @@ export declare enum IsMonitoredByJob {
|
|
|
81
69
|
*/
|
|
82
70
|
export interface JobDetails {
|
|
83
71
|
/**
|
|
84
|
-
* <p>Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:</p> <ul><li><p>TRUE - The bucket is explicitly included in the bucket definition (S3BucketDefinitionForJob) for one or more jobs and at least one of those jobs has a status other than CANCELLED. Or the bucket matched the bucket criteria (S3BucketCriteriaForJob) for at least one job that previously ran.</p></li> <li><p>FALSE - The bucket isn't explicitly included in the bucket definition (S3BucketDefinitionForJob) for any jobs, all the jobs that explicitly include the bucket in their bucket definitions have a status of CANCELLED, or the bucket didn't match the bucket criteria (S3BucketCriteriaForJob) for any jobs that previously ran.</p></li> <li><p>UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.</p></li></ul>
|
|
72
|
+
* <p>Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:</p> <ul><li><p>TRUE - The bucket is explicitly included in the bucket definition (S3BucketDefinitionForJob) for one or more jobs and at least one of those jobs has a status other than CANCELLED. Or the bucket matched the bucket criteria (S3BucketCriteriaForJob) for at least one job that previously ran.</p></li> <li><p>FALSE - The bucket isn't explicitly included in the bucket definition (S3BucketDefinitionForJob) for any jobs, all the jobs that explicitly include the bucket in their bucket definitions have a status of CANCELLED, or the bucket didn't match the bucket criteria (S3BucketCriteriaForJob) for any jobs that previously ran.</p></li> <li><p>UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.</p></li></ul>
|
|
85
73
|
*/
|
|
86
74
|
isDefinedInJob?: IsDefinedInJob | string;
|
|
87
75
|
/**
|
|
@@ -97,12 +85,6 @@ export interface JobDetails {
|
|
|
97
85
|
*/
|
|
98
86
|
lastJobRunTime?: Date;
|
|
99
87
|
}
|
|
100
|
-
export declare namespace JobDetails {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
const filterSensitiveLog: (obj: JobDetails) => any;
|
|
105
|
-
}
|
|
106
88
|
/**
|
|
107
89
|
* <p>Provides information about the number of objects that are in an S3 bucket and use certain types of server-side encryption, use client-side encryption, or aren't encrypted.</p>
|
|
108
90
|
*/
|
|
@@ -128,12 +110,6 @@ export interface ObjectCountByEncryptionType {
|
|
|
128
110
|
*/
|
|
129
111
|
unknown?: number;
|
|
130
112
|
}
|
|
131
|
-
export declare namespace ObjectCountByEncryptionType {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: ObjectCountByEncryptionType) => any;
|
|
136
|
-
}
|
|
137
113
|
export declare enum EffectivePermission {
|
|
138
114
|
NOT_PUBLIC = "NOT_PUBLIC",
|
|
139
115
|
PUBLIC = "PUBLIC",
|
|
@@ -160,12 +136,6 @@ export interface BlockPublicAccess {
|
|
|
160
136
|
*/
|
|
161
137
|
restrictPublicBuckets?: boolean;
|
|
162
138
|
}
|
|
163
|
-
export declare namespace BlockPublicAccess {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
const filterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
168
|
-
}
|
|
169
139
|
/**
|
|
170
140
|
* <p>Provides information about the account-level permissions settings that apply to an S3 bucket.</p>
|
|
171
141
|
*/
|
|
@@ -175,12 +145,6 @@ export interface AccountLevelPermissions {
|
|
|
175
145
|
*/
|
|
176
146
|
blockPublicAccess?: BlockPublicAccess;
|
|
177
147
|
}
|
|
178
|
-
export declare namespace AccountLevelPermissions {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
const filterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
183
|
-
}
|
|
184
148
|
/**
|
|
185
149
|
* <p>Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.</p>
|
|
186
150
|
*/
|
|
@@ -194,12 +158,6 @@ export interface AccessControlList {
|
|
|
194
158
|
*/
|
|
195
159
|
allowsPublicWriteAccess?: boolean;
|
|
196
160
|
}
|
|
197
|
-
export declare namespace AccessControlList {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
const filterSensitiveLog: (obj: AccessControlList) => any;
|
|
202
|
-
}
|
|
203
161
|
/**
|
|
204
162
|
* <p>Provides information about the permissions settings of the bucket policy for an S3 bucket.</p>
|
|
205
163
|
*/
|
|
@@ -213,12 +171,6 @@ export interface BucketPolicy {
|
|
|
213
171
|
*/
|
|
214
172
|
allowsPublicWriteAccess?: boolean;
|
|
215
173
|
}
|
|
216
|
-
export declare namespace BucketPolicy {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: BucketPolicy) => any;
|
|
221
|
-
}
|
|
222
174
|
/**
|
|
223
175
|
* <p>Provides information about the bucket-level permissions settings for an S3 bucket.</p>
|
|
224
176
|
*/
|
|
@@ -236,12 +188,6 @@ export interface BucketLevelPermissions {
|
|
|
236
188
|
*/
|
|
237
189
|
bucketPolicy?: BucketPolicy;
|
|
238
190
|
}
|
|
239
|
-
export declare namespace BucketLevelPermissions {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
const filterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
244
|
-
}
|
|
245
191
|
/**
|
|
246
192
|
* <p>Provides information about the account-level and bucket-level permissions settings for an S3 bucket.</p>
|
|
247
193
|
*/
|
|
@@ -255,12 +201,6 @@ export interface BucketPermissionConfiguration {
|
|
|
255
201
|
*/
|
|
256
202
|
bucketLevelPermissions?: BucketLevelPermissions;
|
|
257
203
|
}
|
|
258
|
-
export declare namespace BucketPermissionConfiguration {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
const filterSensitiveLog: (obj: BucketPermissionConfiguration) => any;
|
|
263
|
-
}
|
|
264
204
|
/**
|
|
265
205
|
* <p>Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.</p>
|
|
266
206
|
*/
|
|
@@ -274,12 +214,6 @@ export interface BucketPublicAccess {
|
|
|
274
214
|
*/
|
|
275
215
|
permissionConfiguration?: BucketPermissionConfiguration;
|
|
276
216
|
}
|
|
277
|
-
export declare namespace BucketPublicAccess {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: BucketPublicAccess) => any;
|
|
282
|
-
}
|
|
283
217
|
/**
|
|
284
218
|
* <p>Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other Amazon Web Services accounts and, if so, which accounts.</p>
|
|
285
219
|
*/
|
|
@@ -297,12 +231,6 @@ export interface ReplicationDetails {
|
|
|
297
231
|
*/
|
|
298
232
|
replicationAccounts?: string[];
|
|
299
233
|
}
|
|
300
|
-
export declare namespace ReplicationDetails {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
const filterSensitiveLog: (obj: ReplicationDetails) => any;
|
|
305
|
-
}
|
|
306
234
|
export declare enum Type {
|
|
307
235
|
AES256 = "AES256",
|
|
308
236
|
NONE = "NONE",
|
|
@@ -321,12 +249,6 @@ export interface BucketServerSideEncryption {
|
|
|
321
249
|
*/
|
|
322
250
|
type?: Type | string;
|
|
323
251
|
}
|
|
324
|
-
export declare namespace BucketServerSideEncryption {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
|
-
const filterSensitiveLog: (obj: BucketServerSideEncryption) => any;
|
|
329
|
-
}
|
|
330
252
|
export declare enum SharedAccess {
|
|
331
253
|
EXTERNAL = "EXTERNAL",
|
|
332
254
|
INTERNAL = "INTERNAL",
|
|
@@ -346,12 +268,6 @@ export interface KeyValuePair {
|
|
|
346
268
|
*/
|
|
347
269
|
value?: string;
|
|
348
270
|
}
|
|
349
|
-
export declare namespace KeyValuePair {
|
|
350
|
-
/**
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
|
-
const filterSensitiveLog: (obj: KeyValuePair) => any;
|
|
354
|
-
}
|
|
355
271
|
/**
|
|
356
272
|
* <p>Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for the buckets in the query results. If versioning is enabled for a bucket, total storage size values are based on the size of the latest version of each applicable object in the bucket.</p>
|
|
357
273
|
*/
|
|
@@ -369,12 +285,6 @@ export interface ObjectLevelStatistics {
|
|
|
369
285
|
*/
|
|
370
286
|
total?: number;
|
|
371
287
|
}
|
|
372
|
-
export declare namespace ObjectLevelStatistics {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
const filterSensitiveLog: (obj: ObjectLevelStatistics) => any;
|
|
377
|
-
}
|
|
378
288
|
/**
|
|
379
289
|
* <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket's objects, the value for the versioning property is false and the value for most other properties is null. Exceptions are accountId, bucketArn, bucketCreatedAt, bucketName, lastUpdated, and region. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
|
|
380
290
|
*/
|
|
@@ -476,12 +386,6 @@ export interface BucketMetadata {
|
|
|
476
386
|
*/
|
|
477
387
|
versioning?: boolean;
|
|
478
388
|
}
|
|
479
|
-
export declare namespace BucketMetadata {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
const filterSensitiveLog: (obj: BucketMetadata) => any;
|
|
484
|
-
}
|
|
485
389
|
export declare enum JobComparator {
|
|
486
390
|
CONTAINS = "CONTAINS",
|
|
487
391
|
EQ = "EQ",
|
|
@@ -515,12 +419,6 @@ export interface SimpleCriterionForJob {
|
|
|
515
419
|
*/
|
|
516
420
|
values?: string[];
|
|
517
421
|
}
|
|
518
|
-
export declare namespace SimpleCriterionForJob {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
const filterSensitiveLog: (obj: SimpleCriterionForJob) => any;
|
|
523
|
-
}
|
|
524
422
|
/**
|
|
525
423
|
* <p>Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.</p>
|
|
526
424
|
*/
|
|
@@ -534,12 +432,6 @@ export interface TagCriterionPairForJob {
|
|
|
534
432
|
*/
|
|
535
433
|
value?: string;
|
|
536
434
|
}
|
|
537
|
-
export declare namespace TagCriterionPairForJob {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
|
-
const filterSensitiveLog: (obj: TagCriterionPairForJob) => any;
|
|
542
|
-
}
|
|
543
435
|
/**
|
|
544
436
|
* <p>Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.</p>
|
|
545
437
|
*/
|
|
@@ -553,12 +445,6 @@ export interface TagCriterionForJob {
|
|
|
553
445
|
*/
|
|
554
446
|
tagValues?: TagCriterionPairForJob[];
|
|
555
447
|
}
|
|
556
|
-
export declare namespace TagCriterionForJob {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
const filterSensitiveLog: (obj: TagCriterionForJob) => any;
|
|
561
|
-
}
|
|
562
448
|
/**
|
|
563
449
|
* <p>Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.</p>
|
|
564
450
|
*/
|
|
@@ -572,12 +458,6 @@ export interface CriteriaForJob {
|
|
|
572
458
|
*/
|
|
573
459
|
tagCriterion?: TagCriterionForJob;
|
|
574
460
|
}
|
|
575
|
-
export declare namespace CriteriaForJob {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
const filterSensitiveLog: (obj: CriteriaForJob) => any;
|
|
580
|
-
}
|
|
581
461
|
/**
|
|
582
462
|
* <p>Provides information about a custom data identifier.</p>
|
|
583
463
|
*/
|
|
@@ -603,11 +483,14 @@ export interface CustomDataIdentifierSummary {
|
|
|
603
483
|
*/
|
|
604
484
|
name?: string;
|
|
605
485
|
}
|
|
606
|
-
|
|
486
|
+
/**
|
|
487
|
+
* <p>Specifies 1-10 occurrences of a specific type of sensitive data reported by a finding.</p>
|
|
488
|
+
*/
|
|
489
|
+
export interface DetectedDataDetails {
|
|
607
490
|
/**
|
|
608
|
-
*
|
|
491
|
+
* <p>An occurrence of the specified type of sensitive data. Each occurrence can contain 1-128 characters.</p>
|
|
609
492
|
*/
|
|
610
|
-
|
|
493
|
+
value: string | undefined;
|
|
611
494
|
}
|
|
612
495
|
export declare enum FindingCategory {
|
|
613
496
|
CLASSIFICATION = "CLASSIFICATION",
|
|
@@ -637,12 +520,6 @@ export interface Cell {
|
|
|
637
520
|
*/
|
|
638
521
|
row?: number;
|
|
639
522
|
}
|
|
640
|
-
export declare namespace Cell {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
const filterSensitiveLog: (obj: Cell) => any;
|
|
645
|
-
}
|
|
646
523
|
/**
|
|
647
524
|
* <p>Specifies the location of an occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file.</p>
|
|
648
525
|
*/
|
|
@@ -660,12 +537,6 @@ export interface Range {
|
|
|
660
537
|
*/
|
|
661
538
|
startColumn?: number;
|
|
662
539
|
}
|
|
663
|
-
export declare namespace Range {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
|
-
const filterSensitiveLog: (obj: Range) => any;
|
|
668
|
-
}
|
|
669
540
|
/**
|
|
670
541
|
* <p>Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.</p>
|
|
671
542
|
*/
|
|
@@ -683,12 +554,6 @@ export interface Page {
|
|
|
683
554
|
*/
|
|
684
555
|
pageNumber?: number;
|
|
685
556
|
}
|
|
686
|
-
export declare namespace Page {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
const filterSensitiveLog: (obj: Page) => any;
|
|
691
|
-
}
|
|
692
557
|
/**
|
|
693
558
|
* <p>Specifies the location of an occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file.</p>
|
|
694
559
|
*/
|
|
@@ -702,14 +567,8 @@ export interface _Record {
|
|
|
702
567
|
*/
|
|
703
568
|
recordIndex?: number;
|
|
704
569
|
}
|
|
705
|
-
export declare namespace _Record {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
710
|
-
}
|
|
711
570
|
/**
|
|
712
|
-
* <p>Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.</p>
|
|
571
|
+
* <p>Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding. Depending on the file or storage format of the affected S3 object, you can optionally retrieve (reveal) sample occurrences of the sensitive data that was detected.</p>
|
|
713
572
|
*/
|
|
714
573
|
export interface Occurrences {
|
|
715
574
|
/**
|
|
@@ -733,12 +592,6 @@ export interface Occurrences {
|
|
|
733
592
|
*/
|
|
734
593
|
records?: _Record[];
|
|
735
594
|
}
|
|
736
|
-
export declare namespace Occurrences {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
const filterSensitiveLog: (obj: Occurrences) => any;
|
|
741
|
-
}
|
|
742
595
|
/**
|
|
743
596
|
* <p>Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.</p>
|
|
744
597
|
*/
|
|
@@ -760,12 +613,6 @@ export interface CustomDetection {
|
|
|
760
613
|
*/
|
|
761
614
|
occurrences?: Occurrences;
|
|
762
615
|
}
|
|
763
|
-
export declare namespace CustomDetection {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: CustomDetection) => any;
|
|
768
|
-
}
|
|
769
616
|
/**
|
|
770
617
|
* <p>Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.</p>
|
|
771
618
|
*/
|
|
@@ -779,12 +626,6 @@ export interface CustomDataIdentifiers {
|
|
|
779
626
|
*/
|
|
780
627
|
totalCount?: number;
|
|
781
628
|
}
|
|
782
|
-
export declare namespace CustomDataIdentifiers {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: CustomDataIdentifiers) => any;
|
|
787
|
-
}
|
|
788
629
|
export declare enum SensitiveDataItemCategory {
|
|
789
630
|
CREDENTIALS = "CREDENTIALS",
|
|
790
631
|
CUSTOM_IDENTIFIER = "CUSTOM_IDENTIFIER",
|
|
@@ -808,12 +649,6 @@ export interface DefaultDetection {
|
|
|
808
649
|
*/
|
|
809
650
|
type?: string;
|
|
810
651
|
}
|
|
811
|
-
export declare namespace DefaultDetection {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
const filterSensitiveLog: (obj: DefaultDetection) => any;
|
|
816
|
-
}
|
|
817
652
|
/**
|
|
818
653
|
* <p>Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.</p>
|
|
819
654
|
*/
|
|
@@ -831,12 +666,6 @@ export interface SensitiveDataItem {
|
|
|
831
666
|
*/
|
|
832
667
|
totalCount?: number;
|
|
833
668
|
}
|
|
834
|
-
export declare namespace SensitiveDataItem {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
const filterSensitiveLog: (obj: SensitiveDataItem) => any;
|
|
839
|
-
}
|
|
840
669
|
/**
|
|
841
670
|
* <p>Provides information about the status of a sensitive data finding.</p>
|
|
842
671
|
*/
|
|
@@ -850,12 +679,6 @@ export interface ClassificationResultStatus {
|
|
|
850
679
|
*/
|
|
851
680
|
reason?: string;
|
|
852
681
|
}
|
|
853
|
-
export declare namespace ClassificationResultStatus {
|
|
854
|
-
/**
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
857
|
-
const filterSensitiveLog: (obj: ClassificationResultStatus) => any;
|
|
858
|
-
}
|
|
859
682
|
/**
|
|
860
683
|
* <p>Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.</p>
|
|
861
684
|
*/
|
|
@@ -885,12 +708,6 @@ export interface ClassificationResult {
|
|
|
885
708
|
*/
|
|
886
709
|
status?: ClassificationResultStatus;
|
|
887
710
|
}
|
|
888
|
-
export declare namespace ClassificationResult {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: ClassificationResult) => any;
|
|
893
|
-
}
|
|
894
711
|
/**
|
|
895
712
|
* <p>Provides information about a sensitive data finding and the details of the finding.</p>
|
|
896
713
|
*/
|
|
@@ -916,12 +733,6 @@ export interface ClassificationDetails {
|
|
|
916
733
|
*/
|
|
917
734
|
result?: ClassificationResult;
|
|
918
735
|
}
|
|
919
|
-
export declare namespace ClassificationDetails {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
|
-
const filterSensitiveLog: (obj: ClassificationDetails) => any;
|
|
924
|
-
}
|
|
925
736
|
export declare enum FindingActionType {
|
|
926
737
|
AWS_API_CALL = "AWS_API_CALL"
|
|
927
738
|
}
|
|
@@ -946,12 +757,6 @@ export interface ApiCallDetails {
|
|
|
946
757
|
*/
|
|
947
758
|
lastSeen?: Date;
|
|
948
759
|
}
|
|
949
|
-
export declare namespace ApiCallDetails {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
|
-
const filterSensitiveLog: (obj: ApiCallDetails) => any;
|
|
954
|
-
}
|
|
955
760
|
/**
|
|
956
761
|
* <p>Provides information about an action that occurred for a resource and produced a policy finding.</p>
|
|
957
762
|
*/
|
|
@@ -965,12 +770,6 @@ export interface FindingAction {
|
|
|
965
770
|
*/
|
|
966
771
|
apiCallDetails?: ApiCallDetails;
|
|
967
772
|
}
|
|
968
|
-
export declare namespace FindingAction {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
|
-
const filterSensitiveLog: (obj: FindingAction) => any;
|
|
973
|
-
}
|
|
974
773
|
/**
|
|
975
774
|
* <p>Provides information about the domain name of the device that an entity used to perform an action on an affected resource.</p>
|
|
976
775
|
*/
|
|
@@ -980,12 +779,6 @@ export interface DomainDetails {
|
|
|
980
779
|
*/
|
|
981
780
|
domainName?: string;
|
|
982
781
|
}
|
|
983
|
-
export declare namespace DomainDetails {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
988
|
-
}
|
|
989
782
|
/**
|
|
990
783
|
* <p>Provides information about the city that an IP address originated from.</p>
|
|
991
784
|
*/
|
|
@@ -995,12 +788,6 @@ export interface IpCity {
|
|
|
995
788
|
*/
|
|
996
789
|
name?: string;
|
|
997
790
|
}
|
|
998
|
-
export declare namespace IpCity {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
const filterSensitiveLog: (obj: IpCity) => any;
|
|
1003
|
-
}
|
|
1004
791
|
/**
|
|
1005
792
|
* <p>Provides information about the country that an IP address originated from.</p>
|
|
1006
793
|
*/
|
|
@@ -1014,12 +801,6 @@ export interface IpCountry {
|
|
|
1014
801
|
*/
|
|
1015
802
|
name?: string;
|
|
1016
803
|
}
|
|
1017
|
-
export declare namespace IpCountry {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
|
-
const filterSensitiveLog: (obj: IpCountry) => any;
|
|
1022
|
-
}
|
|
1023
804
|
/**
|
|
1024
805
|
* <p>Provides geographic coordinates that indicate where a specified IP address originated from.</p>
|
|
1025
806
|
*/
|
|
@@ -1033,12 +814,6 @@ export interface IpGeoLocation {
|
|
|
1033
814
|
*/
|
|
1034
815
|
lon?: number;
|
|
1035
816
|
}
|
|
1036
|
-
export declare namespace IpGeoLocation {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: IpGeoLocation) => any;
|
|
1041
|
-
}
|
|
1042
817
|
/**
|
|
1043
818
|
* <p>Provides information about the registered owner of an IP address.</p>
|
|
1044
819
|
*/
|
|
@@ -1060,12 +835,6 @@ export interface IpOwner {
|
|
|
1060
835
|
*/
|
|
1061
836
|
org?: string;
|
|
1062
837
|
}
|
|
1063
|
-
export declare namespace IpOwner {
|
|
1064
|
-
/**
|
|
1065
|
-
* @internal
|
|
1066
|
-
*/
|
|
1067
|
-
const filterSensitiveLog: (obj: IpOwner) => any;
|
|
1068
|
-
}
|
|
1069
838
|
/**
|
|
1070
839
|
* <p>Provides information about the IP address of the device that an entity used to perform an action on an affected resource.</p>
|
|
1071
840
|
*/
|
|
@@ -1091,12 +860,6 @@ export interface IpAddressDetails {
|
|
|
1091
860
|
*/
|
|
1092
861
|
ipOwner?: IpOwner;
|
|
1093
862
|
}
|
|
1094
|
-
export declare namespace IpAddressDetails {
|
|
1095
|
-
/**
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
1098
|
-
const filterSensitiveLog: (obj: IpAddressDetails) => any;
|
|
1099
|
-
}
|
|
1100
863
|
/**
|
|
1101
864
|
* <p>Provides information about the context in which temporary security credentials were issued to an entity.</p>
|
|
1102
865
|
*/
|
|
@@ -1110,12 +873,6 @@ export interface SessionContextAttributes {
|
|
|
1110
873
|
*/
|
|
1111
874
|
mfaAuthenticated?: boolean;
|
|
1112
875
|
}
|
|
1113
|
-
export declare namespace SessionContextAttributes {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
|
-
const filterSensitiveLog: (obj: SessionContextAttributes) => any;
|
|
1118
|
-
}
|
|
1119
876
|
/**
|
|
1120
877
|
* <p>Provides information about the source and type of temporary security credentials that were issued to an entity.</p>
|
|
1121
878
|
*/
|
|
@@ -1141,12 +898,6 @@ export interface SessionIssuer {
|
|
|
1141
898
|
*/
|
|
1142
899
|
userName?: string;
|
|
1143
900
|
}
|
|
1144
|
-
export declare namespace SessionIssuer {
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
const filterSensitiveLog: (obj: SessionIssuer) => any;
|
|
1149
|
-
}
|
|
1150
901
|
/**
|
|
1151
902
|
* <p>Provides information about a session that was created for an entity that performed an action by using temporary security credentials.</p>
|
|
1152
903
|
*/
|
|
@@ -1160,12 +911,6 @@ export interface SessionContext {
|
|
|
1160
911
|
*/
|
|
1161
912
|
sessionIssuer?: SessionIssuer;
|
|
1162
913
|
}
|
|
1163
|
-
export declare namespace SessionContext {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: SessionContext) => any;
|
|
1168
|
-
}
|
|
1169
914
|
/**
|
|
1170
915
|
* <p>Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the AssumeRole operation of the Security Token Service (STS) API.</p>
|
|
1171
916
|
*/
|
|
@@ -1191,12 +936,6 @@ export interface AssumedRole {
|
|
|
1191
936
|
*/
|
|
1192
937
|
sessionContext?: SessionContext;
|
|
1193
938
|
}
|
|
1194
|
-
export declare namespace AssumedRole {
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
const filterSensitiveLog: (obj: AssumedRole) => any;
|
|
1199
|
-
}
|
|
1200
939
|
/**
|
|
1201
940
|
* <p>Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for an Amazon Web Services account other than your own account.</p>
|
|
1202
941
|
*/
|
|
@@ -1210,12 +949,6 @@ export interface AwsAccount {
|
|
|
1210
949
|
*/
|
|
1211
950
|
principalId?: string;
|
|
1212
951
|
}
|
|
1213
|
-
export declare namespace AwsAccount {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
const filterSensitiveLog: (obj: AwsAccount) => any;
|
|
1218
|
-
}
|
|
1219
952
|
/**
|
|
1220
953
|
* <p>Provides information about an Amazon Web Service that performed an action on an affected resource.</p>
|
|
1221
954
|
*/
|
|
@@ -1225,12 +958,6 @@ export interface AwsService {
|
|
|
1225
958
|
*/
|
|
1226
959
|
invokedBy?: string;
|
|
1227
960
|
}
|
|
1228
|
-
export declare namespace AwsService {
|
|
1229
|
-
/**
|
|
1230
|
-
* @internal
|
|
1231
|
-
*/
|
|
1232
|
-
const filterSensitiveLog: (obj: AwsService) => any;
|
|
1233
|
-
}
|
|
1234
961
|
/**
|
|
1235
962
|
* <p>Provides information about an identity that performed an action on an affected resource by using temporary security credentials. The credentials were obtained using the GetFederationToken operation of the Security Token Service (STS) API.</p>
|
|
1236
963
|
*/
|
|
@@ -1256,12 +983,6 @@ export interface FederatedUser {
|
|
|
1256
983
|
*/
|
|
1257
984
|
sessionContext?: SessionContext;
|
|
1258
985
|
}
|
|
1259
|
-
export declare namespace FederatedUser {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
|
-
const filterSensitiveLog: (obj: FederatedUser) => any;
|
|
1264
|
-
}
|
|
1265
986
|
/**
|
|
1266
987
|
* <p>Provides information about an Identity and Access Management (IAM) user who performed an action on an affected resource.</p>
|
|
1267
988
|
*/
|
|
@@ -1283,12 +1004,6 @@ export interface IamUser {
|
|
|
1283
1004
|
*/
|
|
1284
1005
|
userName?: string;
|
|
1285
1006
|
}
|
|
1286
|
-
export declare namespace IamUser {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
const filterSensitiveLog: (obj: IamUser) => any;
|
|
1291
|
-
}
|
|
1292
1007
|
/**
|
|
1293
1008
|
* <p>Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.</p>
|
|
1294
1009
|
*/
|
|
@@ -1306,12 +1021,6 @@ export interface UserIdentityRoot {
|
|
|
1306
1021
|
*/
|
|
1307
1022
|
principalId?: string;
|
|
1308
1023
|
}
|
|
1309
|
-
export declare namespace UserIdentityRoot {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
|
-
const filterSensitiveLog: (obj: UserIdentityRoot) => any;
|
|
1314
|
-
}
|
|
1315
1024
|
export declare enum UserIdentityType {
|
|
1316
1025
|
AWSAccount = "AWSAccount",
|
|
1317
1026
|
AWSService = "AWSService",
|
|
@@ -1353,12 +1062,6 @@ export interface UserIdentity {
|
|
|
1353
1062
|
*/
|
|
1354
1063
|
type?: UserIdentityType | string;
|
|
1355
1064
|
}
|
|
1356
|
-
export declare namespace UserIdentity {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
const filterSensitiveLog: (obj: UserIdentity) => any;
|
|
1361
|
-
}
|
|
1362
1065
|
/**
|
|
1363
1066
|
* <p>Provides information about an entity that performed an action that produced a policy finding for a resource.</p>
|
|
1364
1067
|
*/
|
|
@@ -1376,12 +1079,6 @@ export interface FindingActor {
|
|
|
1376
1079
|
*/
|
|
1377
1080
|
userIdentity?: UserIdentity;
|
|
1378
1081
|
}
|
|
1379
|
-
export declare namespace FindingActor {
|
|
1380
|
-
/**
|
|
1381
|
-
* @internal
|
|
1382
|
-
*/
|
|
1383
|
-
const filterSensitiveLog: (obj: FindingActor) => any;
|
|
1384
|
-
}
|
|
1385
1082
|
/**
|
|
1386
1083
|
* <p>Provides the details of a policy finding.</p>
|
|
1387
1084
|
*/
|
|
@@ -1395,12 +1092,6 @@ export interface PolicyDetails {
|
|
|
1395
1092
|
*/
|
|
1396
1093
|
actor?: FindingActor;
|
|
1397
1094
|
}
|
|
1398
|
-
export declare namespace PolicyDetails {
|
|
1399
|
-
/**
|
|
1400
|
-
* @internal
|
|
1401
|
-
*/
|
|
1402
|
-
const filterSensitiveLog: (obj: PolicyDetails) => any;
|
|
1403
|
-
}
|
|
1404
1095
|
export declare enum EncryptionType {
|
|
1405
1096
|
AES256 = "AES256",
|
|
1406
1097
|
NONE = "NONE",
|
|
@@ -1420,12 +1111,6 @@ export interface ServerSideEncryption {
|
|
|
1420
1111
|
*/
|
|
1421
1112
|
kmsMasterKeyId?: string;
|
|
1422
1113
|
}
|
|
1423
|
-
export declare namespace ServerSideEncryption {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
|
-
const filterSensitiveLog: (obj: ServerSideEncryption) => any;
|
|
1428
|
-
}
|
|
1429
1114
|
/**
|
|
1430
1115
|
* <p>Provides information about the Amazon Web Services account that owns an S3 bucket.</p>
|
|
1431
1116
|
*/
|
|
@@ -1439,12 +1124,6 @@ export interface S3BucketOwner {
|
|
|
1439
1124
|
*/
|
|
1440
1125
|
id?: string;
|
|
1441
1126
|
}
|
|
1442
|
-
export declare namespace S3BucketOwner {
|
|
1443
|
-
/**
|
|
1444
|
-
* @internal
|
|
1445
|
-
*/
|
|
1446
|
-
const filterSensitiveLog: (obj: S3BucketOwner) => any;
|
|
1447
|
-
}
|
|
1448
1127
|
/**
|
|
1449
1128
|
* <p>Provides information about the S3 bucket that a finding applies to.</p>
|
|
1450
1129
|
*/
|
|
@@ -1482,12 +1161,6 @@ export interface S3Bucket {
|
|
|
1482
1161
|
*/
|
|
1483
1162
|
tags?: KeyValuePair[];
|
|
1484
1163
|
}
|
|
1485
|
-
export declare namespace S3Bucket {
|
|
1486
|
-
/**
|
|
1487
|
-
* @internal
|
|
1488
|
-
*/
|
|
1489
|
-
const filterSensitiveLog: (obj: S3Bucket) => any;
|
|
1490
|
-
}
|
|
1491
1164
|
export declare enum StorageClass {
|
|
1492
1165
|
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
1493
1166
|
GLACIER = "GLACIER",
|
|
@@ -1550,12 +1223,6 @@ export interface S3Object {
|
|
|
1550
1223
|
*/
|
|
1551
1224
|
versionId?: string;
|
|
1552
1225
|
}
|
|
1553
|
-
export declare namespace S3Object {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
const filterSensitiveLog: (obj: S3Object) => any;
|
|
1558
|
-
}
|
|
1559
1226
|
/**
|
|
1560
1227
|
* <p>Provides information about the resources that a finding applies to.</p>
|
|
1561
1228
|
*/
|
|
@@ -1569,12 +1236,6 @@ export interface ResourcesAffected {
|
|
|
1569
1236
|
*/
|
|
1570
1237
|
s3Object?: S3Object;
|
|
1571
1238
|
}
|
|
1572
|
-
export declare namespace ResourcesAffected {
|
|
1573
|
-
/**
|
|
1574
|
-
* @internal
|
|
1575
|
-
*/
|
|
1576
|
-
const filterSensitiveLog: (obj: ResourcesAffected) => any;
|
|
1577
|
-
}
|
|
1578
1239
|
export declare enum SeverityDescription {
|
|
1579
1240
|
High = "High",
|
|
1580
1241
|
Low = "Low",
|
|
@@ -1593,12 +1254,6 @@ export interface Severity {
|
|
|
1593
1254
|
*/
|
|
1594
1255
|
score?: number;
|
|
1595
1256
|
}
|
|
1596
|
-
export declare namespace Severity {
|
|
1597
|
-
/**
|
|
1598
|
-
* @internal
|
|
1599
|
-
*/
|
|
1600
|
-
const filterSensitiveLog: (obj: Severity) => any;
|
|
1601
|
-
}
|
|
1602
1257
|
export declare enum FindingType {
|
|
1603
1258
|
Policy_IAMUser_S3BlockPublicAccessDisabled = "Policy:IAMUser/S3BlockPublicAccessDisabled",
|
|
1604
1259
|
Policy_IAMUser_S3BucketEncryptionDisabled = "Policy:IAMUser/S3BucketEncryptionDisabled",
|
|
@@ -1688,12 +1343,6 @@ export interface Finding {
|
|
|
1688
1343
|
*/
|
|
1689
1344
|
updatedAt?: Date;
|
|
1690
1345
|
}
|
|
1691
|
-
export declare namespace Finding {
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
|
-
const filterSensitiveLog: (obj: Finding) => any;
|
|
1696
|
-
}
|
|
1697
1346
|
export declare enum FindingsFilterAction {
|
|
1698
1347
|
ARCHIVE = "ARCHIVE",
|
|
1699
1348
|
NOOP = "NOOP"
|
|
@@ -1723,12 +1372,6 @@ export interface FindingsFilterListItem {
|
|
|
1723
1372
|
*/
|
|
1724
1373
|
tags?: Record<string, string>;
|
|
1725
1374
|
}
|
|
1726
|
-
export declare namespace FindingsFilterListItem {
|
|
1727
|
-
/**
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
1730
|
-
const filterSensitiveLog: (obj: FindingsFilterListItem) => any;
|
|
1731
|
-
}
|
|
1732
1375
|
/**
|
|
1733
1376
|
* <p>Provides a group of results for a query that retrieved aggregated statistical data about findings.</p>
|
|
1734
1377
|
*/
|
|
@@ -1742,12 +1385,6 @@ export interface GroupCount {
|
|
|
1742
1385
|
*/
|
|
1743
1386
|
groupKey?: string;
|
|
1744
1387
|
}
|
|
1745
|
-
export declare namespace GroupCount {
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
const filterSensitiveLog: (obj: GroupCount) => any;
|
|
1750
|
-
}
|
|
1751
1388
|
export declare enum RelationshipStatus {
|
|
1752
1389
|
AccountSuspended = "AccountSuspended",
|
|
1753
1390
|
Created = "Created",
|
|
@@ -1781,12 +1418,6 @@ export interface Invitation {
|
|
|
1781
1418
|
*/
|
|
1782
1419
|
relationshipStatus?: RelationshipStatus | string;
|
|
1783
1420
|
}
|
|
1784
|
-
export declare namespace Invitation {
|
|
1785
|
-
/**
|
|
1786
|
-
* @internal
|
|
1787
|
-
*/
|
|
1788
|
-
const filterSensitiveLog: (obj: Invitation) => any;
|
|
1789
|
-
}
|
|
1790
1421
|
export declare enum ScopeFilterKey {
|
|
1791
1422
|
OBJECT_EXTENSION = "OBJECT_EXTENSION",
|
|
1792
1423
|
OBJECT_KEY = "OBJECT_KEY",
|
|
@@ -1810,12 +1441,6 @@ export interface SimpleScopeTerm {
|
|
|
1810
1441
|
*/
|
|
1811
1442
|
values?: string[];
|
|
1812
1443
|
}
|
|
1813
|
-
export declare namespace SimpleScopeTerm {
|
|
1814
|
-
/**
|
|
1815
|
-
* @internal
|
|
1816
|
-
*/
|
|
1817
|
-
const filterSensitiveLog: (obj: SimpleScopeTerm) => any;
|
|
1818
|
-
}
|
|
1819
1444
|
/**
|
|
1820
1445
|
* <p>Specifies a tag key or tag key and value pair to use in a tag-based condition that determines whether an S3 object is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.</p>
|
|
1821
1446
|
*/
|
|
@@ -1829,12 +1454,6 @@ export interface TagValuePair {
|
|
|
1829
1454
|
*/
|
|
1830
1455
|
value?: string;
|
|
1831
1456
|
}
|
|
1832
|
-
export declare namespace TagValuePair {
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
const filterSensitiveLog: (obj: TagValuePair) => any;
|
|
1837
|
-
}
|
|
1838
1457
|
export declare enum TagTarget {
|
|
1839
1458
|
S3_OBJECT = "S3_OBJECT"
|
|
1840
1459
|
}
|
|
@@ -1859,12 +1478,6 @@ export interface TagScopeTerm {
|
|
|
1859
1478
|
*/
|
|
1860
1479
|
target?: TagTarget | string;
|
|
1861
1480
|
}
|
|
1862
|
-
export declare namespace TagScopeTerm {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: TagScopeTerm) => any;
|
|
1867
|
-
}
|
|
1868
1481
|
/**
|
|
1869
1482
|
* <p>Specifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.</p>
|
|
1870
1483
|
*/
|
|
@@ -1878,12 +1491,6 @@ export interface JobScopeTerm {
|
|
|
1878
1491
|
*/
|
|
1879
1492
|
tagScopeTerm?: TagScopeTerm;
|
|
1880
1493
|
}
|
|
1881
|
-
export declare namespace JobScopeTerm {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
const filterSensitiveLog: (obj: JobScopeTerm) => any;
|
|
1886
|
-
}
|
|
1887
1494
|
/**
|
|
1888
1495
|
* <p>Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job.</p>
|
|
1889
1496
|
*/
|
|
@@ -1893,12 +1500,6 @@ export interface CriteriaBlockForJob {
|
|
|
1893
1500
|
*/
|
|
1894
1501
|
and?: CriteriaForJob[];
|
|
1895
1502
|
}
|
|
1896
|
-
export declare namespace CriteriaBlockForJob {
|
|
1897
|
-
/**
|
|
1898
|
-
* @internal
|
|
1899
|
-
*/
|
|
1900
|
-
const filterSensitiveLog: (obj: CriteriaBlockForJob) => any;
|
|
1901
|
-
}
|
|
1902
1503
|
/**
|
|
1903
1504
|
* <p>Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job. Exclude conditions take precedence over include conditions.</p>
|
|
1904
1505
|
*/
|
|
@@ -1912,12 +1513,6 @@ export interface S3BucketCriteriaForJob {
|
|
|
1912
1513
|
*/
|
|
1913
1514
|
includes?: CriteriaBlockForJob;
|
|
1914
1515
|
}
|
|
1915
|
-
export declare namespace S3BucketCriteriaForJob {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: S3BucketCriteriaForJob) => any;
|
|
1920
|
-
}
|
|
1921
1516
|
/**
|
|
1922
1517
|
* <p>Specifies an Amazon Web Services account that owns S3 buckets for a classification job to analyze, and one or more specific buckets to analyze for that account.</p>
|
|
1923
1518
|
*/
|
|
@@ -1931,12 +1526,6 @@ export interface S3BucketDefinitionForJob {
|
|
|
1931
1526
|
*/
|
|
1932
1527
|
buckets: string[] | undefined;
|
|
1933
1528
|
}
|
|
1934
|
-
export declare namespace S3BucketDefinitionForJob {
|
|
1935
|
-
/**
|
|
1936
|
-
* @internal
|
|
1937
|
-
*/
|
|
1938
|
-
const filterSensitiveLog: (obj: S3BucketDefinitionForJob) => any;
|
|
1939
|
-
}
|
|
1940
1529
|
export declare enum JobStatus {
|
|
1941
1530
|
CANCELLED = "CANCELLED",
|
|
1942
1531
|
COMPLETE = "COMPLETE",
|
|
@@ -1962,12 +1551,6 @@ export interface LastRunErrorStatus {
|
|
|
1962
1551
|
*/
|
|
1963
1552
|
code?: LastRunErrorStatusCode | string;
|
|
1964
1553
|
}
|
|
1965
|
-
export declare namespace LastRunErrorStatus {
|
|
1966
|
-
/**
|
|
1967
|
-
* @internal
|
|
1968
|
-
*/
|
|
1969
|
-
const filterSensitiveLog: (obj: LastRunErrorStatus) => any;
|
|
1970
|
-
}
|
|
1971
1554
|
/**
|
|
1972
1555
|
* <p>Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.</p>
|
|
1973
1556
|
*/
|
|
@@ -1985,12 +1568,6 @@ export interface UserPausedDetails {
|
|
|
1985
1568
|
*/
|
|
1986
1569
|
jobPausedAt?: Date;
|
|
1987
1570
|
}
|
|
1988
|
-
export declare namespace UserPausedDetails {
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
const filterSensitiveLog: (obj: UserPausedDetails) => any;
|
|
1993
|
-
}
|
|
1994
1571
|
/**
|
|
1995
1572
|
* <p>Provides information about a classification job, including the current status of the job.</p>
|
|
1996
1573
|
*/
|
|
@@ -2032,12 +1609,6 @@ export interface JobSummary {
|
|
|
2032
1609
|
*/
|
|
2033
1610
|
bucketCriteria?: S3BucketCriteriaForJob;
|
|
2034
1611
|
}
|
|
2035
|
-
export declare namespace JobSummary {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
|
-
const filterSensitiveLog: (obj: JobSummary) => any;
|
|
2040
|
-
}
|
|
2041
1612
|
export declare enum ListJobsFilterKey {
|
|
2042
1613
|
createdAt = "createdAt",
|
|
2043
1614
|
jobStatus = "jobStatus",
|
|
@@ -2061,12 +1632,6 @@ export interface ListJobsFilterTerm {
|
|
|
2061
1632
|
*/
|
|
2062
1633
|
values?: string[];
|
|
2063
1634
|
}
|
|
2064
|
-
export declare namespace ListJobsFilterTerm {
|
|
2065
|
-
/**
|
|
2066
|
-
* @internal
|
|
2067
|
-
*/
|
|
2068
|
-
const filterSensitiveLog: (obj: ListJobsFilterTerm) => any;
|
|
2069
|
-
}
|
|
2070
1635
|
/**
|
|
2071
1636
|
* <p>Provides information about a managed data identifier. For additional information, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
2072
1637
|
*/
|
|
@@ -2080,12 +1645,6 @@ export interface ManagedDataIdentifierSummary {
|
|
|
2080
1645
|
*/
|
|
2081
1646
|
id?: string;
|
|
2082
1647
|
}
|
|
2083
|
-
export declare namespace ManagedDataIdentifierSummary {
|
|
2084
|
-
/**
|
|
2085
|
-
* @internal
|
|
2086
|
-
*/
|
|
2087
|
-
const filterSensitiveLog: (obj: ManagedDataIdentifierSummary) => any;
|
|
2088
|
-
}
|
|
2089
1648
|
/**
|
|
2090
1649
|
* <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket's objects, the value for most of these properties is null. Exceptions are accountId and bucketName. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
|
|
2091
1650
|
*/
|
|
@@ -2143,12 +1702,6 @@ export interface MatchingBucket {
|
|
|
2143
1702
|
*/
|
|
2144
1703
|
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
|
|
2145
1704
|
}
|
|
2146
|
-
export declare namespace MatchingBucket {
|
|
2147
|
-
/**
|
|
2148
|
-
* @internal
|
|
2149
|
-
*/
|
|
2150
|
-
const filterSensitiveLog: (obj: MatchingBucket) => any;
|
|
2151
|
-
}
|
|
2152
1705
|
/**
|
|
2153
1706
|
* <p>Provides statistical data and other information about an Amazon Web Services resource that Amazon Macie monitors and analyzes for your account.</p>
|
|
2154
1707
|
*/
|
|
@@ -2158,12 +1711,6 @@ export interface MatchingResource {
|
|
|
2158
1711
|
*/
|
|
2159
1712
|
matchingBucket?: MatchingBucket;
|
|
2160
1713
|
}
|
|
2161
|
-
export declare namespace MatchingResource {
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
const filterSensitiveLog: (obj: MatchingResource) => any;
|
|
2166
|
-
}
|
|
2167
1714
|
/**
|
|
2168
1715
|
* <p>Provides information about an account that's associated with an Amazon Macie administrator account.</p>
|
|
2169
1716
|
*/
|
|
@@ -2205,12 +1752,6 @@ export interface Member {
|
|
|
2205
1752
|
*/
|
|
2206
1753
|
updatedAt?: Date;
|
|
2207
1754
|
}
|
|
2208
|
-
export declare namespace Member {
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
*/
|
|
2212
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
2213
|
-
}
|
|
2214
1755
|
export declare enum SearchResourcesComparator {
|
|
2215
1756
|
EQ = "EQ",
|
|
2216
1757
|
NE = "NE"
|
|
@@ -2238,12 +1779,6 @@ export interface SearchResourcesSimpleCriterion {
|
|
|
2238
1779
|
*/
|
|
2239
1780
|
values?: string[];
|
|
2240
1781
|
}
|
|
2241
|
-
export declare namespace SearchResourcesSimpleCriterion {
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
const filterSensitiveLog: (obj: SearchResourcesSimpleCriterion) => any;
|
|
2246
|
-
}
|
|
2247
1782
|
/**
|
|
2248
1783
|
* <p>Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based filter condition for a query. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based filter conditions.</p>
|
|
2249
1784
|
*/
|
|
@@ -2257,12 +1792,6 @@ export interface SearchResourcesTagCriterionPair {
|
|
|
2257
1792
|
*/
|
|
2258
1793
|
value?: string;
|
|
2259
1794
|
}
|
|
2260
|
-
export declare namespace SearchResourcesTagCriterionPair {
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
const filterSensitiveLog: (obj: SearchResourcesTagCriterionPair) => any;
|
|
2265
|
-
}
|
|
2266
1795
|
/**
|
|
2267
1796
|
* <p>Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.</p>
|
|
2268
1797
|
*/
|
|
@@ -2276,12 +1805,6 @@ export interface SearchResourcesTagCriterion {
|
|
|
2276
1805
|
*/
|
|
2277
1806
|
tagValues?: SearchResourcesTagCriterionPair[];
|
|
2278
1807
|
}
|
|
2279
|
-
export declare namespace SearchResourcesTagCriterion {
|
|
2280
|
-
/**
|
|
2281
|
-
* @internal
|
|
2282
|
-
*/
|
|
2283
|
-
const filterSensitiveLog: (obj: SearchResourcesTagCriterion) => any;
|
|
2284
|
-
}
|
|
2285
1808
|
/**
|
|
2286
1809
|
* <p>Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.</p>
|
|
2287
1810
|
*/
|
|
@@ -2295,11 +1818,12 @@ export interface SearchResourcesCriteria {
|
|
|
2295
1818
|
*/
|
|
2296
1819
|
tagCriterion?: SearchResourcesTagCriterion;
|
|
2297
1820
|
}
|
|
2298
|
-
export declare
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
1821
|
+
export declare enum UnavailabilityReasonCode {
|
|
1822
|
+
INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
|
|
1823
|
+
OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
1824
|
+
OBJECT_UNAVAILABLE = "OBJECT_UNAVAILABLE",
|
|
1825
|
+
UNSUPPORTED_FINDING_TYPE = "UNSUPPORTED_FINDING_TYPE",
|
|
1826
|
+
UNSUPPORTED_OBJECT_TYPE = "UNSUPPORTED_OBJECT_TYPE"
|
|
2303
1827
|
}
|
|
2304
1828
|
export declare enum ErrorCode {
|
|
2305
1829
|
ClientError = "ClientError",
|
|
@@ -2322,12 +1846,6 @@ export interface UnprocessedAccount {
|
|
|
2322
1846
|
*/
|
|
2323
1847
|
errorMessage?: string;
|
|
2324
1848
|
}
|
|
2325
|
-
export declare namespace UnprocessedAccount {
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
2330
|
-
}
|
|
2331
1849
|
export declare enum Currency {
|
|
2332
1850
|
USD = "USD"
|
|
2333
1851
|
}
|
|
@@ -2351,12 +1869,6 @@ export interface ServiceLimit {
|
|
|
2351
1869
|
*/
|
|
2352
1870
|
value?: number;
|
|
2353
1871
|
}
|
|
2354
|
-
export declare namespace ServiceLimit {
|
|
2355
|
-
/**
|
|
2356
|
-
* @internal
|
|
2357
|
-
*/
|
|
2358
|
-
const filterSensitiveLog: (obj: ServiceLimit) => any;
|
|
2359
|
-
}
|
|
2360
1872
|
export declare enum UsageType {
|
|
2361
1873
|
DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
|
|
2362
1874
|
SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY"
|
|
@@ -2382,12 +1894,6 @@ export interface UsageByAccount {
|
|
|
2382
1894
|
*/
|
|
2383
1895
|
type?: UsageType | string;
|
|
2384
1896
|
}
|
|
2385
|
-
export declare namespace UsageByAccount {
|
|
2386
|
-
/**
|
|
2387
|
-
* @internal
|
|
2388
|
-
*/
|
|
2389
|
-
const filterSensitiveLog: (obj: UsageByAccount) => any;
|
|
2390
|
-
}
|
|
2391
1897
|
/**
|
|
2392
1898
|
* <p>Provides quota and aggregated usage data for an Amazon Macie account.</p>
|
|
2393
1899
|
*/
|
|
@@ -2405,12 +1911,6 @@ export interface UsageRecord {
|
|
|
2405
1911
|
*/
|
|
2406
1912
|
usage?: UsageByAccount[];
|
|
2407
1913
|
}
|
|
2408
|
-
export declare namespace UsageRecord {
|
|
2409
|
-
/**
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
const filterSensitiveLog: (obj: UsageRecord) => any;
|
|
2413
|
-
}
|
|
2414
1914
|
export declare enum UsageStatisticsFilterComparator {
|
|
2415
1915
|
CONTAINS = "CONTAINS",
|
|
2416
1916
|
EQ = "EQ",
|
|
@@ -2443,12 +1943,6 @@ export interface UsageStatisticsFilter {
|
|
|
2443
1943
|
*/
|
|
2444
1944
|
values?: string[];
|
|
2445
1945
|
}
|
|
2446
|
-
export declare namespace UsageStatisticsFilter {
|
|
2447
|
-
/**
|
|
2448
|
-
* @internal
|
|
2449
|
-
*/
|
|
2450
|
-
const filterSensitiveLog: (obj: UsageStatisticsFilter) => any;
|
|
2451
|
-
}
|
|
2452
1946
|
/**
|
|
2453
1947
|
* <p>Provides aggregated data for an Amazon Macie usage metric. The value for the metric reports estimated usage data for an account for the preceding 30 days or the current calendar month to date, depending on the time period (timeRange) specified in the request.</p>
|
|
2454
1948
|
*/
|
|
@@ -2466,12 +1960,6 @@ export interface UsageTotal {
|
|
|
2466
1960
|
*/
|
|
2467
1961
|
type?: UsageType | string;
|
|
2468
1962
|
}
|
|
2469
|
-
export declare namespace UsageTotal {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: UsageTotal) => any;
|
|
2474
|
-
}
|
|
2475
1963
|
export interface AcceptInvitationRequest {
|
|
2476
1964
|
/**
|
|
2477
1965
|
* <p>The Amazon Web Services account ID for the account that sent the invitation.</p>
|
|
@@ -2486,20 +1974,8 @@ export interface AcceptInvitationRequest {
|
|
|
2486
1974
|
*/
|
|
2487
1975
|
masterAccount?: string;
|
|
2488
1976
|
}
|
|
2489
|
-
export declare namespace AcceptInvitationRequest {
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
2494
|
-
}
|
|
2495
1977
|
export interface AcceptInvitationResponse {
|
|
2496
1978
|
}
|
|
2497
|
-
export declare namespace AcceptInvitationResponse {
|
|
2498
|
-
/**
|
|
2499
|
-
* @internal
|
|
2500
|
-
*/
|
|
2501
|
-
const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
2502
|
-
}
|
|
2503
1979
|
/**
|
|
2504
1980
|
* <p>Provides information about an error that occurred due to insufficient access to a specified resource.</p>
|
|
2505
1981
|
*/
|
|
@@ -2590,11 +2066,9 @@ export interface AccountDetail {
|
|
|
2590
2066
|
*/
|
|
2591
2067
|
email: string | undefined;
|
|
2592
2068
|
}
|
|
2593
|
-
export declare
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
*/
|
|
2597
|
-
const filterSensitiveLog: (obj: AccountDetail) => any;
|
|
2069
|
+
export declare enum AvailabilityCode {
|
|
2070
|
+
AVAILABLE = "AVAILABLE",
|
|
2071
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
2598
2072
|
}
|
|
2599
2073
|
export interface BatchGetCustomDataIdentifiersRequest {
|
|
2600
2074
|
/**
|
|
@@ -2602,12 +2076,6 @@ export interface BatchGetCustomDataIdentifiersRequest {
|
|
|
2602
2076
|
*/
|
|
2603
2077
|
ids?: string[];
|
|
2604
2078
|
}
|
|
2605
|
-
export declare namespace BatchGetCustomDataIdentifiersRequest {
|
|
2606
|
-
/**
|
|
2607
|
-
* @internal
|
|
2608
|
-
*/
|
|
2609
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
|
|
2610
|
-
}
|
|
2611
2079
|
export interface BatchGetCustomDataIdentifiersResponse {
|
|
2612
2080
|
/**
|
|
2613
2081
|
* <p>An array of objects, one for each custom data identifier that meets the criteria specified in the request.</p>
|
|
@@ -2618,12 +2086,6 @@ export interface BatchGetCustomDataIdentifiersResponse {
|
|
|
2618
2086
|
*/
|
|
2619
2087
|
notFoundIdentifierIds?: string[];
|
|
2620
2088
|
}
|
|
2621
|
-
export declare namespace BatchGetCustomDataIdentifiersResponse {
|
|
2622
|
-
/**
|
|
2623
|
-
* @internal
|
|
2624
|
-
*/
|
|
2625
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
|
|
2626
|
-
}
|
|
2627
2089
|
/**
|
|
2628
2090
|
* <p>Provides information about the number of S3 buckets that are publicly accessible based on a combination of permissions settings for each bucket.</p>
|
|
2629
2091
|
*/
|
|
@@ -2645,12 +2107,6 @@ export interface BucketCountByEffectivePermission {
|
|
|
2645
2107
|
*/
|
|
2646
2108
|
unknown?: number;
|
|
2647
2109
|
}
|
|
2648
|
-
export declare namespace BucketCountByEffectivePermission {
|
|
2649
|
-
/**
|
|
2650
|
-
* @internal
|
|
2651
|
-
*/
|
|
2652
|
-
const filterSensitiveLog: (obj: BucketCountByEffectivePermission) => any;
|
|
2653
|
-
}
|
|
2654
2110
|
/**
|
|
2655
2111
|
* <p>Provides information about the number of S3 buckets that use certain types of server-side encryption by default or don't encrypt new objects by default. For detailed information about these settings, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html">Setting default server-side encryption behavior for Amazon S3 buckets</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
2656
2112
|
*/
|
|
@@ -2672,12 +2128,6 @@ export interface BucketCountByEncryptionType {
|
|
|
2672
2128
|
*/
|
|
2673
2129
|
unknown?: number;
|
|
2674
2130
|
}
|
|
2675
|
-
export declare namespace BucketCountByEncryptionType {
|
|
2676
|
-
/**
|
|
2677
|
-
* @internal
|
|
2678
|
-
*/
|
|
2679
|
-
const filterSensitiveLog: (obj: BucketCountByEncryptionType) => any;
|
|
2680
|
-
}
|
|
2681
2131
|
/**
|
|
2682
2132
|
* <p>Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts.</p>
|
|
2683
2133
|
*/
|
|
@@ -2699,12 +2149,6 @@ export interface BucketCountBySharedAccessType {
|
|
|
2699
2149
|
*/
|
|
2700
2150
|
unknown?: number;
|
|
2701
2151
|
}
|
|
2702
|
-
export declare namespace BucketCountBySharedAccessType {
|
|
2703
|
-
/**
|
|
2704
|
-
* @internal
|
|
2705
|
-
*/
|
|
2706
|
-
const filterSensitiveLog: (obj: BucketCountBySharedAccessType) => any;
|
|
2707
|
-
}
|
|
2708
2152
|
/**
|
|
2709
2153
|
* <p>Provides information about the number of S3 buckets whose bucket policies do or don't require server-side encryption of objects when objects are uploaded to the buckets.</p>
|
|
2710
2154
|
*/
|
|
@@ -2722,12 +2166,6 @@ export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
|
|
|
2722
2166
|
*/
|
|
2723
2167
|
unknown?: number;
|
|
2724
2168
|
}
|
|
2725
|
-
export declare namespace BucketCountPolicyAllowsUnencryptedObjectUploads {
|
|
2726
|
-
/**
|
|
2727
|
-
* @internal
|
|
2728
|
-
*/
|
|
2729
|
-
const filterSensitiveLog: (obj: BucketCountPolicyAllowsUnencryptedObjectUploads) => any;
|
|
2730
|
-
}
|
|
2731
2169
|
/**
|
|
2732
2170
|
* <p>Specifies the operator to use in a property-based condition that filters the results of a query for information about S3 buckets.</p>
|
|
2733
2171
|
*/
|
|
@@ -2761,12 +2199,6 @@ export interface BucketCriteriaAdditionalProperties {
|
|
|
2761
2199
|
*/
|
|
2762
2200
|
prefix?: string;
|
|
2763
2201
|
}
|
|
2764
|
-
export declare namespace BucketCriteriaAdditionalProperties {
|
|
2765
|
-
/**
|
|
2766
|
-
* @internal
|
|
2767
|
-
*/
|
|
2768
|
-
const filterSensitiveLog: (obj: BucketCriteriaAdditionalProperties) => any;
|
|
2769
|
-
}
|
|
2770
2202
|
export declare enum OrderBy {
|
|
2771
2203
|
ASC = "ASC",
|
|
2772
2204
|
DESC = "DESC"
|
|
@@ -2784,12 +2216,6 @@ export interface BucketSortCriteria {
|
|
|
2784
2216
|
*/
|
|
2785
2217
|
orderBy?: OrderBy | string;
|
|
2786
2218
|
}
|
|
2787
|
-
export declare namespace BucketSortCriteria {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: BucketSortCriteria) => any;
|
|
2792
|
-
}
|
|
2793
2219
|
/**
|
|
2794
2220
|
* <p>Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.</p>
|
|
2795
2221
|
*/
|
|
@@ -2803,16 +2229,10 @@ export interface S3Destination {
|
|
|
2803
2229
|
*/
|
|
2804
2230
|
keyPrefix?: string;
|
|
2805
2231
|
/**
|
|
2806
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric
|
|
2232
|
+
* <p>The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's in the same Amazon Web Services Region as the bucket.</p>
|
|
2807
2233
|
*/
|
|
2808
2234
|
kmsKeyArn: string | undefined;
|
|
2809
2235
|
}
|
|
2810
|
-
export declare namespace S3Destination {
|
|
2811
|
-
/**
|
|
2812
|
-
* @internal
|
|
2813
|
-
*/
|
|
2814
|
-
const filterSensitiveLog: (obj: S3Destination) => any;
|
|
2815
|
-
}
|
|
2816
2236
|
/**
|
|
2817
2237
|
* <p>Specifies where to store data classification results, and the encryption settings to use when storing results in that location. Currently, you can store classification results only in an S3 bucket.</p>
|
|
2818
2238
|
*/
|
|
@@ -2822,12 +2242,6 @@ export interface ClassificationExportConfiguration {
|
|
|
2822
2242
|
*/
|
|
2823
2243
|
s3Destination?: S3Destination;
|
|
2824
2244
|
}
|
|
2825
|
-
export declare namespace ClassificationExportConfiguration {
|
|
2826
|
-
/**
|
|
2827
|
-
* @internal
|
|
2828
|
-
*/
|
|
2829
|
-
const filterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
|
|
2830
|
-
}
|
|
2831
2245
|
export declare enum ManagedDataIdentifierSelector {
|
|
2832
2246
|
ALL = "ALL",
|
|
2833
2247
|
EXCLUDE = "EXCLUDE",
|
|
@@ -2843,12 +2257,6 @@ export interface JobScopingBlock {
|
|
|
2843
2257
|
*/
|
|
2844
2258
|
and?: JobScopeTerm[];
|
|
2845
2259
|
}
|
|
2846
|
-
export declare namespace JobScopingBlock {
|
|
2847
|
-
/**
|
|
2848
|
-
* @internal
|
|
2849
|
-
*/
|
|
2850
|
-
const filterSensitiveLog: (obj: JobScopingBlock) => any;
|
|
2851
|
-
}
|
|
2852
2260
|
/**
|
|
2853
2261
|
* <p>Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.</p>
|
|
2854
2262
|
*/
|
|
@@ -2862,12 +2270,6 @@ export interface Scoping {
|
|
|
2862
2270
|
*/
|
|
2863
2271
|
includes?: JobScopingBlock;
|
|
2864
2272
|
}
|
|
2865
|
-
export declare namespace Scoping {
|
|
2866
|
-
/**
|
|
2867
|
-
* @internal
|
|
2868
|
-
*/
|
|
2869
|
-
const filterSensitiveLog: (obj: Scoping) => any;
|
|
2870
|
-
}
|
|
2871
2273
|
/**
|
|
2872
2274
|
* <p>Specifies which S3 buckets contain the objects that a classification job analyzes, and the scope of that analysis. The bucket specification can be static (bucketDefinitions) or dynamic (bucketCriteria). If it's static, the job analyzes objects in the same predefined set of buckets each time the job runs. If it's dynamic, the job analyzes objects in any buckets that match the specified criteria each time the job starts to run.</p>
|
|
2873
2275
|
*/
|
|
@@ -2885,23 +2287,11 @@ export interface S3JobDefinition {
|
|
|
2885
2287
|
*/
|
|
2886
2288
|
bucketCriteria?: S3BucketCriteriaForJob;
|
|
2887
2289
|
}
|
|
2888
|
-
export declare namespace S3JobDefinition {
|
|
2889
|
-
/**
|
|
2890
|
-
* @internal
|
|
2891
|
-
*/
|
|
2892
|
-
const filterSensitiveLog: (obj: S3JobDefinition) => any;
|
|
2893
|
-
}
|
|
2894
2290
|
/**
|
|
2895
2291
|
* <p>Specifies that a classification job runs once a day, every day. This is an empty object.</p>
|
|
2896
2292
|
*/
|
|
2897
2293
|
export interface DailySchedule {
|
|
2898
2294
|
}
|
|
2899
|
-
export declare namespace DailySchedule {
|
|
2900
|
-
/**
|
|
2901
|
-
* @internal
|
|
2902
|
-
*/
|
|
2903
|
-
const filterSensitiveLog: (obj: DailySchedule) => any;
|
|
2904
|
-
}
|
|
2905
2295
|
/**
|
|
2906
2296
|
* <p>Specifies a monthly recurrence pattern for running a classification job.</p>
|
|
2907
2297
|
*/
|
|
@@ -2911,12 +2301,6 @@ export interface MonthlySchedule {
|
|
|
2911
2301
|
*/
|
|
2912
2302
|
dayOfMonth?: number;
|
|
2913
2303
|
}
|
|
2914
|
-
export declare namespace MonthlySchedule {
|
|
2915
|
-
/**
|
|
2916
|
-
* @internal
|
|
2917
|
-
*/
|
|
2918
|
-
const filterSensitiveLog: (obj: MonthlySchedule) => any;
|
|
2919
|
-
}
|
|
2920
2304
|
export declare enum DayOfWeek {
|
|
2921
2305
|
FRIDAY = "FRIDAY",
|
|
2922
2306
|
MONDAY = "MONDAY",
|
|
@@ -2935,12 +2319,6 @@ export interface WeeklySchedule {
|
|
|
2935
2319
|
*/
|
|
2936
2320
|
dayOfWeek?: DayOfWeek | string;
|
|
2937
2321
|
}
|
|
2938
|
-
export declare namespace WeeklySchedule {
|
|
2939
|
-
/**
|
|
2940
|
-
* @internal
|
|
2941
|
-
*/
|
|
2942
|
-
const filterSensitiveLog: (obj: WeeklySchedule) => any;
|
|
2943
|
-
}
|
|
2944
2322
|
/**
|
|
2945
2323
|
* <p>Specifies the recurrence pattern for running a classification job.</p>
|
|
2946
2324
|
*/
|
|
@@ -2958,12 +2336,6 @@ export interface JobScheduleFrequency {
|
|
|
2958
2336
|
*/
|
|
2959
2337
|
weeklySchedule?: WeeklySchedule;
|
|
2960
2338
|
}
|
|
2961
|
-
export declare namespace JobScheduleFrequency {
|
|
2962
|
-
/**
|
|
2963
|
-
* @internal
|
|
2964
|
-
*/
|
|
2965
|
-
const filterSensitiveLog: (obj: JobScheduleFrequency) => any;
|
|
2966
|
-
}
|
|
2967
2339
|
export interface CreateClassificationJobRequest {
|
|
2968
2340
|
/**
|
|
2969
2341
|
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
@@ -3014,12 +2386,6 @@ export interface CreateClassificationJobRequest {
|
|
|
3014
2386
|
*/
|
|
3015
2387
|
tags?: Record<string, string>;
|
|
3016
2388
|
}
|
|
3017
|
-
export declare namespace CreateClassificationJobRequest {
|
|
3018
|
-
/**
|
|
3019
|
-
* @internal
|
|
3020
|
-
*/
|
|
3021
|
-
const filterSensitiveLog: (obj: CreateClassificationJobRequest) => any;
|
|
3022
|
-
}
|
|
3023
2389
|
export interface CreateClassificationJobResponse {
|
|
3024
2390
|
/**
|
|
3025
2391
|
* <p>The Amazon Resource Name (ARN) of the job.</p>
|
|
@@ -3030,12 +2396,6 @@ export interface CreateClassificationJobResponse {
|
|
|
3030
2396
|
*/
|
|
3031
2397
|
jobId?: string;
|
|
3032
2398
|
}
|
|
3033
|
-
export declare namespace CreateClassificationJobResponse {
|
|
3034
|
-
/**
|
|
3035
|
-
* @internal
|
|
3036
|
-
*/
|
|
3037
|
-
const filterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
3038
|
-
}
|
|
3039
2399
|
export declare enum DataIdentifierSeverity {
|
|
3040
2400
|
HIGH = "HIGH",
|
|
3041
2401
|
LOW = "LOW",
|
|
@@ -3054,12 +2414,6 @@ export interface SeverityLevel {
|
|
|
3054
2414
|
*/
|
|
3055
2415
|
severity: DataIdentifierSeverity | string | undefined;
|
|
3056
2416
|
}
|
|
3057
|
-
export declare namespace SeverityLevel {
|
|
3058
|
-
/**
|
|
3059
|
-
* @internal
|
|
3060
|
-
*/
|
|
3061
|
-
const filterSensitiveLog: (obj: SeverityLevel) => any;
|
|
3062
|
-
}
|
|
3063
2417
|
export interface CreateCustomDataIdentifierRequest {
|
|
3064
2418
|
/**
|
|
3065
2419
|
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
@@ -3074,11 +2428,11 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
3074
2428
|
*/
|
|
3075
2429
|
ignoreWords?: string[];
|
|
3076
2430
|
/**
|
|
3077
|
-
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
|
|
2431
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
|
|
3078
2432
|
*/
|
|
3079
2433
|
keywords?: string[];
|
|
3080
2434
|
/**
|
|
3081
|
-
* <p>The maximum number of characters that can exist between
|
|
2435
|
+
* <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
|
|
3082
2436
|
*/
|
|
3083
2437
|
maximumMatchDistance?: number;
|
|
3084
2438
|
/**
|
|
@@ -3098,24 +2452,12 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
3098
2452
|
*/
|
|
3099
2453
|
tags?: Record<string, string>;
|
|
3100
2454
|
}
|
|
3101
|
-
export declare namespace CreateCustomDataIdentifierRequest {
|
|
3102
|
-
/**
|
|
3103
|
-
* @internal
|
|
3104
|
-
*/
|
|
3105
|
-
const filterSensitiveLog: (obj: CreateCustomDataIdentifierRequest) => any;
|
|
3106
|
-
}
|
|
3107
2455
|
export interface CreateCustomDataIdentifierResponse {
|
|
3108
2456
|
/**
|
|
3109
2457
|
* <p>The unique identifier for the custom data identifier that was created.</p>
|
|
3110
2458
|
*/
|
|
3111
2459
|
customDataIdentifierId?: string;
|
|
3112
2460
|
}
|
|
3113
|
-
export declare namespace CreateCustomDataIdentifierResponse {
|
|
3114
|
-
/**
|
|
3115
|
-
* @internal
|
|
3116
|
-
*/
|
|
3117
|
-
const filterSensitiveLog: (obj: CreateCustomDataIdentifierResponse) => any;
|
|
3118
|
-
}
|
|
3119
2461
|
/**
|
|
3120
2462
|
* <p>Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see <a href="https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html">Fundamentals of filtering findings</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
3121
2463
|
*/
|
|
@@ -3149,12 +2491,6 @@ export interface CriterionAdditionalProperties {
|
|
|
3149
2491
|
*/
|
|
3150
2492
|
neq?: string[];
|
|
3151
2493
|
}
|
|
3152
|
-
export declare namespace CriterionAdditionalProperties {
|
|
3153
|
-
/**
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
3156
|
-
const filterSensitiveLog: (obj: CriterionAdditionalProperties) => any;
|
|
3157
|
-
}
|
|
3158
2494
|
/**
|
|
3159
2495
|
* <p>Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.</p>
|
|
3160
2496
|
*/
|
|
@@ -3164,12 +2500,6 @@ export interface FindingCriteria {
|
|
|
3164
2500
|
*/
|
|
3165
2501
|
criterion?: Record<string, CriterionAdditionalProperties>;
|
|
3166
2502
|
}
|
|
3167
|
-
export declare namespace FindingCriteria {
|
|
3168
|
-
/**
|
|
3169
|
-
* @internal
|
|
3170
|
-
*/
|
|
3171
|
-
const filterSensitiveLog: (obj: FindingCriteria) => any;
|
|
3172
|
-
}
|
|
3173
2503
|
export interface CreateFindingsFilterRequest {
|
|
3174
2504
|
/**
|
|
3175
2505
|
* <p>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
|
|
@@ -3200,12 +2530,6 @@ export interface CreateFindingsFilterRequest {
|
|
|
3200
2530
|
*/
|
|
3201
2531
|
tags?: Record<string, string>;
|
|
3202
2532
|
}
|
|
3203
|
-
export declare namespace CreateFindingsFilterRequest {
|
|
3204
|
-
/**
|
|
3205
|
-
* @internal
|
|
3206
|
-
*/
|
|
3207
|
-
const filterSensitiveLog: (obj: CreateFindingsFilterRequest) => any;
|
|
3208
|
-
}
|
|
3209
2533
|
export interface CreateFindingsFilterResponse {
|
|
3210
2534
|
/**
|
|
3211
2535
|
* <p>The Amazon Resource Name (ARN) of the filter that was created.</p>
|
|
@@ -3216,12 +2540,6 @@ export interface CreateFindingsFilterResponse {
|
|
|
3216
2540
|
*/
|
|
3217
2541
|
id?: string;
|
|
3218
2542
|
}
|
|
3219
|
-
export declare namespace CreateFindingsFilterResponse {
|
|
3220
|
-
/**
|
|
3221
|
-
* @internal
|
|
3222
|
-
*/
|
|
3223
|
-
const filterSensitiveLog: (obj: CreateFindingsFilterResponse) => any;
|
|
3224
|
-
}
|
|
3225
2543
|
export interface CreateInvitationsRequest {
|
|
3226
2544
|
/**
|
|
3227
2545
|
* <p>An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.</p>
|
|
@@ -3236,24 +2554,12 @@ export interface CreateInvitationsRequest {
|
|
|
3236
2554
|
*/
|
|
3237
2555
|
message?: string;
|
|
3238
2556
|
}
|
|
3239
|
-
export declare namespace CreateInvitationsRequest {
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
const filterSensitiveLog: (obj: CreateInvitationsRequest) => any;
|
|
3244
|
-
}
|
|
3245
2557
|
export interface CreateInvitationsResponse {
|
|
3246
2558
|
/**
|
|
3247
2559
|
* <p>An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.</p>
|
|
3248
2560
|
*/
|
|
3249
2561
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
3250
2562
|
}
|
|
3251
|
-
export declare namespace CreateInvitationsResponse {
|
|
3252
|
-
/**
|
|
3253
|
-
* @internal
|
|
3254
|
-
*/
|
|
3255
|
-
const filterSensitiveLog: (obj: CreateInvitationsResponse) => any;
|
|
3256
|
-
}
|
|
3257
2563
|
export interface CreateMemberRequest {
|
|
3258
2564
|
/**
|
|
3259
2565
|
* <p>The details of the account to associate with the administrator account.</p>
|
|
@@ -3264,152 +2570,68 @@ export interface CreateMemberRequest {
|
|
|
3264
2570
|
*/
|
|
3265
2571
|
tags?: Record<string, string>;
|
|
3266
2572
|
}
|
|
3267
|
-
export declare namespace CreateMemberRequest {
|
|
3268
|
-
/**
|
|
3269
|
-
* @internal
|
|
3270
|
-
*/
|
|
3271
|
-
const filterSensitiveLog: (obj: CreateMemberRequest) => any;
|
|
3272
|
-
}
|
|
3273
2573
|
export interface CreateMemberResponse {
|
|
3274
2574
|
/**
|
|
3275
2575
|
* <p>The Amazon Resource Name (ARN) of the account that was associated with the administrator account.</p>
|
|
3276
2576
|
*/
|
|
3277
2577
|
arn?: string;
|
|
3278
2578
|
}
|
|
3279
|
-
export declare namespace CreateMemberResponse {
|
|
3280
|
-
/**
|
|
3281
|
-
* @internal
|
|
3282
|
-
*/
|
|
3283
|
-
const filterSensitiveLog: (obj: CreateMemberResponse) => any;
|
|
3284
|
-
}
|
|
3285
2579
|
export interface CreateSampleFindingsRequest {
|
|
3286
2580
|
/**
|
|
3287
2581
|
* <p>An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.</p>
|
|
3288
2582
|
*/
|
|
3289
2583
|
findingTypes?: (FindingType | string)[];
|
|
3290
2584
|
}
|
|
3291
|
-
export declare namespace CreateSampleFindingsRequest {
|
|
3292
|
-
/**
|
|
3293
|
-
* @internal
|
|
3294
|
-
*/
|
|
3295
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
3296
|
-
}
|
|
3297
2585
|
export interface CreateSampleFindingsResponse {
|
|
3298
2586
|
}
|
|
3299
|
-
export declare namespace CreateSampleFindingsResponse {
|
|
3300
|
-
/**
|
|
3301
|
-
* @internal
|
|
3302
|
-
*/
|
|
3303
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
3304
|
-
}
|
|
3305
2587
|
export interface DeclineInvitationsRequest {
|
|
3306
2588
|
/**
|
|
3307
2589
|
* <p>An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to decline.</p>
|
|
3308
2590
|
*/
|
|
3309
2591
|
accountIds: string[] | undefined;
|
|
3310
2592
|
}
|
|
3311
|
-
export declare namespace DeclineInvitationsRequest {
|
|
3312
|
-
/**
|
|
3313
|
-
* @internal
|
|
3314
|
-
*/
|
|
3315
|
-
const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
3316
|
-
}
|
|
3317
2593
|
export interface DeclineInvitationsResponse {
|
|
3318
2594
|
/**
|
|
3319
2595
|
* <p>An array of objects, one for each account whose invitation hasn't been declined. Each object identifies the account and explains why the request hasn't been processed for that account.</p>
|
|
3320
2596
|
*/
|
|
3321
2597
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
3322
2598
|
}
|
|
3323
|
-
export declare namespace DeclineInvitationsResponse {
|
|
3324
|
-
/**
|
|
3325
|
-
* @internal
|
|
3326
|
-
*/
|
|
3327
|
-
const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
3328
|
-
}
|
|
3329
2599
|
export interface DeleteCustomDataIdentifierRequest {
|
|
3330
2600
|
/**
|
|
3331
2601
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3332
2602
|
*/
|
|
3333
2603
|
id: string | undefined;
|
|
3334
2604
|
}
|
|
3335
|
-
export declare namespace DeleteCustomDataIdentifierRequest {
|
|
3336
|
-
/**
|
|
3337
|
-
* @internal
|
|
3338
|
-
*/
|
|
3339
|
-
const filterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
|
|
3340
|
-
}
|
|
3341
2605
|
export interface DeleteCustomDataIdentifierResponse {
|
|
3342
2606
|
}
|
|
3343
|
-
export declare namespace DeleteCustomDataIdentifierResponse {
|
|
3344
|
-
/**
|
|
3345
|
-
* @internal
|
|
3346
|
-
*/
|
|
3347
|
-
const filterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
|
|
3348
|
-
}
|
|
3349
2607
|
export interface DeleteFindingsFilterRequest {
|
|
3350
2608
|
/**
|
|
3351
2609
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3352
2610
|
*/
|
|
3353
2611
|
id: string | undefined;
|
|
3354
2612
|
}
|
|
3355
|
-
export declare namespace DeleteFindingsFilterRequest {
|
|
3356
|
-
/**
|
|
3357
|
-
* @internal
|
|
3358
|
-
*/
|
|
3359
|
-
const filterSensitiveLog: (obj: DeleteFindingsFilterRequest) => any;
|
|
3360
|
-
}
|
|
3361
2613
|
export interface DeleteFindingsFilterResponse {
|
|
3362
2614
|
}
|
|
3363
|
-
export
|
|
2615
|
+
export interface DeleteInvitationsRequest {
|
|
3364
2616
|
/**
|
|
3365
|
-
*
|
|
3366
|
-
*/
|
|
3367
|
-
const filterSensitiveLog: (obj: DeleteFindingsFilterResponse) => any;
|
|
3368
|
-
}
|
|
3369
|
-
export interface DeleteInvitationsRequest {
|
|
3370
|
-
/**
|
|
3371
|
-
* <p>An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to delete.</p>
|
|
2617
|
+
* <p>An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to delete.</p>
|
|
3372
2618
|
*/
|
|
3373
2619
|
accountIds: string[] | undefined;
|
|
3374
2620
|
}
|
|
3375
|
-
export declare namespace DeleteInvitationsRequest {
|
|
3376
|
-
/**
|
|
3377
|
-
* @internal
|
|
3378
|
-
*/
|
|
3379
|
-
const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
3380
|
-
}
|
|
3381
2621
|
export interface DeleteInvitationsResponse {
|
|
3382
2622
|
/**
|
|
3383
2623
|
* <p>An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the account and explains why the request hasn't been processed for that account.</p>
|
|
3384
2624
|
*/
|
|
3385
2625
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
3386
2626
|
}
|
|
3387
|
-
export declare namespace DeleteInvitationsResponse {
|
|
3388
|
-
/**
|
|
3389
|
-
* @internal
|
|
3390
|
-
*/
|
|
3391
|
-
const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
3392
|
-
}
|
|
3393
2627
|
export interface DeleteMemberRequest {
|
|
3394
2628
|
/**
|
|
3395
2629
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3396
2630
|
*/
|
|
3397
2631
|
id: string | undefined;
|
|
3398
2632
|
}
|
|
3399
|
-
export declare namespace DeleteMemberRequest {
|
|
3400
|
-
/**
|
|
3401
|
-
* @internal
|
|
3402
|
-
*/
|
|
3403
|
-
const filterSensitiveLog: (obj: DeleteMemberRequest) => any;
|
|
3404
|
-
}
|
|
3405
2633
|
export interface DeleteMemberResponse {
|
|
3406
2634
|
}
|
|
3407
|
-
export declare namespace DeleteMemberResponse {
|
|
3408
|
-
/**
|
|
3409
|
-
* @internal
|
|
3410
|
-
*/
|
|
3411
|
-
const filterSensitiveLog: (obj: DeleteMemberResponse) => any;
|
|
3412
|
-
}
|
|
3413
2635
|
export interface DescribeBucketsRequest {
|
|
3414
2636
|
/**
|
|
3415
2637
|
* <p>The criteria to use to filter the query results.</p>
|
|
@@ -3428,12 +2650,6 @@ export interface DescribeBucketsRequest {
|
|
|
3428
2650
|
*/
|
|
3429
2651
|
sortCriteria?: BucketSortCriteria;
|
|
3430
2652
|
}
|
|
3431
|
-
export declare namespace DescribeBucketsRequest {
|
|
3432
|
-
/**
|
|
3433
|
-
* @internal
|
|
3434
|
-
*/
|
|
3435
|
-
const filterSensitiveLog: (obj: DescribeBucketsRequest) => any;
|
|
3436
|
-
}
|
|
3437
2653
|
export interface DescribeBucketsResponse {
|
|
3438
2654
|
/**
|
|
3439
2655
|
* <p>An array of objects, one for each bucket that meets the filter criteria specified in the request.</p>
|
|
@@ -3444,24 +2660,12 @@ export interface DescribeBucketsResponse {
|
|
|
3444
2660
|
*/
|
|
3445
2661
|
nextToken?: string;
|
|
3446
2662
|
}
|
|
3447
|
-
export declare namespace DescribeBucketsResponse {
|
|
3448
|
-
/**
|
|
3449
|
-
* @internal
|
|
3450
|
-
*/
|
|
3451
|
-
const filterSensitiveLog: (obj: DescribeBucketsResponse) => any;
|
|
3452
|
-
}
|
|
3453
2663
|
export interface DescribeClassificationJobRequest {
|
|
3454
2664
|
/**
|
|
3455
2665
|
* <p>The unique identifier for the classification job.</p>
|
|
3456
2666
|
*/
|
|
3457
2667
|
jobId: string | undefined;
|
|
3458
2668
|
}
|
|
3459
|
-
export declare namespace DescribeClassificationJobRequest {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
const filterSensitiveLog: (obj: DescribeClassificationJobRequest) => any;
|
|
3464
|
-
}
|
|
3465
2669
|
/**
|
|
3466
2670
|
* <p>Provides processing statistics for a classification job.</p>
|
|
3467
2671
|
*/
|
|
@@ -3475,12 +2679,6 @@ export interface Statistics {
|
|
|
3475
2679
|
*/
|
|
3476
2680
|
numberOfRuns?: number;
|
|
3477
2681
|
}
|
|
3478
|
-
export declare namespace Statistics {
|
|
3479
|
-
/**
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
3482
|
-
const filterSensitiveLog: (obj: Statistics) => any;
|
|
3483
|
-
}
|
|
3484
2682
|
export interface DescribeClassificationJobResponse {
|
|
3485
2683
|
/**
|
|
3486
2684
|
* <p>The token that was provided to ensure the idempotency of the request to create the job.</p>
|
|
@@ -3523,7 +2721,7 @@ export interface DescribeClassificationJobResponse {
|
|
|
3523
2721
|
*/
|
|
3524
2722
|
lastRunErrorStatus?: LastRunErrorStatus;
|
|
3525
2723
|
/**
|
|
3526
|
-
* <p>The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started.</p>
|
|
2724
|
+
* <p>The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started or, if the job hasn't run yet, when the job was created.</p>
|
|
3527
2725
|
*/
|
|
3528
2726
|
lastRunTime?: Date;
|
|
3529
2727
|
/**
|
|
@@ -3563,20 +2761,8 @@ export interface DescribeClassificationJobResponse {
|
|
|
3563
2761
|
*/
|
|
3564
2762
|
userPausedDetails?: UserPausedDetails;
|
|
3565
2763
|
}
|
|
3566
|
-
export declare namespace DescribeClassificationJobResponse {
|
|
3567
|
-
/**
|
|
3568
|
-
* @internal
|
|
3569
|
-
*/
|
|
3570
|
-
const filterSensitiveLog: (obj: DescribeClassificationJobResponse) => any;
|
|
3571
|
-
}
|
|
3572
2764
|
export interface DescribeOrganizationConfigurationRequest {
|
|
3573
2765
|
}
|
|
3574
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
3575
|
-
/**
|
|
3576
|
-
* @internal
|
|
3577
|
-
*/
|
|
3578
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
3579
|
-
}
|
|
3580
2766
|
export interface DescribeOrganizationConfigurationResponse {
|
|
3581
2767
|
/**
|
|
3582
2768
|
* <p>Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.</p>
|
|
@@ -3587,100 +2773,34 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
3587
2773
|
*/
|
|
3588
2774
|
maxAccountLimitReached?: boolean;
|
|
3589
2775
|
}
|
|
3590
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
3595
|
-
}
|
|
3596
2776
|
export interface DisableMacieRequest {
|
|
3597
2777
|
}
|
|
3598
|
-
export declare namespace DisableMacieRequest {
|
|
3599
|
-
/**
|
|
3600
|
-
* @internal
|
|
3601
|
-
*/
|
|
3602
|
-
const filterSensitiveLog: (obj: DisableMacieRequest) => any;
|
|
3603
|
-
}
|
|
3604
2778
|
export interface DisableMacieResponse {
|
|
3605
2779
|
}
|
|
3606
|
-
export declare namespace DisableMacieResponse {
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
*/
|
|
3610
|
-
const filterSensitiveLog: (obj: DisableMacieResponse) => any;
|
|
3611
|
-
}
|
|
3612
2780
|
export interface DisableOrganizationAdminAccountRequest {
|
|
3613
2781
|
/**
|
|
3614
2782
|
* <p>The Amazon Web Services account ID of the delegated Amazon Macie administrator account.</p>
|
|
3615
2783
|
*/
|
|
3616
2784
|
adminAccountId: string | undefined;
|
|
3617
2785
|
}
|
|
3618
|
-
export declare namespace DisableOrganizationAdminAccountRequest {
|
|
3619
|
-
/**
|
|
3620
|
-
* @internal
|
|
3621
|
-
*/
|
|
3622
|
-
const filterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
3623
|
-
}
|
|
3624
2786
|
export interface DisableOrganizationAdminAccountResponse {
|
|
3625
2787
|
}
|
|
3626
|
-
export declare namespace DisableOrganizationAdminAccountResponse {
|
|
3627
|
-
/**
|
|
3628
|
-
* @internal
|
|
3629
|
-
*/
|
|
3630
|
-
const filterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
3631
|
-
}
|
|
3632
2788
|
export interface DisassociateFromAdministratorAccountRequest {
|
|
3633
2789
|
}
|
|
3634
|
-
export declare namespace DisassociateFromAdministratorAccountRequest {
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
3639
|
-
}
|
|
3640
2790
|
export interface DisassociateFromAdministratorAccountResponse {
|
|
3641
2791
|
}
|
|
3642
|
-
export declare namespace DisassociateFromAdministratorAccountResponse {
|
|
3643
|
-
/**
|
|
3644
|
-
* @internal
|
|
3645
|
-
*/
|
|
3646
|
-
const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
3647
|
-
}
|
|
3648
2792
|
export interface DisassociateFromMasterAccountRequest {
|
|
3649
2793
|
}
|
|
3650
|
-
export declare namespace DisassociateFromMasterAccountRequest {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
3655
|
-
}
|
|
3656
2794
|
export interface DisassociateFromMasterAccountResponse {
|
|
3657
2795
|
}
|
|
3658
|
-
export declare namespace DisassociateFromMasterAccountResponse {
|
|
3659
|
-
/**
|
|
3660
|
-
* @internal
|
|
3661
|
-
*/
|
|
3662
|
-
const filterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
3663
|
-
}
|
|
3664
2796
|
export interface DisassociateMemberRequest {
|
|
3665
2797
|
/**
|
|
3666
2798
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3667
2799
|
*/
|
|
3668
2800
|
id: string | undefined;
|
|
3669
2801
|
}
|
|
3670
|
-
export declare namespace DisassociateMemberRequest {
|
|
3671
|
-
/**
|
|
3672
|
-
* @internal
|
|
3673
|
-
*/
|
|
3674
|
-
const filterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
3675
|
-
}
|
|
3676
2802
|
export interface DisassociateMemberResponse {
|
|
3677
2803
|
}
|
|
3678
|
-
export declare namespace DisassociateMemberResponse {
|
|
3679
|
-
/**
|
|
3680
|
-
* @internal
|
|
3681
|
-
*/
|
|
3682
|
-
const filterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
3683
|
-
}
|
|
3684
2804
|
export declare enum FindingPublishingFrequency {
|
|
3685
2805
|
FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
|
|
3686
2806
|
ONE_HOUR = "ONE_HOUR",
|
|
@@ -3704,20 +2824,8 @@ export interface EnableMacieRequest {
|
|
|
3704
2824
|
*/
|
|
3705
2825
|
status?: MacieStatus | string;
|
|
3706
2826
|
}
|
|
3707
|
-
export declare namespace EnableMacieRequest {
|
|
3708
|
-
/**
|
|
3709
|
-
* @internal
|
|
3710
|
-
*/
|
|
3711
|
-
const filterSensitiveLog: (obj: EnableMacieRequest) => any;
|
|
3712
|
-
}
|
|
3713
2827
|
export interface EnableMacieResponse {
|
|
3714
2828
|
}
|
|
3715
|
-
export declare namespace EnableMacieResponse {
|
|
3716
|
-
/**
|
|
3717
|
-
* @internal
|
|
3718
|
-
*/
|
|
3719
|
-
const filterSensitiveLog: (obj: EnableMacieResponse) => any;
|
|
3720
|
-
}
|
|
3721
2829
|
export interface EnableOrganizationAdminAccountRequest {
|
|
3722
2830
|
/**
|
|
3723
2831
|
* <p>The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.</p>
|
|
@@ -3728,20 +2836,8 @@ export interface EnableOrganizationAdminAccountRequest {
|
|
|
3728
2836
|
*/
|
|
3729
2837
|
clientToken?: string;
|
|
3730
2838
|
}
|
|
3731
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
3732
|
-
/**
|
|
3733
|
-
* @internal
|
|
3734
|
-
*/
|
|
3735
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
3736
|
-
}
|
|
3737
2839
|
export interface EnableOrganizationAdminAccountResponse {
|
|
3738
2840
|
}
|
|
3739
|
-
export declare namespace EnableOrganizationAdminAccountResponse {
|
|
3740
|
-
/**
|
|
3741
|
-
* @internal
|
|
3742
|
-
*/
|
|
3743
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
3744
|
-
}
|
|
3745
2841
|
export declare enum FindingStatisticsSortAttributeName {
|
|
3746
2842
|
count = "count",
|
|
3747
2843
|
groupKey = "groupKey"
|
|
@@ -3759,44 +2855,20 @@ export interface FindingStatisticsSortCriteria {
|
|
|
3759
2855
|
*/
|
|
3760
2856
|
orderBy?: OrderBy | string;
|
|
3761
2857
|
}
|
|
3762
|
-
export declare namespace FindingStatisticsSortCriteria {
|
|
3763
|
-
/**
|
|
3764
|
-
* @internal
|
|
3765
|
-
*/
|
|
3766
|
-
const filterSensitiveLog: (obj: FindingStatisticsSortCriteria) => any;
|
|
3767
|
-
}
|
|
3768
2858
|
export interface GetAdministratorAccountRequest {
|
|
3769
2859
|
}
|
|
3770
|
-
export declare namespace GetAdministratorAccountRequest {
|
|
3771
|
-
/**
|
|
3772
|
-
* @internal
|
|
3773
|
-
*/
|
|
3774
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
3775
|
-
}
|
|
3776
2860
|
export interface GetAdministratorAccountResponse {
|
|
3777
2861
|
/**
|
|
3778
2862
|
* <p>The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.</p>
|
|
3779
2863
|
*/
|
|
3780
2864
|
administrator?: Invitation;
|
|
3781
2865
|
}
|
|
3782
|
-
export declare namespace GetAdministratorAccountResponse {
|
|
3783
|
-
/**
|
|
3784
|
-
* @internal
|
|
3785
|
-
*/
|
|
3786
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
3787
|
-
}
|
|
3788
2866
|
export interface GetBucketStatisticsRequest {
|
|
3789
2867
|
/**
|
|
3790
2868
|
* <p>The unique identifier for the Amazon Web Services account.</p>
|
|
3791
2869
|
*/
|
|
3792
2870
|
accountId?: string;
|
|
3793
2871
|
}
|
|
3794
|
-
export declare namespace GetBucketStatisticsRequest {
|
|
3795
|
-
/**
|
|
3796
|
-
* @internal
|
|
3797
|
-
*/
|
|
3798
|
-
const filterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
|
|
3799
|
-
}
|
|
3800
2872
|
export interface GetBucketStatisticsResponse {
|
|
3801
2873
|
/**
|
|
3802
2874
|
* <p>The total number of buckets.</p>
|
|
@@ -3851,44 +2923,20 @@ export interface GetBucketStatisticsResponse {
|
|
|
3851
2923
|
*/
|
|
3852
2924
|
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
|
|
3853
2925
|
}
|
|
3854
|
-
export declare namespace GetBucketStatisticsResponse {
|
|
3855
|
-
/**
|
|
3856
|
-
* @internal
|
|
3857
|
-
*/
|
|
3858
|
-
const filterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
|
|
3859
|
-
}
|
|
3860
2926
|
export interface GetClassificationExportConfigurationRequest {
|
|
3861
2927
|
}
|
|
3862
|
-
export declare namespace GetClassificationExportConfigurationRequest {
|
|
3863
|
-
/**
|
|
3864
|
-
* @internal
|
|
3865
|
-
*/
|
|
3866
|
-
const filterSensitiveLog: (obj: GetClassificationExportConfigurationRequest) => any;
|
|
3867
|
-
}
|
|
3868
2928
|
export interface GetClassificationExportConfigurationResponse {
|
|
3869
2929
|
/**
|
|
3870
2930
|
* <p>The location where data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
|
|
3871
2931
|
*/
|
|
3872
2932
|
configuration?: ClassificationExportConfiguration;
|
|
3873
2933
|
}
|
|
3874
|
-
export declare namespace GetClassificationExportConfigurationResponse {
|
|
3875
|
-
/**
|
|
3876
|
-
* @internal
|
|
3877
|
-
*/
|
|
3878
|
-
const filterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
|
|
3879
|
-
}
|
|
3880
2934
|
export interface GetCustomDataIdentifierRequest {
|
|
3881
2935
|
/**
|
|
3882
2936
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3883
2937
|
*/
|
|
3884
2938
|
id: string | undefined;
|
|
3885
2939
|
}
|
|
3886
|
-
export declare namespace GetCustomDataIdentifierRequest {
|
|
3887
|
-
/**
|
|
3888
|
-
* @internal
|
|
3889
|
-
*/
|
|
3890
|
-
const filterSensitiveLog: (obj: GetCustomDataIdentifierRequest) => any;
|
|
3891
|
-
}
|
|
3892
2940
|
export interface GetCustomDataIdentifierResponse {
|
|
3893
2941
|
/**
|
|
3894
2942
|
* <p>The Amazon Resource Name (ARN) of the custom data identifier.</p>
|
|
@@ -3915,11 +2963,11 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
3915
2963
|
*/
|
|
3916
2964
|
ignoreWords?: string[];
|
|
3917
2965
|
/**
|
|
3918
|
-
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.</p>
|
|
2966
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.</p>
|
|
3919
2967
|
*/
|
|
3920
2968
|
keywords?: string[];
|
|
3921
2969
|
/**
|
|
3922
|
-
* <p>The maximum number of characters that can exist between
|
|
2970
|
+
* <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. Otherwise, Macie excludes the result.</p>
|
|
3923
2971
|
*/
|
|
3924
2972
|
maximumMatchDistance?: number;
|
|
3925
2973
|
/**
|
|
@@ -3939,12 +2987,6 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
3939
2987
|
*/
|
|
3940
2988
|
tags?: Record<string, string>;
|
|
3941
2989
|
}
|
|
3942
|
-
export declare namespace GetCustomDataIdentifierResponse {
|
|
3943
|
-
/**
|
|
3944
|
-
* @internal
|
|
3945
|
-
*/
|
|
3946
|
-
const filterSensitiveLog: (obj: GetCustomDataIdentifierResponse) => any;
|
|
3947
|
-
}
|
|
3948
2990
|
/**
|
|
3949
2991
|
* <p>Specifies criteria for sorting the results of a request for findings.</p>
|
|
3950
2992
|
*/
|
|
@@ -3958,12 +3000,6 @@ export interface SortCriteria {
|
|
|
3958
3000
|
*/
|
|
3959
3001
|
orderBy?: OrderBy | string;
|
|
3960
3002
|
}
|
|
3961
|
-
export declare namespace SortCriteria {
|
|
3962
|
-
/**
|
|
3963
|
-
* @internal
|
|
3964
|
-
*/
|
|
3965
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
3966
|
-
}
|
|
3967
3003
|
export interface GetFindingsRequest {
|
|
3968
3004
|
/**
|
|
3969
3005
|
* <p>An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.</p>
|
|
@@ -3974,36 +3010,18 @@ export interface GetFindingsRequest {
|
|
|
3974
3010
|
*/
|
|
3975
3011
|
sortCriteria?: SortCriteria;
|
|
3976
3012
|
}
|
|
3977
|
-
export declare namespace GetFindingsRequest {
|
|
3978
|
-
/**
|
|
3979
|
-
* @internal
|
|
3980
|
-
*/
|
|
3981
|
-
const filterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
3982
|
-
}
|
|
3983
3013
|
export interface GetFindingsResponse {
|
|
3984
3014
|
/**
|
|
3985
3015
|
* <p>An array of objects, one for each finding that meets the criteria specified in the request.</p>
|
|
3986
3016
|
*/
|
|
3987
3017
|
findings?: Finding[];
|
|
3988
3018
|
}
|
|
3989
|
-
export declare namespace GetFindingsResponse {
|
|
3990
|
-
/**
|
|
3991
|
-
* @internal
|
|
3992
|
-
*/
|
|
3993
|
-
const filterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
3994
|
-
}
|
|
3995
3019
|
export interface GetFindingsFilterRequest {
|
|
3996
3020
|
/**
|
|
3997
3021
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
3998
3022
|
*/
|
|
3999
3023
|
id: string | undefined;
|
|
4000
3024
|
}
|
|
4001
|
-
export declare namespace GetFindingsFilterRequest {
|
|
4002
|
-
/**
|
|
4003
|
-
* @internal
|
|
4004
|
-
*/
|
|
4005
|
-
const filterSensitiveLog: (obj: GetFindingsFilterRequest) => any;
|
|
4006
|
-
}
|
|
4007
3025
|
export interface GetFindingsFilterResponse {
|
|
4008
3026
|
/**
|
|
4009
3027
|
* <p>The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
|
|
@@ -4038,20 +3056,8 @@ export interface GetFindingsFilterResponse {
|
|
|
4038
3056
|
*/
|
|
4039
3057
|
tags?: Record<string, string>;
|
|
4040
3058
|
}
|
|
4041
|
-
export declare namespace GetFindingsFilterResponse {
|
|
4042
|
-
/**
|
|
4043
|
-
* @internal
|
|
4044
|
-
*/
|
|
4045
|
-
const filterSensitiveLog: (obj: GetFindingsFilterResponse) => any;
|
|
4046
|
-
}
|
|
4047
3059
|
export interface GetFindingsPublicationConfigurationRequest {
|
|
4048
3060
|
}
|
|
4049
|
-
export declare namespace GetFindingsPublicationConfigurationRequest {
|
|
4050
|
-
/**
|
|
4051
|
-
* @internal
|
|
4052
|
-
*/
|
|
4053
|
-
const filterSensitiveLog: (obj: GetFindingsPublicationConfigurationRequest) => any;
|
|
4054
|
-
}
|
|
4055
3061
|
/**
|
|
4056
3062
|
* <p>Specifies configuration settings that determine which findings are published to Security Hub automatically. For information about how Macie publishes findings to Security Hub, see <a href="https://docs.aws.amazon.com/macie/latest/user/securityhub-integration.html">Amazon Macie integration with Security Hub</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
4057
3063
|
*/
|
|
@@ -4065,24 +3071,12 @@ export interface SecurityHubConfiguration {
|
|
|
4065
3071
|
*/
|
|
4066
3072
|
publishPolicyFindings: boolean | undefined;
|
|
4067
3073
|
}
|
|
4068
|
-
export declare namespace SecurityHubConfiguration {
|
|
4069
|
-
/**
|
|
4070
|
-
* @internal
|
|
4071
|
-
*/
|
|
4072
|
-
const filterSensitiveLog: (obj: SecurityHubConfiguration) => any;
|
|
4073
|
-
}
|
|
4074
3074
|
export interface GetFindingsPublicationConfigurationResponse {
|
|
4075
3075
|
/**
|
|
4076
3076
|
* <p>The configuration settings that determine which findings are published to Security Hub.</p>
|
|
4077
3077
|
*/
|
|
4078
3078
|
securityHubConfiguration?: SecurityHubConfiguration;
|
|
4079
3079
|
}
|
|
4080
|
-
export declare namespace GetFindingsPublicationConfigurationResponse {
|
|
4081
|
-
/**
|
|
4082
|
-
* @internal
|
|
4083
|
-
*/
|
|
4084
|
-
const filterSensitiveLog: (obj: GetFindingsPublicationConfigurationResponse) => any;
|
|
4085
|
-
}
|
|
4086
3080
|
export declare enum GroupBy {
|
|
4087
3081
|
classificationDetails_jobId = "classificationDetails.jobId",
|
|
4088
3082
|
resourcesAffected_s3Bucket_name = "resourcesAffected.s3Bucket.name",
|
|
@@ -4107,52 +3101,22 @@ export interface GetFindingStatisticsRequest {
|
|
|
4107
3101
|
*/
|
|
4108
3102
|
sortCriteria?: FindingStatisticsSortCriteria;
|
|
4109
3103
|
}
|
|
4110
|
-
export declare namespace GetFindingStatisticsRequest {
|
|
4111
|
-
/**
|
|
4112
|
-
* @internal
|
|
4113
|
-
*/
|
|
4114
|
-
const filterSensitiveLog: (obj: GetFindingStatisticsRequest) => any;
|
|
4115
|
-
}
|
|
4116
3104
|
export interface GetFindingStatisticsResponse {
|
|
4117
3105
|
/**
|
|
4118
3106
|
* <p>An array of objects, one for each group of findings that meet the filter criteria specified in the request.</p>
|
|
4119
3107
|
*/
|
|
4120
3108
|
countsByGroup?: GroupCount[];
|
|
4121
3109
|
}
|
|
4122
|
-
export declare namespace GetFindingStatisticsResponse {
|
|
4123
|
-
/**
|
|
4124
|
-
* @internal
|
|
4125
|
-
*/
|
|
4126
|
-
const filterSensitiveLog: (obj: GetFindingStatisticsResponse) => any;
|
|
4127
|
-
}
|
|
4128
3110
|
export interface GetInvitationsCountRequest {
|
|
4129
3111
|
}
|
|
4130
|
-
export declare namespace GetInvitationsCountRequest {
|
|
4131
|
-
/**
|
|
4132
|
-
* @internal
|
|
4133
|
-
*/
|
|
4134
|
-
const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
4135
|
-
}
|
|
4136
3112
|
export interface GetInvitationsCountResponse {
|
|
4137
3113
|
/**
|
|
4138
3114
|
* <p>The total number of invitations that were received by the account, not including the currently accepted invitation.</p>
|
|
4139
3115
|
*/
|
|
4140
3116
|
invitationsCount?: number;
|
|
4141
3117
|
}
|
|
4142
|
-
export declare namespace GetInvitationsCountResponse {
|
|
4143
|
-
/**
|
|
4144
|
-
* @internal
|
|
4145
|
-
*/
|
|
4146
|
-
const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
4147
|
-
}
|
|
4148
3118
|
export interface GetMacieSessionRequest {
|
|
4149
3119
|
}
|
|
4150
|
-
export declare namespace GetMacieSessionRequest {
|
|
4151
|
-
/**
|
|
4152
|
-
* @internal
|
|
4153
|
-
*/
|
|
4154
|
-
const filterSensitiveLog: (obj: GetMacieSessionRequest) => any;
|
|
4155
|
-
}
|
|
4156
3120
|
export interface GetMacieSessionResponse {
|
|
4157
3121
|
/**
|
|
4158
3122
|
* <p>The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.</p>
|
|
@@ -4175,44 +3139,20 @@ export interface GetMacieSessionResponse {
|
|
|
4175
3139
|
*/
|
|
4176
3140
|
updatedAt?: Date;
|
|
4177
3141
|
}
|
|
4178
|
-
export declare namespace GetMacieSessionResponse {
|
|
4179
|
-
/**
|
|
4180
|
-
* @internal
|
|
4181
|
-
*/
|
|
4182
|
-
const filterSensitiveLog: (obj: GetMacieSessionResponse) => any;
|
|
4183
|
-
}
|
|
4184
3142
|
export interface GetMasterAccountRequest {
|
|
4185
3143
|
}
|
|
4186
|
-
export declare namespace GetMasterAccountRequest {
|
|
4187
|
-
/**
|
|
4188
|
-
* @internal
|
|
4189
|
-
*/
|
|
4190
|
-
const filterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
4191
|
-
}
|
|
4192
3144
|
export interface GetMasterAccountResponse {
|
|
4193
3145
|
/**
|
|
4194
3146
|
* <p>(Deprecated) The Amazon Web Services account ID for the administrator account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.</p>
|
|
4195
3147
|
*/
|
|
4196
3148
|
master?: Invitation;
|
|
4197
3149
|
}
|
|
4198
|
-
export declare namespace GetMasterAccountResponse {
|
|
4199
|
-
/**
|
|
4200
|
-
* @internal
|
|
4201
|
-
*/
|
|
4202
|
-
const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
4203
|
-
}
|
|
4204
3150
|
export interface GetMemberRequest {
|
|
4205
3151
|
/**
|
|
4206
3152
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
4207
3153
|
*/
|
|
4208
3154
|
id: string | undefined;
|
|
4209
3155
|
}
|
|
4210
|
-
export declare namespace GetMemberRequest {
|
|
4211
|
-
/**
|
|
4212
|
-
* @internal
|
|
4213
|
-
*/
|
|
4214
|
-
const filterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
4215
|
-
}
|
|
4216
3156
|
export interface GetMemberResponse {
|
|
4217
3157
|
/**
|
|
4218
3158
|
* <p>The Amazon Web Services account ID for the account.</p>
|
|
@@ -4251,11 +3191,82 @@ export interface GetMemberResponse {
|
|
|
4251
3191
|
*/
|
|
4252
3192
|
updatedAt?: Date;
|
|
4253
3193
|
}
|
|
4254
|
-
export
|
|
3194
|
+
export interface GetRevealConfigurationRequest {
|
|
3195
|
+
}
|
|
3196
|
+
export declare enum RevealStatus {
|
|
3197
|
+
DISABLED = "DISABLED",
|
|
3198
|
+
ENABLED = "ENABLED"
|
|
3199
|
+
}
|
|
3200
|
+
/**
|
|
3201
|
+
* <p>Specifies the configuration settings for retrieving occurrences of sensitive data reported by findings, and the status of the configuration for an Amazon Macie account. When you enable the configuration for the first time, your request must specify an AWS Key Management Service (AWS KMS) key. Otherwise, an error occurs. Macie uses the specified key to encrypt the sensitive data that you retrieve.</p>
|
|
3202
|
+
*/
|
|
3203
|
+
export interface RevealConfiguration {
|
|
3204
|
+
/**
|
|
3205
|
+
* <p>The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's in the same Amazon Web Services Region as the Amazon Macie account.</p> <p>If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.</p>
|
|
3206
|
+
*/
|
|
3207
|
+
kmsKeyId?: string;
|
|
3208
|
+
/**
|
|
3209
|
+
* <p>The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.</p>
|
|
3210
|
+
*/
|
|
3211
|
+
status: RevealStatus | string | undefined;
|
|
3212
|
+
}
|
|
3213
|
+
export interface GetRevealConfigurationResponse {
|
|
3214
|
+
/**
|
|
3215
|
+
* <p>The current configuration settings and the status of the configuration for the account.</p>
|
|
3216
|
+
*/
|
|
3217
|
+
configuration?: RevealConfiguration;
|
|
3218
|
+
}
|
|
3219
|
+
export interface GetSensitiveDataOccurrencesRequest {
|
|
3220
|
+
/**
|
|
3221
|
+
* <p>The unique identifier for the finding.</p>
|
|
3222
|
+
*/
|
|
3223
|
+
findingId: string | undefined;
|
|
3224
|
+
}
|
|
3225
|
+
export declare enum RevealRequestStatus {
|
|
3226
|
+
ERROR = "ERROR",
|
|
3227
|
+
PROCESSING = "PROCESSING",
|
|
3228
|
+
SUCCESS = "SUCCESS"
|
|
3229
|
+
}
|
|
3230
|
+
export interface GetSensitiveDataOccurrencesResponse {
|
|
3231
|
+
/**
|
|
3232
|
+
* <p>If an error occurred when Amazon Macie attempted to retrieve occurrences of sensitive data reported by the finding, a description of the error that occurred. This value is null if the status (status) of the request is PROCESSING or SUCCESS.</p>
|
|
3233
|
+
*/
|
|
3234
|
+
error?: string;
|
|
3235
|
+
/**
|
|
3236
|
+
* <p>A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences of sensitive data.</p>
|
|
3237
|
+
*/
|
|
3238
|
+
sensitiveDataOccurrences?: Record<string, DetectedDataDetails[]>;
|
|
3239
|
+
/**
|
|
3240
|
+
* <p>The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible values are:</p> <ul><li><p>ERROR - An error occurred when Amazon Macie attempted to locate, retrieve, or encrypt the sensitive data. The error value indicates the nature of the error that occurred.</p></li> <li><p>PROCESSING - Macie is processing the request.</p></li> <li><p>SUCCESS - Macie successfully located, retrieved, and encrypted the sensitive data.</p></li></ul>
|
|
3241
|
+
*/
|
|
3242
|
+
status?: RevealRequestStatus | string;
|
|
3243
|
+
}
|
|
3244
|
+
/**
|
|
3245
|
+
* <p>Provides information about an error that occurred due to an unprocessable entity.</p>
|
|
3246
|
+
*/
|
|
3247
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
3248
|
+
readonly name: "UnprocessableEntityException";
|
|
3249
|
+
readonly $fault: "client";
|
|
4255
3250
|
/**
|
|
4256
3251
|
* @internal
|
|
4257
3252
|
*/
|
|
4258
|
-
|
|
3253
|
+
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
3254
|
+
}
|
|
3255
|
+
export interface GetSensitiveDataOccurrencesAvailabilityRequest {
|
|
3256
|
+
/**
|
|
3257
|
+
* <p>The unique identifier for the finding.</p>
|
|
3258
|
+
*/
|
|
3259
|
+
findingId: string | undefined;
|
|
3260
|
+
}
|
|
3261
|
+
export interface GetSensitiveDataOccurrencesAvailabilityResponse {
|
|
3262
|
+
/**
|
|
3263
|
+
* <p>Specifies whether occurrences of sensitive data can be retrieved for the finding. Possible values are: AVAILABLE, the sensitive data can be retrieved; and, UNAVAILABLE, the sensitive data can't be retrieved. If this value is UNAVAILABLE, the reasons array indicates why the data can't be retrieved.</p>
|
|
3264
|
+
*/
|
|
3265
|
+
code?: AvailabilityCode | string;
|
|
3266
|
+
/**
|
|
3267
|
+
* <p>Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:</p> <ul><li><p>INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the ClassificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format.</p></li> <li><p>OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data.</p></li> <li><p>OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Amazon Macie created the finding.</p></li> <li><p>UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding.</p></li> <li><p>UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data.</p></li></ul> <p>This value is null if sensitive data can be retrieved for the finding.</p>
|
|
3268
|
+
*/
|
|
3269
|
+
reasons?: (UnavailabilityReasonCode | string)[];
|
|
4259
3270
|
}
|
|
4260
3271
|
export declare enum UsageStatisticsSortKey {
|
|
4261
3272
|
accountId = "accountId",
|
|
@@ -4276,12 +3287,6 @@ export interface UsageStatisticsSortBy {
|
|
|
4276
3287
|
*/
|
|
4277
3288
|
orderBy?: OrderBy | string;
|
|
4278
3289
|
}
|
|
4279
|
-
export declare namespace UsageStatisticsSortBy {
|
|
4280
|
-
/**
|
|
4281
|
-
* @internal
|
|
4282
|
-
*/
|
|
4283
|
-
const filterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
|
|
4284
|
-
}
|
|
4285
3290
|
export declare enum TimeRange {
|
|
4286
3291
|
MONTH_TO_DATE = "MONTH_TO_DATE",
|
|
4287
3292
|
PAST_30_DAYS = "PAST_30_DAYS"
|
|
@@ -4308,12 +3313,6 @@ export interface GetUsageStatisticsRequest {
|
|
|
4308
3313
|
*/
|
|
4309
3314
|
timeRange?: TimeRange | string;
|
|
4310
3315
|
}
|
|
4311
|
-
export declare namespace GetUsageStatisticsRequest {
|
|
4312
|
-
/**
|
|
4313
|
-
* @internal
|
|
4314
|
-
*/
|
|
4315
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
4316
|
-
}
|
|
4317
3316
|
export interface GetUsageStatisticsResponse {
|
|
4318
3317
|
/**
|
|
4319
3318
|
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
@@ -4328,24 +3327,12 @@ export interface GetUsageStatisticsResponse {
|
|
|
4328
3327
|
*/
|
|
4329
3328
|
timeRange?: TimeRange | string;
|
|
4330
3329
|
}
|
|
4331
|
-
export
|
|
3330
|
+
export interface GetUsageTotalsRequest {
|
|
4332
3331
|
/**
|
|
4333
|
-
*
|
|
4334
|
-
*/
|
|
4335
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
4336
|
-
}
|
|
4337
|
-
export interface GetUsageTotalsRequest {
|
|
4338
|
-
/**
|
|
4339
|
-
* <p>The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.</p>
|
|
3332
|
+
* <p>The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.</p>
|
|
4340
3333
|
*/
|
|
4341
3334
|
timeRange?: string;
|
|
4342
3335
|
}
|
|
4343
|
-
export declare namespace GetUsageTotalsRequest {
|
|
4344
|
-
/**
|
|
4345
|
-
* @internal
|
|
4346
|
-
*/
|
|
4347
|
-
const filterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
|
|
4348
|
-
}
|
|
4349
3336
|
export interface GetUsageTotalsResponse {
|
|
4350
3337
|
/**
|
|
4351
3338
|
* <p>The inclusive time period that the usage data applies to. Possible values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days.</p>
|
|
@@ -4356,12 +3343,6 @@ export interface GetUsageTotalsResponse {
|
|
|
4356
3343
|
*/
|
|
4357
3344
|
usageTotals?: UsageTotal[];
|
|
4358
3345
|
}
|
|
4359
|
-
export declare namespace GetUsageTotalsResponse {
|
|
4360
|
-
/**
|
|
4361
|
-
* @internal
|
|
4362
|
-
*/
|
|
4363
|
-
const filterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
|
|
4364
|
-
}
|
|
4365
3346
|
/**
|
|
4366
3347
|
* <p>Specifies criteria for filtering the results of a request for information about classification jobs.</p>
|
|
4367
3348
|
*/
|
|
@@ -4375,12 +3356,6 @@ export interface ListJobsFilterCriteria {
|
|
|
4375
3356
|
*/
|
|
4376
3357
|
includes?: ListJobsFilterTerm[];
|
|
4377
3358
|
}
|
|
4378
|
-
export declare namespace ListJobsFilterCriteria {
|
|
4379
|
-
/**
|
|
4380
|
-
* @internal
|
|
4381
|
-
*/
|
|
4382
|
-
const filterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
|
|
4383
|
-
}
|
|
4384
3359
|
export declare enum ListJobsSortAttributeName {
|
|
4385
3360
|
createdAt = "createdAt",
|
|
4386
3361
|
jobStatus = "jobStatus",
|
|
@@ -4400,12 +3375,6 @@ export interface ListJobsSortCriteria {
|
|
|
4400
3375
|
*/
|
|
4401
3376
|
orderBy?: OrderBy | string;
|
|
4402
3377
|
}
|
|
4403
|
-
export declare namespace ListJobsSortCriteria {
|
|
4404
|
-
/**
|
|
4405
|
-
* @internal
|
|
4406
|
-
*/
|
|
4407
|
-
const filterSensitiveLog: (obj: ListJobsSortCriteria) => any;
|
|
4408
|
-
}
|
|
4409
3378
|
export interface ListClassificationJobsRequest {
|
|
4410
3379
|
/**
|
|
4411
3380
|
* <p>The criteria to use to filter the results.</p>
|
|
@@ -4424,12 +3393,6 @@ export interface ListClassificationJobsRequest {
|
|
|
4424
3393
|
*/
|
|
4425
3394
|
sortCriteria?: ListJobsSortCriteria;
|
|
4426
3395
|
}
|
|
4427
|
-
export declare namespace ListClassificationJobsRequest {
|
|
4428
|
-
/**
|
|
4429
|
-
* @internal
|
|
4430
|
-
*/
|
|
4431
|
-
const filterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
|
|
4432
|
-
}
|
|
4433
3396
|
export interface ListClassificationJobsResponse {
|
|
4434
3397
|
/**
|
|
4435
3398
|
* <p>An array of objects, one for each job that meets the filter criteria specified in the request.</p>
|
|
@@ -4440,12 +3403,6 @@ export interface ListClassificationJobsResponse {
|
|
|
4440
3403
|
*/
|
|
4441
3404
|
nextToken?: string;
|
|
4442
3405
|
}
|
|
4443
|
-
export declare namespace ListClassificationJobsResponse {
|
|
4444
|
-
/**
|
|
4445
|
-
* @internal
|
|
4446
|
-
*/
|
|
4447
|
-
const filterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
|
|
4448
|
-
}
|
|
4449
3406
|
export interface ListCustomDataIdentifiersRequest {
|
|
4450
3407
|
/**
|
|
4451
3408
|
* <p>The maximum number of items to include in each page of the response.</p>
|
|
@@ -4456,12 +3413,6 @@ export interface ListCustomDataIdentifiersRequest {
|
|
|
4456
3413
|
*/
|
|
4457
3414
|
nextToken?: string;
|
|
4458
3415
|
}
|
|
4459
|
-
export declare namespace ListCustomDataIdentifiersRequest {
|
|
4460
|
-
/**
|
|
4461
|
-
* @internal
|
|
4462
|
-
*/
|
|
4463
|
-
const filterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
|
|
4464
|
-
}
|
|
4465
3416
|
export interface ListCustomDataIdentifiersResponse {
|
|
4466
3417
|
/**
|
|
4467
3418
|
* <p>An array of objects, one for each custom data identifier.</p>
|
|
@@ -4472,12 +3423,6 @@ export interface ListCustomDataIdentifiersResponse {
|
|
|
4472
3423
|
*/
|
|
4473
3424
|
nextToken?: string;
|
|
4474
3425
|
}
|
|
4475
|
-
export declare namespace ListCustomDataIdentifiersResponse {
|
|
4476
|
-
/**
|
|
4477
|
-
* @internal
|
|
4478
|
-
*/
|
|
4479
|
-
const filterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
|
|
4480
|
-
}
|
|
4481
3426
|
export interface ListFindingsRequest {
|
|
4482
3427
|
/**
|
|
4483
3428
|
* <p>The criteria to use to filter the results.</p>
|
|
@@ -4496,12 +3441,6 @@ export interface ListFindingsRequest {
|
|
|
4496
3441
|
*/
|
|
4497
3442
|
sortCriteria?: SortCriteria;
|
|
4498
3443
|
}
|
|
4499
|
-
export declare namespace ListFindingsRequest {
|
|
4500
|
-
/**
|
|
4501
|
-
* @internal
|
|
4502
|
-
*/
|
|
4503
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
4504
|
-
}
|
|
4505
3444
|
export interface ListFindingsResponse {
|
|
4506
3445
|
/**
|
|
4507
3446
|
* <p>An array of strings, where each string is the unique identifier for a finding that meets the filter criteria specified in the request.</p>
|
|
@@ -4512,12 +3451,6 @@ export interface ListFindingsResponse {
|
|
|
4512
3451
|
*/
|
|
4513
3452
|
nextToken?: string;
|
|
4514
3453
|
}
|
|
4515
|
-
export declare namespace ListFindingsResponse {
|
|
4516
|
-
/**
|
|
4517
|
-
* @internal
|
|
4518
|
-
*/
|
|
4519
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
4520
|
-
}
|
|
4521
3454
|
export interface ListFindingsFiltersRequest {
|
|
4522
3455
|
/**
|
|
4523
3456
|
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
@@ -4528,12 +3461,6 @@ export interface ListFindingsFiltersRequest {
|
|
|
4528
3461
|
*/
|
|
4529
3462
|
nextToken?: string;
|
|
4530
3463
|
}
|
|
4531
|
-
export declare namespace ListFindingsFiltersRequest {
|
|
4532
|
-
/**
|
|
4533
|
-
* @internal
|
|
4534
|
-
*/
|
|
4535
|
-
const filterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
|
|
4536
|
-
}
|
|
4537
3464
|
export interface ListFindingsFiltersResponse {
|
|
4538
3465
|
/**
|
|
4539
3466
|
* <p>An array of objects, one for each filter that's associated with the account.</p>
|
|
@@ -4544,12 +3471,6 @@ export interface ListFindingsFiltersResponse {
|
|
|
4544
3471
|
*/
|
|
4545
3472
|
nextToken?: string;
|
|
4546
3473
|
}
|
|
4547
|
-
export declare namespace ListFindingsFiltersResponse {
|
|
4548
|
-
/**
|
|
4549
|
-
* @internal
|
|
4550
|
-
*/
|
|
4551
|
-
const filterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
|
|
4552
|
-
}
|
|
4553
3474
|
export interface ListInvitationsRequest {
|
|
4554
3475
|
/**
|
|
4555
3476
|
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
@@ -4560,12 +3481,6 @@ export interface ListInvitationsRequest {
|
|
|
4560
3481
|
*/
|
|
4561
3482
|
nextToken?: string;
|
|
4562
3483
|
}
|
|
4563
|
-
export declare namespace ListInvitationsRequest {
|
|
4564
|
-
/**
|
|
4565
|
-
* @internal
|
|
4566
|
-
*/
|
|
4567
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
4568
|
-
}
|
|
4569
3484
|
export interface ListInvitationsResponse {
|
|
4570
3485
|
/**
|
|
4571
3486
|
* <p>An array of objects, one for each invitation that was received by the account.</p>
|
|
@@ -4576,24 +3491,12 @@ export interface ListInvitationsResponse {
|
|
|
4576
3491
|
*/
|
|
4577
3492
|
nextToken?: string;
|
|
4578
3493
|
}
|
|
4579
|
-
export declare namespace ListInvitationsResponse {
|
|
4580
|
-
/**
|
|
4581
|
-
* @internal
|
|
4582
|
-
*/
|
|
4583
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
4584
|
-
}
|
|
4585
3494
|
export interface ListManagedDataIdentifiersRequest {
|
|
4586
3495
|
/**
|
|
4587
3496
|
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4588
3497
|
*/
|
|
4589
3498
|
nextToken?: string;
|
|
4590
3499
|
}
|
|
4591
|
-
export declare namespace ListManagedDataIdentifiersRequest {
|
|
4592
|
-
/**
|
|
4593
|
-
* @internal
|
|
4594
|
-
*/
|
|
4595
|
-
const filterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
|
|
4596
|
-
}
|
|
4597
3500
|
export interface ListManagedDataIdentifiersResponse {
|
|
4598
3501
|
/**
|
|
4599
3502
|
* <p>An array of objects, one for each managed data identifier.</p>
|
|
@@ -4604,12 +3507,6 @@ export interface ListManagedDataIdentifiersResponse {
|
|
|
4604
3507
|
*/
|
|
4605
3508
|
nextToken?: string;
|
|
4606
3509
|
}
|
|
4607
|
-
export declare namespace ListManagedDataIdentifiersResponse {
|
|
4608
|
-
/**
|
|
4609
|
-
* @internal
|
|
4610
|
-
*/
|
|
4611
|
-
const filterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
|
|
4612
|
-
}
|
|
4613
3510
|
export interface ListMembersRequest {
|
|
4614
3511
|
/**
|
|
4615
3512
|
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
@@ -4624,12 +3521,6 @@ export interface ListMembersRequest {
|
|
|
4624
3521
|
*/
|
|
4625
3522
|
onlyAssociated?: string;
|
|
4626
3523
|
}
|
|
4627
|
-
export declare namespace ListMembersRequest {
|
|
4628
|
-
/**
|
|
4629
|
-
* @internal
|
|
4630
|
-
*/
|
|
4631
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
4632
|
-
}
|
|
4633
3524
|
export interface ListMembersResponse {
|
|
4634
3525
|
/**
|
|
4635
3526
|
* <p>An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.</p>
|
|
@@ -4640,12 +3531,6 @@ export interface ListMembersResponse {
|
|
|
4640
3531
|
*/
|
|
4641
3532
|
nextToken?: string;
|
|
4642
3533
|
}
|
|
4643
|
-
export declare namespace ListMembersResponse {
|
|
4644
|
-
/**
|
|
4645
|
-
* @internal
|
|
4646
|
-
*/
|
|
4647
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
4648
|
-
}
|
|
4649
3534
|
export interface ListOrganizationAdminAccountsRequest {
|
|
4650
3535
|
/**
|
|
4651
3536
|
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
@@ -4656,12 +3541,6 @@ export interface ListOrganizationAdminAccountsRequest {
|
|
|
4656
3541
|
*/
|
|
4657
3542
|
nextToken?: string;
|
|
4658
3543
|
}
|
|
4659
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
4660
|
-
/**
|
|
4661
|
-
* @internal
|
|
4662
|
-
*/
|
|
4663
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
4664
|
-
}
|
|
4665
3544
|
export interface ListOrganizationAdminAccountsResponse {
|
|
4666
3545
|
/**
|
|
4667
3546
|
* <p>An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.</p>
|
|
@@ -4672,60 +3551,30 @@ export interface ListOrganizationAdminAccountsResponse {
|
|
|
4672
3551
|
*/
|
|
4673
3552
|
nextToken?: string;
|
|
4674
3553
|
}
|
|
4675
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
4676
|
-
/**
|
|
4677
|
-
* @internal
|
|
4678
|
-
*/
|
|
4679
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
4680
|
-
}
|
|
4681
3554
|
export interface ListTagsForResourceRequest {
|
|
4682
3555
|
/**
|
|
4683
3556
|
* <p>The Amazon Resource Name (ARN) of the classification job, custom data identifier, findings filter, or member account.</p>
|
|
4684
3557
|
*/
|
|
4685
3558
|
resourceArn: string | undefined;
|
|
4686
3559
|
}
|
|
4687
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4688
|
-
/**
|
|
4689
|
-
* @internal
|
|
4690
|
-
*/
|
|
4691
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4692
|
-
}
|
|
4693
3560
|
export interface ListTagsForResourceResponse {
|
|
4694
3561
|
/**
|
|
4695
3562
|
* <p>A map of key-value pairs that identifies the tags (keys and values) that are associated with the resource.</p>
|
|
4696
3563
|
*/
|
|
4697
3564
|
tags?: Record<string, string>;
|
|
4698
3565
|
}
|
|
4699
|
-
export declare namespace ListTagsForResourceResponse {
|
|
4700
|
-
/**
|
|
4701
|
-
* @internal
|
|
4702
|
-
*/
|
|
4703
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4704
|
-
}
|
|
4705
3566
|
export interface PutClassificationExportConfigurationRequest {
|
|
4706
3567
|
/**
|
|
4707
3568
|
* <p>The location to store data classification results in, and the encryption settings to use when storing results in that location.</p>
|
|
4708
3569
|
*/
|
|
4709
3570
|
configuration: ClassificationExportConfiguration | undefined;
|
|
4710
3571
|
}
|
|
4711
|
-
export declare namespace PutClassificationExportConfigurationRequest {
|
|
4712
|
-
/**
|
|
4713
|
-
* @internal
|
|
4714
|
-
*/
|
|
4715
|
-
const filterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
|
|
4716
|
-
}
|
|
4717
3572
|
export interface PutClassificationExportConfigurationResponse {
|
|
4718
3573
|
/**
|
|
4719
3574
|
* <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
|
|
4720
3575
|
*/
|
|
4721
3576
|
configuration?: ClassificationExportConfiguration;
|
|
4722
3577
|
}
|
|
4723
|
-
export declare namespace PutClassificationExportConfigurationResponse {
|
|
4724
|
-
/**
|
|
4725
|
-
* @internal
|
|
4726
|
-
*/
|
|
4727
|
-
const filterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
|
|
4728
|
-
}
|
|
4729
3578
|
export interface PutFindingsPublicationConfigurationRequest {
|
|
4730
3579
|
/**
|
|
4731
3580
|
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
@@ -4736,20 +3585,8 @@ export interface PutFindingsPublicationConfigurationRequest {
|
|
|
4736
3585
|
*/
|
|
4737
3586
|
securityHubConfiguration?: SecurityHubConfiguration;
|
|
4738
3587
|
}
|
|
4739
|
-
export declare namespace PutFindingsPublicationConfigurationRequest {
|
|
4740
|
-
/**
|
|
4741
|
-
* @internal
|
|
4742
|
-
*/
|
|
4743
|
-
const filterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
|
|
4744
|
-
}
|
|
4745
3588
|
export interface PutFindingsPublicationConfigurationResponse {
|
|
4746
3589
|
}
|
|
4747
|
-
export declare namespace PutFindingsPublicationConfigurationResponse {
|
|
4748
|
-
/**
|
|
4749
|
-
* @internal
|
|
4750
|
-
*/
|
|
4751
|
-
const filterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
|
|
4752
|
-
}
|
|
4753
3590
|
/**
|
|
4754
3591
|
* <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.</p>
|
|
4755
3592
|
*/
|
|
@@ -4759,12 +3596,6 @@ export interface SearchResourcesCriteriaBlock {
|
|
|
4759
3596
|
*/
|
|
4760
3597
|
and?: SearchResourcesCriteria[];
|
|
4761
3598
|
}
|
|
4762
|
-
export declare namespace SearchResourcesCriteriaBlock {
|
|
4763
|
-
/**
|
|
4764
|
-
* @internal
|
|
4765
|
-
*/
|
|
4766
|
-
const filterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
|
|
4767
|
-
}
|
|
4768
3599
|
/**
|
|
4769
3600
|
* <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.</p>
|
|
4770
3601
|
*/
|
|
@@ -4778,12 +3609,6 @@ export interface SearchResourcesBucketCriteria {
|
|
|
4778
3609
|
*/
|
|
4779
3610
|
includes?: SearchResourcesCriteriaBlock;
|
|
4780
3611
|
}
|
|
4781
|
-
export declare namespace SearchResourcesBucketCriteria {
|
|
4782
|
-
/**
|
|
4783
|
-
* @internal
|
|
4784
|
-
*/
|
|
4785
|
-
const filterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
|
|
4786
|
-
}
|
|
4787
3612
|
export declare enum SearchResourcesSortAttributeName {
|
|
4788
3613
|
ACCOUNT_ID = "ACCOUNT_ID",
|
|
4789
3614
|
RESOURCE_NAME = "RESOURCE_NAME",
|
|
@@ -4803,12 +3628,6 @@ export interface SearchResourcesSortCriteria {
|
|
|
4803
3628
|
*/
|
|
4804
3629
|
orderBy?: OrderBy | string;
|
|
4805
3630
|
}
|
|
4806
|
-
export declare namespace SearchResourcesSortCriteria {
|
|
4807
|
-
/**
|
|
4808
|
-
* @internal
|
|
4809
|
-
*/
|
|
4810
|
-
const filterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
|
|
4811
|
-
}
|
|
4812
3631
|
export interface SearchResourcesRequest {
|
|
4813
3632
|
/**
|
|
4814
3633
|
* <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
|
|
@@ -4827,12 +3646,6 @@ export interface SearchResourcesRequest {
|
|
|
4827
3646
|
*/
|
|
4828
3647
|
sortCriteria?: SearchResourcesSortCriteria;
|
|
4829
3648
|
}
|
|
4830
|
-
export declare namespace SearchResourcesRequest {
|
|
4831
|
-
/**
|
|
4832
|
-
* @internal
|
|
4833
|
-
*/
|
|
4834
|
-
const filterSensitiveLog: (obj: SearchResourcesRequest) => any;
|
|
4835
|
-
}
|
|
4836
3649
|
export interface SearchResourcesResponse {
|
|
4837
3650
|
/**
|
|
4838
3651
|
* <p>An array of objects, one for each resource that meets the filter criteria specified in the request.</p>
|
|
@@ -4843,12 +3656,6 @@ export interface SearchResourcesResponse {
|
|
|
4843
3656
|
*/
|
|
4844
3657
|
nextToken?: string;
|
|
4845
3658
|
}
|
|
4846
|
-
export declare namespace SearchResourcesResponse {
|
|
4847
|
-
/**
|
|
4848
|
-
* @internal
|
|
4849
|
-
*/
|
|
4850
|
-
const filterSensitiveLog: (obj: SearchResourcesResponse) => any;
|
|
4851
|
-
}
|
|
4852
3659
|
export interface TagResourceRequest {
|
|
4853
3660
|
/**
|
|
4854
3661
|
* <p>The Amazon Resource Name (ARN) of the classification job, custom data identifier, findings filter, or member account.</p>
|
|
@@ -4859,31 +3666,19 @@ export interface TagResourceRequest {
|
|
|
4859
3666
|
*/
|
|
4860
3667
|
tags: Record<string, string> | undefined;
|
|
4861
3668
|
}
|
|
4862
|
-
export declare namespace TagResourceRequest {
|
|
4863
|
-
/**
|
|
4864
|
-
* @internal
|
|
4865
|
-
*/
|
|
4866
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4867
|
-
}
|
|
4868
3669
|
export interface TagResourceResponse {
|
|
4869
3670
|
}
|
|
4870
|
-
export declare namespace TagResourceResponse {
|
|
4871
|
-
/**
|
|
4872
|
-
* @internal
|
|
4873
|
-
*/
|
|
4874
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4875
|
-
}
|
|
4876
3671
|
export interface TestCustomDataIdentifierRequest {
|
|
4877
3672
|
/**
|
|
4878
3673
|
* <p>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</p>
|
|
4879
3674
|
*/
|
|
4880
3675
|
ignoreWords?: string[];
|
|
4881
3676
|
/**
|
|
4882
|
-
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
|
|
3677
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
|
|
4883
3678
|
*/
|
|
4884
3679
|
keywords?: string[];
|
|
4885
3680
|
/**
|
|
4886
|
-
* <p>The maximum number of characters that can exist between
|
|
3681
|
+
* <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
|
|
4887
3682
|
*/
|
|
4888
3683
|
maximumMatchDistance?: number;
|
|
4889
3684
|
/**
|
|
@@ -4895,24 +3690,12 @@ export interface TestCustomDataIdentifierRequest {
|
|
|
4895
3690
|
*/
|
|
4896
3691
|
sampleText: string | undefined;
|
|
4897
3692
|
}
|
|
4898
|
-
export declare namespace TestCustomDataIdentifierRequest {
|
|
4899
|
-
/**
|
|
4900
|
-
* @internal
|
|
4901
|
-
*/
|
|
4902
|
-
const filterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
|
|
4903
|
-
}
|
|
4904
3693
|
export interface TestCustomDataIdentifierResponse {
|
|
4905
3694
|
/**
|
|
4906
3695
|
* <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
|
|
4907
3696
|
*/
|
|
4908
3697
|
matchCount?: number;
|
|
4909
3698
|
}
|
|
4910
|
-
export declare namespace TestCustomDataIdentifierResponse {
|
|
4911
|
-
/**
|
|
4912
|
-
* @internal
|
|
4913
|
-
*/
|
|
4914
|
-
const filterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
|
|
4915
|
-
}
|
|
4916
3699
|
export interface UntagResourceRequest {
|
|
4917
3700
|
/**
|
|
4918
3701
|
* <p>The Amazon Resource Name (ARN) of the classification job, custom data identifier, findings filter, or member account.</p>
|
|
@@ -4923,20 +3706,8 @@ export interface UntagResourceRequest {
|
|
|
4923
3706
|
*/
|
|
4924
3707
|
tagKeys: string[] | undefined;
|
|
4925
3708
|
}
|
|
4926
|
-
export declare namespace UntagResourceRequest {
|
|
4927
|
-
/**
|
|
4928
|
-
* @internal
|
|
4929
|
-
*/
|
|
4930
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4931
|
-
}
|
|
4932
3709
|
export interface UntagResourceResponse {
|
|
4933
3710
|
}
|
|
4934
|
-
export declare namespace UntagResourceResponse {
|
|
4935
|
-
/**
|
|
4936
|
-
* @internal
|
|
4937
|
-
*/
|
|
4938
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4939
|
-
}
|
|
4940
3711
|
export interface UpdateClassificationJobRequest {
|
|
4941
3712
|
/**
|
|
4942
3713
|
* <p>The unique identifier for the classification job.</p>
|
|
@@ -4947,20 +3718,8 @@ export interface UpdateClassificationJobRequest {
|
|
|
4947
3718
|
*/
|
|
4948
3719
|
jobStatus: JobStatus | string | undefined;
|
|
4949
3720
|
}
|
|
4950
|
-
export declare namespace UpdateClassificationJobRequest {
|
|
4951
|
-
/**
|
|
4952
|
-
* @internal
|
|
4953
|
-
*/
|
|
4954
|
-
const filterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
|
|
4955
|
-
}
|
|
4956
3721
|
export interface UpdateClassificationJobResponse {
|
|
4957
3722
|
}
|
|
4958
|
-
export declare namespace UpdateClassificationJobResponse {
|
|
4959
|
-
/**
|
|
4960
|
-
* @internal
|
|
4961
|
-
*/
|
|
4962
|
-
const filterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
|
|
4963
|
-
}
|
|
4964
3723
|
export interface UpdateFindingsFilterRequest {
|
|
4965
3724
|
/**
|
|
4966
3725
|
* <p>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
|
|
@@ -4991,12 +3750,6 @@ export interface UpdateFindingsFilterRequest {
|
|
|
4991
3750
|
*/
|
|
4992
3751
|
clientToken?: string;
|
|
4993
3752
|
}
|
|
4994
|
-
export declare namespace UpdateFindingsFilterRequest {
|
|
4995
|
-
/**
|
|
4996
|
-
* @internal
|
|
4997
|
-
*/
|
|
4998
|
-
const filterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
|
|
4999
|
-
}
|
|
5000
3753
|
export interface UpdateFindingsFilterResponse {
|
|
5001
3754
|
/**
|
|
5002
3755
|
* <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
|
|
@@ -5007,12 +3760,6 @@ export interface UpdateFindingsFilterResponse {
|
|
|
5007
3760
|
*/
|
|
5008
3761
|
id?: string;
|
|
5009
3762
|
}
|
|
5010
|
-
export declare namespace UpdateFindingsFilterResponse {
|
|
5011
|
-
/**
|
|
5012
|
-
* @internal
|
|
5013
|
-
*/
|
|
5014
|
-
const filterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
|
|
5015
|
-
}
|
|
5016
3763
|
export interface UpdateMacieSessionRequest {
|
|
5017
3764
|
/**
|
|
5018
3765
|
* <p>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).</p>
|
|
@@ -5023,20 +3770,8 @@ export interface UpdateMacieSessionRequest {
|
|
|
5023
3770
|
*/
|
|
5024
3771
|
status?: MacieStatus | string;
|
|
5025
3772
|
}
|
|
5026
|
-
export declare namespace UpdateMacieSessionRequest {
|
|
5027
|
-
/**
|
|
5028
|
-
* @internal
|
|
5029
|
-
*/
|
|
5030
|
-
const filterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
|
|
5031
|
-
}
|
|
5032
3773
|
export interface UpdateMacieSessionResponse {
|
|
5033
3774
|
}
|
|
5034
|
-
export declare namespace UpdateMacieSessionResponse {
|
|
5035
|
-
/**
|
|
5036
|
-
* @internal
|
|
5037
|
-
*/
|
|
5038
|
-
const filterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
|
|
5039
|
-
}
|
|
5040
3775
|
export interface UpdateMemberSessionRequest {
|
|
5041
3776
|
/**
|
|
5042
3777
|
* <p>The unique identifier for the Amazon Macie resource or account that the request applies to.</p>
|
|
@@ -5047,37 +3782,989 @@ export interface UpdateMemberSessionRequest {
|
|
|
5047
3782
|
*/
|
|
5048
3783
|
status: MacieStatus | string | undefined;
|
|
5049
3784
|
}
|
|
5050
|
-
export declare namespace UpdateMemberSessionRequest {
|
|
5051
|
-
/**
|
|
5052
|
-
* @internal
|
|
5053
|
-
*/
|
|
5054
|
-
const filterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
|
|
5055
|
-
}
|
|
5056
3785
|
export interface UpdateMemberSessionResponse {
|
|
5057
3786
|
}
|
|
5058
|
-
export declare namespace UpdateMemberSessionResponse {
|
|
5059
|
-
/**
|
|
5060
|
-
* @internal
|
|
5061
|
-
*/
|
|
5062
|
-
const filterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
|
|
5063
|
-
}
|
|
5064
3787
|
export interface UpdateOrganizationConfigurationRequest {
|
|
5065
3788
|
/**
|
|
5066
3789
|
* <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
|
|
5067
3790
|
*/
|
|
5068
3791
|
autoEnable: boolean | undefined;
|
|
5069
3792
|
}
|
|
5070
|
-
export
|
|
3793
|
+
export interface UpdateOrganizationConfigurationResponse {
|
|
3794
|
+
}
|
|
3795
|
+
export interface UpdateRevealConfigurationRequest {
|
|
5071
3796
|
/**
|
|
5072
|
-
*
|
|
3797
|
+
* <p>The new configuration settings and the status of the configuration for the account.</p>
|
|
5073
3798
|
*/
|
|
5074
|
-
|
|
3799
|
+
configuration: RevealConfiguration | undefined;
|
|
5075
3800
|
}
|
|
5076
|
-
export interface
|
|
5077
|
-
}
|
|
5078
|
-
export declare namespace UpdateOrganizationConfigurationResponse {
|
|
3801
|
+
export interface UpdateRevealConfigurationResponse {
|
|
5079
3802
|
/**
|
|
5080
|
-
*
|
|
3803
|
+
* <p>The new configuration settings and the status of the configuration for the account.</p>
|
|
5081
3804
|
*/
|
|
5082
|
-
|
|
3805
|
+
configuration?: RevealConfiguration;
|
|
5083
3806
|
}
|
|
3807
|
+
/**
|
|
3808
|
+
* @internal
|
|
3809
|
+
*/
|
|
3810
|
+
export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
|
|
3811
|
+
/**
|
|
3812
|
+
* @internal
|
|
3813
|
+
*/
|
|
3814
|
+
export declare const BatchGetCustomDataIdentifierSummaryFilterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
|
|
3815
|
+
/**
|
|
3816
|
+
* @internal
|
|
3817
|
+
*/
|
|
3818
|
+
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
3819
|
+
/**
|
|
3820
|
+
* @internal
|
|
3821
|
+
*/
|
|
3822
|
+
export declare const ObjectCountByEncryptionTypeFilterSensitiveLog: (obj: ObjectCountByEncryptionType) => any;
|
|
3823
|
+
/**
|
|
3824
|
+
* @internal
|
|
3825
|
+
*/
|
|
3826
|
+
export declare const BlockPublicAccessFilterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
3827
|
+
/**
|
|
3828
|
+
* @internal
|
|
3829
|
+
*/
|
|
3830
|
+
export declare const AccountLevelPermissionsFilterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
3831
|
+
/**
|
|
3832
|
+
* @internal
|
|
3833
|
+
*/
|
|
3834
|
+
export declare const AccessControlListFilterSensitiveLog: (obj: AccessControlList) => any;
|
|
3835
|
+
/**
|
|
3836
|
+
* @internal
|
|
3837
|
+
*/
|
|
3838
|
+
export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
|
|
3839
|
+
/**
|
|
3840
|
+
* @internal
|
|
3841
|
+
*/
|
|
3842
|
+
export declare const BucketLevelPermissionsFilterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
3843
|
+
/**
|
|
3844
|
+
* @internal
|
|
3845
|
+
*/
|
|
3846
|
+
export declare const BucketPermissionConfigurationFilterSensitiveLog: (obj: BucketPermissionConfiguration) => any;
|
|
3847
|
+
/**
|
|
3848
|
+
* @internal
|
|
3849
|
+
*/
|
|
3850
|
+
export declare const BucketPublicAccessFilterSensitiveLog: (obj: BucketPublicAccess) => any;
|
|
3851
|
+
/**
|
|
3852
|
+
* @internal
|
|
3853
|
+
*/
|
|
3854
|
+
export declare const ReplicationDetailsFilterSensitiveLog: (obj: ReplicationDetails) => any;
|
|
3855
|
+
/**
|
|
3856
|
+
* @internal
|
|
3857
|
+
*/
|
|
3858
|
+
export declare const BucketServerSideEncryptionFilterSensitiveLog: (obj: BucketServerSideEncryption) => any;
|
|
3859
|
+
/**
|
|
3860
|
+
* @internal
|
|
3861
|
+
*/
|
|
3862
|
+
export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
|
|
3863
|
+
/**
|
|
3864
|
+
* @internal
|
|
3865
|
+
*/
|
|
3866
|
+
export declare const ObjectLevelStatisticsFilterSensitiveLog: (obj: ObjectLevelStatistics) => any;
|
|
3867
|
+
/**
|
|
3868
|
+
* @internal
|
|
3869
|
+
*/
|
|
3870
|
+
export declare const BucketMetadataFilterSensitiveLog: (obj: BucketMetadata) => any;
|
|
3871
|
+
/**
|
|
3872
|
+
* @internal
|
|
3873
|
+
*/
|
|
3874
|
+
export declare const SimpleCriterionForJobFilterSensitiveLog: (obj: SimpleCriterionForJob) => any;
|
|
3875
|
+
/**
|
|
3876
|
+
* @internal
|
|
3877
|
+
*/
|
|
3878
|
+
export declare const TagCriterionPairForJobFilterSensitiveLog: (obj: TagCriterionPairForJob) => any;
|
|
3879
|
+
/**
|
|
3880
|
+
* @internal
|
|
3881
|
+
*/
|
|
3882
|
+
export declare const TagCriterionForJobFilterSensitiveLog: (obj: TagCriterionForJob) => any;
|
|
3883
|
+
/**
|
|
3884
|
+
* @internal
|
|
3885
|
+
*/
|
|
3886
|
+
export declare const CriteriaForJobFilterSensitiveLog: (obj: CriteriaForJob) => any;
|
|
3887
|
+
/**
|
|
3888
|
+
* @internal
|
|
3889
|
+
*/
|
|
3890
|
+
export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (obj: CustomDataIdentifierSummary) => any;
|
|
3891
|
+
/**
|
|
3892
|
+
* @internal
|
|
3893
|
+
*/
|
|
3894
|
+
export declare const DetectedDataDetailsFilterSensitiveLog: (obj: DetectedDataDetails) => any;
|
|
3895
|
+
/**
|
|
3896
|
+
* @internal
|
|
3897
|
+
*/
|
|
3898
|
+
export declare const CellFilterSensitiveLog: (obj: Cell) => any;
|
|
3899
|
+
/**
|
|
3900
|
+
* @internal
|
|
3901
|
+
*/
|
|
3902
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
3903
|
+
/**
|
|
3904
|
+
* @internal
|
|
3905
|
+
*/
|
|
3906
|
+
export declare const PageFilterSensitiveLog: (obj: Page) => any;
|
|
3907
|
+
/**
|
|
3908
|
+
* @internal
|
|
3909
|
+
*/
|
|
3910
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
3911
|
+
/**
|
|
3912
|
+
* @internal
|
|
3913
|
+
*/
|
|
3914
|
+
export declare const OccurrencesFilterSensitiveLog: (obj: Occurrences) => any;
|
|
3915
|
+
/**
|
|
3916
|
+
* @internal
|
|
3917
|
+
*/
|
|
3918
|
+
export declare const CustomDetectionFilterSensitiveLog: (obj: CustomDetection) => any;
|
|
3919
|
+
/**
|
|
3920
|
+
* @internal
|
|
3921
|
+
*/
|
|
3922
|
+
export declare const CustomDataIdentifiersFilterSensitiveLog: (obj: CustomDataIdentifiers) => any;
|
|
3923
|
+
/**
|
|
3924
|
+
* @internal
|
|
3925
|
+
*/
|
|
3926
|
+
export declare const DefaultDetectionFilterSensitiveLog: (obj: DefaultDetection) => any;
|
|
3927
|
+
/**
|
|
3928
|
+
* @internal
|
|
3929
|
+
*/
|
|
3930
|
+
export declare const SensitiveDataItemFilterSensitiveLog: (obj: SensitiveDataItem) => any;
|
|
3931
|
+
/**
|
|
3932
|
+
* @internal
|
|
3933
|
+
*/
|
|
3934
|
+
export declare const ClassificationResultStatusFilterSensitiveLog: (obj: ClassificationResultStatus) => any;
|
|
3935
|
+
/**
|
|
3936
|
+
* @internal
|
|
3937
|
+
*/
|
|
3938
|
+
export declare const ClassificationResultFilterSensitiveLog: (obj: ClassificationResult) => any;
|
|
3939
|
+
/**
|
|
3940
|
+
* @internal
|
|
3941
|
+
*/
|
|
3942
|
+
export declare const ClassificationDetailsFilterSensitiveLog: (obj: ClassificationDetails) => any;
|
|
3943
|
+
/**
|
|
3944
|
+
* @internal
|
|
3945
|
+
*/
|
|
3946
|
+
export declare const ApiCallDetailsFilterSensitiveLog: (obj: ApiCallDetails) => any;
|
|
3947
|
+
/**
|
|
3948
|
+
* @internal
|
|
3949
|
+
*/
|
|
3950
|
+
export declare const FindingActionFilterSensitiveLog: (obj: FindingAction) => any;
|
|
3951
|
+
/**
|
|
3952
|
+
* @internal
|
|
3953
|
+
*/
|
|
3954
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
3955
|
+
/**
|
|
3956
|
+
* @internal
|
|
3957
|
+
*/
|
|
3958
|
+
export declare const IpCityFilterSensitiveLog: (obj: IpCity) => any;
|
|
3959
|
+
/**
|
|
3960
|
+
* @internal
|
|
3961
|
+
*/
|
|
3962
|
+
export declare const IpCountryFilterSensitiveLog: (obj: IpCountry) => any;
|
|
3963
|
+
/**
|
|
3964
|
+
* @internal
|
|
3965
|
+
*/
|
|
3966
|
+
export declare const IpGeoLocationFilterSensitiveLog: (obj: IpGeoLocation) => any;
|
|
3967
|
+
/**
|
|
3968
|
+
* @internal
|
|
3969
|
+
*/
|
|
3970
|
+
export declare const IpOwnerFilterSensitiveLog: (obj: IpOwner) => any;
|
|
3971
|
+
/**
|
|
3972
|
+
* @internal
|
|
3973
|
+
*/
|
|
3974
|
+
export declare const IpAddressDetailsFilterSensitiveLog: (obj: IpAddressDetails) => any;
|
|
3975
|
+
/**
|
|
3976
|
+
* @internal
|
|
3977
|
+
*/
|
|
3978
|
+
export declare const SessionContextAttributesFilterSensitiveLog: (obj: SessionContextAttributes) => any;
|
|
3979
|
+
/**
|
|
3980
|
+
* @internal
|
|
3981
|
+
*/
|
|
3982
|
+
export declare const SessionIssuerFilterSensitiveLog: (obj: SessionIssuer) => any;
|
|
3983
|
+
/**
|
|
3984
|
+
* @internal
|
|
3985
|
+
*/
|
|
3986
|
+
export declare const SessionContextFilterSensitiveLog: (obj: SessionContext) => any;
|
|
3987
|
+
/**
|
|
3988
|
+
* @internal
|
|
3989
|
+
*/
|
|
3990
|
+
export declare const AssumedRoleFilterSensitiveLog: (obj: AssumedRole) => any;
|
|
3991
|
+
/**
|
|
3992
|
+
* @internal
|
|
3993
|
+
*/
|
|
3994
|
+
export declare const AwsAccountFilterSensitiveLog: (obj: AwsAccount) => any;
|
|
3995
|
+
/**
|
|
3996
|
+
* @internal
|
|
3997
|
+
*/
|
|
3998
|
+
export declare const AwsServiceFilterSensitiveLog: (obj: AwsService) => any;
|
|
3999
|
+
/**
|
|
4000
|
+
* @internal
|
|
4001
|
+
*/
|
|
4002
|
+
export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any;
|
|
4003
|
+
/**
|
|
4004
|
+
* @internal
|
|
4005
|
+
*/
|
|
4006
|
+
export declare const IamUserFilterSensitiveLog: (obj: IamUser) => any;
|
|
4007
|
+
/**
|
|
4008
|
+
* @internal
|
|
4009
|
+
*/
|
|
4010
|
+
export declare const UserIdentityRootFilterSensitiveLog: (obj: UserIdentityRoot) => any;
|
|
4011
|
+
/**
|
|
4012
|
+
* @internal
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
4015
|
+
/**
|
|
4016
|
+
* @internal
|
|
4017
|
+
*/
|
|
4018
|
+
export declare const FindingActorFilterSensitiveLog: (obj: FindingActor) => any;
|
|
4019
|
+
/**
|
|
4020
|
+
* @internal
|
|
4021
|
+
*/
|
|
4022
|
+
export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
|
|
4023
|
+
/**
|
|
4024
|
+
* @internal
|
|
4025
|
+
*/
|
|
4026
|
+
export declare const ServerSideEncryptionFilterSensitiveLog: (obj: ServerSideEncryption) => any;
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
*/
|
|
4030
|
+
export declare const S3BucketOwnerFilterSensitiveLog: (obj: S3BucketOwner) => any;
|
|
4031
|
+
/**
|
|
4032
|
+
* @internal
|
|
4033
|
+
*/
|
|
4034
|
+
export declare const S3BucketFilterSensitiveLog: (obj: S3Bucket) => any;
|
|
4035
|
+
/**
|
|
4036
|
+
* @internal
|
|
4037
|
+
*/
|
|
4038
|
+
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
4039
|
+
/**
|
|
4040
|
+
* @internal
|
|
4041
|
+
*/
|
|
4042
|
+
export declare const ResourcesAffectedFilterSensitiveLog: (obj: ResourcesAffected) => any;
|
|
4043
|
+
/**
|
|
4044
|
+
* @internal
|
|
4045
|
+
*/
|
|
4046
|
+
export declare const SeverityFilterSensitiveLog: (obj: Severity) => any;
|
|
4047
|
+
/**
|
|
4048
|
+
* @internal
|
|
4049
|
+
*/
|
|
4050
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
4051
|
+
/**
|
|
4052
|
+
* @internal
|
|
4053
|
+
*/
|
|
4054
|
+
export declare const FindingsFilterListItemFilterSensitiveLog: (obj: FindingsFilterListItem) => any;
|
|
4055
|
+
/**
|
|
4056
|
+
* @internal
|
|
4057
|
+
*/
|
|
4058
|
+
export declare const GroupCountFilterSensitiveLog: (obj: GroupCount) => any;
|
|
4059
|
+
/**
|
|
4060
|
+
* @internal
|
|
4061
|
+
*/
|
|
4062
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
4063
|
+
/**
|
|
4064
|
+
* @internal
|
|
4065
|
+
*/
|
|
4066
|
+
export declare const SimpleScopeTermFilterSensitiveLog: (obj: SimpleScopeTerm) => any;
|
|
4067
|
+
/**
|
|
4068
|
+
* @internal
|
|
4069
|
+
*/
|
|
4070
|
+
export declare const TagValuePairFilterSensitiveLog: (obj: TagValuePair) => any;
|
|
4071
|
+
/**
|
|
4072
|
+
* @internal
|
|
4073
|
+
*/
|
|
4074
|
+
export declare const TagScopeTermFilterSensitiveLog: (obj: TagScopeTerm) => any;
|
|
4075
|
+
/**
|
|
4076
|
+
* @internal
|
|
4077
|
+
*/
|
|
4078
|
+
export declare const JobScopeTermFilterSensitiveLog: (obj: JobScopeTerm) => any;
|
|
4079
|
+
/**
|
|
4080
|
+
* @internal
|
|
4081
|
+
*/
|
|
4082
|
+
export declare const CriteriaBlockForJobFilterSensitiveLog: (obj: CriteriaBlockForJob) => any;
|
|
4083
|
+
/**
|
|
4084
|
+
* @internal
|
|
4085
|
+
*/
|
|
4086
|
+
export declare const S3BucketCriteriaForJobFilterSensitiveLog: (obj: S3BucketCriteriaForJob) => any;
|
|
4087
|
+
/**
|
|
4088
|
+
* @internal
|
|
4089
|
+
*/
|
|
4090
|
+
export declare const S3BucketDefinitionForJobFilterSensitiveLog: (obj: S3BucketDefinitionForJob) => any;
|
|
4091
|
+
/**
|
|
4092
|
+
* @internal
|
|
4093
|
+
*/
|
|
4094
|
+
export declare const LastRunErrorStatusFilterSensitiveLog: (obj: LastRunErrorStatus) => any;
|
|
4095
|
+
/**
|
|
4096
|
+
* @internal
|
|
4097
|
+
*/
|
|
4098
|
+
export declare const UserPausedDetailsFilterSensitiveLog: (obj: UserPausedDetails) => any;
|
|
4099
|
+
/**
|
|
4100
|
+
* @internal
|
|
4101
|
+
*/
|
|
4102
|
+
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
4103
|
+
/**
|
|
4104
|
+
* @internal
|
|
4105
|
+
*/
|
|
4106
|
+
export declare const ListJobsFilterTermFilterSensitiveLog: (obj: ListJobsFilterTerm) => any;
|
|
4107
|
+
/**
|
|
4108
|
+
* @internal
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const ManagedDataIdentifierSummaryFilterSensitiveLog: (obj: ManagedDataIdentifierSummary) => any;
|
|
4111
|
+
/**
|
|
4112
|
+
* @internal
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const MatchingBucketFilterSensitiveLog: (obj: MatchingBucket) => any;
|
|
4115
|
+
/**
|
|
4116
|
+
* @internal
|
|
4117
|
+
*/
|
|
4118
|
+
export declare const MatchingResourceFilterSensitiveLog: (obj: MatchingResource) => any;
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
4123
|
+
/**
|
|
4124
|
+
* @internal
|
|
4125
|
+
*/
|
|
4126
|
+
export declare const SearchResourcesSimpleCriterionFilterSensitiveLog: (obj: SearchResourcesSimpleCriterion) => any;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
*/
|
|
4130
|
+
export declare const SearchResourcesTagCriterionPairFilterSensitiveLog: (obj: SearchResourcesTagCriterionPair) => any;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
export declare const SearchResourcesTagCriterionFilterSensitiveLog: (obj: SearchResourcesTagCriterion) => any;
|
|
4135
|
+
/**
|
|
4136
|
+
* @internal
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const SearchResourcesCriteriaFilterSensitiveLog: (obj: SearchResourcesCriteria) => any;
|
|
4139
|
+
/**
|
|
4140
|
+
* @internal
|
|
4141
|
+
*/
|
|
4142
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
*/
|
|
4146
|
+
export declare const ServiceLimitFilterSensitiveLog: (obj: ServiceLimit) => any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @internal
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const UsageByAccountFilterSensitiveLog: (obj: UsageByAccount) => any;
|
|
4151
|
+
/**
|
|
4152
|
+
* @internal
|
|
4153
|
+
*/
|
|
4154
|
+
export declare const UsageRecordFilterSensitiveLog: (obj: UsageRecord) => any;
|
|
4155
|
+
/**
|
|
4156
|
+
* @internal
|
|
4157
|
+
*/
|
|
4158
|
+
export declare const UsageStatisticsFilterFilterSensitiveLog: (obj: UsageStatisticsFilter) => any;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
*/
|
|
4162
|
+
export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
|
|
4163
|
+
/**
|
|
4164
|
+
* @internal
|
|
4165
|
+
*/
|
|
4166
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
4167
|
+
/**
|
|
4168
|
+
* @internal
|
|
4169
|
+
*/
|
|
4170
|
+
export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
*/
|
|
4174
|
+
export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
|
|
4175
|
+
/**
|
|
4176
|
+
* @internal
|
|
4177
|
+
*/
|
|
4178
|
+
export declare const BatchGetCustomDataIdentifiersRequestFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
|
|
4179
|
+
/**
|
|
4180
|
+
* @internal
|
|
4181
|
+
*/
|
|
4182
|
+
export declare const BatchGetCustomDataIdentifiersResponseFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
*/
|
|
4186
|
+
export declare const BucketCountByEffectivePermissionFilterSensitiveLog: (obj: BucketCountByEffectivePermission) => any;
|
|
4187
|
+
/**
|
|
4188
|
+
* @internal
|
|
4189
|
+
*/
|
|
4190
|
+
export declare const BucketCountByEncryptionTypeFilterSensitiveLog: (obj: BucketCountByEncryptionType) => any;
|
|
4191
|
+
/**
|
|
4192
|
+
* @internal
|
|
4193
|
+
*/
|
|
4194
|
+
export declare const BucketCountBySharedAccessTypeFilterSensitiveLog: (obj: BucketCountBySharedAccessType) => any;
|
|
4195
|
+
/**
|
|
4196
|
+
* @internal
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const BucketCountPolicyAllowsUnencryptedObjectUploadsFilterSensitiveLog: (obj: BucketCountPolicyAllowsUnencryptedObjectUploads) => any;
|
|
4199
|
+
/**
|
|
4200
|
+
* @internal
|
|
4201
|
+
*/
|
|
4202
|
+
export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (obj: BucketCriteriaAdditionalProperties) => any;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
*/
|
|
4206
|
+
export declare const BucketSortCriteriaFilterSensitiveLog: (obj: BucketSortCriteria) => any;
|
|
4207
|
+
/**
|
|
4208
|
+
* @internal
|
|
4209
|
+
*/
|
|
4210
|
+
export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
|
|
4211
|
+
/**
|
|
4212
|
+
* @internal
|
|
4213
|
+
*/
|
|
4214
|
+
export declare const ClassificationExportConfigurationFilterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
|
|
4215
|
+
/**
|
|
4216
|
+
* @internal
|
|
4217
|
+
*/
|
|
4218
|
+
export declare const JobScopingBlockFilterSensitiveLog: (obj: JobScopingBlock) => any;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const ScopingFilterSensitiveLog: (obj: Scoping) => any;
|
|
4223
|
+
/**
|
|
4224
|
+
* @internal
|
|
4225
|
+
*/
|
|
4226
|
+
export declare const S3JobDefinitionFilterSensitiveLog: (obj: S3JobDefinition) => any;
|
|
4227
|
+
/**
|
|
4228
|
+
* @internal
|
|
4229
|
+
*/
|
|
4230
|
+
export declare const DailyScheduleFilterSensitiveLog: (obj: DailySchedule) => any;
|
|
4231
|
+
/**
|
|
4232
|
+
* @internal
|
|
4233
|
+
*/
|
|
4234
|
+
export declare const MonthlyScheduleFilterSensitiveLog: (obj: MonthlySchedule) => any;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
*/
|
|
4238
|
+
export declare const WeeklyScheduleFilterSensitiveLog: (obj: WeeklySchedule) => any;
|
|
4239
|
+
/**
|
|
4240
|
+
* @internal
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const JobScheduleFrequencyFilterSensitiveLog: (obj: JobScheduleFrequency) => any;
|
|
4243
|
+
/**
|
|
4244
|
+
* @internal
|
|
4245
|
+
*/
|
|
4246
|
+
export declare const CreateClassificationJobRequestFilterSensitiveLog: (obj: CreateClassificationJobRequest) => any;
|
|
4247
|
+
/**
|
|
4248
|
+
* @internal
|
|
4249
|
+
*/
|
|
4250
|
+
export declare const CreateClassificationJobResponseFilterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
4251
|
+
/**
|
|
4252
|
+
* @internal
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const SeverityLevelFilterSensitiveLog: (obj: SeverityLevel) => any;
|
|
4255
|
+
/**
|
|
4256
|
+
* @internal
|
|
4257
|
+
*/
|
|
4258
|
+
export declare const CreateCustomDataIdentifierRequestFilterSensitiveLog: (obj: CreateCustomDataIdentifierRequest) => any;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
*/
|
|
4262
|
+
export declare const CreateCustomDataIdentifierResponseFilterSensitiveLog: (obj: CreateCustomDataIdentifierResponse) => any;
|
|
4263
|
+
/**
|
|
4264
|
+
* @internal
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const CriterionAdditionalPropertiesFilterSensitiveLog: (obj: CriterionAdditionalProperties) => any;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
*/
|
|
4270
|
+
export declare const FindingCriteriaFilterSensitiveLog: (obj: FindingCriteria) => any;
|
|
4271
|
+
/**
|
|
4272
|
+
* @internal
|
|
4273
|
+
*/
|
|
4274
|
+
export declare const CreateFindingsFilterRequestFilterSensitiveLog: (obj: CreateFindingsFilterRequest) => any;
|
|
4275
|
+
/**
|
|
4276
|
+
* @internal
|
|
4277
|
+
*/
|
|
4278
|
+
export declare const CreateFindingsFilterResponseFilterSensitiveLog: (obj: CreateFindingsFilterResponse) => any;
|
|
4279
|
+
/**
|
|
4280
|
+
* @internal
|
|
4281
|
+
*/
|
|
4282
|
+
export declare const CreateInvitationsRequestFilterSensitiveLog: (obj: CreateInvitationsRequest) => any;
|
|
4283
|
+
/**
|
|
4284
|
+
* @internal
|
|
4285
|
+
*/
|
|
4286
|
+
export declare const CreateInvitationsResponseFilterSensitiveLog: (obj: CreateInvitationsResponse) => any;
|
|
4287
|
+
/**
|
|
4288
|
+
* @internal
|
|
4289
|
+
*/
|
|
4290
|
+
export declare const CreateMemberRequestFilterSensitiveLog: (obj: CreateMemberRequest) => any;
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
export declare const CreateMemberResponseFilterSensitiveLog: (obj: CreateMemberResponse) => any;
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
*/
|
|
4298
|
+
export declare const CreateSampleFindingsRequestFilterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
4299
|
+
/**
|
|
4300
|
+
* @internal
|
|
4301
|
+
*/
|
|
4302
|
+
export declare const CreateSampleFindingsResponseFilterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
4303
|
+
/**
|
|
4304
|
+
* @internal
|
|
4305
|
+
*/
|
|
4306
|
+
export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
4307
|
+
/**
|
|
4308
|
+
* @internal
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
*/
|
|
4314
|
+
export declare const DeleteCustomDataIdentifierRequestFilterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
|
|
4315
|
+
/**
|
|
4316
|
+
* @internal
|
|
4317
|
+
*/
|
|
4318
|
+
export declare const DeleteCustomDataIdentifierResponseFilterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
*/
|
|
4322
|
+
export declare const DeleteFindingsFilterRequestFilterSensitiveLog: (obj: DeleteFindingsFilterRequest) => any;
|
|
4323
|
+
/**
|
|
4324
|
+
* @internal
|
|
4325
|
+
*/
|
|
4326
|
+
export declare const DeleteFindingsFilterResponseFilterSensitiveLog: (obj: DeleteFindingsFilterResponse) => any;
|
|
4327
|
+
/**
|
|
4328
|
+
* @internal
|
|
4329
|
+
*/
|
|
4330
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
4331
|
+
/**
|
|
4332
|
+
* @internal
|
|
4333
|
+
*/
|
|
4334
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
4335
|
+
/**
|
|
4336
|
+
* @internal
|
|
4337
|
+
*/
|
|
4338
|
+
export declare const DeleteMemberRequestFilterSensitiveLog: (obj: DeleteMemberRequest) => any;
|
|
4339
|
+
/**
|
|
4340
|
+
* @internal
|
|
4341
|
+
*/
|
|
4342
|
+
export declare const DeleteMemberResponseFilterSensitiveLog: (obj: DeleteMemberResponse) => any;
|
|
4343
|
+
/**
|
|
4344
|
+
* @internal
|
|
4345
|
+
*/
|
|
4346
|
+
export declare const DescribeBucketsRequestFilterSensitiveLog: (obj: DescribeBucketsRequest) => any;
|
|
4347
|
+
/**
|
|
4348
|
+
* @internal
|
|
4349
|
+
*/
|
|
4350
|
+
export declare const DescribeBucketsResponseFilterSensitiveLog: (obj: DescribeBucketsResponse) => any;
|
|
4351
|
+
/**
|
|
4352
|
+
* @internal
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const DescribeClassificationJobRequestFilterSensitiveLog: (obj: DescribeClassificationJobRequest) => any;
|
|
4355
|
+
/**
|
|
4356
|
+
* @internal
|
|
4357
|
+
*/
|
|
4358
|
+
export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
|
|
4359
|
+
/**
|
|
4360
|
+
* @internal
|
|
4361
|
+
*/
|
|
4362
|
+
export declare const DescribeClassificationJobResponseFilterSensitiveLog: (obj: DescribeClassificationJobResponse) => any;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
*/
|
|
4366
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
4367
|
+
/**
|
|
4368
|
+
* @internal
|
|
4369
|
+
*/
|
|
4370
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
4371
|
+
/**
|
|
4372
|
+
* @internal
|
|
4373
|
+
*/
|
|
4374
|
+
export declare const DisableMacieRequestFilterSensitiveLog: (obj: DisableMacieRequest) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const DisableMacieResponseFilterSensitiveLog: (obj: DisableMacieResponse) => any;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
*/
|
|
4382
|
+
export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
4383
|
+
/**
|
|
4384
|
+
* @internal
|
|
4385
|
+
*/
|
|
4386
|
+
export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
4391
|
+
/**
|
|
4392
|
+
* @internal
|
|
4393
|
+
*/
|
|
4394
|
+
export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
4395
|
+
/**
|
|
4396
|
+
* @internal
|
|
4397
|
+
*/
|
|
4398
|
+
export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
4399
|
+
/**
|
|
4400
|
+
* @internal
|
|
4401
|
+
*/
|
|
4402
|
+
export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
4403
|
+
/**
|
|
4404
|
+
* @internal
|
|
4405
|
+
*/
|
|
4406
|
+
export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
4407
|
+
/**
|
|
4408
|
+
* @internal
|
|
4409
|
+
*/
|
|
4410
|
+
export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
4411
|
+
/**
|
|
4412
|
+
* @internal
|
|
4413
|
+
*/
|
|
4414
|
+
export declare const EnableMacieRequestFilterSensitiveLog: (obj: EnableMacieRequest) => any;
|
|
4415
|
+
/**
|
|
4416
|
+
* @internal
|
|
4417
|
+
*/
|
|
4418
|
+
export declare const EnableMacieResponseFilterSensitiveLog: (obj: EnableMacieResponse) => any;
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
4423
|
+
/**
|
|
4424
|
+
* @internal
|
|
4425
|
+
*/
|
|
4426
|
+
export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
4427
|
+
/**
|
|
4428
|
+
* @internal
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const FindingStatisticsSortCriteriaFilterSensitiveLog: (obj: FindingStatisticsSortCriteria) => any;
|
|
4431
|
+
/**
|
|
4432
|
+
* @internal
|
|
4433
|
+
*/
|
|
4434
|
+
export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
4435
|
+
/**
|
|
4436
|
+
* @internal
|
|
4437
|
+
*/
|
|
4438
|
+
export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
4439
|
+
/**
|
|
4440
|
+
* @internal
|
|
4441
|
+
*/
|
|
4442
|
+
export declare const GetBucketStatisticsRequestFilterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
|
|
4443
|
+
/**
|
|
4444
|
+
* @internal
|
|
4445
|
+
*/
|
|
4446
|
+
export declare const GetBucketStatisticsResponseFilterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
|
|
4447
|
+
/**
|
|
4448
|
+
* @internal
|
|
4449
|
+
*/
|
|
4450
|
+
export declare const GetClassificationExportConfigurationRequestFilterSensitiveLog: (obj: GetClassificationExportConfigurationRequest) => any;
|
|
4451
|
+
/**
|
|
4452
|
+
* @internal
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
|
|
4455
|
+
/**
|
|
4456
|
+
* @internal
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const GetCustomDataIdentifierRequestFilterSensitiveLog: (obj: GetCustomDataIdentifierRequest) => any;
|
|
4459
|
+
/**
|
|
4460
|
+
* @internal
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const GetCustomDataIdentifierResponseFilterSensitiveLog: (obj: GetCustomDataIdentifierResponse) => any;
|
|
4463
|
+
/**
|
|
4464
|
+
* @internal
|
|
4465
|
+
*/
|
|
4466
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
4467
|
+
/**
|
|
4468
|
+
* @internal
|
|
4469
|
+
*/
|
|
4470
|
+
export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
4471
|
+
/**
|
|
4472
|
+
* @internal
|
|
4473
|
+
*/
|
|
4474
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
4475
|
+
/**
|
|
4476
|
+
* @internal
|
|
4477
|
+
*/
|
|
4478
|
+
export declare const GetFindingsFilterRequestFilterSensitiveLog: (obj: GetFindingsFilterRequest) => any;
|
|
4479
|
+
/**
|
|
4480
|
+
* @internal
|
|
4481
|
+
*/
|
|
4482
|
+
export declare const GetFindingsFilterResponseFilterSensitiveLog: (obj: GetFindingsFilterResponse) => any;
|
|
4483
|
+
/**
|
|
4484
|
+
* @internal
|
|
4485
|
+
*/
|
|
4486
|
+
export declare const GetFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationRequest) => any;
|
|
4487
|
+
/**
|
|
4488
|
+
* @internal
|
|
4489
|
+
*/
|
|
4490
|
+
export declare const SecurityHubConfigurationFilterSensitiveLog: (obj: SecurityHubConfiguration) => any;
|
|
4491
|
+
/**
|
|
4492
|
+
* @internal
|
|
4493
|
+
*/
|
|
4494
|
+
export declare const GetFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationResponse) => any;
|
|
4495
|
+
/**
|
|
4496
|
+
* @internal
|
|
4497
|
+
*/
|
|
4498
|
+
export declare const GetFindingStatisticsRequestFilterSensitiveLog: (obj: GetFindingStatisticsRequest) => any;
|
|
4499
|
+
/**
|
|
4500
|
+
* @internal
|
|
4501
|
+
*/
|
|
4502
|
+
export declare const GetFindingStatisticsResponseFilterSensitiveLog: (obj: GetFindingStatisticsResponse) => any;
|
|
4503
|
+
/**
|
|
4504
|
+
* @internal
|
|
4505
|
+
*/
|
|
4506
|
+
export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
4507
|
+
/**
|
|
4508
|
+
* @internal
|
|
4509
|
+
*/
|
|
4510
|
+
export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
4511
|
+
/**
|
|
4512
|
+
* @internal
|
|
4513
|
+
*/
|
|
4514
|
+
export declare const GetMacieSessionRequestFilterSensitiveLog: (obj: GetMacieSessionRequest) => any;
|
|
4515
|
+
/**
|
|
4516
|
+
* @internal
|
|
4517
|
+
*/
|
|
4518
|
+
export declare const GetMacieSessionResponseFilterSensitiveLog: (obj: GetMacieSessionResponse) => any;
|
|
4519
|
+
/**
|
|
4520
|
+
* @internal
|
|
4521
|
+
*/
|
|
4522
|
+
export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
4523
|
+
/**
|
|
4524
|
+
* @internal
|
|
4525
|
+
*/
|
|
4526
|
+
export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
4527
|
+
/**
|
|
4528
|
+
* @internal
|
|
4529
|
+
*/
|
|
4530
|
+
export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
4531
|
+
/**
|
|
4532
|
+
* @internal
|
|
4533
|
+
*/
|
|
4534
|
+
export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
4535
|
+
/**
|
|
4536
|
+
* @internal
|
|
4537
|
+
*/
|
|
4538
|
+
export declare const GetRevealConfigurationRequestFilterSensitiveLog: (obj: GetRevealConfigurationRequest) => any;
|
|
4539
|
+
/**
|
|
4540
|
+
* @internal
|
|
4541
|
+
*/
|
|
4542
|
+
export declare const RevealConfigurationFilterSensitiveLog: (obj: RevealConfiguration) => any;
|
|
4543
|
+
/**
|
|
4544
|
+
* @internal
|
|
4545
|
+
*/
|
|
4546
|
+
export declare const GetRevealConfigurationResponseFilterSensitiveLog: (obj: GetRevealConfigurationResponse) => any;
|
|
4547
|
+
/**
|
|
4548
|
+
* @internal
|
|
4549
|
+
*/
|
|
4550
|
+
export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesRequest) => any;
|
|
4551
|
+
/**
|
|
4552
|
+
* @internal
|
|
4553
|
+
*/
|
|
4554
|
+
export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesResponse) => any;
|
|
4555
|
+
/**
|
|
4556
|
+
* @internal
|
|
4557
|
+
*/
|
|
4558
|
+
export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityRequest) => any;
|
|
4559
|
+
/**
|
|
4560
|
+
* @internal
|
|
4561
|
+
*/
|
|
4562
|
+
export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityResponse) => any;
|
|
4563
|
+
/**
|
|
4564
|
+
* @internal
|
|
4565
|
+
*/
|
|
4566
|
+
export declare const UsageStatisticsSortByFilterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
|
|
4567
|
+
/**
|
|
4568
|
+
* @internal
|
|
4569
|
+
*/
|
|
4570
|
+
export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
4571
|
+
/**
|
|
4572
|
+
* @internal
|
|
4573
|
+
*/
|
|
4574
|
+
export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
4575
|
+
/**
|
|
4576
|
+
* @internal
|
|
4577
|
+
*/
|
|
4578
|
+
export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
|
|
4579
|
+
/**
|
|
4580
|
+
* @internal
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
|
|
4583
|
+
/**
|
|
4584
|
+
* @internal
|
|
4585
|
+
*/
|
|
4586
|
+
export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
|
|
4587
|
+
/**
|
|
4588
|
+
* @internal
|
|
4589
|
+
*/
|
|
4590
|
+
export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
|
|
4591
|
+
/**
|
|
4592
|
+
* @internal
|
|
4593
|
+
*/
|
|
4594
|
+
export declare const ListClassificationJobsRequestFilterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
|
|
4595
|
+
/**
|
|
4596
|
+
* @internal
|
|
4597
|
+
*/
|
|
4598
|
+
export declare const ListClassificationJobsResponseFilterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
|
|
4599
|
+
/**
|
|
4600
|
+
* @internal
|
|
4601
|
+
*/
|
|
4602
|
+
export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
|
|
4603
|
+
/**
|
|
4604
|
+
* @internal
|
|
4605
|
+
*/
|
|
4606
|
+
export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
|
|
4607
|
+
/**
|
|
4608
|
+
* @internal
|
|
4609
|
+
*/
|
|
4610
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
4611
|
+
/**
|
|
4612
|
+
* @internal
|
|
4613
|
+
*/
|
|
4614
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
4615
|
+
/**
|
|
4616
|
+
* @internal
|
|
4617
|
+
*/
|
|
4618
|
+
export declare const ListFindingsFiltersRequestFilterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
|
|
4619
|
+
/**
|
|
4620
|
+
* @internal
|
|
4621
|
+
*/
|
|
4622
|
+
export declare const ListFindingsFiltersResponseFilterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
|
|
4623
|
+
/**
|
|
4624
|
+
* @internal
|
|
4625
|
+
*/
|
|
4626
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
4627
|
+
/**
|
|
4628
|
+
* @internal
|
|
4629
|
+
*/
|
|
4630
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
4631
|
+
/**
|
|
4632
|
+
* @internal
|
|
4633
|
+
*/
|
|
4634
|
+
export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
|
|
4635
|
+
/**
|
|
4636
|
+
* @internal
|
|
4637
|
+
*/
|
|
4638
|
+
export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
4647
|
+
/**
|
|
4648
|
+
* @internal
|
|
4649
|
+
*/
|
|
4650
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
4651
|
+
/**
|
|
4652
|
+
* @internal
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
4655
|
+
/**
|
|
4656
|
+
* @internal
|
|
4657
|
+
*/
|
|
4658
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4659
|
+
/**
|
|
4660
|
+
* @internal
|
|
4661
|
+
*/
|
|
4662
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4663
|
+
/**
|
|
4664
|
+
* @internal
|
|
4665
|
+
*/
|
|
4666
|
+
export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
|
|
4667
|
+
/**
|
|
4668
|
+
* @internal
|
|
4669
|
+
*/
|
|
4670
|
+
export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
|
|
4671
|
+
/**
|
|
4672
|
+
* @internal
|
|
4673
|
+
*/
|
|
4674
|
+
export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
|
|
4675
|
+
/**
|
|
4676
|
+
* @internal
|
|
4677
|
+
*/
|
|
4678
|
+
export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
|
|
4679
|
+
/**
|
|
4680
|
+
* @internal
|
|
4681
|
+
*/
|
|
4682
|
+
export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
|
|
4683
|
+
/**
|
|
4684
|
+
* @internal
|
|
4685
|
+
*/
|
|
4686
|
+
export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
|
|
4687
|
+
/**
|
|
4688
|
+
* @internal
|
|
4689
|
+
*/
|
|
4690
|
+
export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
|
|
4691
|
+
/**
|
|
4692
|
+
* @internal
|
|
4693
|
+
*/
|
|
4694
|
+
export declare const SearchResourcesRequestFilterSensitiveLog: (obj: SearchResourcesRequest) => any;
|
|
4695
|
+
/**
|
|
4696
|
+
* @internal
|
|
4697
|
+
*/
|
|
4698
|
+
export declare const SearchResourcesResponseFilterSensitiveLog: (obj: SearchResourcesResponse) => any;
|
|
4699
|
+
/**
|
|
4700
|
+
* @internal
|
|
4701
|
+
*/
|
|
4702
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4703
|
+
/**
|
|
4704
|
+
* @internal
|
|
4705
|
+
*/
|
|
4706
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4707
|
+
/**
|
|
4708
|
+
* @internal
|
|
4709
|
+
*/
|
|
4710
|
+
export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
|
|
4711
|
+
/**
|
|
4712
|
+
* @internal
|
|
4713
|
+
*/
|
|
4714
|
+
export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
|
|
4715
|
+
/**
|
|
4716
|
+
* @internal
|
|
4717
|
+
*/
|
|
4718
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4719
|
+
/**
|
|
4720
|
+
* @internal
|
|
4721
|
+
*/
|
|
4722
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4723
|
+
/**
|
|
4724
|
+
* @internal
|
|
4725
|
+
*/
|
|
4726
|
+
export declare const UpdateClassificationJobRequestFilterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
|
|
4727
|
+
/**
|
|
4728
|
+
* @internal
|
|
4729
|
+
*/
|
|
4730
|
+
export declare const UpdateClassificationJobResponseFilterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
|
|
4731
|
+
/**
|
|
4732
|
+
* @internal
|
|
4733
|
+
*/
|
|
4734
|
+
export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
|
|
4735
|
+
/**
|
|
4736
|
+
* @internal
|
|
4737
|
+
*/
|
|
4738
|
+
export declare const UpdateFindingsFilterResponseFilterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
|
|
4739
|
+
/**
|
|
4740
|
+
* @internal
|
|
4741
|
+
*/
|
|
4742
|
+
export declare const UpdateMacieSessionRequestFilterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
|
|
4743
|
+
/**
|
|
4744
|
+
* @internal
|
|
4745
|
+
*/
|
|
4746
|
+
export declare const UpdateMacieSessionResponseFilterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
|
|
4747
|
+
/**
|
|
4748
|
+
* @internal
|
|
4749
|
+
*/
|
|
4750
|
+
export declare const UpdateMemberSessionRequestFilterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
|
|
4751
|
+
/**
|
|
4752
|
+
* @internal
|
|
4753
|
+
*/
|
|
4754
|
+
export declare const UpdateMemberSessionResponseFilterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
|
|
4755
|
+
/**
|
|
4756
|
+
* @internal
|
|
4757
|
+
*/
|
|
4758
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
4759
|
+
/**
|
|
4760
|
+
* @internal
|
|
4761
|
+
*/
|
|
4762
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
4763
|
+
/**
|
|
4764
|
+
* @internal
|
|
4765
|
+
*/
|
|
4766
|
+
export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (obj: UpdateRevealConfigurationRequest) => any;
|
|
4767
|
+
/**
|
|
4768
|
+
* @internal
|
|
4769
|
+
*/
|
|
4770
|
+
export declare const UpdateRevealConfigurationResponseFilterSensitiveLog: (obj: UpdateRevealConfigurationResponse) => any;
|