@aws-sdk/client-macie2 3.128.0 → 3.137.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/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 +368 -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 +470 -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 +10 -9
|
@@ -11,10 +11,6 @@ export interface AdminAccount {
|
|
|
11
11
|
|
|
12
12
|
status?: AdminStatus | string;
|
|
13
13
|
}
|
|
14
|
-
export declare namespace AdminAccount {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: AdminAccount) => any;
|
|
17
|
-
}
|
|
18
14
|
|
|
19
15
|
export interface BatchGetCustomDataIdentifierSummary {
|
|
20
16
|
|
|
@@ -30,10 +26,6 @@ export interface BatchGetCustomDataIdentifierSummary {
|
|
|
30
26
|
|
|
31
27
|
name?: string;
|
|
32
28
|
}
|
|
33
|
-
export declare namespace BatchGetCustomDataIdentifierSummary {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
|
|
36
|
-
}
|
|
37
29
|
export declare enum AllowsUnencryptedObjectUploads {
|
|
38
30
|
FALSE = "FALSE",
|
|
39
31
|
TRUE = "TRUE",
|
|
@@ -63,10 +55,6 @@ export interface JobDetails {
|
|
|
63
55
|
|
|
64
56
|
lastJobRunTime?: Date;
|
|
65
57
|
}
|
|
66
|
-
export declare namespace JobDetails {
|
|
67
|
-
|
|
68
|
-
const filterSensitiveLog: (obj: JobDetails) => any;
|
|
69
|
-
}
|
|
70
58
|
|
|
71
59
|
export interface ObjectCountByEncryptionType {
|
|
72
60
|
|
|
@@ -80,10 +68,6 @@ export interface ObjectCountByEncryptionType {
|
|
|
80
68
|
|
|
81
69
|
unknown?: number;
|
|
82
70
|
}
|
|
83
|
-
export declare namespace ObjectCountByEncryptionType {
|
|
84
|
-
|
|
85
|
-
const filterSensitiveLog: (obj: ObjectCountByEncryptionType) => any;
|
|
86
|
-
}
|
|
87
71
|
export declare enum EffectivePermission {
|
|
88
72
|
NOT_PUBLIC = "NOT_PUBLIC",
|
|
89
73
|
PUBLIC = "PUBLIC",
|
|
@@ -100,19 +84,11 @@ export interface BlockPublicAccess {
|
|
|
100
84
|
|
|
101
85
|
restrictPublicBuckets?: boolean;
|
|
102
86
|
}
|
|
103
|
-
export declare namespace BlockPublicAccess {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
106
|
-
}
|
|
107
87
|
|
|
108
88
|
export interface AccountLevelPermissions {
|
|
109
89
|
|
|
110
90
|
blockPublicAccess?: BlockPublicAccess;
|
|
111
91
|
}
|
|
112
|
-
export declare namespace AccountLevelPermissions {
|
|
113
|
-
|
|
114
|
-
const filterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
115
|
-
}
|
|
116
92
|
|
|
117
93
|
export interface AccessControlList {
|
|
118
94
|
|
|
@@ -120,10 +96,6 @@ export interface AccessControlList {
|
|
|
120
96
|
|
|
121
97
|
allowsPublicWriteAccess?: boolean;
|
|
122
98
|
}
|
|
123
|
-
export declare namespace AccessControlList {
|
|
124
|
-
|
|
125
|
-
const filterSensitiveLog: (obj: AccessControlList) => any;
|
|
126
|
-
}
|
|
127
99
|
|
|
128
100
|
export interface BucketPolicy {
|
|
129
101
|
|
|
@@ -131,10 +103,6 @@ export interface BucketPolicy {
|
|
|
131
103
|
|
|
132
104
|
allowsPublicWriteAccess?: boolean;
|
|
133
105
|
}
|
|
134
|
-
export declare namespace BucketPolicy {
|
|
135
|
-
|
|
136
|
-
const filterSensitiveLog: (obj: BucketPolicy) => any;
|
|
137
|
-
}
|
|
138
106
|
|
|
139
107
|
export interface BucketLevelPermissions {
|
|
140
108
|
|
|
@@ -144,10 +112,6 @@ export interface BucketLevelPermissions {
|
|
|
144
112
|
|
|
145
113
|
bucketPolicy?: BucketPolicy;
|
|
146
114
|
}
|
|
147
|
-
export declare namespace BucketLevelPermissions {
|
|
148
|
-
|
|
149
|
-
const filterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
150
|
-
}
|
|
151
115
|
|
|
152
116
|
export interface BucketPermissionConfiguration {
|
|
153
117
|
|
|
@@ -155,10 +119,6 @@ export interface BucketPermissionConfiguration {
|
|
|
155
119
|
|
|
156
120
|
bucketLevelPermissions?: BucketLevelPermissions;
|
|
157
121
|
}
|
|
158
|
-
export declare namespace BucketPermissionConfiguration {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: BucketPermissionConfiguration) => any;
|
|
161
|
-
}
|
|
162
122
|
|
|
163
123
|
export interface BucketPublicAccess {
|
|
164
124
|
|
|
@@ -166,10 +126,6 @@ export interface BucketPublicAccess {
|
|
|
166
126
|
|
|
167
127
|
permissionConfiguration?: BucketPermissionConfiguration;
|
|
168
128
|
}
|
|
169
|
-
export declare namespace BucketPublicAccess {
|
|
170
|
-
|
|
171
|
-
const filterSensitiveLog: (obj: BucketPublicAccess) => any;
|
|
172
|
-
}
|
|
173
129
|
|
|
174
130
|
export interface ReplicationDetails {
|
|
175
131
|
|
|
@@ -179,10 +135,6 @@ export interface ReplicationDetails {
|
|
|
179
135
|
|
|
180
136
|
replicationAccounts?: string[];
|
|
181
137
|
}
|
|
182
|
-
export declare namespace ReplicationDetails {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: ReplicationDetails) => any;
|
|
185
|
-
}
|
|
186
138
|
export declare enum Type {
|
|
187
139
|
AES256 = "AES256",
|
|
188
140
|
NONE = "NONE",
|
|
@@ -195,10 +147,6 @@ export interface BucketServerSideEncryption {
|
|
|
195
147
|
|
|
196
148
|
type?: Type | string;
|
|
197
149
|
}
|
|
198
|
-
export declare namespace BucketServerSideEncryption {
|
|
199
|
-
|
|
200
|
-
const filterSensitiveLog: (obj: BucketServerSideEncryption) => any;
|
|
201
|
-
}
|
|
202
150
|
export declare enum SharedAccess {
|
|
203
151
|
EXTERNAL = "EXTERNAL",
|
|
204
152
|
INTERNAL = "INTERNAL",
|
|
@@ -212,10 +160,6 @@ export interface KeyValuePair {
|
|
|
212
160
|
|
|
213
161
|
value?: string;
|
|
214
162
|
}
|
|
215
|
-
export declare namespace KeyValuePair {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: KeyValuePair) => any;
|
|
218
|
-
}
|
|
219
163
|
|
|
220
164
|
export interface ObjectLevelStatistics {
|
|
221
165
|
|
|
@@ -225,10 +169,6 @@ export interface ObjectLevelStatistics {
|
|
|
225
169
|
|
|
226
170
|
total?: number;
|
|
227
171
|
}
|
|
228
|
-
export declare namespace ObjectLevelStatistics {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: ObjectLevelStatistics) => any;
|
|
231
|
-
}
|
|
232
172
|
|
|
233
173
|
export interface BucketMetadata {
|
|
234
174
|
|
|
@@ -280,10 +220,6 @@ export interface BucketMetadata {
|
|
|
280
220
|
|
|
281
221
|
versioning?: boolean;
|
|
282
222
|
}
|
|
283
|
-
export declare namespace BucketMetadata {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: BucketMetadata) => any;
|
|
286
|
-
}
|
|
287
223
|
export declare enum JobComparator {
|
|
288
224
|
CONTAINS = "CONTAINS",
|
|
289
225
|
EQ = "EQ",
|
|
@@ -309,10 +245,6 @@ export interface SimpleCriterionForJob {
|
|
|
309
245
|
|
|
310
246
|
values?: string[];
|
|
311
247
|
}
|
|
312
|
-
export declare namespace SimpleCriterionForJob {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: SimpleCriterionForJob) => any;
|
|
315
|
-
}
|
|
316
248
|
|
|
317
249
|
export interface TagCriterionPairForJob {
|
|
318
250
|
|
|
@@ -320,10 +252,6 @@ export interface TagCriterionPairForJob {
|
|
|
320
252
|
|
|
321
253
|
value?: string;
|
|
322
254
|
}
|
|
323
|
-
export declare namespace TagCriterionPairForJob {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: TagCriterionPairForJob) => any;
|
|
326
|
-
}
|
|
327
255
|
|
|
328
256
|
export interface TagCriterionForJob {
|
|
329
257
|
|
|
@@ -331,10 +259,6 @@ export interface TagCriterionForJob {
|
|
|
331
259
|
|
|
332
260
|
tagValues?: TagCriterionPairForJob[];
|
|
333
261
|
}
|
|
334
|
-
export declare namespace TagCriterionForJob {
|
|
335
|
-
|
|
336
|
-
const filterSensitiveLog: (obj: TagCriterionForJob) => any;
|
|
337
|
-
}
|
|
338
262
|
|
|
339
263
|
export interface CriteriaForJob {
|
|
340
264
|
|
|
@@ -342,10 +266,6 @@ export interface CriteriaForJob {
|
|
|
342
266
|
|
|
343
267
|
tagCriterion?: TagCriterionForJob;
|
|
344
268
|
}
|
|
345
|
-
export declare namespace CriteriaForJob {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: CriteriaForJob) => any;
|
|
348
|
-
}
|
|
349
269
|
|
|
350
270
|
export interface CustomDataIdentifierSummary {
|
|
351
271
|
|
|
@@ -359,9 +279,10 @@ export interface CustomDataIdentifierSummary {
|
|
|
359
279
|
|
|
360
280
|
name?: string;
|
|
361
281
|
}
|
|
362
|
-
|
|
282
|
+
|
|
283
|
+
export interface DetectedDataDetails {
|
|
363
284
|
|
|
364
|
-
|
|
285
|
+
value: string | undefined;
|
|
365
286
|
}
|
|
366
287
|
export declare enum FindingCategory {
|
|
367
288
|
CLASSIFICATION = "CLASSIFICATION",
|
|
@@ -381,10 +302,6 @@ export interface Cell {
|
|
|
381
302
|
|
|
382
303
|
row?: number;
|
|
383
304
|
}
|
|
384
|
-
export declare namespace Cell {
|
|
385
|
-
|
|
386
|
-
const filterSensitiveLog: (obj: Cell) => any;
|
|
387
|
-
}
|
|
388
305
|
|
|
389
306
|
export interface Range {
|
|
390
307
|
|
|
@@ -394,10 +311,6 @@ export interface Range {
|
|
|
394
311
|
|
|
395
312
|
startColumn?: number;
|
|
396
313
|
}
|
|
397
|
-
export declare namespace Range {
|
|
398
|
-
|
|
399
|
-
const filterSensitiveLog: (obj: Range) => any;
|
|
400
|
-
}
|
|
401
314
|
|
|
402
315
|
export interface Page {
|
|
403
316
|
|
|
@@ -407,10 +320,6 @@ export interface Page {
|
|
|
407
320
|
|
|
408
321
|
pageNumber?: number;
|
|
409
322
|
}
|
|
410
|
-
export declare namespace Page {
|
|
411
|
-
|
|
412
|
-
const filterSensitiveLog: (obj: Page) => any;
|
|
413
|
-
}
|
|
414
323
|
|
|
415
324
|
export interface _Record {
|
|
416
325
|
|
|
@@ -418,10 +327,6 @@ export interface _Record {
|
|
|
418
327
|
|
|
419
328
|
recordIndex?: number;
|
|
420
329
|
}
|
|
421
|
-
export declare namespace _Record {
|
|
422
|
-
|
|
423
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
424
|
-
}
|
|
425
330
|
|
|
426
331
|
export interface Occurrences {
|
|
427
332
|
|
|
@@ -435,10 +340,6 @@ export interface Occurrences {
|
|
|
435
340
|
|
|
436
341
|
records?: _Record[];
|
|
437
342
|
}
|
|
438
|
-
export declare namespace Occurrences {
|
|
439
|
-
|
|
440
|
-
const filterSensitiveLog: (obj: Occurrences) => any;
|
|
441
|
-
}
|
|
442
343
|
|
|
443
344
|
export interface CustomDetection {
|
|
444
345
|
|
|
@@ -450,10 +351,6 @@ export interface CustomDetection {
|
|
|
450
351
|
|
|
451
352
|
occurrences?: Occurrences;
|
|
452
353
|
}
|
|
453
|
-
export declare namespace CustomDetection {
|
|
454
|
-
|
|
455
|
-
const filterSensitiveLog: (obj: CustomDetection) => any;
|
|
456
|
-
}
|
|
457
354
|
|
|
458
355
|
export interface CustomDataIdentifiers {
|
|
459
356
|
|
|
@@ -461,10 +358,6 @@ export interface CustomDataIdentifiers {
|
|
|
461
358
|
|
|
462
359
|
totalCount?: number;
|
|
463
360
|
}
|
|
464
|
-
export declare namespace CustomDataIdentifiers {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: CustomDataIdentifiers) => any;
|
|
467
|
-
}
|
|
468
361
|
export declare enum SensitiveDataItemCategory {
|
|
469
362
|
CREDENTIALS = "CREDENTIALS",
|
|
470
363
|
CUSTOM_IDENTIFIER = "CUSTOM_IDENTIFIER",
|
|
@@ -480,10 +373,6 @@ export interface DefaultDetection {
|
|
|
480
373
|
|
|
481
374
|
type?: string;
|
|
482
375
|
}
|
|
483
|
-
export declare namespace DefaultDetection {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: DefaultDetection) => any;
|
|
486
|
-
}
|
|
487
376
|
|
|
488
377
|
export interface SensitiveDataItem {
|
|
489
378
|
|
|
@@ -493,10 +382,6 @@ export interface SensitiveDataItem {
|
|
|
493
382
|
|
|
494
383
|
totalCount?: number;
|
|
495
384
|
}
|
|
496
|
-
export declare namespace SensitiveDataItem {
|
|
497
|
-
|
|
498
|
-
const filterSensitiveLog: (obj: SensitiveDataItem) => any;
|
|
499
|
-
}
|
|
500
385
|
|
|
501
386
|
export interface ClassificationResultStatus {
|
|
502
387
|
|
|
@@ -504,10 +389,6 @@ export interface ClassificationResultStatus {
|
|
|
504
389
|
|
|
505
390
|
reason?: string;
|
|
506
391
|
}
|
|
507
|
-
export declare namespace ClassificationResultStatus {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: ClassificationResultStatus) => any;
|
|
510
|
-
}
|
|
511
392
|
|
|
512
393
|
export interface ClassificationResult {
|
|
513
394
|
|
|
@@ -523,10 +404,6 @@ export interface ClassificationResult {
|
|
|
523
404
|
|
|
524
405
|
status?: ClassificationResultStatus;
|
|
525
406
|
}
|
|
526
|
-
export declare namespace ClassificationResult {
|
|
527
|
-
|
|
528
|
-
const filterSensitiveLog: (obj: ClassificationResult) => any;
|
|
529
|
-
}
|
|
530
407
|
|
|
531
408
|
export interface ClassificationDetails {
|
|
532
409
|
|
|
@@ -540,10 +417,6 @@ export interface ClassificationDetails {
|
|
|
540
417
|
|
|
541
418
|
result?: ClassificationResult;
|
|
542
419
|
}
|
|
543
|
-
export declare namespace ClassificationDetails {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: ClassificationDetails) => any;
|
|
546
|
-
}
|
|
547
420
|
export declare enum FindingActionType {
|
|
548
421
|
AWS_API_CALL = "AWS_API_CALL"
|
|
549
422
|
}
|
|
@@ -558,10 +431,6 @@ export interface ApiCallDetails {
|
|
|
558
431
|
|
|
559
432
|
lastSeen?: Date;
|
|
560
433
|
}
|
|
561
|
-
export declare namespace ApiCallDetails {
|
|
562
|
-
|
|
563
|
-
const filterSensitiveLog: (obj: ApiCallDetails) => any;
|
|
564
|
-
}
|
|
565
434
|
|
|
566
435
|
export interface FindingAction {
|
|
567
436
|
|
|
@@ -569,28 +438,16 @@ export interface FindingAction {
|
|
|
569
438
|
|
|
570
439
|
apiCallDetails?: ApiCallDetails;
|
|
571
440
|
}
|
|
572
|
-
export declare namespace FindingAction {
|
|
573
|
-
|
|
574
|
-
const filterSensitiveLog: (obj: FindingAction) => any;
|
|
575
|
-
}
|
|
576
441
|
|
|
577
442
|
export interface DomainDetails {
|
|
578
443
|
|
|
579
444
|
domainName?: string;
|
|
580
445
|
}
|
|
581
|
-
export declare namespace DomainDetails {
|
|
582
|
-
|
|
583
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
584
|
-
}
|
|
585
446
|
|
|
586
447
|
export interface IpCity {
|
|
587
448
|
|
|
588
449
|
name?: string;
|
|
589
450
|
}
|
|
590
|
-
export declare namespace IpCity {
|
|
591
|
-
|
|
592
|
-
const filterSensitiveLog: (obj: IpCity) => any;
|
|
593
|
-
}
|
|
594
451
|
|
|
595
452
|
export interface IpCountry {
|
|
596
453
|
|
|
@@ -598,10 +455,6 @@ export interface IpCountry {
|
|
|
598
455
|
|
|
599
456
|
name?: string;
|
|
600
457
|
}
|
|
601
|
-
export declare namespace IpCountry {
|
|
602
|
-
|
|
603
|
-
const filterSensitiveLog: (obj: IpCountry) => any;
|
|
604
|
-
}
|
|
605
458
|
|
|
606
459
|
export interface IpGeoLocation {
|
|
607
460
|
|
|
@@ -609,10 +462,6 @@ export interface IpGeoLocation {
|
|
|
609
462
|
|
|
610
463
|
lon?: number;
|
|
611
464
|
}
|
|
612
|
-
export declare namespace IpGeoLocation {
|
|
613
|
-
|
|
614
|
-
const filterSensitiveLog: (obj: IpGeoLocation) => any;
|
|
615
|
-
}
|
|
616
465
|
|
|
617
466
|
export interface IpOwner {
|
|
618
467
|
|
|
@@ -624,10 +473,6 @@ export interface IpOwner {
|
|
|
624
473
|
|
|
625
474
|
org?: string;
|
|
626
475
|
}
|
|
627
|
-
export declare namespace IpOwner {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: IpOwner) => any;
|
|
630
|
-
}
|
|
631
476
|
|
|
632
477
|
export interface IpAddressDetails {
|
|
633
478
|
|
|
@@ -641,10 +486,6 @@ export interface IpAddressDetails {
|
|
|
641
486
|
|
|
642
487
|
ipOwner?: IpOwner;
|
|
643
488
|
}
|
|
644
|
-
export declare namespace IpAddressDetails {
|
|
645
|
-
|
|
646
|
-
const filterSensitiveLog: (obj: IpAddressDetails) => any;
|
|
647
|
-
}
|
|
648
489
|
|
|
649
490
|
export interface SessionContextAttributes {
|
|
650
491
|
|
|
@@ -652,10 +493,6 @@ export interface SessionContextAttributes {
|
|
|
652
493
|
|
|
653
494
|
mfaAuthenticated?: boolean;
|
|
654
495
|
}
|
|
655
|
-
export declare namespace SessionContextAttributes {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: SessionContextAttributes) => any;
|
|
658
|
-
}
|
|
659
496
|
|
|
660
497
|
export interface SessionIssuer {
|
|
661
498
|
|
|
@@ -669,10 +506,6 @@ export interface SessionIssuer {
|
|
|
669
506
|
|
|
670
507
|
userName?: string;
|
|
671
508
|
}
|
|
672
|
-
export declare namespace SessionIssuer {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: SessionIssuer) => any;
|
|
675
|
-
}
|
|
676
509
|
|
|
677
510
|
export interface SessionContext {
|
|
678
511
|
|
|
@@ -680,10 +513,6 @@ export interface SessionContext {
|
|
|
680
513
|
|
|
681
514
|
sessionIssuer?: SessionIssuer;
|
|
682
515
|
}
|
|
683
|
-
export declare namespace SessionContext {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: SessionContext) => any;
|
|
686
|
-
}
|
|
687
516
|
|
|
688
517
|
export interface AssumedRole {
|
|
689
518
|
|
|
@@ -697,10 +526,6 @@ export interface AssumedRole {
|
|
|
697
526
|
|
|
698
527
|
sessionContext?: SessionContext;
|
|
699
528
|
}
|
|
700
|
-
export declare namespace AssumedRole {
|
|
701
|
-
|
|
702
|
-
const filterSensitiveLog: (obj: AssumedRole) => any;
|
|
703
|
-
}
|
|
704
529
|
|
|
705
530
|
export interface AwsAccount {
|
|
706
531
|
|
|
@@ -708,19 +533,11 @@ export interface AwsAccount {
|
|
|
708
533
|
|
|
709
534
|
principalId?: string;
|
|
710
535
|
}
|
|
711
|
-
export declare namespace AwsAccount {
|
|
712
|
-
|
|
713
|
-
const filterSensitiveLog: (obj: AwsAccount) => any;
|
|
714
|
-
}
|
|
715
536
|
|
|
716
537
|
export interface AwsService {
|
|
717
538
|
|
|
718
539
|
invokedBy?: string;
|
|
719
540
|
}
|
|
720
|
-
export declare namespace AwsService {
|
|
721
|
-
|
|
722
|
-
const filterSensitiveLog: (obj: AwsService) => any;
|
|
723
|
-
}
|
|
724
541
|
|
|
725
542
|
export interface FederatedUser {
|
|
726
543
|
|
|
@@ -734,10 +551,6 @@ export interface FederatedUser {
|
|
|
734
551
|
|
|
735
552
|
sessionContext?: SessionContext;
|
|
736
553
|
}
|
|
737
|
-
export declare namespace FederatedUser {
|
|
738
|
-
|
|
739
|
-
const filterSensitiveLog: (obj: FederatedUser) => any;
|
|
740
|
-
}
|
|
741
554
|
|
|
742
555
|
export interface IamUser {
|
|
743
556
|
|
|
@@ -749,10 +562,6 @@ export interface IamUser {
|
|
|
749
562
|
|
|
750
563
|
userName?: string;
|
|
751
564
|
}
|
|
752
|
-
export declare namespace IamUser {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: IamUser) => any;
|
|
755
|
-
}
|
|
756
565
|
|
|
757
566
|
export interface UserIdentityRoot {
|
|
758
567
|
|
|
@@ -762,10 +571,6 @@ export interface UserIdentityRoot {
|
|
|
762
571
|
|
|
763
572
|
principalId?: string;
|
|
764
573
|
}
|
|
765
|
-
export declare namespace UserIdentityRoot {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: UserIdentityRoot) => any;
|
|
768
|
-
}
|
|
769
574
|
export declare enum UserIdentityType {
|
|
770
575
|
AWSAccount = "AWSAccount",
|
|
771
576
|
AWSService = "AWSService",
|
|
@@ -791,10 +596,6 @@ export interface UserIdentity {
|
|
|
791
596
|
|
|
792
597
|
type?: UserIdentityType | string;
|
|
793
598
|
}
|
|
794
|
-
export declare namespace UserIdentity {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: UserIdentity) => any;
|
|
797
|
-
}
|
|
798
599
|
|
|
799
600
|
export interface FindingActor {
|
|
800
601
|
|
|
@@ -804,10 +605,6 @@ export interface FindingActor {
|
|
|
804
605
|
|
|
805
606
|
userIdentity?: UserIdentity;
|
|
806
607
|
}
|
|
807
|
-
export declare namespace FindingActor {
|
|
808
|
-
|
|
809
|
-
const filterSensitiveLog: (obj: FindingActor) => any;
|
|
810
|
-
}
|
|
811
608
|
|
|
812
609
|
export interface PolicyDetails {
|
|
813
610
|
|
|
@@ -815,10 +612,6 @@ export interface PolicyDetails {
|
|
|
815
612
|
|
|
816
613
|
actor?: FindingActor;
|
|
817
614
|
}
|
|
818
|
-
export declare namespace PolicyDetails {
|
|
819
|
-
|
|
820
|
-
const filterSensitiveLog: (obj: PolicyDetails) => any;
|
|
821
|
-
}
|
|
822
615
|
export declare enum EncryptionType {
|
|
823
616
|
AES256 = "AES256",
|
|
824
617
|
NONE = "NONE",
|
|
@@ -832,10 +625,6 @@ export interface ServerSideEncryption {
|
|
|
832
625
|
|
|
833
626
|
kmsMasterKeyId?: string;
|
|
834
627
|
}
|
|
835
|
-
export declare namespace ServerSideEncryption {
|
|
836
|
-
|
|
837
|
-
const filterSensitiveLog: (obj: ServerSideEncryption) => any;
|
|
838
|
-
}
|
|
839
628
|
|
|
840
629
|
export interface S3BucketOwner {
|
|
841
630
|
|
|
@@ -843,10 +632,6 @@ export interface S3BucketOwner {
|
|
|
843
632
|
|
|
844
633
|
id?: string;
|
|
845
634
|
}
|
|
846
|
-
export declare namespace S3BucketOwner {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: S3BucketOwner) => any;
|
|
849
|
-
}
|
|
850
635
|
|
|
851
636
|
export interface S3Bucket {
|
|
852
637
|
|
|
@@ -866,10 +651,6 @@ export interface S3Bucket {
|
|
|
866
651
|
|
|
867
652
|
tags?: KeyValuePair[];
|
|
868
653
|
}
|
|
869
|
-
export declare namespace S3Bucket {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: S3Bucket) => any;
|
|
872
|
-
}
|
|
873
654
|
export declare enum StorageClass {
|
|
874
655
|
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
875
656
|
GLACIER = "GLACIER",
|
|
@@ -906,10 +687,6 @@ export interface S3Object {
|
|
|
906
687
|
|
|
907
688
|
versionId?: string;
|
|
908
689
|
}
|
|
909
|
-
export declare namespace S3Object {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: S3Object) => any;
|
|
912
|
-
}
|
|
913
690
|
|
|
914
691
|
export interface ResourcesAffected {
|
|
915
692
|
|
|
@@ -917,10 +694,6 @@ export interface ResourcesAffected {
|
|
|
917
694
|
|
|
918
695
|
s3Object?: S3Object;
|
|
919
696
|
}
|
|
920
|
-
export declare namespace ResourcesAffected {
|
|
921
|
-
|
|
922
|
-
const filterSensitiveLog: (obj: ResourcesAffected) => any;
|
|
923
|
-
}
|
|
924
697
|
export declare enum SeverityDescription {
|
|
925
698
|
High = "High",
|
|
926
699
|
Low = "Low",
|
|
@@ -933,10 +706,6 @@ export interface Severity {
|
|
|
933
706
|
|
|
934
707
|
score?: number;
|
|
935
708
|
}
|
|
936
|
-
export declare namespace Severity {
|
|
937
|
-
|
|
938
|
-
const filterSensitiveLog: (obj: Severity) => any;
|
|
939
|
-
}
|
|
940
709
|
export declare enum FindingType {
|
|
941
710
|
Policy_IAMUser_S3BlockPublicAccessDisabled = "Policy:IAMUser/S3BlockPublicAccessDisabled",
|
|
942
711
|
Policy_IAMUser_S3BucketEncryptionDisabled = "Policy:IAMUser/S3BucketEncryptionDisabled",
|
|
@@ -988,10 +757,6 @@ export interface Finding {
|
|
|
988
757
|
|
|
989
758
|
updatedAt?: Date;
|
|
990
759
|
}
|
|
991
|
-
export declare namespace Finding {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: Finding) => any;
|
|
994
|
-
}
|
|
995
760
|
export declare enum FindingsFilterAction {
|
|
996
761
|
ARCHIVE = "ARCHIVE",
|
|
997
762
|
NOOP = "NOOP"
|
|
@@ -1009,10 +774,6 @@ export interface FindingsFilterListItem {
|
|
|
1009
774
|
|
|
1010
775
|
tags?: Record<string, string>;
|
|
1011
776
|
}
|
|
1012
|
-
export declare namespace FindingsFilterListItem {
|
|
1013
|
-
|
|
1014
|
-
const filterSensitiveLog: (obj: FindingsFilterListItem) => any;
|
|
1015
|
-
}
|
|
1016
777
|
|
|
1017
778
|
export interface GroupCount {
|
|
1018
779
|
|
|
@@ -1020,10 +781,6 @@ export interface GroupCount {
|
|
|
1020
781
|
|
|
1021
782
|
groupKey?: string;
|
|
1022
783
|
}
|
|
1023
|
-
export declare namespace GroupCount {
|
|
1024
|
-
|
|
1025
|
-
const filterSensitiveLog: (obj: GroupCount) => any;
|
|
1026
|
-
}
|
|
1027
784
|
export declare enum RelationshipStatus {
|
|
1028
785
|
AccountSuspended = "AccountSuspended",
|
|
1029
786
|
Created = "Created",
|
|
@@ -1047,10 +804,6 @@ export interface Invitation {
|
|
|
1047
804
|
|
|
1048
805
|
relationshipStatus?: RelationshipStatus | string;
|
|
1049
806
|
}
|
|
1050
|
-
export declare namespace Invitation {
|
|
1051
|
-
|
|
1052
|
-
const filterSensitiveLog: (obj: Invitation) => any;
|
|
1053
|
-
}
|
|
1054
807
|
export declare enum ScopeFilterKey {
|
|
1055
808
|
OBJECT_EXTENSION = "OBJECT_EXTENSION",
|
|
1056
809
|
OBJECT_KEY = "OBJECT_KEY",
|
|
@@ -1066,10 +819,6 @@ export interface SimpleScopeTerm {
|
|
|
1066
819
|
|
|
1067
820
|
values?: string[];
|
|
1068
821
|
}
|
|
1069
|
-
export declare namespace SimpleScopeTerm {
|
|
1070
|
-
|
|
1071
|
-
const filterSensitiveLog: (obj: SimpleScopeTerm) => any;
|
|
1072
|
-
}
|
|
1073
822
|
|
|
1074
823
|
export interface TagValuePair {
|
|
1075
824
|
|
|
@@ -1077,10 +826,6 @@ export interface TagValuePair {
|
|
|
1077
826
|
|
|
1078
827
|
value?: string;
|
|
1079
828
|
}
|
|
1080
|
-
export declare namespace TagValuePair {
|
|
1081
|
-
|
|
1082
|
-
const filterSensitiveLog: (obj: TagValuePair) => any;
|
|
1083
|
-
}
|
|
1084
829
|
export declare enum TagTarget {
|
|
1085
830
|
S3_OBJECT = "S3_OBJECT"
|
|
1086
831
|
}
|
|
@@ -1095,10 +840,6 @@ export interface TagScopeTerm {
|
|
|
1095
840
|
|
|
1096
841
|
target?: TagTarget | string;
|
|
1097
842
|
}
|
|
1098
|
-
export declare namespace TagScopeTerm {
|
|
1099
|
-
|
|
1100
|
-
const filterSensitiveLog: (obj: TagScopeTerm) => any;
|
|
1101
|
-
}
|
|
1102
843
|
|
|
1103
844
|
export interface JobScopeTerm {
|
|
1104
845
|
|
|
@@ -1106,19 +847,11 @@ export interface JobScopeTerm {
|
|
|
1106
847
|
|
|
1107
848
|
tagScopeTerm?: TagScopeTerm;
|
|
1108
849
|
}
|
|
1109
|
-
export declare namespace JobScopeTerm {
|
|
1110
|
-
|
|
1111
|
-
const filterSensitiveLog: (obj: JobScopeTerm) => any;
|
|
1112
|
-
}
|
|
1113
850
|
|
|
1114
851
|
export interface CriteriaBlockForJob {
|
|
1115
852
|
|
|
1116
853
|
and?: CriteriaForJob[];
|
|
1117
854
|
}
|
|
1118
|
-
export declare namespace CriteriaBlockForJob {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: CriteriaBlockForJob) => any;
|
|
1121
|
-
}
|
|
1122
855
|
|
|
1123
856
|
export interface S3BucketCriteriaForJob {
|
|
1124
857
|
|
|
@@ -1126,10 +859,6 @@ export interface S3BucketCriteriaForJob {
|
|
|
1126
859
|
|
|
1127
860
|
includes?: CriteriaBlockForJob;
|
|
1128
861
|
}
|
|
1129
|
-
export declare namespace S3BucketCriteriaForJob {
|
|
1130
|
-
|
|
1131
|
-
const filterSensitiveLog: (obj: S3BucketCriteriaForJob) => any;
|
|
1132
|
-
}
|
|
1133
862
|
|
|
1134
863
|
export interface S3BucketDefinitionForJob {
|
|
1135
864
|
|
|
@@ -1137,10 +866,6 @@ export interface S3BucketDefinitionForJob {
|
|
|
1137
866
|
|
|
1138
867
|
buckets: string[] | undefined;
|
|
1139
868
|
}
|
|
1140
|
-
export declare namespace S3BucketDefinitionForJob {
|
|
1141
|
-
|
|
1142
|
-
const filterSensitiveLog: (obj: S3BucketDefinitionForJob) => any;
|
|
1143
|
-
}
|
|
1144
869
|
export declare enum JobStatus {
|
|
1145
870
|
CANCELLED = "CANCELLED",
|
|
1146
871
|
COMPLETE = "COMPLETE",
|
|
@@ -1162,10 +887,6 @@ export interface LastRunErrorStatus {
|
|
|
1162
887
|
|
|
1163
888
|
code?: LastRunErrorStatusCode | string;
|
|
1164
889
|
}
|
|
1165
|
-
export declare namespace LastRunErrorStatus {
|
|
1166
|
-
|
|
1167
|
-
const filterSensitiveLog: (obj: LastRunErrorStatus) => any;
|
|
1168
|
-
}
|
|
1169
890
|
|
|
1170
891
|
export interface UserPausedDetails {
|
|
1171
892
|
|
|
@@ -1175,10 +896,6 @@ export interface UserPausedDetails {
|
|
|
1175
896
|
|
|
1176
897
|
jobPausedAt?: Date;
|
|
1177
898
|
}
|
|
1178
|
-
export declare namespace UserPausedDetails {
|
|
1179
|
-
|
|
1180
|
-
const filterSensitiveLog: (obj: UserPausedDetails) => any;
|
|
1181
|
-
}
|
|
1182
899
|
|
|
1183
900
|
export interface JobSummary {
|
|
1184
901
|
|
|
@@ -1200,10 +917,6 @@ export interface JobSummary {
|
|
|
1200
917
|
|
|
1201
918
|
bucketCriteria?: S3BucketCriteriaForJob;
|
|
1202
919
|
}
|
|
1203
|
-
export declare namespace JobSummary {
|
|
1204
|
-
|
|
1205
|
-
const filterSensitiveLog: (obj: JobSummary) => any;
|
|
1206
|
-
}
|
|
1207
920
|
export declare enum ListJobsFilterKey {
|
|
1208
921
|
createdAt = "createdAt",
|
|
1209
922
|
jobStatus = "jobStatus",
|
|
@@ -1219,10 +932,6 @@ export interface ListJobsFilterTerm {
|
|
|
1219
932
|
|
|
1220
933
|
values?: string[];
|
|
1221
934
|
}
|
|
1222
|
-
export declare namespace ListJobsFilterTerm {
|
|
1223
|
-
|
|
1224
|
-
const filterSensitiveLog: (obj: ListJobsFilterTerm) => any;
|
|
1225
|
-
}
|
|
1226
935
|
|
|
1227
936
|
export interface ManagedDataIdentifierSummary {
|
|
1228
937
|
|
|
@@ -1230,10 +939,6 @@ export interface ManagedDataIdentifierSummary {
|
|
|
1230
939
|
|
|
1231
940
|
id?: string;
|
|
1232
941
|
}
|
|
1233
|
-
export declare namespace ManagedDataIdentifierSummary {
|
|
1234
|
-
|
|
1235
|
-
const filterSensitiveLog: (obj: ManagedDataIdentifierSummary) => any;
|
|
1236
|
-
}
|
|
1237
942
|
|
|
1238
943
|
export interface MatchingBucket {
|
|
1239
944
|
|
|
@@ -1263,19 +968,11 @@ export interface MatchingBucket {
|
|
|
1263
968
|
|
|
1264
969
|
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
|
|
1265
970
|
}
|
|
1266
|
-
export declare namespace MatchingBucket {
|
|
1267
|
-
|
|
1268
|
-
const filterSensitiveLog: (obj: MatchingBucket) => any;
|
|
1269
|
-
}
|
|
1270
971
|
|
|
1271
972
|
export interface MatchingResource {
|
|
1272
973
|
|
|
1273
974
|
matchingBucket?: MatchingBucket;
|
|
1274
975
|
}
|
|
1275
|
-
export declare namespace MatchingResource {
|
|
1276
|
-
|
|
1277
|
-
const filterSensitiveLog: (obj: MatchingResource) => any;
|
|
1278
|
-
}
|
|
1279
976
|
|
|
1280
977
|
export interface Member {
|
|
1281
978
|
|
|
@@ -1297,10 +994,6 @@ export interface Member {
|
|
|
1297
994
|
|
|
1298
995
|
updatedAt?: Date;
|
|
1299
996
|
}
|
|
1300
|
-
export declare namespace Member {
|
|
1301
|
-
|
|
1302
|
-
const filterSensitiveLog: (obj: Member) => any;
|
|
1303
|
-
}
|
|
1304
997
|
export declare enum SearchResourcesComparator {
|
|
1305
998
|
EQ = "EQ",
|
|
1306
999
|
NE = "NE"
|
|
@@ -1320,10 +1013,6 @@ export interface SearchResourcesSimpleCriterion {
|
|
|
1320
1013
|
|
|
1321
1014
|
values?: string[];
|
|
1322
1015
|
}
|
|
1323
|
-
export declare namespace SearchResourcesSimpleCriterion {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: SearchResourcesSimpleCriterion) => any;
|
|
1326
|
-
}
|
|
1327
1016
|
|
|
1328
1017
|
export interface SearchResourcesTagCriterionPair {
|
|
1329
1018
|
|
|
@@ -1331,10 +1020,6 @@ export interface SearchResourcesTagCriterionPair {
|
|
|
1331
1020
|
|
|
1332
1021
|
value?: string;
|
|
1333
1022
|
}
|
|
1334
|
-
export declare namespace SearchResourcesTagCriterionPair {
|
|
1335
|
-
|
|
1336
|
-
const filterSensitiveLog: (obj: SearchResourcesTagCriterionPair) => any;
|
|
1337
|
-
}
|
|
1338
1023
|
|
|
1339
1024
|
export interface SearchResourcesTagCriterion {
|
|
1340
1025
|
|
|
@@ -1342,10 +1027,6 @@ export interface SearchResourcesTagCriterion {
|
|
|
1342
1027
|
|
|
1343
1028
|
tagValues?: SearchResourcesTagCriterionPair[];
|
|
1344
1029
|
}
|
|
1345
|
-
export declare namespace SearchResourcesTagCriterion {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: SearchResourcesTagCriterion) => any;
|
|
1348
|
-
}
|
|
1349
1030
|
|
|
1350
1031
|
export interface SearchResourcesCriteria {
|
|
1351
1032
|
|
|
@@ -1353,9 +1034,12 @@ export interface SearchResourcesCriteria {
|
|
|
1353
1034
|
|
|
1354
1035
|
tagCriterion?: SearchResourcesTagCriterion;
|
|
1355
1036
|
}
|
|
1356
|
-
export declare
|
|
1357
|
-
|
|
1358
|
-
|
|
1037
|
+
export declare enum UnavailabilityReasonCode {
|
|
1038
|
+
INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
|
|
1039
|
+
OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
1040
|
+
OBJECT_UNAVAILABLE = "OBJECT_UNAVAILABLE",
|
|
1041
|
+
UNSUPPORTED_FINDING_TYPE = "UNSUPPORTED_FINDING_TYPE",
|
|
1042
|
+
UNSUPPORTED_OBJECT_TYPE = "UNSUPPORTED_OBJECT_TYPE"
|
|
1359
1043
|
}
|
|
1360
1044
|
export declare enum ErrorCode {
|
|
1361
1045
|
ClientError = "ClientError",
|
|
@@ -1370,10 +1054,6 @@ export interface UnprocessedAccount {
|
|
|
1370
1054
|
|
|
1371
1055
|
errorMessage?: string;
|
|
1372
1056
|
}
|
|
1373
|
-
export declare namespace UnprocessedAccount {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
1376
|
-
}
|
|
1377
1057
|
export declare enum Currency {
|
|
1378
1058
|
USD = "USD"
|
|
1379
1059
|
}
|
|
@@ -1389,10 +1069,6 @@ export interface ServiceLimit {
|
|
|
1389
1069
|
|
|
1390
1070
|
value?: number;
|
|
1391
1071
|
}
|
|
1392
|
-
export declare namespace ServiceLimit {
|
|
1393
|
-
|
|
1394
|
-
const filterSensitiveLog: (obj: ServiceLimit) => any;
|
|
1395
|
-
}
|
|
1396
1072
|
export declare enum UsageType {
|
|
1397
1073
|
DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
|
|
1398
1074
|
SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY"
|
|
@@ -1408,10 +1084,6 @@ export interface UsageByAccount {
|
|
|
1408
1084
|
|
|
1409
1085
|
type?: UsageType | string;
|
|
1410
1086
|
}
|
|
1411
|
-
export declare namespace UsageByAccount {
|
|
1412
|
-
|
|
1413
|
-
const filterSensitiveLog: (obj: UsageByAccount) => any;
|
|
1414
|
-
}
|
|
1415
1087
|
|
|
1416
1088
|
export interface UsageRecord {
|
|
1417
1089
|
|
|
@@ -1421,10 +1093,6 @@ export interface UsageRecord {
|
|
|
1421
1093
|
|
|
1422
1094
|
usage?: UsageByAccount[];
|
|
1423
1095
|
}
|
|
1424
|
-
export declare namespace UsageRecord {
|
|
1425
|
-
|
|
1426
|
-
const filterSensitiveLog: (obj: UsageRecord) => any;
|
|
1427
|
-
}
|
|
1428
1096
|
export declare enum UsageStatisticsFilterComparator {
|
|
1429
1097
|
CONTAINS = "CONTAINS",
|
|
1430
1098
|
EQ = "EQ",
|
|
@@ -1449,10 +1117,6 @@ export interface UsageStatisticsFilter {
|
|
|
1449
1117
|
|
|
1450
1118
|
values?: string[];
|
|
1451
1119
|
}
|
|
1452
|
-
export declare namespace UsageStatisticsFilter {
|
|
1453
|
-
|
|
1454
|
-
const filterSensitiveLog: (obj: UsageStatisticsFilter) => any;
|
|
1455
|
-
}
|
|
1456
1120
|
|
|
1457
1121
|
export interface UsageTotal {
|
|
1458
1122
|
|
|
@@ -1462,10 +1126,6 @@ export interface UsageTotal {
|
|
|
1462
1126
|
|
|
1463
1127
|
type?: UsageType | string;
|
|
1464
1128
|
}
|
|
1465
|
-
export declare namespace UsageTotal {
|
|
1466
|
-
|
|
1467
|
-
const filterSensitiveLog: (obj: UsageTotal) => any;
|
|
1468
|
-
}
|
|
1469
1129
|
export interface AcceptInvitationRequest {
|
|
1470
1130
|
|
|
1471
1131
|
administratorAccountId?: string;
|
|
@@ -1474,16 +1134,8 @@ export interface AcceptInvitationRequest {
|
|
|
1474
1134
|
|
|
1475
1135
|
masterAccount?: string;
|
|
1476
1136
|
}
|
|
1477
|
-
export declare namespace AcceptInvitationRequest {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
1480
|
-
}
|
|
1481
1137
|
export interface AcceptInvitationResponse {
|
|
1482
1138
|
}
|
|
1483
|
-
export declare namespace AcceptInvitationResponse {
|
|
1484
|
-
|
|
1485
|
-
const filterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
1486
|
-
}
|
|
1487
1139
|
|
|
1488
1140
|
export declare class AccessDeniedException extends __BaseException {
|
|
1489
1141
|
readonly name: "AccessDeniedException";
|
|
@@ -1540,28 +1192,20 @@ export interface AccountDetail {
|
|
|
1540
1192
|
|
|
1541
1193
|
email: string | undefined;
|
|
1542
1194
|
}
|
|
1543
|
-
export declare
|
|
1544
|
-
|
|
1545
|
-
|
|
1195
|
+
export declare enum AvailabilityCode {
|
|
1196
|
+
AVAILABLE = "AVAILABLE",
|
|
1197
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
1546
1198
|
}
|
|
1547
1199
|
export interface BatchGetCustomDataIdentifiersRequest {
|
|
1548
1200
|
|
|
1549
1201
|
ids?: string[];
|
|
1550
1202
|
}
|
|
1551
|
-
export declare namespace BatchGetCustomDataIdentifiersRequest {
|
|
1552
|
-
|
|
1553
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
|
|
1554
|
-
}
|
|
1555
1203
|
export interface BatchGetCustomDataIdentifiersResponse {
|
|
1556
1204
|
|
|
1557
1205
|
customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[];
|
|
1558
1206
|
|
|
1559
1207
|
notFoundIdentifierIds?: string[];
|
|
1560
1208
|
}
|
|
1561
|
-
export declare namespace BatchGetCustomDataIdentifiersResponse {
|
|
1562
|
-
|
|
1563
|
-
const filterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
|
|
1564
|
-
}
|
|
1565
1209
|
|
|
1566
1210
|
export interface BucketCountByEffectivePermission {
|
|
1567
1211
|
|
|
@@ -1573,10 +1217,6 @@ export interface BucketCountByEffectivePermission {
|
|
|
1573
1217
|
|
|
1574
1218
|
unknown?: number;
|
|
1575
1219
|
}
|
|
1576
|
-
export declare namespace BucketCountByEffectivePermission {
|
|
1577
|
-
|
|
1578
|
-
const filterSensitiveLog: (obj: BucketCountByEffectivePermission) => any;
|
|
1579
|
-
}
|
|
1580
1220
|
|
|
1581
1221
|
export interface BucketCountByEncryptionType {
|
|
1582
1222
|
|
|
@@ -1588,10 +1228,6 @@ export interface BucketCountByEncryptionType {
|
|
|
1588
1228
|
|
|
1589
1229
|
unknown?: number;
|
|
1590
1230
|
}
|
|
1591
|
-
export declare namespace BucketCountByEncryptionType {
|
|
1592
|
-
|
|
1593
|
-
const filterSensitiveLog: (obj: BucketCountByEncryptionType) => any;
|
|
1594
|
-
}
|
|
1595
1231
|
|
|
1596
1232
|
export interface BucketCountBySharedAccessType {
|
|
1597
1233
|
|
|
@@ -1603,10 +1239,6 @@ export interface BucketCountBySharedAccessType {
|
|
|
1603
1239
|
|
|
1604
1240
|
unknown?: number;
|
|
1605
1241
|
}
|
|
1606
|
-
export declare namespace BucketCountBySharedAccessType {
|
|
1607
|
-
|
|
1608
|
-
const filterSensitiveLog: (obj: BucketCountBySharedAccessType) => any;
|
|
1609
|
-
}
|
|
1610
1242
|
|
|
1611
1243
|
export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
|
|
1612
1244
|
|
|
@@ -1616,10 +1248,6 @@ export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
|
|
|
1616
1248
|
|
|
1617
1249
|
unknown?: number;
|
|
1618
1250
|
}
|
|
1619
|
-
export declare namespace BucketCountPolicyAllowsUnencryptedObjectUploads {
|
|
1620
|
-
|
|
1621
|
-
const filterSensitiveLog: (obj: BucketCountPolicyAllowsUnencryptedObjectUploads) => any;
|
|
1622
|
-
}
|
|
1623
1251
|
|
|
1624
1252
|
export interface BucketCriteriaAdditionalProperties {
|
|
1625
1253
|
|
|
@@ -1637,10 +1265,6 @@ export interface BucketCriteriaAdditionalProperties {
|
|
|
1637
1265
|
|
|
1638
1266
|
prefix?: string;
|
|
1639
1267
|
}
|
|
1640
|
-
export declare namespace BucketCriteriaAdditionalProperties {
|
|
1641
|
-
|
|
1642
|
-
const filterSensitiveLog: (obj: BucketCriteriaAdditionalProperties) => any;
|
|
1643
|
-
}
|
|
1644
1268
|
export declare enum OrderBy {
|
|
1645
1269
|
ASC = "ASC",
|
|
1646
1270
|
DESC = "DESC"
|
|
@@ -1652,10 +1276,6 @@ export interface BucketSortCriteria {
|
|
|
1652
1276
|
|
|
1653
1277
|
orderBy?: OrderBy | string;
|
|
1654
1278
|
}
|
|
1655
|
-
export declare namespace BucketSortCriteria {
|
|
1656
|
-
|
|
1657
|
-
const filterSensitiveLog: (obj: BucketSortCriteria) => any;
|
|
1658
|
-
}
|
|
1659
1279
|
|
|
1660
1280
|
export interface S3Destination {
|
|
1661
1281
|
|
|
@@ -1665,19 +1285,11 @@ export interface S3Destination {
|
|
|
1665
1285
|
|
|
1666
1286
|
kmsKeyArn: string | undefined;
|
|
1667
1287
|
}
|
|
1668
|
-
export declare namespace S3Destination {
|
|
1669
|
-
|
|
1670
|
-
const filterSensitiveLog: (obj: S3Destination) => any;
|
|
1671
|
-
}
|
|
1672
1288
|
|
|
1673
1289
|
export interface ClassificationExportConfiguration {
|
|
1674
1290
|
|
|
1675
1291
|
s3Destination?: S3Destination;
|
|
1676
1292
|
}
|
|
1677
|
-
export declare namespace ClassificationExportConfiguration {
|
|
1678
|
-
|
|
1679
|
-
const filterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
|
|
1680
|
-
}
|
|
1681
1293
|
export declare enum ManagedDataIdentifierSelector {
|
|
1682
1294
|
ALL = "ALL",
|
|
1683
1295
|
EXCLUDE = "EXCLUDE",
|
|
@@ -1689,10 +1301,6 @@ export interface JobScopingBlock {
|
|
|
1689
1301
|
|
|
1690
1302
|
and?: JobScopeTerm[];
|
|
1691
1303
|
}
|
|
1692
|
-
export declare namespace JobScopingBlock {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: JobScopingBlock) => any;
|
|
1695
|
-
}
|
|
1696
1304
|
|
|
1697
1305
|
export interface Scoping {
|
|
1698
1306
|
|
|
@@ -1700,10 +1308,6 @@ export interface Scoping {
|
|
|
1700
1308
|
|
|
1701
1309
|
includes?: JobScopingBlock;
|
|
1702
1310
|
}
|
|
1703
|
-
export declare namespace Scoping {
|
|
1704
|
-
|
|
1705
|
-
const filterSensitiveLog: (obj: Scoping) => any;
|
|
1706
|
-
}
|
|
1707
1311
|
|
|
1708
1312
|
export interface S3JobDefinition {
|
|
1709
1313
|
|
|
@@ -1713,26 +1317,14 @@ export interface S3JobDefinition {
|
|
|
1713
1317
|
|
|
1714
1318
|
bucketCriteria?: S3BucketCriteriaForJob;
|
|
1715
1319
|
}
|
|
1716
|
-
export declare namespace S3JobDefinition {
|
|
1717
|
-
|
|
1718
|
-
const filterSensitiveLog: (obj: S3JobDefinition) => any;
|
|
1719
|
-
}
|
|
1720
1320
|
|
|
1721
1321
|
export interface DailySchedule {
|
|
1722
1322
|
}
|
|
1723
|
-
export declare namespace DailySchedule {
|
|
1724
|
-
|
|
1725
|
-
const filterSensitiveLog: (obj: DailySchedule) => any;
|
|
1726
|
-
}
|
|
1727
1323
|
|
|
1728
1324
|
export interface MonthlySchedule {
|
|
1729
1325
|
|
|
1730
1326
|
dayOfMonth?: number;
|
|
1731
1327
|
}
|
|
1732
|
-
export declare namespace MonthlySchedule {
|
|
1733
|
-
|
|
1734
|
-
const filterSensitiveLog: (obj: MonthlySchedule) => any;
|
|
1735
|
-
}
|
|
1736
1328
|
export declare enum DayOfWeek {
|
|
1737
1329
|
FRIDAY = "FRIDAY",
|
|
1738
1330
|
MONDAY = "MONDAY",
|
|
@@ -1747,10 +1339,6 @@ export interface WeeklySchedule {
|
|
|
1747
1339
|
|
|
1748
1340
|
dayOfWeek?: DayOfWeek | string;
|
|
1749
1341
|
}
|
|
1750
|
-
export declare namespace WeeklySchedule {
|
|
1751
|
-
|
|
1752
|
-
const filterSensitiveLog: (obj: WeeklySchedule) => any;
|
|
1753
|
-
}
|
|
1754
1342
|
|
|
1755
1343
|
export interface JobScheduleFrequency {
|
|
1756
1344
|
|
|
@@ -1760,10 +1348,6 @@ export interface JobScheduleFrequency {
|
|
|
1760
1348
|
|
|
1761
1349
|
weeklySchedule?: WeeklySchedule;
|
|
1762
1350
|
}
|
|
1763
|
-
export declare namespace JobScheduleFrequency {
|
|
1764
|
-
|
|
1765
|
-
const filterSensitiveLog: (obj: JobScheduleFrequency) => any;
|
|
1766
|
-
}
|
|
1767
1351
|
export interface CreateClassificationJobRequest {
|
|
1768
1352
|
|
|
1769
1353
|
clientToken?: string;
|
|
@@ -1790,20 +1374,12 @@ export interface CreateClassificationJobRequest {
|
|
|
1790
1374
|
|
|
1791
1375
|
tags?: Record<string, string>;
|
|
1792
1376
|
}
|
|
1793
|
-
export declare namespace CreateClassificationJobRequest {
|
|
1794
|
-
|
|
1795
|
-
const filterSensitiveLog: (obj: CreateClassificationJobRequest) => any;
|
|
1796
|
-
}
|
|
1797
1377
|
export interface CreateClassificationJobResponse {
|
|
1798
1378
|
|
|
1799
1379
|
jobArn?: string;
|
|
1800
1380
|
|
|
1801
1381
|
jobId?: string;
|
|
1802
1382
|
}
|
|
1803
|
-
export declare namespace CreateClassificationJobResponse {
|
|
1804
|
-
|
|
1805
|
-
const filterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
1806
|
-
}
|
|
1807
1383
|
export declare enum DataIdentifierSeverity {
|
|
1808
1384
|
HIGH = "HIGH",
|
|
1809
1385
|
LOW = "LOW",
|
|
@@ -1816,10 +1392,6 @@ export interface SeverityLevel {
|
|
|
1816
1392
|
|
|
1817
1393
|
severity: DataIdentifierSeverity | string | undefined;
|
|
1818
1394
|
}
|
|
1819
|
-
export declare namespace SeverityLevel {
|
|
1820
|
-
|
|
1821
|
-
const filterSensitiveLog: (obj: SeverityLevel) => any;
|
|
1822
|
-
}
|
|
1823
1395
|
export interface CreateCustomDataIdentifierRequest {
|
|
1824
1396
|
|
|
1825
1397
|
clientToken?: string;
|
|
@@ -1840,18 +1412,10 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
1840
1412
|
|
|
1841
1413
|
tags?: Record<string, string>;
|
|
1842
1414
|
}
|
|
1843
|
-
export declare namespace CreateCustomDataIdentifierRequest {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: CreateCustomDataIdentifierRequest) => any;
|
|
1846
|
-
}
|
|
1847
1415
|
export interface CreateCustomDataIdentifierResponse {
|
|
1848
1416
|
|
|
1849
1417
|
customDataIdentifierId?: string;
|
|
1850
1418
|
}
|
|
1851
|
-
export declare namespace CreateCustomDataIdentifierResponse {
|
|
1852
|
-
|
|
1853
|
-
const filterSensitiveLog: (obj: CreateCustomDataIdentifierResponse) => any;
|
|
1854
|
-
}
|
|
1855
1419
|
|
|
1856
1420
|
export interface CriterionAdditionalProperties {
|
|
1857
1421
|
|
|
@@ -1869,19 +1433,11 @@ export interface CriterionAdditionalProperties {
|
|
|
1869
1433
|
|
|
1870
1434
|
neq?: string[];
|
|
1871
1435
|
}
|
|
1872
|
-
export declare namespace CriterionAdditionalProperties {
|
|
1873
|
-
|
|
1874
|
-
const filterSensitiveLog: (obj: CriterionAdditionalProperties) => any;
|
|
1875
|
-
}
|
|
1876
1436
|
|
|
1877
1437
|
export interface FindingCriteria {
|
|
1878
1438
|
|
|
1879
1439
|
criterion?: Record<string, CriterionAdditionalProperties>;
|
|
1880
1440
|
}
|
|
1881
|
-
export declare namespace FindingCriteria {
|
|
1882
|
-
|
|
1883
|
-
const filterSensitiveLog: (obj: FindingCriteria) => any;
|
|
1884
|
-
}
|
|
1885
1441
|
export interface CreateFindingsFilterRequest {
|
|
1886
1442
|
|
|
1887
1443
|
action: FindingsFilterAction | string | undefined;
|
|
@@ -1898,20 +1454,12 @@ export interface CreateFindingsFilterRequest {
|
|
|
1898
1454
|
|
|
1899
1455
|
tags?: Record<string, string>;
|
|
1900
1456
|
}
|
|
1901
|
-
export declare namespace CreateFindingsFilterRequest {
|
|
1902
|
-
|
|
1903
|
-
const filterSensitiveLog: (obj: CreateFindingsFilterRequest) => any;
|
|
1904
|
-
}
|
|
1905
1457
|
export interface CreateFindingsFilterResponse {
|
|
1906
1458
|
|
|
1907
1459
|
arn?: string;
|
|
1908
1460
|
|
|
1909
1461
|
id?: string;
|
|
1910
1462
|
}
|
|
1911
|
-
export declare namespace CreateFindingsFilterResponse {
|
|
1912
|
-
|
|
1913
|
-
const filterSensitiveLog: (obj: CreateFindingsFilterResponse) => any;
|
|
1914
|
-
}
|
|
1915
1463
|
export interface CreateInvitationsRequest {
|
|
1916
1464
|
|
|
1917
1465
|
accountIds: string[] | undefined;
|
|
@@ -1920,124 +1468,60 @@ export interface CreateInvitationsRequest {
|
|
|
1920
1468
|
|
|
1921
1469
|
message?: string;
|
|
1922
1470
|
}
|
|
1923
|
-
export declare namespace CreateInvitationsRequest {
|
|
1924
|
-
|
|
1925
|
-
const filterSensitiveLog: (obj: CreateInvitationsRequest) => any;
|
|
1926
|
-
}
|
|
1927
1471
|
export interface CreateInvitationsResponse {
|
|
1928
1472
|
|
|
1929
1473
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
1930
1474
|
}
|
|
1931
|
-
export declare namespace CreateInvitationsResponse {
|
|
1932
|
-
|
|
1933
|
-
const filterSensitiveLog: (obj: CreateInvitationsResponse) => any;
|
|
1934
|
-
}
|
|
1935
1475
|
export interface CreateMemberRequest {
|
|
1936
1476
|
|
|
1937
1477
|
account: AccountDetail | undefined;
|
|
1938
1478
|
|
|
1939
1479
|
tags?: Record<string, string>;
|
|
1940
1480
|
}
|
|
1941
|
-
export declare namespace CreateMemberRequest {
|
|
1942
|
-
|
|
1943
|
-
const filterSensitiveLog: (obj: CreateMemberRequest) => any;
|
|
1944
|
-
}
|
|
1945
1481
|
export interface CreateMemberResponse {
|
|
1946
1482
|
|
|
1947
1483
|
arn?: string;
|
|
1948
1484
|
}
|
|
1949
|
-
export declare namespace CreateMemberResponse {
|
|
1950
|
-
|
|
1951
|
-
const filterSensitiveLog: (obj: CreateMemberResponse) => any;
|
|
1952
|
-
}
|
|
1953
1485
|
export interface CreateSampleFindingsRequest {
|
|
1954
1486
|
|
|
1955
1487
|
findingTypes?: (FindingType | string)[];
|
|
1956
1488
|
}
|
|
1957
|
-
export declare namespace CreateSampleFindingsRequest {
|
|
1958
|
-
|
|
1959
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
1960
|
-
}
|
|
1961
1489
|
export interface CreateSampleFindingsResponse {
|
|
1962
1490
|
}
|
|
1963
|
-
export declare namespace CreateSampleFindingsResponse {
|
|
1964
|
-
|
|
1965
|
-
const filterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
1966
|
-
}
|
|
1967
1491
|
export interface DeclineInvitationsRequest {
|
|
1968
1492
|
|
|
1969
1493
|
accountIds: string[] | undefined;
|
|
1970
1494
|
}
|
|
1971
|
-
export declare namespace DeclineInvitationsRequest {
|
|
1972
|
-
|
|
1973
|
-
const filterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
1974
|
-
}
|
|
1975
1495
|
export interface DeclineInvitationsResponse {
|
|
1976
1496
|
|
|
1977
1497
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
1978
1498
|
}
|
|
1979
|
-
export declare namespace DeclineInvitationsResponse {
|
|
1980
|
-
|
|
1981
|
-
const filterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
1982
|
-
}
|
|
1983
1499
|
export interface DeleteCustomDataIdentifierRequest {
|
|
1984
1500
|
|
|
1985
1501
|
id: string | undefined;
|
|
1986
1502
|
}
|
|
1987
|
-
export declare namespace DeleteCustomDataIdentifierRequest {
|
|
1988
|
-
|
|
1989
|
-
const filterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
|
|
1990
|
-
}
|
|
1991
1503
|
export interface DeleteCustomDataIdentifierResponse {
|
|
1992
1504
|
}
|
|
1993
|
-
export declare namespace DeleteCustomDataIdentifierResponse {
|
|
1994
|
-
|
|
1995
|
-
const filterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
|
|
1996
|
-
}
|
|
1997
1505
|
export interface DeleteFindingsFilterRequest {
|
|
1998
1506
|
|
|
1999
1507
|
id: string | undefined;
|
|
2000
1508
|
}
|
|
2001
|
-
export declare namespace DeleteFindingsFilterRequest {
|
|
2002
|
-
|
|
2003
|
-
const filterSensitiveLog: (obj: DeleteFindingsFilterRequest) => any;
|
|
2004
|
-
}
|
|
2005
1509
|
export interface DeleteFindingsFilterResponse {
|
|
2006
1510
|
}
|
|
2007
|
-
export declare namespace DeleteFindingsFilterResponse {
|
|
2008
|
-
|
|
2009
|
-
const filterSensitiveLog: (obj: DeleteFindingsFilterResponse) => any;
|
|
2010
|
-
}
|
|
2011
1511
|
export interface DeleteInvitationsRequest {
|
|
2012
1512
|
|
|
2013
1513
|
accountIds: string[] | undefined;
|
|
2014
1514
|
}
|
|
2015
|
-
export
|
|
2016
|
-
|
|
2017
|
-
const filterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
2018
|
-
}
|
|
2019
|
-
export interface DeleteInvitationsResponse {
|
|
1515
|
+
export interface DeleteInvitationsResponse {
|
|
2020
1516
|
|
|
2021
1517
|
unprocessedAccounts?: UnprocessedAccount[];
|
|
2022
1518
|
}
|
|
2023
|
-
export declare namespace DeleteInvitationsResponse {
|
|
2024
|
-
|
|
2025
|
-
const filterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
2026
|
-
}
|
|
2027
1519
|
export interface DeleteMemberRequest {
|
|
2028
1520
|
|
|
2029
1521
|
id: string | undefined;
|
|
2030
1522
|
}
|
|
2031
|
-
export declare namespace DeleteMemberRequest {
|
|
2032
|
-
|
|
2033
|
-
const filterSensitiveLog: (obj: DeleteMemberRequest) => any;
|
|
2034
|
-
}
|
|
2035
1523
|
export interface DeleteMemberResponse {
|
|
2036
1524
|
}
|
|
2037
|
-
export declare namespace DeleteMemberResponse {
|
|
2038
|
-
|
|
2039
|
-
const filterSensitiveLog: (obj: DeleteMemberResponse) => any;
|
|
2040
|
-
}
|
|
2041
1525
|
export interface DescribeBucketsRequest {
|
|
2042
1526
|
|
|
2043
1527
|
criteria?: Record<string, BucketCriteriaAdditionalProperties>;
|
|
@@ -2048,28 +1532,16 @@ export interface DescribeBucketsRequest {
|
|
|
2048
1532
|
|
|
2049
1533
|
sortCriteria?: BucketSortCriteria;
|
|
2050
1534
|
}
|
|
2051
|
-
export declare namespace DescribeBucketsRequest {
|
|
2052
|
-
|
|
2053
|
-
const filterSensitiveLog: (obj: DescribeBucketsRequest) => any;
|
|
2054
|
-
}
|
|
2055
1535
|
export interface DescribeBucketsResponse {
|
|
2056
1536
|
|
|
2057
1537
|
buckets?: BucketMetadata[];
|
|
2058
1538
|
|
|
2059
1539
|
nextToken?: string;
|
|
2060
1540
|
}
|
|
2061
|
-
export declare namespace DescribeBucketsResponse {
|
|
2062
|
-
|
|
2063
|
-
const filterSensitiveLog: (obj: DescribeBucketsResponse) => any;
|
|
2064
|
-
}
|
|
2065
1541
|
export interface DescribeClassificationJobRequest {
|
|
2066
1542
|
|
|
2067
1543
|
jobId: string | undefined;
|
|
2068
1544
|
}
|
|
2069
|
-
export declare namespace DescribeClassificationJobRequest {
|
|
2070
|
-
|
|
2071
|
-
const filterSensitiveLog: (obj: DescribeClassificationJobRequest) => any;
|
|
2072
|
-
}
|
|
2073
1545
|
|
|
2074
1546
|
export interface Statistics {
|
|
2075
1547
|
|
|
@@ -2077,10 +1549,6 @@ export interface Statistics {
|
|
|
2077
1549
|
|
|
2078
1550
|
numberOfRuns?: number;
|
|
2079
1551
|
}
|
|
2080
|
-
export declare namespace Statistics {
|
|
2081
|
-
|
|
2082
|
-
const filterSensitiveLog: (obj: Statistics) => any;
|
|
2083
|
-
}
|
|
2084
1552
|
export interface DescribeClassificationJobResponse {
|
|
2085
1553
|
|
|
2086
1554
|
clientToken?: string;
|
|
@@ -2123,90 +1591,38 @@ export interface DescribeClassificationJobResponse {
|
|
|
2123
1591
|
|
|
2124
1592
|
userPausedDetails?: UserPausedDetails;
|
|
2125
1593
|
}
|
|
2126
|
-
export declare namespace DescribeClassificationJobResponse {
|
|
2127
|
-
|
|
2128
|
-
const filterSensitiveLog: (obj: DescribeClassificationJobResponse) => any;
|
|
2129
|
-
}
|
|
2130
1594
|
export interface DescribeOrganizationConfigurationRequest {
|
|
2131
1595
|
}
|
|
2132
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
2133
|
-
|
|
2134
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
2135
|
-
}
|
|
2136
1596
|
export interface DescribeOrganizationConfigurationResponse {
|
|
2137
1597
|
|
|
2138
1598
|
autoEnable?: boolean;
|
|
2139
1599
|
|
|
2140
1600
|
maxAccountLimitReached?: boolean;
|
|
2141
1601
|
}
|
|
2142
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
2143
|
-
|
|
2144
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2145
|
-
}
|
|
2146
1602
|
export interface DisableMacieRequest {
|
|
2147
1603
|
}
|
|
2148
|
-
export declare namespace DisableMacieRequest {
|
|
2149
|
-
|
|
2150
|
-
const filterSensitiveLog: (obj: DisableMacieRequest) => any;
|
|
2151
|
-
}
|
|
2152
1604
|
export interface DisableMacieResponse {
|
|
2153
1605
|
}
|
|
2154
|
-
export declare namespace DisableMacieResponse {
|
|
2155
|
-
|
|
2156
|
-
const filterSensitiveLog: (obj: DisableMacieResponse) => any;
|
|
2157
|
-
}
|
|
2158
1606
|
export interface DisableOrganizationAdminAccountRequest {
|
|
2159
1607
|
|
|
2160
1608
|
adminAccountId: string | undefined;
|
|
2161
1609
|
}
|
|
2162
|
-
export declare namespace DisableOrganizationAdminAccountRequest {
|
|
2163
|
-
|
|
2164
|
-
const filterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
2165
|
-
}
|
|
2166
1610
|
export interface DisableOrganizationAdminAccountResponse {
|
|
2167
1611
|
}
|
|
2168
|
-
export declare namespace DisableOrganizationAdminAccountResponse {
|
|
2169
|
-
|
|
2170
|
-
const filterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
2171
|
-
}
|
|
2172
1612
|
export interface DisassociateFromAdministratorAccountRequest {
|
|
2173
1613
|
}
|
|
2174
|
-
export declare namespace DisassociateFromAdministratorAccountRequest {
|
|
2175
|
-
|
|
2176
|
-
const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
2177
|
-
}
|
|
2178
1614
|
export interface DisassociateFromAdministratorAccountResponse {
|
|
2179
1615
|
}
|
|
2180
|
-
export declare namespace DisassociateFromAdministratorAccountResponse {
|
|
2181
|
-
|
|
2182
|
-
const filterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
2183
|
-
}
|
|
2184
1616
|
export interface DisassociateFromMasterAccountRequest {
|
|
2185
1617
|
}
|
|
2186
|
-
export declare namespace DisassociateFromMasterAccountRequest {
|
|
2187
|
-
|
|
2188
|
-
const filterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
2189
|
-
}
|
|
2190
1618
|
export interface DisassociateFromMasterAccountResponse {
|
|
2191
1619
|
}
|
|
2192
|
-
export declare namespace DisassociateFromMasterAccountResponse {
|
|
2193
|
-
|
|
2194
|
-
const filterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
2195
|
-
}
|
|
2196
1620
|
export interface DisassociateMemberRequest {
|
|
2197
1621
|
|
|
2198
1622
|
id: string | undefined;
|
|
2199
1623
|
}
|
|
2200
|
-
export declare namespace DisassociateMemberRequest {
|
|
2201
|
-
|
|
2202
|
-
const filterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
2203
|
-
}
|
|
2204
1624
|
export interface DisassociateMemberResponse {
|
|
2205
1625
|
}
|
|
2206
|
-
export declare namespace DisassociateMemberResponse {
|
|
2207
|
-
|
|
2208
|
-
const filterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
2209
|
-
}
|
|
2210
1626
|
export declare enum FindingPublishingFrequency {
|
|
2211
1627
|
FIFTEEN_MINUTES = "FIFTEEN_MINUTES",
|
|
2212
1628
|
ONE_HOUR = "ONE_HOUR",
|
|
@@ -2224,32 +1640,16 @@ export interface EnableMacieRequest {
|
|
|
2224
1640
|
|
|
2225
1641
|
status?: MacieStatus | string;
|
|
2226
1642
|
}
|
|
2227
|
-
export declare namespace EnableMacieRequest {
|
|
2228
|
-
|
|
2229
|
-
const filterSensitiveLog: (obj: EnableMacieRequest) => any;
|
|
2230
|
-
}
|
|
2231
1643
|
export interface EnableMacieResponse {
|
|
2232
1644
|
}
|
|
2233
|
-
export declare namespace EnableMacieResponse {
|
|
2234
|
-
|
|
2235
|
-
const filterSensitiveLog: (obj: EnableMacieResponse) => any;
|
|
2236
|
-
}
|
|
2237
1645
|
export interface EnableOrganizationAdminAccountRequest {
|
|
2238
1646
|
|
|
2239
1647
|
adminAccountId: string | undefined;
|
|
2240
1648
|
|
|
2241
1649
|
clientToken?: string;
|
|
2242
1650
|
}
|
|
2243
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
2244
|
-
|
|
2245
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
2246
|
-
}
|
|
2247
1651
|
export interface EnableOrganizationAdminAccountResponse {
|
|
2248
1652
|
}
|
|
2249
|
-
export declare namespace EnableOrganizationAdminAccountResponse {
|
|
2250
|
-
|
|
2251
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
2252
|
-
}
|
|
2253
1653
|
export declare enum FindingStatisticsSortAttributeName {
|
|
2254
1654
|
count = "count",
|
|
2255
1655
|
groupKey = "groupKey"
|
|
@@ -2261,32 +1661,16 @@ export interface FindingStatisticsSortCriteria {
|
|
|
2261
1661
|
|
|
2262
1662
|
orderBy?: OrderBy | string;
|
|
2263
1663
|
}
|
|
2264
|
-
export declare namespace FindingStatisticsSortCriteria {
|
|
2265
|
-
|
|
2266
|
-
const filterSensitiveLog: (obj: FindingStatisticsSortCriteria) => any;
|
|
2267
|
-
}
|
|
2268
1664
|
export interface GetAdministratorAccountRequest {
|
|
2269
1665
|
}
|
|
2270
|
-
export declare namespace GetAdministratorAccountRequest {
|
|
2271
|
-
|
|
2272
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
2273
|
-
}
|
|
2274
1666
|
export interface GetAdministratorAccountResponse {
|
|
2275
1667
|
|
|
2276
1668
|
administrator?: Invitation;
|
|
2277
1669
|
}
|
|
2278
|
-
export declare namespace GetAdministratorAccountResponse {
|
|
2279
|
-
|
|
2280
|
-
const filterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
2281
|
-
}
|
|
2282
1670
|
export interface GetBucketStatisticsRequest {
|
|
2283
1671
|
|
|
2284
1672
|
accountId?: string;
|
|
2285
1673
|
}
|
|
2286
|
-
export declare namespace GetBucketStatisticsRequest {
|
|
2287
|
-
|
|
2288
|
-
const filterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
|
|
2289
|
-
}
|
|
2290
1674
|
export interface GetBucketStatisticsResponse {
|
|
2291
1675
|
|
|
2292
1676
|
bucketCount?: number;
|
|
@@ -2315,32 +1699,16 @@ export interface GetBucketStatisticsResponse {
|
|
|
2315
1699
|
|
|
2316
1700
|
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics;
|
|
2317
1701
|
}
|
|
2318
|
-
export declare namespace GetBucketStatisticsResponse {
|
|
2319
|
-
|
|
2320
|
-
const filterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
|
|
2321
|
-
}
|
|
2322
1702
|
export interface GetClassificationExportConfigurationRequest {
|
|
2323
1703
|
}
|
|
2324
|
-
export declare namespace GetClassificationExportConfigurationRequest {
|
|
2325
|
-
|
|
2326
|
-
const filterSensitiveLog: (obj: GetClassificationExportConfigurationRequest) => any;
|
|
2327
|
-
}
|
|
2328
1704
|
export interface GetClassificationExportConfigurationResponse {
|
|
2329
1705
|
|
|
2330
1706
|
configuration?: ClassificationExportConfiguration;
|
|
2331
1707
|
}
|
|
2332
|
-
export declare namespace GetClassificationExportConfigurationResponse {
|
|
2333
|
-
|
|
2334
|
-
const filterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
|
|
2335
|
-
}
|
|
2336
1708
|
export interface GetCustomDataIdentifierRequest {
|
|
2337
1709
|
|
|
2338
1710
|
id: string | undefined;
|
|
2339
1711
|
}
|
|
2340
|
-
export declare namespace GetCustomDataIdentifierRequest {
|
|
2341
|
-
|
|
2342
|
-
const filterSensitiveLog: (obj: GetCustomDataIdentifierRequest) => any;
|
|
2343
|
-
}
|
|
2344
1712
|
export interface GetCustomDataIdentifierResponse {
|
|
2345
1713
|
|
|
2346
1714
|
arn?: string;
|
|
@@ -2367,10 +1735,6 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
2367
1735
|
|
|
2368
1736
|
tags?: Record<string, string>;
|
|
2369
1737
|
}
|
|
2370
|
-
export declare namespace GetCustomDataIdentifierResponse {
|
|
2371
|
-
|
|
2372
|
-
const filterSensitiveLog: (obj: GetCustomDataIdentifierResponse) => any;
|
|
2373
|
-
}
|
|
2374
1738
|
|
|
2375
1739
|
export interface SortCriteria {
|
|
2376
1740
|
|
|
@@ -2378,36 +1742,20 @@ export interface SortCriteria {
|
|
|
2378
1742
|
|
|
2379
1743
|
orderBy?: OrderBy | string;
|
|
2380
1744
|
}
|
|
2381
|
-
export declare namespace SortCriteria {
|
|
2382
|
-
|
|
2383
|
-
const filterSensitiveLog: (obj: SortCriteria) => any;
|
|
2384
|
-
}
|
|
2385
1745
|
export interface GetFindingsRequest {
|
|
2386
1746
|
|
|
2387
1747
|
findingIds: string[] | undefined;
|
|
2388
1748
|
|
|
2389
1749
|
sortCriteria?: SortCriteria;
|
|
2390
1750
|
}
|
|
2391
|
-
export declare namespace GetFindingsRequest {
|
|
2392
|
-
|
|
2393
|
-
const filterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
2394
|
-
}
|
|
2395
1751
|
export interface GetFindingsResponse {
|
|
2396
1752
|
|
|
2397
1753
|
findings?: Finding[];
|
|
2398
1754
|
}
|
|
2399
|
-
export declare namespace GetFindingsResponse {
|
|
2400
|
-
|
|
2401
|
-
const filterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
2402
|
-
}
|
|
2403
1755
|
export interface GetFindingsFilterRequest {
|
|
2404
1756
|
|
|
2405
1757
|
id: string | undefined;
|
|
2406
1758
|
}
|
|
2407
|
-
export declare namespace GetFindingsFilterRequest {
|
|
2408
|
-
|
|
2409
|
-
const filterSensitiveLog: (obj: GetFindingsFilterRequest) => any;
|
|
2410
|
-
}
|
|
2411
1759
|
export interface GetFindingsFilterResponse {
|
|
2412
1760
|
|
|
2413
1761
|
action?: FindingsFilterAction | string;
|
|
@@ -2426,16 +1774,8 @@ export interface GetFindingsFilterResponse {
|
|
|
2426
1774
|
|
|
2427
1775
|
tags?: Record<string, string>;
|
|
2428
1776
|
}
|
|
2429
|
-
export declare namespace GetFindingsFilterResponse {
|
|
2430
|
-
|
|
2431
|
-
const filterSensitiveLog: (obj: GetFindingsFilterResponse) => any;
|
|
2432
|
-
}
|
|
2433
1777
|
export interface GetFindingsPublicationConfigurationRequest {
|
|
2434
1778
|
}
|
|
2435
|
-
export declare namespace GetFindingsPublicationConfigurationRequest {
|
|
2436
|
-
|
|
2437
|
-
const filterSensitiveLog: (obj: GetFindingsPublicationConfigurationRequest) => any;
|
|
2438
|
-
}
|
|
2439
1779
|
|
|
2440
1780
|
export interface SecurityHubConfiguration {
|
|
2441
1781
|
|
|
@@ -2443,18 +1783,10 @@ export interface SecurityHubConfiguration {
|
|
|
2443
1783
|
|
|
2444
1784
|
publishPolicyFindings: boolean | undefined;
|
|
2445
1785
|
}
|
|
2446
|
-
export declare namespace SecurityHubConfiguration {
|
|
2447
|
-
|
|
2448
|
-
const filterSensitiveLog: (obj: SecurityHubConfiguration) => any;
|
|
2449
|
-
}
|
|
2450
1786
|
export interface GetFindingsPublicationConfigurationResponse {
|
|
2451
1787
|
|
|
2452
1788
|
securityHubConfiguration?: SecurityHubConfiguration;
|
|
2453
1789
|
}
|
|
2454
|
-
export declare namespace GetFindingsPublicationConfigurationResponse {
|
|
2455
|
-
|
|
2456
|
-
const filterSensitiveLog: (obj: GetFindingsPublicationConfigurationResponse) => any;
|
|
2457
|
-
}
|
|
2458
1790
|
export declare enum GroupBy {
|
|
2459
1791
|
classificationDetails_jobId = "classificationDetails.jobId",
|
|
2460
1792
|
resourcesAffected_s3Bucket_name = "resourcesAffected.s3Bucket.name",
|
|
@@ -2471,38 +1803,18 @@ export interface GetFindingStatisticsRequest {
|
|
|
2471
1803
|
|
|
2472
1804
|
sortCriteria?: FindingStatisticsSortCriteria;
|
|
2473
1805
|
}
|
|
2474
|
-
export declare namespace GetFindingStatisticsRequest {
|
|
2475
|
-
|
|
2476
|
-
const filterSensitiveLog: (obj: GetFindingStatisticsRequest) => any;
|
|
2477
|
-
}
|
|
2478
1806
|
export interface GetFindingStatisticsResponse {
|
|
2479
1807
|
|
|
2480
1808
|
countsByGroup?: GroupCount[];
|
|
2481
1809
|
}
|
|
2482
|
-
export declare namespace GetFindingStatisticsResponse {
|
|
2483
|
-
|
|
2484
|
-
const filterSensitiveLog: (obj: GetFindingStatisticsResponse) => any;
|
|
2485
|
-
}
|
|
2486
1810
|
export interface GetInvitationsCountRequest {
|
|
2487
1811
|
}
|
|
2488
|
-
export declare namespace GetInvitationsCountRequest {
|
|
2489
|
-
|
|
2490
|
-
const filterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
2491
|
-
}
|
|
2492
1812
|
export interface GetInvitationsCountResponse {
|
|
2493
1813
|
|
|
2494
1814
|
invitationsCount?: number;
|
|
2495
1815
|
}
|
|
2496
|
-
export declare namespace GetInvitationsCountResponse {
|
|
2497
|
-
|
|
2498
|
-
const filterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
2499
|
-
}
|
|
2500
1816
|
export interface GetMacieSessionRequest {
|
|
2501
1817
|
}
|
|
2502
|
-
export declare namespace GetMacieSessionRequest {
|
|
2503
|
-
|
|
2504
|
-
const filterSensitiveLog: (obj: GetMacieSessionRequest) => any;
|
|
2505
|
-
}
|
|
2506
1818
|
export interface GetMacieSessionResponse {
|
|
2507
1819
|
|
|
2508
1820
|
createdAt?: Date;
|
|
@@ -2515,32 +1827,16 @@ export interface GetMacieSessionResponse {
|
|
|
2515
1827
|
|
|
2516
1828
|
updatedAt?: Date;
|
|
2517
1829
|
}
|
|
2518
|
-
export declare namespace GetMacieSessionResponse {
|
|
2519
|
-
|
|
2520
|
-
const filterSensitiveLog: (obj: GetMacieSessionResponse) => any;
|
|
2521
|
-
}
|
|
2522
1830
|
export interface GetMasterAccountRequest {
|
|
2523
1831
|
}
|
|
2524
|
-
export declare namespace GetMasterAccountRequest {
|
|
2525
|
-
|
|
2526
|
-
const filterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
2527
|
-
}
|
|
2528
1832
|
export interface GetMasterAccountResponse {
|
|
2529
1833
|
|
|
2530
1834
|
master?: Invitation;
|
|
2531
1835
|
}
|
|
2532
|
-
export declare namespace GetMasterAccountResponse {
|
|
2533
|
-
|
|
2534
|
-
const filterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
2535
|
-
}
|
|
2536
1836
|
export interface GetMemberRequest {
|
|
2537
1837
|
|
|
2538
1838
|
id: string | undefined;
|
|
2539
1839
|
}
|
|
2540
|
-
export declare namespace GetMemberRequest {
|
|
2541
|
-
|
|
2542
|
-
const filterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
2543
|
-
}
|
|
2544
1840
|
export interface GetMemberResponse {
|
|
2545
1841
|
|
|
2546
1842
|
accountId?: string;
|
|
@@ -2561,9 +1857,56 @@ export interface GetMemberResponse {
|
|
|
2561
1857
|
|
|
2562
1858
|
updatedAt?: Date;
|
|
2563
1859
|
}
|
|
2564
|
-
export
|
|
1860
|
+
export interface GetRevealConfigurationRequest {
|
|
1861
|
+
}
|
|
1862
|
+
export declare enum RevealStatus {
|
|
1863
|
+
DISABLED = "DISABLED",
|
|
1864
|
+
ENABLED = "ENABLED"
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
export interface RevealConfiguration {
|
|
1868
|
+
|
|
1869
|
+
kmsKeyId?: string;
|
|
1870
|
+
|
|
1871
|
+
status: RevealStatus | string | undefined;
|
|
1872
|
+
}
|
|
1873
|
+
export interface GetRevealConfigurationResponse {
|
|
1874
|
+
|
|
1875
|
+
configuration?: RevealConfiguration;
|
|
1876
|
+
}
|
|
1877
|
+
export interface GetSensitiveDataOccurrencesRequest {
|
|
1878
|
+
|
|
1879
|
+
findingId: string | undefined;
|
|
1880
|
+
}
|
|
1881
|
+
export declare enum RevealRequestStatus {
|
|
1882
|
+
ERROR = "ERROR",
|
|
1883
|
+
PROCESSING = "PROCESSING",
|
|
1884
|
+
SUCCESS = "SUCCESS"
|
|
1885
|
+
}
|
|
1886
|
+
export interface GetSensitiveDataOccurrencesResponse {
|
|
1887
|
+
|
|
1888
|
+
error?: string;
|
|
1889
|
+
|
|
1890
|
+
sensitiveDataOccurrences?: Record<string, DetectedDataDetails[]>;
|
|
1891
|
+
|
|
1892
|
+
status?: RevealRequestStatus | string;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
1896
|
+
readonly name: "UnprocessableEntityException";
|
|
1897
|
+
readonly $fault: "client";
|
|
1898
|
+
|
|
1899
|
+
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
1900
|
+
}
|
|
1901
|
+
export interface GetSensitiveDataOccurrencesAvailabilityRequest {
|
|
2565
1902
|
|
|
2566
|
-
|
|
1903
|
+
findingId: string | undefined;
|
|
1904
|
+
}
|
|
1905
|
+
export interface GetSensitiveDataOccurrencesAvailabilityResponse {
|
|
1906
|
+
|
|
1907
|
+
code?: AvailabilityCode | string;
|
|
1908
|
+
|
|
1909
|
+
reasons?: (UnavailabilityReasonCode | string)[];
|
|
2567
1910
|
}
|
|
2568
1911
|
export declare enum UsageStatisticsSortKey {
|
|
2569
1912
|
accountId = "accountId",
|
|
@@ -2578,10 +1921,6 @@ export interface UsageStatisticsSortBy {
|
|
|
2578
1921
|
|
|
2579
1922
|
orderBy?: OrderBy | string;
|
|
2580
1923
|
}
|
|
2581
|
-
export declare namespace UsageStatisticsSortBy {
|
|
2582
|
-
|
|
2583
|
-
const filterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
|
|
2584
|
-
}
|
|
2585
1924
|
export declare enum TimeRange {
|
|
2586
1925
|
MONTH_TO_DATE = "MONTH_TO_DATE",
|
|
2587
1926
|
PAST_30_DAYS = "PAST_30_DAYS"
|
|
@@ -2598,10 +1937,6 @@ export interface GetUsageStatisticsRequest {
|
|
|
2598
1937
|
|
|
2599
1938
|
timeRange?: TimeRange | string;
|
|
2600
1939
|
}
|
|
2601
|
-
export declare namespace GetUsageStatisticsRequest {
|
|
2602
|
-
|
|
2603
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
2604
|
-
}
|
|
2605
1940
|
export interface GetUsageStatisticsResponse {
|
|
2606
1941
|
|
|
2607
1942
|
nextToken?: string;
|
|
@@ -2610,28 +1945,16 @@ export interface GetUsageStatisticsResponse {
|
|
|
2610
1945
|
|
|
2611
1946
|
timeRange?: TimeRange | string;
|
|
2612
1947
|
}
|
|
2613
|
-
export declare namespace GetUsageStatisticsResponse {
|
|
2614
|
-
|
|
2615
|
-
const filterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
2616
|
-
}
|
|
2617
1948
|
export interface GetUsageTotalsRequest {
|
|
2618
1949
|
|
|
2619
1950
|
timeRange?: string;
|
|
2620
1951
|
}
|
|
2621
|
-
export declare namespace GetUsageTotalsRequest {
|
|
2622
|
-
|
|
2623
|
-
const filterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
|
|
2624
|
-
}
|
|
2625
1952
|
export interface GetUsageTotalsResponse {
|
|
2626
1953
|
|
|
2627
1954
|
timeRange?: TimeRange | string;
|
|
2628
1955
|
|
|
2629
1956
|
usageTotals?: UsageTotal[];
|
|
2630
1957
|
}
|
|
2631
|
-
export declare namespace GetUsageTotalsResponse {
|
|
2632
|
-
|
|
2633
|
-
const filterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
|
|
2634
|
-
}
|
|
2635
1958
|
|
|
2636
1959
|
export interface ListJobsFilterCriteria {
|
|
2637
1960
|
|
|
@@ -2639,10 +1962,6 @@ export interface ListJobsFilterCriteria {
|
|
|
2639
1962
|
|
|
2640
1963
|
includes?: ListJobsFilterTerm[];
|
|
2641
1964
|
}
|
|
2642
|
-
export declare namespace ListJobsFilterCriteria {
|
|
2643
|
-
|
|
2644
|
-
const filterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
|
|
2645
|
-
}
|
|
2646
1965
|
export declare enum ListJobsSortAttributeName {
|
|
2647
1966
|
createdAt = "createdAt",
|
|
2648
1967
|
jobStatus = "jobStatus",
|
|
@@ -2656,10 +1975,6 @@ export interface ListJobsSortCriteria {
|
|
|
2656
1975
|
|
|
2657
1976
|
orderBy?: OrderBy | string;
|
|
2658
1977
|
}
|
|
2659
|
-
export declare namespace ListJobsSortCriteria {
|
|
2660
|
-
|
|
2661
|
-
const filterSensitiveLog: (obj: ListJobsSortCriteria) => any;
|
|
2662
|
-
}
|
|
2663
1978
|
export interface ListClassificationJobsRequest {
|
|
2664
1979
|
|
|
2665
1980
|
filterCriteria?: ListJobsFilterCriteria;
|
|
@@ -2670,40 +1985,24 @@ export interface ListClassificationJobsRequest {
|
|
|
2670
1985
|
|
|
2671
1986
|
sortCriteria?: ListJobsSortCriteria;
|
|
2672
1987
|
}
|
|
2673
|
-
export declare namespace ListClassificationJobsRequest {
|
|
2674
|
-
|
|
2675
|
-
const filterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
|
|
2676
|
-
}
|
|
2677
1988
|
export interface ListClassificationJobsResponse {
|
|
2678
1989
|
|
|
2679
1990
|
items?: JobSummary[];
|
|
2680
1991
|
|
|
2681
1992
|
nextToken?: string;
|
|
2682
1993
|
}
|
|
2683
|
-
export declare namespace ListClassificationJobsResponse {
|
|
2684
|
-
|
|
2685
|
-
const filterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
|
|
2686
|
-
}
|
|
2687
1994
|
export interface ListCustomDataIdentifiersRequest {
|
|
2688
1995
|
|
|
2689
1996
|
maxResults?: number;
|
|
2690
1997
|
|
|
2691
1998
|
nextToken?: string;
|
|
2692
1999
|
}
|
|
2693
|
-
export declare namespace ListCustomDataIdentifiersRequest {
|
|
2694
|
-
|
|
2695
|
-
const filterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
|
|
2696
|
-
}
|
|
2697
2000
|
export interface ListCustomDataIdentifiersResponse {
|
|
2698
2001
|
|
|
2699
2002
|
items?: CustomDataIdentifierSummary[];
|
|
2700
2003
|
|
|
2701
2004
|
nextToken?: string;
|
|
2702
2005
|
}
|
|
2703
|
-
export declare namespace ListCustomDataIdentifiersResponse {
|
|
2704
|
-
|
|
2705
|
-
const filterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
|
|
2706
|
-
}
|
|
2707
2006
|
export interface ListFindingsRequest {
|
|
2708
2007
|
|
|
2709
2008
|
findingCriteria?: FindingCriteria;
|
|
@@ -2714,78 +2013,46 @@ export interface ListFindingsRequest {
|
|
|
2714
2013
|
|
|
2715
2014
|
sortCriteria?: SortCriteria;
|
|
2716
2015
|
}
|
|
2717
|
-
export declare namespace ListFindingsRequest {
|
|
2718
|
-
|
|
2719
|
-
const filterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2720
|
-
}
|
|
2721
2016
|
export interface ListFindingsResponse {
|
|
2722
2017
|
|
|
2723
2018
|
findingIds?: string[];
|
|
2724
2019
|
|
|
2725
2020
|
nextToken?: string;
|
|
2726
2021
|
}
|
|
2727
|
-
export declare namespace ListFindingsResponse {
|
|
2728
|
-
|
|
2729
|
-
const filterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2730
|
-
}
|
|
2731
2022
|
export interface ListFindingsFiltersRequest {
|
|
2732
2023
|
|
|
2733
2024
|
maxResults?: number;
|
|
2734
2025
|
|
|
2735
2026
|
nextToken?: string;
|
|
2736
2027
|
}
|
|
2737
|
-
export declare namespace ListFindingsFiltersRequest {
|
|
2738
|
-
|
|
2739
|
-
const filterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
|
|
2740
|
-
}
|
|
2741
2028
|
export interface ListFindingsFiltersResponse {
|
|
2742
2029
|
|
|
2743
2030
|
findingsFilterListItems?: FindingsFilterListItem[];
|
|
2744
2031
|
|
|
2745
2032
|
nextToken?: string;
|
|
2746
2033
|
}
|
|
2747
|
-
export declare namespace ListFindingsFiltersResponse {
|
|
2748
|
-
|
|
2749
|
-
const filterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
|
|
2750
|
-
}
|
|
2751
2034
|
export interface ListInvitationsRequest {
|
|
2752
2035
|
|
|
2753
2036
|
maxResults?: number;
|
|
2754
2037
|
|
|
2755
2038
|
nextToken?: string;
|
|
2756
2039
|
}
|
|
2757
|
-
export declare namespace ListInvitationsRequest {
|
|
2758
|
-
|
|
2759
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
2760
|
-
}
|
|
2761
2040
|
export interface ListInvitationsResponse {
|
|
2762
2041
|
|
|
2763
2042
|
invitations?: Invitation[];
|
|
2764
2043
|
|
|
2765
2044
|
nextToken?: string;
|
|
2766
2045
|
}
|
|
2767
|
-
export declare namespace ListInvitationsResponse {
|
|
2768
|
-
|
|
2769
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
2770
|
-
}
|
|
2771
2046
|
export interface ListManagedDataIdentifiersRequest {
|
|
2772
2047
|
|
|
2773
2048
|
nextToken?: string;
|
|
2774
2049
|
}
|
|
2775
|
-
export declare namespace ListManagedDataIdentifiersRequest {
|
|
2776
|
-
|
|
2777
|
-
const filterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
|
|
2778
|
-
}
|
|
2779
2050
|
export interface ListManagedDataIdentifiersResponse {
|
|
2780
2051
|
|
|
2781
2052
|
items?: ManagedDataIdentifierSummary[];
|
|
2782
2053
|
|
|
2783
2054
|
nextToken?: string;
|
|
2784
2055
|
}
|
|
2785
|
-
export declare namespace ListManagedDataIdentifiersResponse {
|
|
2786
|
-
|
|
2787
|
-
const filterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
|
|
2788
|
-
}
|
|
2789
2056
|
export interface ListMembersRequest {
|
|
2790
2057
|
|
|
2791
2058
|
maxResults?: number;
|
|
@@ -2794,97 +2061,53 @@ export interface ListMembersRequest {
|
|
|
2794
2061
|
|
|
2795
2062
|
onlyAssociated?: string;
|
|
2796
2063
|
}
|
|
2797
|
-
export declare namespace ListMembersRequest {
|
|
2798
|
-
|
|
2799
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2800
|
-
}
|
|
2801
2064
|
export interface ListMembersResponse {
|
|
2802
2065
|
|
|
2803
2066
|
members?: Member[];
|
|
2804
2067
|
|
|
2805
2068
|
nextToken?: string;
|
|
2806
2069
|
}
|
|
2807
|
-
export declare namespace ListMembersResponse {
|
|
2808
|
-
|
|
2809
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2810
|
-
}
|
|
2811
2070
|
export interface ListOrganizationAdminAccountsRequest {
|
|
2812
2071
|
|
|
2813
2072
|
maxResults?: number;
|
|
2814
2073
|
|
|
2815
2074
|
nextToken?: string;
|
|
2816
2075
|
}
|
|
2817
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
2818
|
-
|
|
2819
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
2820
|
-
}
|
|
2821
2076
|
export interface ListOrganizationAdminAccountsResponse {
|
|
2822
2077
|
|
|
2823
2078
|
adminAccounts?: AdminAccount[];
|
|
2824
2079
|
|
|
2825
2080
|
nextToken?: string;
|
|
2826
2081
|
}
|
|
2827
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
2828
|
-
|
|
2829
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
2830
|
-
}
|
|
2831
2082
|
export interface ListTagsForResourceRequest {
|
|
2832
2083
|
|
|
2833
2084
|
resourceArn: string | undefined;
|
|
2834
2085
|
}
|
|
2835
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2836
|
-
|
|
2837
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2838
|
-
}
|
|
2839
2086
|
export interface ListTagsForResourceResponse {
|
|
2840
2087
|
|
|
2841
2088
|
tags?: Record<string, string>;
|
|
2842
2089
|
}
|
|
2843
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2844
|
-
|
|
2845
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2846
|
-
}
|
|
2847
2090
|
export interface PutClassificationExportConfigurationRequest {
|
|
2848
2091
|
|
|
2849
2092
|
configuration: ClassificationExportConfiguration | undefined;
|
|
2850
2093
|
}
|
|
2851
|
-
export declare namespace PutClassificationExportConfigurationRequest {
|
|
2852
|
-
|
|
2853
|
-
const filterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
|
|
2854
|
-
}
|
|
2855
2094
|
export interface PutClassificationExportConfigurationResponse {
|
|
2856
2095
|
|
|
2857
2096
|
configuration?: ClassificationExportConfiguration;
|
|
2858
2097
|
}
|
|
2859
|
-
export declare namespace PutClassificationExportConfigurationResponse {
|
|
2860
|
-
|
|
2861
|
-
const filterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
|
|
2862
|
-
}
|
|
2863
2098
|
export interface PutFindingsPublicationConfigurationRequest {
|
|
2864
2099
|
|
|
2865
2100
|
clientToken?: string;
|
|
2866
2101
|
|
|
2867
2102
|
securityHubConfiguration?: SecurityHubConfiguration;
|
|
2868
2103
|
}
|
|
2869
|
-
export declare namespace PutFindingsPublicationConfigurationRequest {
|
|
2870
|
-
|
|
2871
|
-
const filterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
|
|
2872
|
-
}
|
|
2873
2104
|
export interface PutFindingsPublicationConfigurationResponse {
|
|
2874
2105
|
}
|
|
2875
|
-
export declare namespace PutFindingsPublicationConfigurationResponse {
|
|
2876
|
-
|
|
2877
|
-
const filterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
|
|
2878
|
-
}
|
|
2879
2106
|
|
|
2880
2107
|
export interface SearchResourcesCriteriaBlock {
|
|
2881
2108
|
|
|
2882
2109
|
and?: SearchResourcesCriteria[];
|
|
2883
2110
|
}
|
|
2884
|
-
export declare namespace SearchResourcesCriteriaBlock {
|
|
2885
|
-
|
|
2886
|
-
const filterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
|
|
2887
|
-
}
|
|
2888
2111
|
|
|
2889
2112
|
export interface SearchResourcesBucketCriteria {
|
|
2890
2113
|
|
|
@@ -2892,10 +2115,6 @@ export interface SearchResourcesBucketCriteria {
|
|
|
2892
2115
|
|
|
2893
2116
|
includes?: SearchResourcesCriteriaBlock;
|
|
2894
2117
|
}
|
|
2895
|
-
export declare namespace SearchResourcesBucketCriteria {
|
|
2896
|
-
|
|
2897
|
-
const filterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
|
|
2898
|
-
}
|
|
2899
2118
|
export declare enum SearchResourcesSortAttributeName {
|
|
2900
2119
|
ACCOUNT_ID = "ACCOUNT_ID",
|
|
2901
2120
|
RESOURCE_NAME = "RESOURCE_NAME",
|
|
@@ -2909,10 +2128,6 @@ export interface SearchResourcesSortCriteria {
|
|
|
2909
2128
|
|
|
2910
2129
|
orderBy?: OrderBy | string;
|
|
2911
2130
|
}
|
|
2912
|
-
export declare namespace SearchResourcesSortCriteria {
|
|
2913
|
-
|
|
2914
|
-
const filterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
|
|
2915
|
-
}
|
|
2916
2131
|
export interface SearchResourcesRequest {
|
|
2917
2132
|
|
|
2918
2133
|
bucketCriteria?: SearchResourcesBucketCriteria;
|
|
@@ -2923,36 +2138,20 @@ export interface SearchResourcesRequest {
|
|
|
2923
2138
|
|
|
2924
2139
|
sortCriteria?: SearchResourcesSortCriteria;
|
|
2925
2140
|
}
|
|
2926
|
-
export declare namespace SearchResourcesRequest {
|
|
2927
|
-
|
|
2928
|
-
const filterSensitiveLog: (obj: SearchResourcesRequest) => any;
|
|
2929
|
-
}
|
|
2930
2141
|
export interface SearchResourcesResponse {
|
|
2931
2142
|
|
|
2932
2143
|
matchingResources?: MatchingResource[];
|
|
2933
2144
|
|
|
2934
2145
|
nextToken?: string;
|
|
2935
2146
|
}
|
|
2936
|
-
export declare namespace SearchResourcesResponse {
|
|
2937
|
-
|
|
2938
|
-
const filterSensitiveLog: (obj: SearchResourcesResponse) => any;
|
|
2939
|
-
}
|
|
2940
2147
|
export interface TagResourceRequest {
|
|
2941
2148
|
|
|
2942
2149
|
resourceArn: string | undefined;
|
|
2943
2150
|
|
|
2944
2151
|
tags: Record<string, string> | undefined;
|
|
2945
2152
|
}
|
|
2946
|
-
export declare namespace TagResourceRequest {
|
|
2947
|
-
|
|
2948
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2949
|
-
}
|
|
2950
2153
|
export interface TagResourceResponse {
|
|
2951
2154
|
}
|
|
2952
|
-
export declare namespace TagResourceResponse {
|
|
2953
|
-
|
|
2954
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2955
|
-
}
|
|
2956
2155
|
export interface TestCustomDataIdentifierRequest {
|
|
2957
2156
|
|
|
2958
2157
|
ignoreWords?: string[];
|
|
@@ -2965,50 +2164,26 @@ export interface TestCustomDataIdentifierRequest {
|
|
|
2965
2164
|
|
|
2966
2165
|
sampleText: string | undefined;
|
|
2967
2166
|
}
|
|
2968
|
-
export declare namespace TestCustomDataIdentifierRequest {
|
|
2969
|
-
|
|
2970
|
-
const filterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
|
|
2971
|
-
}
|
|
2972
2167
|
export interface TestCustomDataIdentifierResponse {
|
|
2973
2168
|
|
|
2974
2169
|
matchCount?: number;
|
|
2975
2170
|
}
|
|
2976
|
-
export declare namespace TestCustomDataIdentifierResponse {
|
|
2977
|
-
|
|
2978
|
-
const filterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
|
|
2979
|
-
}
|
|
2980
2171
|
export interface UntagResourceRequest {
|
|
2981
2172
|
|
|
2982
2173
|
resourceArn: string | undefined;
|
|
2983
2174
|
|
|
2984
2175
|
tagKeys: string[] | undefined;
|
|
2985
2176
|
}
|
|
2986
|
-
export declare namespace UntagResourceRequest {
|
|
2987
|
-
|
|
2988
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2989
|
-
}
|
|
2990
2177
|
export interface UntagResourceResponse {
|
|
2991
2178
|
}
|
|
2992
|
-
export declare namespace UntagResourceResponse {
|
|
2993
|
-
|
|
2994
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2995
|
-
}
|
|
2996
2179
|
export interface UpdateClassificationJobRequest {
|
|
2997
2180
|
|
|
2998
2181
|
jobId: string | undefined;
|
|
2999
2182
|
|
|
3000
2183
|
jobStatus: JobStatus | string | undefined;
|
|
3001
2184
|
}
|
|
3002
|
-
export declare namespace UpdateClassificationJobRequest {
|
|
3003
|
-
|
|
3004
|
-
const filterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
|
|
3005
|
-
}
|
|
3006
2185
|
export interface UpdateClassificationJobResponse {
|
|
3007
2186
|
}
|
|
3008
|
-
export declare namespace UpdateClassificationJobResponse {
|
|
3009
|
-
|
|
3010
|
-
const filterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
|
|
3011
|
-
}
|
|
3012
2187
|
export interface UpdateFindingsFilterRequest {
|
|
3013
2188
|
|
|
3014
2189
|
action?: FindingsFilterAction | string;
|
|
@@ -3025,63 +2200,521 @@ export interface UpdateFindingsFilterRequest {
|
|
|
3025
2200
|
|
|
3026
2201
|
clientToken?: string;
|
|
3027
2202
|
}
|
|
3028
|
-
export declare namespace UpdateFindingsFilterRequest {
|
|
3029
|
-
|
|
3030
|
-
const filterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
|
|
3031
|
-
}
|
|
3032
2203
|
export interface UpdateFindingsFilterResponse {
|
|
3033
2204
|
|
|
3034
2205
|
arn?: string;
|
|
3035
2206
|
|
|
3036
2207
|
id?: string;
|
|
3037
2208
|
}
|
|
3038
|
-
export declare namespace UpdateFindingsFilterResponse {
|
|
3039
|
-
|
|
3040
|
-
const filterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
|
|
3041
|
-
}
|
|
3042
2209
|
export interface UpdateMacieSessionRequest {
|
|
3043
2210
|
|
|
3044
2211
|
findingPublishingFrequency?: FindingPublishingFrequency | string;
|
|
3045
2212
|
|
|
3046
2213
|
status?: MacieStatus | string;
|
|
3047
2214
|
}
|
|
3048
|
-
export declare namespace UpdateMacieSessionRequest {
|
|
3049
|
-
|
|
3050
|
-
const filterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
|
|
3051
|
-
}
|
|
3052
2215
|
export interface UpdateMacieSessionResponse {
|
|
3053
2216
|
}
|
|
3054
|
-
export declare namespace UpdateMacieSessionResponse {
|
|
3055
|
-
|
|
3056
|
-
const filterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
|
|
3057
|
-
}
|
|
3058
2217
|
export interface UpdateMemberSessionRequest {
|
|
3059
2218
|
|
|
3060
2219
|
id: string | undefined;
|
|
3061
2220
|
|
|
3062
2221
|
status: MacieStatus | string | undefined;
|
|
3063
2222
|
}
|
|
3064
|
-
export declare namespace UpdateMemberSessionRequest {
|
|
3065
|
-
|
|
3066
|
-
const filterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
|
|
3067
|
-
}
|
|
3068
2223
|
export interface UpdateMemberSessionResponse {
|
|
3069
2224
|
}
|
|
3070
|
-
export declare namespace UpdateMemberSessionResponse {
|
|
3071
|
-
|
|
3072
|
-
const filterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
|
|
3073
|
-
}
|
|
3074
2225
|
export interface UpdateOrganizationConfigurationRequest {
|
|
3075
2226
|
|
|
3076
2227
|
autoEnable: boolean | undefined;
|
|
3077
2228
|
}
|
|
3078
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
3079
|
-
|
|
3080
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
3081
|
-
}
|
|
3082
2229
|
export interface UpdateOrganizationConfigurationResponse {
|
|
3083
2230
|
}
|
|
3084
|
-
export
|
|
2231
|
+
export interface UpdateRevealConfigurationRequest {
|
|
2232
|
+
|
|
2233
|
+
configuration: RevealConfiguration | undefined;
|
|
2234
|
+
}
|
|
2235
|
+
export interface UpdateRevealConfigurationResponse {
|
|
3085
2236
|
|
|
3086
|
-
|
|
2237
|
+
configuration?: RevealConfiguration;
|
|
3087
2238
|
}
|
|
2239
|
+
|
|
2240
|
+
export declare const AdminAccountFilterSensitiveLog: (obj: AdminAccount) => any;
|
|
2241
|
+
|
|
2242
|
+
export declare const BatchGetCustomDataIdentifierSummaryFilterSensitiveLog: (obj: BatchGetCustomDataIdentifierSummary) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
2245
|
+
|
|
2246
|
+
export declare const ObjectCountByEncryptionTypeFilterSensitiveLog: (obj: ObjectCountByEncryptionType) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const BlockPublicAccessFilterSensitiveLog: (obj: BlockPublicAccess) => any;
|
|
2249
|
+
|
|
2250
|
+
export declare const AccountLevelPermissionsFilterSensitiveLog: (obj: AccountLevelPermissions) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const AccessControlListFilterSensitiveLog: (obj: AccessControlList) => any;
|
|
2253
|
+
|
|
2254
|
+
export declare const BucketPolicyFilterSensitiveLog: (obj: BucketPolicy) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const BucketLevelPermissionsFilterSensitiveLog: (obj: BucketLevelPermissions) => any;
|
|
2257
|
+
|
|
2258
|
+
export declare const BucketPermissionConfigurationFilterSensitiveLog: (obj: BucketPermissionConfiguration) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const BucketPublicAccessFilterSensitiveLog: (obj: BucketPublicAccess) => any;
|
|
2261
|
+
|
|
2262
|
+
export declare const ReplicationDetailsFilterSensitiveLog: (obj: ReplicationDetails) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const BucketServerSideEncryptionFilterSensitiveLog: (obj: BucketServerSideEncryption) => any;
|
|
2265
|
+
|
|
2266
|
+
export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const ObjectLevelStatisticsFilterSensitiveLog: (obj: ObjectLevelStatistics) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const BucketMetadataFilterSensitiveLog: (obj: BucketMetadata) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const SimpleCriterionForJobFilterSensitiveLog: (obj: SimpleCriterionForJob) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const TagCriterionPairForJobFilterSensitiveLog: (obj: TagCriterionPairForJob) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const TagCriterionForJobFilterSensitiveLog: (obj: TagCriterionForJob) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const CriteriaForJobFilterSensitiveLog: (obj: CriteriaForJob) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (obj: CustomDataIdentifierSummary) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const DetectedDataDetailsFilterSensitiveLog: (obj: DetectedDataDetails) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const CellFilterSensitiveLog: (obj: Cell) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const PageFilterSensitiveLog: (obj: Page) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const OccurrencesFilterSensitiveLog: (obj: Occurrences) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const CustomDetectionFilterSensitiveLog: (obj: CustomDetection) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const CustomDataIdentifiersFilterSensitiveLog: (obj: CustomDataIdentifiers) => any;
|
|
2297
|
+
|
|
2298
|
+
export declare const DefaultDetectionFilterSensitiveLog: (obj: DefaultDetection) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const SensitiveDataItemFilterSensitiveLog: (obj: SensitiveDataItem) => any;
|
|
2301
|
+
|
|
2302
|
+
export declare const ClassificationResultStatusFilterSensitiveLog: (obj: ClassificationResultStatus) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const ClassificationResultFilterSensitiveLog: (obj: ClassificationResult) => any;
|
|
2305
|
+
|
|
2306
|
+
export declare const ClassificationDetailsFilterSensitiveLog: (obj: ClassificationDetails) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const ApiCallDetailsFilterSensitiveLog: (obj: ApiCallDetails) => any;
|
|
2309
|
+
|
|
2310
|
+
export declare const FindingActionFilterSensitiveLog: (obj: FindingAction) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
2313
|
+
|
|
2314
|
+
export declare const IpCityFilterSensitiveLog: (obj: IpCity) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const IpCountryFilterSensitiveLog: (obj: IpCountry) => any;
|
|
2317
|
+
|
|
2318
|
+
export declare const IpGeoLocationFilterSensitiveLog: (obj: IpGeoLocation) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const IpOwnerFilterSensitiveLog: (obj: IpOwner) => any;
|
|
2321
|
+
|
|
2322
|
+
export declare const IpAddressDetailsFilterSensitiveLog: (obj: IpAddressDetails) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const SessionContextAttributesFilterSensitiveLog: (obj: SessionContextAttributes) => any;
|
|
2325
|
+
|
|
2326
|
+
export declare const SessionIssuerFilterSensitiveLog: (obj: SessionIssuer) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const SessionContextFilterSensitiveLog: (obj: SessionContext) => any;
|
|
2329
|
+
|
|
2330
|
+
export declare const AssumedRoleFilterSensitiveLog: (obj: AssumedRole) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const AwsAccountFilterSensitiveLog: (obj: AwsAccount) => any;
|
|
2333
|
+
|
|
2334
|
+
export declare const AwsServiceFilterSensitiveLog: (obj: AwsService) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const IamUserFilterSensitiveLog: (obj: IamUser) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const UserIdentityRootFilterSensitiveLog: (obj: UserIdentityRoot) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const FindingActorFilterSensitiveLog: (obj: FindingActor) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const PolicyDetailsFilterSensitiveLog: (obj: PolicyDetails) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const ServerSideEncryptionFilterSensitiveLog: (obj: ServerSideEncryption) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const S3BucketOwnerFilterSensitiveLog: (obj: S3BucketOwner) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const S3BucketFilterSensitiveLog: (obj: S3Bucket) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const ResourcesAffectedFilterSensitiveLog: (obj: ResourcesAffected) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const SeverityFilterSensitiveLog: (obj: Severity) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const FindingsFilterListItemFilterSensitiveLog: (obj: FindingsFilterListItem) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const GroupCountFilterSensitiveLog: (obj: GroupCount) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const SimpleScopeTermFilterSensitiveLog: (obj: SimpleScopeTerm) => any;
|
|
2369
|
+
|
|
2370
|
+
export declare const TagValuePairFilterSensitiveLog: (obj: TagValuePair) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const TagScopeTermFilterSensitiveLog: (obj: TagScopeTerm) => any;
|
|
2373
|
+
|
|
2374
|
+
export declare const JobScopeTermFilterSensitiveLog: (obj: JobScopeTerm) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const CriteriaBlockForJobFilterSensitiveLog: (obj: CriteriaBlockForJob) => any;
|
|
2377
|
+
|
|
2378
|
+
export declare const S3BucketCriteriaForJobFilterSensitiveLog: (obj: S3BucketCriteriaForJob) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const S3BucketDefinitionForJobFilterSensitiveLog: (obj: S3BucketDefinitionForJob) => any;
|
|
2381
|
+
|
|
2382
|
+
export declare const LastRunErrorStatusFilterSensitiveLog: (obj: LastRunErrorStatus) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const UserPausedDetailsFilterSensitiveLog: (obj: UserPausedDetails) => any;
|
|
2385
|
+
|
|
2386
|
+
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const ListJobsFilterTermFilterSensitiveLog: (obj: ListJobsFilterTerm) => any;
|
|
2389
|
+
|
|
2390
|
+
export declare const ManagedDataIdentifierSummaryFilterSensitiveLog: (obj: ManagedDataIdentifierSummary) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const MatchingBucketFilterSensitiveLog: (obj: MatchingBucket) => any;
|
|
2393
|
+
|
|
2394
|
+
export declare const MatchingResourceFilterSensitiveLog: (obj: MatchingResource) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
2397
|
+
|
|
2398
|
+
export declare const SearchResourcesSimpleCriterionFilterSensitiveLog: (obj: SearchResourcesSimpleCriterion) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const SearchResourcesTagCriterionPairFilterSensitiveLog: (obj: SearchResourcesTagCriterionPair) => any;
|
|
2401
|
+
|
|
2402
|
+
export declare const SearchResourcesTagCriterionFilterSensitiveLog: (obj: SearchResourcesTagCriterion) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const SearchResourcesCriteriaFilterSensitiveLog: (obj: SearchResourcesCriteria) => any;
|
|
2405
|
+
|
|
2406
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const ServiceLimitFilterSensitiveLog: (obj: ServiceLimit) => any;
|
|
2409
|
+
|
|
2410
|
+
export declare const UsageByAccountFilterSensitiveLog: (obj: UsageByAccount) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const UsageRecordFilterSensitiveLog: (obj: UsageRecord) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const UsageStatisticsFilterFilterSensitiveLog: (obj: UsageStatisticsFilter) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const AcceptInvitationResponseFilterSensitiveLog: (obj: AcceptInvitationResponse) => any;
|
|
2421
|
+
|
|
2422
|
+
export declare const AccountDetailFilterSensitiveLog: (obj: AccountDetail) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const BatchGetCustomDataIdentifiersRequestFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersRequest) => any;
|
|
2425
|
+
|
|
2426
|
+
export declare const BatchGetCustomDataIdentifiersResponseFilterSensitiveLog: (obj: BatchGetCustomDataIdentifiersResponse) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const BucketCountByEffectivePermissionFilterSensitiveLog: (obj: BucketCountByEffectivePermission) => any;
|
|
2429
|
+
|
|
2430
|
+
export declare const BucketCountByEncryptionTypeFilterSensitiveLog: (obj: BucketCountByEncryptionType) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const BucketCountBySharedAccessTypeFilterSensitiveLog: (obj: BucketCountBySharedAccessType) => any;
|
|
2433
|
+
|
|
2434
|
+
export declare const BucketCountPolicyAllowsUnencryptedObjectUploadsFilterSensitiveLog: (obj: BucketCountPolicyAllowsUnencryptedObjectUploads) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (obj: BucketCriteriaAdditionalProperties) => any;
|
|
2437
|
+
|
|
2438
|
+
export declare const BucketSortCriteriaFilterSensitiveLog: (obj: BucketSortCriteria) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const ClassificationExportConfigurationFilterSensitiveLog: (obj: ClassificationExportConfiguration) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const JobScopingBlockFilterSensitiveLog: (obj: JobScopingBlock) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const ScopingFilterSensitiveLog: (obj: Scoping) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const S3JobDefinitionFilterSensitiveLog: (obj: S3JobDefinition) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const DailyScheduleFilterSensitiveLog: (obj: DailySchedule) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const MonthlyScheduleFilterSensitiveLog: (obj: MonthlySchedule) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const WeeklyScheduleFilterSensitiveLog: (obj: WeeklySchedule) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const JobScheduleFrequencyFilterSensitiveLog: (obj: JobScheduleFrequency) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const CreateClassificationJobRequestFilterSensitiveLog: (obj: CreateClassificationJobRequest) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const CreateClassificationJobResponseFilterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const SeverityLevelFilterSensitiveLog: (obj: SeverityLevel) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const CreateCustomDataIdentifierRequestFilterSensitiveLog: (obj: CreateCustomDataIdentifierRequest) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const CreateCustomDataIdentifierResponseFilterSensitiveLog: (obj: CreateCustomDataIdentifierResponse) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const CriterionAdditionalPropertiesFilterSensitiveLog: (obj: CriterionAdditionalProperties) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const FindingCriteriaFilterSensitiveLog: (obj: FindingCriteria) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const CreateFindingsFilterRequestFilterSensitiveLog: (obj: CreateFindingsFilterRequest) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const CreateFindingsFilterResponseFilterSensitiveLog: (obj: CreateFindingsFilterResponse) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const CreateInvitationsRequestFilterSensitiveLog: (obj: CreateInvitationsRequest) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const CreateInvitationsResponseFilterSensitiveLog: (obj: CreateInvitationsResponse) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const CreateMemberRequestFilterSensitiveLog: (obj: CreateMemberRequest) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const CreateMemberResponseFilterSensitiveLog: (obj: CreateMemberResponse) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const CreateSampleFindingsRequestFilterSensitiveLog: (obj: CreateSampleFindingsRequest) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const CreateSampleFindingsResponseFilterSensitiveLog: (obj: CreateSampleFindingsResponse) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const DeclineInvitationsRequestFilterSensitiveLog: (obj: DeclineInvitationsRequest) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const DeclineInvitationsResponseFilterSensitiveLog: (obj: DeclineInvitationsResponse) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const DeleteCustomDataIdentifierRequestFilterSensitiveLog: (obj: DeleteCustomDataIdentifierRequest) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const DeleteCustomDataIdentifierResponseFilterSensitiveLog: (obj: DeleteCustomDataIdentifierResponse) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const DeleteFindingsFilterRequestFilterSensitiveLog: (obj: DeleteFindingsFilterRequest) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const DeleteFindingsFilterResponseFilterSensitiveLog: (obj: DeleteFindingsFilterResponse) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const DeleteMemberRequestFilterSensitiveLog: (obj: DeleteMemberRequest) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const DeleteMemberResponseFilterSensitiveLog: (obj: DeleteMemberResponse) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const DescribeBucketsRequestFilterSensitiveLog: (obj: DescribeBucketsRequest) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const DescribeBucketsResponseFilterSensitiveLog: (obj: DescribeBucketsResponse) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const DescribeClassificationJobRequestFilterSensitiveLog: (obj: DescribeClassificationJobRequest) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const StatisticsFilterSensitiveLog: (obj: Statistics) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const DescribeClassificationJobResponseFilterSensitiveLog: (obj: DescribeClassificationJobResponse) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const DisableMacieRequestFilterSensitiveLog: (obj: DisableMacieRequest) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const DisableMacieResponseFilterSensitiveLog: (obj: DisableMacieResponse) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
|
|
2535
|
+
|
|
2536
|
+
export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
|
|
2539
|
+
|
|
2540
|
+
export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const EnableMacieRequestFilterSensitiveLog: (obj: EnableMacieRequest) => any;
|
|
2543
|
+
|
|
2544
|
+
export declare const EnableMacieResponseFilterSensitiveLog: (obj: EnableMacieResponse) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
2547
|
+
|
|
2548
|
+
export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const FindingStatisticsSortCriteriaFilterSensitiveLog: (obj: FindingStatisticsSortCriteria) => any;
|
|
2551
|
+
|
|
2552
|
+
export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
|
|
2555
|
+
|
|
2556
|
+
export declare const GetBucketStatisticsRequestFilterSensitiveLog: (obj: GetBucketStatisticsRequest) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const GetBucketStatisticsResponseFilterSensitiveLog: (obj: GetBucketStatisticsResponse) => any;
|
|
2559
|
+
|
|
2560
|
+
export declare const GetClassificationExportConfigurationRequestFilterSensitiveLog: (obj: GetClassificationExportConfigurationRequest) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const GetCustomDataIdentifierRequestFilterSensitiveLog: (obj: GetCustomDataIdentifierRequest) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const GetCustomDataIdentifierResponseFilterSensitiveLog: (obj: GetCustomDataIdentifierResponse) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const GetFindingsFilterRequestFilterSensitiveLog: (obj: GetFindingsFilterRequest) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const GetFindingsFilterResponseFilterSensitiveLog: (obj: GetFindingsFilterResponse) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const GetFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationRequest) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const SecurityHubConfigurationFilterSensitiveLog: (obj: SecurityHubConfiguration) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const GetFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: GetFindingsPublicationConfigurationResponse) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const GetFindingStatisticsRequestFilterSensitiveLog: (obj: GetFindingStatisticsRequest) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const GetFindingStatisticsResponseFilterSensitiveLog: (obj: GetFindingStatisticsResponse) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const GetMacieSessionRequestFilterSensitiveLog: (obj: GetMacieSessionRequest) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const GetMacieSessionResponseFilterSensitiveLog: (obj: GetMacieSessionResponse) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const GetRevealConfigurationRequestFilterSensitiveLog: (obj: GetRevealConfigurationRequest) => any;
|
|
2605
|
+
|
|
2606
|
+
export declare const RevealConfigurationFilterSensitiveLog: (obj: RevealConfiguration) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const GetRevealConfigurationResponseFilterSensitiveLog: (obj: GetRevealConfigurationResponse) => any;
|
|
2609
|
+
|
|
2610
|
+
export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesRequest) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesResponse) => any;
|
|
2613
|
+
|
|
2614
|
+
export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityRequest) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityResponse) => any;
|
|
2617
|
+
|
|
2618
|
+
export declare const UsageStatisticsSortByFilterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
|
|
2621
|
+
|
|
2622
|
+
export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
|
|
2625
|
+
|
|
2626
|
+
export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
|
|
2629
|
+
|
|
2630
|
+
export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const ListClassificationJobsRequestFilterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
|
|
2633
|
+
|
|
2634
|
+
export declare const ListClassificationJobsResponseFilterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
|
|
2635
|
+
|
|
2636
|
+
export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
|
|
2637
|
+
|
|
2638
|
+
export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
|
|
2639
|
+
|
|
2640
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
2641
|
+
|
|
2642
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
2643
|
+
|
|
2644
|
+
export declare const ListFindingsFiltersRequestFilterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
|
|
2645
|
+
|
|
2646
|
+
export declare const ListFindingsFiltersResponseFilterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
|
|
2647
|
+
|
|
2648
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
2649
|
+
|
|
2650
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
2651
|
+
|
|
2652
|
+
export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
|
|
2653
|
+
|
|
2654
|
+
export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
|
|
2655
|
+
|
|
2656
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
2657
|
+
|
|
2658
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
2659
|
+
|
|
2660
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
2661
|
+
|
|
2662
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
2663
|
+
|
|
2664
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2665
|
+
|
|
2666
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2667
|
+
|
|
2668
|
+
export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
|
|
2669
|
+
|
|
2670
|
+
export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
|
|
2671
|
+
|
|
2672
|
+
export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
|
|
2673
|
+
|
|
2674
|
+
export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
|
|
2675
|
+
|
|
2676
|
+
export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
|
|
2677
|
+
|
|
2678
|
+
export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
|
|
2679
|
+
|
|
2680
|
+
export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
|
|
2681
|
+
|
|
2682
|
+
export declare const SearchResourcesRequestFilterSensitiveLog: (obj: SearchResourcesRequest) => any;
|
|
2683
|
+
|
|
2684
|
+
export declare const SearchResourcesResponseFilterSensitiveLog: (obj: SearchResourcesResponse) => any;
|
|
2685
|
+
|
|
2686
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2687
|
+
|
|
2688
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2689
|
+
|
|
2690
|
+
export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
|
|
2691
|
+
|
|
2692
|
+
export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
|
|
2693
|
+
|
|
2694
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2695
|
+
|
|
2696
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2697
|
+
|
|
2698
|
+
export declare const UpdateClassificationJobRequestFilterSensitiveLog: (obj: UpdateClassificationJobRequest) => any;
|
|
2699
|
+
|
|
2700
|
+
export declare const UpdateClassificationJobResponseFilterSensitiveLog: (obj: UpdateClassificationJobResponse) => any;
|
|
2701
|
+
|
|
2702
|
+
export declare const UpdateFindingsFilterRequestFilterSensitiveLog: (obj: UpdateFindingsFilterRequest) => any;
|
|
2703
|
+
|
|
2704
|
+
export declare const UpdateFindingsFilterResponseFilterSensitiveLog: (obj: UpdateFindingsFilterResponse) => any;
|
|
2705
|
+
|
|
2706
|
+
export declare const UpdateMacieSessionRequestFilterSensitiveLog: (obj: UpdateMacieSessionRequest) => any;
|
|
2707
|
+
|
|
2708
|
+
export declare const UpdateMacieSessionResponseFilterSensitiveLog: (obj: UpdateMacieSessionResponse) => any;
|
|
2709
|
+
|
|
2710
|
+
export declare const UpdateMemberSessionRequestFilterSensitiveLog: (obj: UpdateMemberSessionRequest) => any;
|
|
2711
|
+
|
|
2712
|
+
export declare const UpdateMemberSessionResponseFilterSensitiveLog: (obj: UpdateMemberSessionResponse) => any;
|
|
2713
|
+
|
|
2714
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
2715
|
+
|
|
2716
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
2717
|
+
|
|
2718
|
+
export declare const UpdateRevealConfigurationRequestFilterSensitiveLog: (obj: UpdateRevealConfigurationRequest) => any;
|
|
2719
|
+
|
|
2720
|
+
export declare const UpdateRevealConfigurationResponseFilterSensitiveLog: (obj: UpdateRevealConfigurationResponse) => any;
|