@aws-sdk/client-macie2 3.934.0 → 3.935.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/dist-cjs/index.js +354 -354
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +342 -0
- package/dist-es/models/errors.js +97 -0
- package/dist-es/models/models_0.js +1 -427
- package/dist-es/models/models_1.js +1 -12
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +822 -0
- package/dist-types/models/errors.d.ts +98 -0
- package/dist-types/models/models_0.d.ts +946 -904
- package/dist-types/models/models_1.d.ts +1 -962
- package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +441 -0
- package/dist-types/ts3.4/models/errors.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +304 -481
- package/dist-types/ts3.4/models/models_1.d.ts +1 -287
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,10 +1,65 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import {
|
|
2
|
+
AdminStatus,
|
|
3
|
+
AllowListStatusCode,
|
|
4
|
+
AllowsUnencryptedObjectUploads,
|
|
5
|
+
AutoEnableMode,
|
|
6
|
+
AutomatedDiscoveryAccountStatus,
|
|
7
|
+
AutomatedDiscoveryAccountUpdateErrorCode,
|
|
8
|
+
AutomatedDiscoveryMonitoringStatus,
|
|
9
|
+
AutomatedDiscoveryStatus,
|
|
10
|
+
AvailabilityCode,
|
|
11
|
+
BucketMetadataErrorCode,
|
|
12
|
+
ClassificationScopeUpdateOperation,
|
|
13
|
+
Currency,
|
|
14
|
+
DataIdentifierSeverity,
|
|
15
|
+
DataIdentifierType,
|
|
16
|
+
DayOfWeek,
|
|
17
|
+
EffectivePermission,
|
|
18
|
+
EncryptionType,
|
|
19
|
+
ErrorCode,
|
|
20
|
+
FindingActionType,
|
|
21
|
+
FindingCategory,
|
|
22
|
+
FindingPublishingFrequency,
|
|
23
|
+
FindingsFilterAction,
|
|
24
|
+
FindingStatisticsSortAttributeName,
|
|
25
|
+
FindingType,
|
|
26
|
+
GroupBy,
|
|
27
|
+
IsDefinedInJob,
|
|
28
|
+
IsMonitoredByJob,
|
|
29
|
+
JobComparator,
|
|
30
|
+
JobStatus,
|
|
31
|
+
JobType,
|
|
32
|
+
LastRunErrorStatusCode,
|
|
33
|
+
ListJobsFilterKey,
|
|
34
|
+
ListJobsSortAttributeName,
|
|
35
|
+
MacieStatus,
|
|
36
|
+
ManagedDataIdentifierSelector,
|
|
37
|
+
OrderBy,
|
|
38
|
+
OriginType,
|
|
39
|
+
RelationshipStatus,
|
|
40
|
+
RetrievalMode,
|
|
41
|
+
RevealRequestStatus,
|
|
42
|
+
RevealStatus,
|
|
43
|
+
ScopeFilterKey,
|
|
44
|
+
SearchResourcesComparator,
|
|
45
|
+
SearchResourcesSimpleCriterionKey,
|
|
46
|
+
SearchResourcesSortAttributeName,
|
|
47
|
+
SensitiveDataItemCategory,
|
|
48
|
+
SeverityDescription,
|
|
49
|
+
SharedAccess,
|
|
50
|
+
SimpleCriterionKeyForJob,
|
|
51
|
+
StorageClass,
|
|
52
|
+
TagTarget,
|
|
53
|
+
TimeRange,
|
|
54
|
+
Type,
|
|
55
|
+
UnavailabilityReasonCode,
|
|
56
|
+
Unit,
|
|
57
|
+
UsageStatisticsFilterComparator,
|
|
58
|
+
UsageStatisticsFilterKey,
|
|
59
|
+
UsageStatisticsSortKey,
|
|
60
|
+
UsageType,
|
|
61
|
+
UserIdentityType,
|
|
62
|
+
} from "./enums";
|
|
8
63
|
export interface AdminAccount {
|
|
9
64
|
accountId?: string | undefined;
|
|
10
65
|
status?: AdminStatus | undefined;
|
|
@@ -17,12 +72,6 @@ export interface AllowListSummary {
|
|
|
17
72
|
name?: string | undefined;
|
|
18
73
|
updatedAt?: Date | undefined;
|
|
19
74
|
}
|
|
20
|
-
export declare const AutomatedDiscoveryAccountStatus: {
|
|
21
|
-
readonly DISABLED: "DISABLED";
|
|
22
|
-
readonly ENABLED: "ENABLED";
|
|
23
|
-
};
|
|
24
|
-
export type AutomatedDiscoveryAccountStatus =
|
|
25
|
-
(typeof AutomatedDiscoveryAccountStatus)[keyof typeof AutomatedDiscoveryAccountStatus];
|
|
26
75
|
export interface AutomatedDiscoveryAccount {
|
|
27
76
|
accountId?: string | undefined;
|
|
28
77
|
status?: AutomatedDiscoveryAccountStatus | undefined;
|
|
@@ -31,12 +80,6 @@ export interface AutomatedDiscoveryAccountUpdate {
|
|
|
31
80
|
accountId?: string | undefined;
|
|
32
81
|
status?: AutomatedDiscoveryAccountStatus | undefined;
|
|
33
82
|
}
|
|
34
|
-
export declare const AutomatedDiscoveryAccountUpdateErrorCode: {
|
|
35
|
-
readonly ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND";
|
|
36
|
-
readonly ACCOUNT_PAUSED: "ACCOUNT_PAUSED";
|
|
37
|
-
};
|
|
38
|
-
export type AutomatedDiscoveryAccountUpdateErrorCode =
|
|
39
|
-
(typeof AutomatedDiscoveryAccountUpdateErrorCode)[keyof typeof AutomatedDiscoveryAccountUpdateErrorCode];
|
|
40
83
|
export interface AutomatedDiscoveryAccountUpdateError {
|
|
41
84
|
accountId?: string | undefined;
|
|
42
85
|
errorCode?: AutomatedDiscoveryAccountUpdateErrorCode | undefined;
|
|
@@ -49,39 +92,6 @@ export interface BatchGetCustomDataIdentifierSummary {
|
|
|
49
92
|
id?: string | undefined;
|
|
50
93
|
name?: string | undefined;
|
|
51
94
|
}
|
|
52
|
-
export declare const AllowsUnencryptedObjectUploads: {
|
|
53
|
-
readonly FALSE: "FALSE";
|
|
54
|
-
readonly TRUE: "TRUE";
|
|
55
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
56
|
-
};
|
|
57
|
-
export type AllowsUnencryptedObjectUploads =
|
|
58
|
-
(typeof AllowsUnencryptedObjectUploads)[keyof typeof AllowsUnencryptedObjectUploads];
|
|
59
|
-
export declare const AutomatedDiscoveryMonitoringStatus: {
|
|
60
|
-
readonly MONITORED: "MONITORED";
|
|
61
|
-
readonly NOT_MONITORED: "NOT_MONITORED";
|
|
62
|
-
};
|
|
63
|
-
export type AutomatedDiscoveryMonitoringStatus =
|
|
64
|
-
(typeof AutomatedDiscoveryMonitoringStatus)[keyof typeof AutomatedDiscoveryMonitoringStatus];
|
|
65
|
-
export declare const BucketMetadataErrorCode: {
|
|
66
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
67
|
-
readonly BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA";
|
|
68
|
-
};
|
|
69
|
-
export type BucketMetadataErrorCode =
|
|
70
|
-
(typeof BucketMetadataErrorCode)[keyof typeof BucketMetadataErrorCode];
|
|
71
|
-
export declare const IsDefinedInJob: {
|
|
72
|
-
readonly FALSE: "FALSE";
|
|
73
|
-
readonly TRUE: "TRUE";
|
|
74
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
75
|
-
};
|
|
76
|
-
export type IsDefinedInJob =
|
|
77
|
-
(typeof IsDefinedInJob)[keyof typeof IsDefinedInJob];
|
|
78
|
-
export declare const IsMonitoredByJob: {
|
|
79
|
-
readonly FALSE: "FALSE";
|
|
80
|
-
readonly TRUE: "TRUE";
|
|
81
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
82
|
-
};
|
|
83
|
-
export type IsMonitoredByJob =
|
|
84
|
-
(typeof IsMonitoredByJob)[keyof typeof IsMonitoredByJob];
|
|
85
95
|
export interface JobDetails {
|
|
86
96
|
isDefinedInJob?: IsDefinedInJob | undefined;
|
|
87
97
|
isMonitoredByJob?: IsMonitoredByJob | undefined;
|
|
@@ -95,13 +105,6 @@ export interface ObjectCountByEncryptionType {
|
|
|
95
105
|
unencrypted?: number | undefined;
|
|
96
106
|
unknown?: number | undefined;
|
|
97
107
|
}
|
|
98
|
-
export declare const EffectivePermission: {
|
|
99
|
-
readonly NOT_PUBLIC: "NOT_PUBLIC";
|
|
100
|
-
readonly PUBLIC: "PUBLIC";
|
|
101
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
102
|
-
};
|
|
103
|
-
export type EffectivePermission =
|
|
104
|
-
(typeof EffectivePermission)[keyof typeof EffectivePermission];
|
|
105
108
|
export interface BlockPublicAccess {
|
|
106
109
|
blockPublicAcls?: boolean | undefined;
|
|
107
110
|
blockPublicPolicy?: boolean | undefined;
|
|
@@ -137,24 +140,10 @@ export interface ReplicationDetails {
|
|
|
137
140
|
replicatedExternally?: boolean | undefined;
|
|
138
141
|
replicationAccounts?: string[] | undefined;
|
|
139
142
|
}
|
|
140
|
-
export declare const Type: {
|
|
141
|
-
readonly AES256: "AES256";
|
|
142
|
-
readonly NONE: "NONE";
|
|
143
|
-
readonly aws_kms: "aws:kms";
|
|
144
|
-
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
145
|
-
};
|
|
146
|
-
export type Type = (typeof Type)[keyof typeof Type];
|
|
147
143
|
export interface BucketServerSideEncryption {
|
|
148
144
|
kmsMasterKeyId?: string | undefined;
|
|
149
145
|
type?: Type | undefined;
|
|
150
146
|
}
|
|
151
|
-
export declare const SharedAccess: {
|
|
152
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
153
|
-
readonly INTERNAL: "INTERNAL";
|
|
154
|
-
readonly NOT_SHARED: "NOT_SHARED";
|
|
155
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
156
|
-
};
|
|
157
|
-
export type SharedAccess = (typeof SharedAccess)[keyof typeof SharedAccess];
|
|
158
147
|
export interface KeyValuePair {
|
|
159
148
|
key?: string | undefined;
|
|
160
149
|
value?: string | undefined;
|
|
@@ -199,25 +188,6 @@ export interface ClassificationScopeSummary {
|
|
|
199
188
|
id?: string | undefined;
|
|
200
189
|
name?: string | undefined;
|
|
201
190
|
}
|
|
202
|
-
export declare const JobComparator: {
|
|
203
|
-
readonly CONTAINS: "CONTAINS";
|
|
204
|
-
readonly EQ: "EQ";
|
|
205
|
-
readonly GT: "GT";
|
|
206
|
-
readonly GTE: "GTE";
|
|
207
|
-
readonly LT: "LT";
|
|
208
|
-
readonly LTE: "LTE";
|
|
209
|
-
readonly NE: "NE";
|
|
210
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
211
|
-
};
|
|
212
|
-
export type JobComparator = (typeof JobComparator)[keyof typeof JobComparator];
|
|
213
|
-
export declare const SimpleCriterionKeyForJob: {
|
|
214
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
215
|
-
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
216
|
-
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
217
|
-
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
218
|
-
};
|
|
219
|
-
export type SimpleCriterionKeyForJob =
|
|
220
|
-
(typeof SimpleCriterionKeyForJob)[keyof typeof SimpleCriterionKeyForJob];
|
|
221
191
|
export interface SimpleCriterionForJob {
|
|
222
192
|
comparator?: JobComparator | undefined;
|
|
223
193
|
key?: SimpleCriterionKeyForJob | undefined;
|
|
@@ -245,12 +215,6 @@ export interface CustomDataIdentifierSummary {
|
|
|
245
215
|
export interface DetectedDataDetails {
|
|
246
216
|
value: string | undefined;
|
|
247
217
|
}
|
|
248
|
-
export declare const DataIdentifierType: {
|
|
249
|
-
readonly CUSTOM: "CUSTOM";
|
|
250
|
-
readonly MANAGED: "MANAGED";
|
|
251
|
-
};
|
|
252
|
-
export type DataIdentifierType =
|
|
253
|
-
(typeof DataIdentifierType)[keyof typeof DataIdentifierType];
|
|
254
218
|
export interface Detection {
|
|
255
219
|
arn?: string | undefined;
|
|
256
220
|
count?: number | undefined;
|
|
@@ -259,17 +223,6 @@ export interface Detection {
|
|
|
259
223
|
suppressed?: boolean | undefined;
|
|
260
224
|
type?: DataIdentifierType | undefined;
|
|
261
225
|
}
|
|
262
|
-
export declare const FindingCategory: {
|
|
263
|
-
readonly CLASSIFICATION: "CLASSIFICATION";
|
|
264
|
-
readonly POLICY: "POLICY";
|
|
265
|
-
};
|
|
266
|
-
export type FindingCategory =
|
|
267
|
-
(typeof FindingCategory)[keyof typeof FindingCategory];
|
|
268
|
-
export declare const OriginType: {
|
|
269
|
-
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
270
|
-
readonly SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB";
|
|
271
|
-
};
|
|
272
|
-
export type OriginType = (typeof OriginType)[keyof typeof OriginType];
|
|
273
226
|
export interface Cell {
|
|
274
227
|
cellReference?: string | undefined;
|
|
275
228
|
column?: number | undefined;
|
|
@@ -307,14 +260,6 @@ export interface CustomDataIdentifiers {
|
|
|
307
260
|
detections?: CustomDetection[] | undefined;
|
|
308
261
|
totalCount?: number | undefined;
|
|
309
262
|
}
|
|
310
|
-
export declare const SensitiveDataItemCategory: {
|
|
311
|
-
readonly CREDENTIALS: "CREDENTIALS";
|
|
312
|
-
readonly CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER";
|
|
313
|
-
readonly FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION";
|
|
314
|
-
readonly PERSONAL_INFORMATION: "PERSONAL_INFORMATION";
|
|
315
|
-
};
|
|
316
|
-
export type SensitiveDataItemCategory =
|
|
317
|
-
(typeof SensitiveDataItemCategory)[keyof typeof SensitiveDataItemCategory];
|
|
318
263
|
export interface DefaultDetection {
|
|
319
264
|
count?: number | undefined;
|
|
320
265
|
occurrences?: Occurrences | undefined;
|
|
@@ -344,11 +289,6 @@ export interface ClassificationDetails {
|
|
|
344
289
|
originType?: OriginType | undefined;
|
|
345
290
|
result?: ClassificationResult | undefined;
|
|
346
291
|
}
|
|
347
|
-
export declare const FindingActionType: {
|
|
348
|
-
readonly AWS_API_CALL: "AWS_API_CALL";
|
|
349
|
-
};
|
|
350
|
-
export type FindingActionType =
|
|
351
|
-
(typeof FindingActionType)[keyof typeof FindingActionType];
|
|
352
292
|
export interface ApiCallDetails {
|
|
353
293
|
api?: string | undefined;
|
|
354
294
|
apiServiceName?: string | undefined;
|
|
@@ -433,16 +373,6 @@ export interface UserIdentityRoot {
|
|
|
433
373
|
arn?: string | undefined;
|
|
434
374
|
principalId?: string | undefined;
|
|
435
375
|
}
|
|
436
|
-
export declare const UserIdentityType: {
|
|
437
|
-
readonly AWSAccount: "AWSAccount";
|
|
438
|
-
readonly AWSService: "AWSService";
|
|
439
|
-
readonly AssumedRole: "AssumedRole";
|
|
440
|
-
readonly FederatedUser: "FederatedUser";
|
|
441
|
-
readonly IAMUser: "IAMUser";
|
|
442
|
-
readonly Root: "Root";
|
|
443
|
-
};
|
|
444
|
-
export type UserIdentityType =
|
|
445
|
-
(typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
446
376
|
export interface UserIdentity {
|
|
447
377
|
assumedRole?: AssumedRole | undefined;
|
|
448
378
|
awsAccount?: AwsAccount | undefined;
|
|
@@ -461,15 +391,6 @@ export interface PolicyDetails {
|
|
|
461
391
|
action?: FindingAction | undefined;
|
|
462
392
|
actor?: FindingActor | undefined;
|
|
463
393
|
}
|
|
464
|
-
export declare const EncryptionType: {
|
|
465
|
-
readonly AES256: "AES256";
|
|
466
|
-
readonly NONE: "NONE";
|
|
467
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
468
|
-
readonly aws_kms: "aws:kms";
|
|
469
|
-
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
470
|
-
};
|
|
471
|
-
export type EncryptionType =
|
|
472
|
-
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
473
394
|
export interface ServerSideEncryption {
|
|
474
395
|
encryptionType?: EncryptionType | undefined;
|
|
475
396
|
kmsMasterKeyId?: string | undefined;
|
|
@@ -488,18 +409,6 @@ export interface S3Bucket {
|
|
|
488
409
|
publicAccess?: BucketPublicAccess | undefined;
|
|
489
410
|
tags?: KeyValuePair[] | undefined;
|
|
490
411
|
}
|
|
491
|
-
export declare const StorageClass: {
|
|
492
|
-
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
493
|
-
readonly GLACIER: "GLACIER";
|
|
494
|
-
readonly GLACIER_IR: "GLACIER_IR";
|
|
495
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
496
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
497
|
-
readonly OUTPOSTS: "OUTPOSTS";
|
|
498
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
499
|
-
readonly STANDARD: "STANDARD";
|
|
500
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
501
|
-
};
|
|
502
|
-
export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
503
412
|
export interface S3Object {
|
|
504
413
|
bucketArn?: string | undefined;
|
|
505
414
|
eTag?: string | undefined;
|
|
@@ -518,31 +427,10 @@ export interface ResourcesAffected {
|
|
|
518
427
|
s3Bucket?: S3Bucket | undefined;
|
|
519
428
|
s3Object?: S3Object | undefined;
|
|
520
429
|
}
|
|
521
|
-
export declare const SeverityDescription: {
|
|
522
|
-
readonly High: "High";
|
|
523
|
-
readonly Low: "Low";
|
|
524
|
-
readonly Medium: "Medium";
|
|
525
|
-
};
|
|
526
|
-
export type SeverityDescription =
|
|
527
|
-
(typeof SeverityDescription)[keyof typeof SeverityDescription];
|
|
528
430
|
export interface Severity {
|
|
529
431
|
description?: SeverityDescription | undefined;
|
|
530
432
|
score?: number | undefined;
|
|
531
433
|
}
|
|
532
|
-
export declare const FindingType: {
|
|
533
|
-
readonly Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled";
|
|
534
|
-
readonly Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled";
|
|
535
|
-
readonly Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic";
|
|
536
|
-
readonly Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally";
|
|
537
|
-
readonly Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally";
|
|
538
|
-
readonly Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront";
|
|
539
|
-
readonly SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials";
|
|
540
|
-
readonly SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier";
|
|
541
|
-
readonly SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial";
|
|
542
|
-
readonly SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple";
|
|
543
|
-
readonly SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal";
|
|
544
|
-
};
|
|
545
|
-
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
546
434
|
export interface Finding {
|
|
547
435
|
accountId?: string | undefined;
|
|
548
436
|
archived?: boolean | undefined;
|
|
@@ -563,12 +451,6 @@ export interface Finding {
|
|
|
563
451
|
type?: FindingType | undefined;
|
|
564
452
|
updatedAt?: Date | undefined;
|
|
565
453
|
}
|
|
566
|
-
export declare const FindingsFilterAction: {
|
|
567
|
-
readonly ARCHIVE: "ARCHIVE";
|
|
568
|
-
readonly NOOP: "NOOP";
|
|
569
|
-
};
|
|
570
|
-
export type FindingsFilterAction =
|
|
571
|
-
(typeof FindingsFilterAction)[keyof typeof FindingsFilterAction];
|
|
572
454
|
export interface FindingsFilterListItem {
|
|
573
455
|
action?: FindingsFilterAction | undefined;
|
|
574
456
|
arn?: string | undefined;
|
|
@@ -580,34 +462,12 @@ export interface GroupCount {
|
|
|
580
462
|
count?: number | undefined;
|
|
581
463
|
groupKey?: string | undefined;
|
|
582
464
|
}
|
|
583
|
-
export declare const RelationshipStatus: {
|
|
584
|
-
readonly AccountSuspended: "AccountSuspended";
|
|
585
|
-
readonly Created: "Created";
|
|
586
|
-
readonly EmailVerificationFailed: "EmailVerificationFailed";
|
|
587
|
-
readonly EmailVerificationInProgress: "EmailVerificationInProgress";
|
|
588
|
-
readonly Enabled: "Enabled";
|
|
589
|
-
readonly Invited: "Invited";
|
|
590
|
-
readonly Paused: "Paused";
|
|
591
|
-
readonly RegionDisabled: "RegionDisabled";
|
|
592
|
-
readonly Removed: "Removed";
|
|
593
|
-
readonly Resigned: "Resigned";
|
|
594
|
-
};
|
|
595
|
-
export type RelationshipStatus =
|
|
596
|
-
(typeof RelationshipStatus)[keyof typeof RelationshipStatus];
|
|
597
465
|
export interface Invitation {
|
|
598
466
|
accountId?: string | undefined;
|
|
599
467
|
invitationId?: string | undefined;
|
|
600
468
|
invitedAt?: Date | undefined;
|
|
601
469
|
relationshipStatus?: RelationshipStatus | undefined;
|
|
602
470
|
}
|
|
603
|
-
export declare const ScopeFilterKey: {
|
|
604
|
-
readonly OBJECT_EXTENSION: "OBJECT_EXTENSION";
|
|
605
|
-
readonly OBJECT_KEY: "OBJECT_KEY";
|
|
606
|
-
readonly OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE";
|
|
607
|
-
readonly OBJECT_SIZE: "OBJECT_SIZE";
|
|
608
|
-
};
|
|
609
|
-
export type ScopeFilterKey =
|
|
610
|
-
(typeof ScopeFilterKey)[keyof typeof ScopeFilterKey];
|
|
611
471
|
export interface SimpleScopeTerm {
|
|
612
472
|
comparator?: JobComparator | undefined;
|
|
613
473
|
key?: ScopeFilterKey | undefined;
|
|
@@ -617,10 +477,6 @@ export interface TagValuePair {
|
|
|
617
477
|
key?: string | undefined;
|
|
618
478
|
value?: string | undefined;
|
|
619
479
|
}
|
|
620
|
-
export declare const TagTarget: {
|
|
621
|
-
readonly S3_OBJECT: "S3_OBJECT";
|
|
622
|
-
};
|
|
623
|
-
export type TagTarget = (typeof TagTarget)[keyof typeof TagTarget];
|
|
624
480
|
export interface TagScopeTerm {
|
|
625
481
|
comparator?: JobComparator | undefined;
|
|
626
482
|
key?: string | undefined;
|
|
@@ -642,26 +498,6 @@ export interface S3BucketDefinitionForJob {
|
|
|
642
498
|
accountId: string | undefined;
|
|
643
499
|
buckets: string[] | undefined;
|
|
644
500
|
}
|
|
645
|
-
export declare const JobStatus: {
|
|
646
|
-
readonly CANCELLED: "CANCELLED";
|
|
647
|
-
readonly COMPLETE: "COMPLETE";
|
|
648
|
-
readonly IDLE: "IDLE";
|
|
649
|
-
readonly PAUSED: "PAUSED";
|
|
650
|
-
readonly RUNNING: "RUNNING";
|
|
651
|
-
readonly USER_PAUSED: "USER_PAUSED";
|
|
652
|
-
};
|
|
653
|
-
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
654
|
-
export declare const JobType: {
|
|
655
|
-
readonly ONE_TIME: "ONE_TIME";
|
|
656
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
657
|
-
};
|
|
658
|
-
export type JobType = (typeof JobType)[keyof typeof JobType];
|
|
659
|
-
export declare const LastRunErrorStatusCode: {
|
|
660
|
-
readonly ERROR: "ERROR";
|
|
661
|
-
readonly NONE: "NONE";
|
|
662
|
-
};
|
|
663
|
-
export type LastRunErrorStatusCode =
|
|
664
|
-
(typeof LastRunErrorStatusCode)[keyof typeof LastRunErrorStatusCode];
|
|
665
501
|
export interface LastRunErrorStatus {
|
|
666
502
|
code?: LastRunErrorStatusCode | undefined;
|
|
667
503
|
}
|
|
@@ -681,14 +517,6 @@ export interface JobSummary {
|
|
|
681
517
|
name?: string | undefined;
|
|
682
518
|
userPausedDetails?: UserPausedDetails | undefined;
|
|
683
519
|
}
|
|
684
|
-
export declare const ListJobsFilterKey: {
|
|
685
|
-
readonly createdAt: "createdAt";
|
|
686
|
-
readonly jobStatus: "jobStatus";
|
|
687
|
-
readonly jobType: "jobType";
|
|
688
|
-
readonly name: "name";
|
|
689
|
-
};
|
|
690
|
-
export type ListJobsFilterKey =
|
|
691
|
-
(typeof ListJobsFilterKey)[keyof typeof ListJobsFilterKey];
|
|
692
520
|
export interface ListJobsFilterTerm {
|
|
693
521
|
comparator?: JobComparator | undefined;
|
|
694
522
|
key?: ListJobsFilterKey | undefined;
|
|
@@ -737,21 +565,6 @@ export interface ResourceProfileArtifact {
|
|
|
737
565
|
classificationResultStatus: string | undefined;
|
|
738
566
|
sensitive?: boolean | undefined;
|
|
739
567
|
}
|
|
740
|
-
export declare const SearchResourcesComparator: {
|
|
741
|
-
readonly EQ: "EQ";
|
|
742
|
-
readonly NE: "NE";
|
|
743
|
-
};
|
|
744
|
-
export type SearchResourcesComparator =
|
|
745
|
-
(typeof SearchResourcesComparator)[keyof typeof SearchResourcesComparator];
|
|
746
|
-
export declare const SearchResourcesSimpleCriterionKey: {
|
|
747
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
748
|
-
readonly AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS";
|
|
749
|
-
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
750
|
-
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
751
|
-
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
752
|
-
};
|
|
753
|
-
export type SearchResourcesSimpleCriterionKey =
|
|
754
|
-
(typeof SearchResourcesSimpleCriterionKey)[keyof typeof SearchResourcesSimpleCriterionKey];
|
|
755
568
|
export interface SearchResourcesSimpleCriterion {
|
|
756
569
|
comparator?: SearchResourcesComparator | undefined;
|
|
757
570
|
key?: SearchResourcesSimpleCriterionKey | undefined;
|
|
@@ -777,51 +590,16 @@ export interface SuppressDataIdentifier {
|
|
|
777
590
|
id?: string | undefined;
|
|
778
591
|
type?: DataIdentifierType | undefined;
|
|
779
592
|
}
|
|
780
|
-
export declare const UnavailabilityReasonCode: {
|
|
781
|
-
readonly ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION";
|
|
782
|
-
readonly INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT";
|
|
783
|
-
readonly INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE";
|
|
784
|
-
readonly MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE";
|
|
785
|
-
readonly MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION";
|
|
786
|
-
readonly OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA";
|
|
787
|
-
readonly OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE";
|
|
788
|
-
readonly RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED";
|
|
789
|
-
readonly ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE";
|
|
790
|
-
readonly UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE";
|
|
791
|
-
readonly UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE";
|
|
792
|
-
};
|
|
793
|
-
export type UnavailabilityReasonCode =
|
|
794
|
-
(typeof UnavailabilityReasonCode)[keyof typeof UnavailabilityReasonCode];
|
|
795
|
-
export declare const ErrorCode: {
|
|
796
|
-
readonly ClientError: "ClientError";
|
|
797
|
-
readonly InternalError: "InternalError";
|
|
798
|
-
};
|
|
799
|
-
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
800
593
|
export interface UnprocessedAccount {
|
|
801
594
|
accountId?: string | undefined;
|
|
802
595
|
errorCode?: ErrorCode | undefined;
|
|
803
596
|
errorMessage?: string | undefined;
|
|
804
597
|
}
|
|
805
|
-
export declare const Currency: {
|
|
806
|
-
readonly USD: "USD";
|
|
807
|
-
};
|
|
808
|
-
export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
809
|
-
export declare const Unit: {
|
|
810
|
-
readonly TERABYTES: "TERABYTES";
|
|
811
|
-
};
|
|
812
|
-
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
813
598
|
export interface ServiceLimit {
|
|
814
599
|
isServiceLimited?: boolean | undefined;
|
|
815
600
|
unit?: Unit | undefined;
|
|
816
601
|
value?: number | undefined;
|
|
817
602
|
}
|
|
818
|
-
export declare const UsageType: {
|
|
819
|
-
readonly AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING";
|
|
820
|
-
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
821
|
-
readonly DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION";
|
|
822
|
-
readonly SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY";
|
|
823
|
-
};
|
|
824
|
-
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
825
603
|
export interface UsageByAccount {
|
|
826
604
|
currency?: Currency | undefined;
|
|
827
605
|
estimatedCost?: string | undefined;
|
|
@@ -834,25 +612,6 @@ export interface UsageRecord {
|
|
|
834
612
|
freeTrialStartDate?: Date | undefined;
|
|
835
613
|
usage?: UsageByAccount[] | undefined;
|
|
836
614
|
}
|
|
837
|
-
export declare const UsageStatisticsFilterComparator: {
|
|
838
|
-
readonly CONTAINS: "CONTAINS";
|
|
839
|
-
readonly EQ: "EQ";
|
|
840
|
-
readonly GT: "GT";
|
|
841
|
-
readonly GTE: "GTE";
|
|
842
|
-
readonly LT: "LT";
|
|
843
|
-
readonly LTE: "LTE";
|
|
844
|
-
readonly NE: "NE";
|
|
845
|
-
};
|
|
846
|
-
export type UsageStatisticsFilterComparator =
|
|
847
|
-
(typeof UsageStatisticsFilterComparator)[keyof typeof UsageStatisticsFilterComparator];
|
|
848
|
-
export declare const UsageStatisticsFilterKey: {
|
|
849
|
-
readonly accountId: "accountId";
|
|
850
|
-
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
851
|
-
readonly serviceLimit: "serviceLimit";
|
|
852
|
-
readonly total: "total";
|
|
853
|
-
};
|
|
854
|
-
export type UsageStatisticsFilterKey =
|
|
855
|
-
(typeof UsageStatisticsFilterKey)[keyof typeof UsageStatisticsFilterKey];
|
|
856
615
|
export interface UsageStatisticsFilter {
|
|
857
616
|
comparator?: UsageStatisticsFilterComparator | undefined;
|
|
858
617
|
key?: UsageStatisticsFilterKey | undefined;
|
|
@@ -869,53 +628,6 @@ export interface AcceptInvitationRequest {
|
|
|
869
628
|
masterAccount?: string | undefined;
|
|
870
629
|
}
|
|
871
630
|
export interface AcceptInvitationResponse {}
|
|
872
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
873
|
-
readonly name: "AccessDeniedException";
|
|
874
|
-
readonly $fault: "client";
|
|
875
|
-
constructor(
|
|
876
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
877
|
-
);
|
|
878
|
-
}
|
|
879
|
-
export declare class ConflictException extends __BaseException {
|
|
880
|
-
readonly name: "ConflictException";
|
|
881
|
-
readonly $fault: "client";
|
|
882
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
883
|
-
}
|
|
884
|
-
export declare class InternalServerException extends __BaseException {
|
|
885
|
-
readonly name: "InternalServerException";
|
|
886
|
-
readonly $fault: "server";
|
|
887
|
-
constructor(
|
|
888
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
889
|
-
);
|
|
890
|
-
}
|
|
891
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
892
|
-
readonly name: "ResourceNotFoundException";
|
|
893
|
-
readonly $fault: "client";
|
|
894
|
-
constructor(
|
|
895
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
896
|
-
);
|
|
897
|
-
}
|
|
898
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
899
|
-
readonly name: "ServiceQuotaExceededException";
|
|
900
|
-
readonly $fault: "client";
|
|
901
|
-
constructor(
|
|
902
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
903
|
-
);
|
|
904
|
-
}
|
|
905
|
-
export declare class ThrottlingException extends __BaseException {
|
|
906
|
-
readonly name: "ThrottlingException";
|
|
907
|
-
readonly $fault: "client";
|
|
908
|
-
constructor(
|
|
909
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
910
|
-
);
|
|
911
|
-
}
|
|
912
|
-
export declare class ValidationException extends __BaseException {
|
|
913
|
-
readonly name: "ValidationException";
|
|
914
|
-
readonly $fault: "client";
|
|
915
|
-
constructor(
|
|
916
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
917
|
-
);
|
|
918
|
-
}
|
|
919
631
|
export interface AccountDetail {
|
|
920
632
|
accountId: string | undefined;
|
|
921
633
|
email: string | undefined;
|
|
@@ -928,41 +640,10 @@ export interface AllowListCriteria {
|
|
|
928
640
|
regex?: string | undefined;
|
|
929
641
|
s3WordsList?: S3WordsList | undefined;
|
|
930
642
|
}
|
|
931
|
-
export declare const AllowListStatusCode: {
|
|
932
|
-
readonly OK: "OK";
|
|
933
|
-
readonly S3_OBJECT_ACCESS_DENIED: "S3_OBJECT_ACCESS_DENIED";
|
|
934
|
-
readonly S3_OBJECT_EMPTY: "S3_OBJECT_EMPTY";
|
|
935
|
-
readonly S3_OBJECT_NOT_FOUND: "S3_OBJECT_NOT_FOUND";
|
|
936
|
-
readonly S3_OBJECT_OVERSIZE: "S3_OBJECT_OVERSIZE";
|
|
937
|
-
readonly S3_THROTTLED: "S3_THROTTLED";
|
|
938
|
-
readonly S3_USER_ACCESS_DENIED: "S3_USER_ACCESS_DENIED";
|
|
939
|
-
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
940
|
-
};
|
|
941
|
-
export type AllowListStatusCode =
|
|
942
|
-
(typeof AllowListStatusCode)[keyof typeof AllowListStatusCode];
|
|
943
643
|
export interface AllowListStatus {
|
|
944
644
|
code: AllowListStatusCode | undefined;
|
|
945
645
|
description?: string | undefined;
|
|
946
646
|
}
|
|
947
|
-
export declare const AutoEnableMode: {
|
|
948
|
-
readonly ALL: "ALL";
|
|
949
|
-
readonly NEW: "NEW";
|
|
950
|
-
readonly NONE: "NONE";
|
|
951
|
-
};
|
|
952
|
-
export type AutoEnableMode =
|
|
953
|
-
(typeof AutoEnableMode)[keyof typeof AutoEnableMode];
|
|
954
|
-
export declare const AutomatedDiscoveryStatus: {
|
|
955
|
-
readonly DISABLED: "DISABLED";
|
|
956
|
-
readonly ENABLED: "ENABLED";
|
|
957
|
-
};
|
|
958
|
-
export type AutomatedDiscoveryStatus =
|
|
959
|
-
(typeof AutomatedDiscoveryStatus)[keyof typeof AutomatedDiscoveryStatus];
|
|
960
|
-
export declare const AvailabilityCode: {
|
|
961
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
962
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
963
|
-
};
|
|
964
|
-
export type AvailabilityCode =
|
|
965
|
-
(typeof AvailabilityCode)[keyof typeof AvailabilityCode];
|
|
966
647
|
export interface BatchGetCustomDataIdentifiersRequest {
|
|
967
648
|
ids?: string[] | undefined;
|
|
968
649
|
}
|
|
@@ -1008,11 +689,6 @@ export interface BucketCriteriaAdditionalProperties {
|
|
|
1008
689
|
neq?: string[] | undefined;
|
|
1009
690
|
prefix?: string | undefined;
|
|
1010
691
|
}
|
|
1011
|
-
export declare const OrderBy: {
|
|
1012
|
-
readonly ASC: "ASC";
|
|
1013
|
-
readonly DESC: "DESC";
|
|
1014
|
-
};
|
|
1015
|
-
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
1016
692
|
export interface BucketSortCriteria {
|
|
1017
693
|
attributeName?: string | undefined;
|
|
1018
694
|
orderBy?: OrderBy | undefined;
|
|
@@ -1037,13 +713,6 @@ export interface S3Destination {
|
|
|
1037
713
|
export interface ClassificationExportConfiguration {
|
|
1038
714
|
s3Destination?: S3Destination | undefined;
|
|
1039
715
|
}
|
|
1040
|
-
export declare const ClassificationScopeUpdateOperation: {
|
|
1041
|
-
readonly ADD: "ADD";
|
|
1042
|
-
readonly REMOVE: "REMOVE";
|
|
1043
|
-
readonly REPLACE: "REPLACE";
|
|
1044
|
-
};
|
|
1045
|
-
export type ClassificationScopeUpdateOperation =
|
|
1046
|
-
(typeof ClassificationScopeUpdateOperation)[keyof typeof ClassificationScopeUpdateOperation];
|
|
1047
716
|
export interface CreateAllowListRequest {
|
|
1048
717
|
clientToken?: string | undefined;
|
|
1049
718
|
criteria: AllowListCriteria | undefined;
|
|
@@ -1055,15 +724,6 @@ export interface CreateAllowListResponse {
|
|
|
1055
724
|
arn?: string | undefined;
|
|
1056
725
|
id?: string | undefined;
|
|
1057
726
|
}
|
|
1058
|
-
export declare const ManagedDataIdentifierSelector: {
|
|
1059
|
-
readonly ALL: "ALL";
|
|
1060
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
1061
|
-
readonly INCLUDE: "INCLUDE";
|
|
1062
|
-
readonly NONE: "NONE";
|
|
1063
|
-
readonly RECOMMENDED: "RECOMMENDED";
|
|
1064
|
-
};
|
|
1065
|
-
export type ManagedDataIdentifierSelector =
|
|
1066
|
-
(typeof ManagedDataIdentifierSelector)[keyof typeof ManagedDataIdentifierSelector];
|
|
1067
727
|
export interface JobScopingBlock {
|
|
1068
728
|
and?: JobScopeTerm[] | undefined;
|
|
1069
729
|
}
|
|
@@ -1080,16 +740,6 @@ export interface DailySchedule {}
|
|
|
1080
740
|
export interface MonthlySchedule {
|
|
1081
741
|
dayOfMonth?: number | undefined;
|
|
1082
742
|
}
|
|
1083
|
-
export declare const DayOfWeek: {
|
|
1084
|
-
readonly FRIDAY: "FRIDAY";
|
|
1085
|
-
readonly MONDAY: "MONDAY";
|
|
1086
|
-
readonly SATURDAY: "SATURDAY";
|
|
1087
|
-
readonly SUNDAY: "SUNDAY";
|
|
1088
|
-
readonly THURSDAY: "THURSDAY";
|
|
1089
|
-
readonly TUESDAY: "TUESDAY";
|
|
1090
|
-
readonly WEDNESDAY: "WEDNESDAY";
|
|
1091
|
-
};
|
|
1092
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
1093
743
|
export interface WeeklySchedule {
|
|
1094
744
|
dayOfWeek?: DayOfWeek | undefined;
|
|
1095
745
|
}
|
|
@@ -1117,13 +767,6 @@ export interface CreateClassificationJobResponse {
|
|
|
1117
767
|
jobArn?: string | undefined;
|
|
1118
768
|
jobId?: string | undefined;
|
|
1119
769
|
}
|
|
1120
|
-
export declare const DataIdentifierSeverity: {
|
|
1121
|
-
readonly HIGH: "HIGH";
|
|
1122
|
-
readonly LOW: "LOW";
|
|
1123
|
-
readonly MEDIUM: "MEDIUM";
|
|
1124
|
-
};
|
|
1125
|
-
export type DataIdentifierSeverity =
|
|
1126
|
-
(typeof DataIdentifierSeverity)[keyof typeof DataIdentifierSeverity];
|
|
1127
770
|
export interface SeverityLevel {
|
|
1128
771
|
occurrencesThreshold: number | undefined;
|
|
1129
772
|
severity: DataIdentifierSeverity | undefined;
|
|
@@ -1274,18 +917,6 @@ export interface DisassociateMemberRequest {
|
|
|
1274
917
|
id: string | undefined;
|
|
1275
918
|
}
|
|
1276
919
|
export interface DisassociateMemberResponse {}
|
|
1277
|
-
export declare const FindingPublishingFrequency: {
|
|
1278
|
-
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
1279
|
-
readonly ONE_HOUR: "ONE_HOUR";
|
|
1280
|
-
readonly SIX_HOURS: "SIX_HOURS";
|
|
1281
|
-
};
|
|
1282
|
-
export type FindingPublishingFrequency =
|
|
1283
|
-
(typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
1284
|
-
export declare const MacieStatus: {
|
|
1285
|
-
readonly ENABLED: "ENABLED";
|
|
1286
|
-
readonly PAUSED: "PAUSED";
|
|
1287
|
-
};
|
|
1288
|
-
export type MacieStatus = (typeof MacieStatus)[keyof typeof MacieStatus];
|
|
1289
920
|
export interface EnableMacieRequest {
|
|
1290
921
|
clientToken?: string | undefined;
|
|
1291
922
|
findingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
@@ -1297,12 +928,6 @@ export interface EnableOrganizationAdminAccountRequest {
|
|
|
1297
928
|
clientToken?: string | undefined;
|
|
1298
929
|
}
|
|
1299
930
|
export interface EnableOrganizationAdminAccountResponse {}
|
|
1300
|
-
export declare const FindingStatisticsSortAttributeName: {
|
|
1301
|
-
readonly count: "count";
|
|
1302
|
-
readonly groupKey: "groupKey";
|
|
1303
|
-
};
|
|
1304
|
-
export type FindingStatisticsSortAttributeName =
|
|
1305
|
-
(typeof FindingStatisticsSortAttributeName)[keyof typeof FindingStatisticsSortAttributeName];
|
|
1306
931
|
export interface FindingStatisticsSortCriteria {
|
|
1307
932
|
attributeName?: FindingStatisticsSortAttributeName | undefined;
|
|
1308
933
|
orderBy?: OrderBy | undefined;
|
|
@@ -1425,13 +1050,6 @@ export interface SecurityHubConfiguration {
|
|
|
1425
1050
|
export interface GetFindingsPublicationConfigurationResponse {
|
|
1426
1051
|
securityHubConfiguration?: SecurityHubConfiguration | undefined;
|
|
1427
1052
|
}
|
|
1428
|
-
export declare const GroupBy: {
|
|
1429
|
-
readonly classificationDetails_jobId: "classificationDetails.jobId";
|
|
1430
|
-
readonly resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name";
|
|
1431
|
-
readonly severity_description: "severity.description";
|
|
1432
|
-
readonly type: "type";
|
|
1433
|
-
};
|
|
1434
|
-
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
1435
1053
|
export interface GetFindingStatisticsRequest {
|
|
1436
1054
|
findingCriteria?: FindingCriteria | undefined;
|
|
1437
1055
|
groupBy: GroupBy | undefined;
|
|
@@ -1492,20 +1110,10 @@ export interface GetResourceProfileResponse {
|
|
|
1492
1110
|
statistics?: ResourceStatistics | undefined;
|
|
1493
1111
|
}
|
|
1494
1112
|
export interface GetRevealConfigurationRequest {}
|
|
1495
|
-
export declare const RevealStatus: {
|
|
1496
|
-
readonly DISABLED: "DISABLED";
|
|
1497
|
-
readonly ENABLED: "ENABLED";
|
|
1498
|
-
};
|
|
1499
|
-
export type RevealStatus = (typeof RevealStatus)[keyof typeof RevealStatus];
|
|
1500
1113
|
export interface RevealConfiguration {
|
|
1501
1114
|
kmsKeyId?: string | undefined;
|
|
1502
1115
|
status: RevealStatus | undefined;
|
|
1503
1116
|
}
|
|
1504
|
-
export declare const RetrievalMode: {
|
|
1505
|
-
readonly ASSUME_ROLE: "ASSUME_ROLE";
|
|
1506
|
-
readonly CALLER_CREDENTIALS: "CALLER_CREDENTIALS";
|
|
1507
|
-
};
|
|
1508
|
-
export type RetrievalMode = (typeof RetrievalMode)[keyof typeof RetrievalMode];
|
|
1509
1117
|
export interface RetrievalConfiguration {
|
|
1510
1118
|
externalId?: string | undefined;
|
|
1511
1119
|
retrievalMode: RetrievalMode | undefined;
|
|
@@ -1518,25 +1126,11 @@ export interface GetRevealConfigurationResponse {
|
|
|
1518
1126
|
export interface GetSensitiveDataOccurrencesRequest {
|
|
1519
1127
|
findingId: string | undefined;
|
|
1520
1128
|
}
|
|
1521
|
-
export declare const RevealRequestStatus: {
|
|
1522
|
-
readonly ERROR: "ERROR";
|
|
1523
|
-
readonly PROCESSING: "PROCESSING";
|
|
1524
|
-
readonly SUCCESS: "SUCCESS";
|
|
1525
|
-
};
|
|
1526
|
-
export type RevealRequestStatus =
|
|
1527
|
-
(typeof RevealRequestStatus)[keyof typeof RevealRequestStatus];
|
|
1528
1129
|
export interface GetSensitiveDataOccurrencesResponse {
|
|
1529
1130
|
error?: string | undefined;
|
|
1530
1131
|
sensitiveDataOccurrences?: Record<string, DetectedDataDetails[]> | undefined;
|
|
1531
1132
|
status?: RevealRequestStatus | undefined;
|
|
1532
1133
|
}
|
|
1533
|
-
export declare class UnprocessableEntityException extends __BaseException {
|
|
1534
|
-
readonly name: "UnprocessableEntityException";
|
|
1535
|
-
readonly $fault: "client";
|
|
1536
|
-
constructor(
|
|
1537
|
-
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
1538
|
-
);
|
|
1539
|
-
}
|
|
1540
1134
|
export interface GetSensitiveDataOccurrencesAvailabilityRequest {
|
|
1541
1135
|
findingId: string | undefined;
|
|
1542
1136
|
}
|
|
@@ -1562,23 +1156,10 @@ export interface GetSensitivityInspectionTemplateResponse {
|
|
|
1562
1156
|
name?: string | undefined;
|
|
1563
1157
|
sensitivityInspectionTemplateId?: string | undefined;
|
|
1564
1158
|
}
|
|
1565
|
-
export declare const UsageStatisticsSortKey: {
|
|
1566
|
-
readonly accountId: "accountId";
|
|
1567
|
-
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
1568
|
-
readonly serviceLimitValue: "serviceLimitValue";
|
|
1569
|
-
readonly total: "total";
|
|
1570
|
-
};
|
|
1571
|
-
export type UsageStatisticsSortKey =
|
|
1572
|
-
(typeof UsageStatisticsSortKey)[keyof typeof UsageStatisticsSortKey];
|
|
1573
1159
|
export interface UsageStatisticsSortBy {
|
|
1574
1160
|
key?: UsageStatisticsSortKey | undefined;
|
|
1575
1161
|
orderBy?: OrderBy | undefined;
|
|
1576
1162
|
}
|
|
1577
|
-
export declare const TimeRange: {
|
|
1578
|
-
readonly MONTH_TO_DATE: "MONTH_TO_DATE";
|
|
1579
|
-
readonly PAST_30_DAYS: "PAST_30_DAYS";
|
|
1580
|
-
};
|
|
1581
|
-
export type TimeRange = (typeof TimeRange)[keyof typeof TimeRange];
|
|
1582
1163
|
export interface GetUsageStatisticsRequest {
|
|
1583
1164
|
filterBy?: UsageStatisticsFilter[] | undefined;
|
|
1584
1165
|
maxResults?: number | undefined;
|
|
@@ -1615,3 +1196,245 @@ export interface ListAutomatedDiscoveryAccountsResponse {
|
|
|
1615
1196
|
items?: AutomatedDiscoveryAccount[] | undefined;
|
|
1616
1197
|
nextToken?: string | undefined;
|
|
1617
1198
|
}
|
|
1199
|
+
export interface ListJobsFilterCriteria {
|
|
1200
|
+
excludes?: ListJobsFilterTerm[] | undefined;
|
|
1201
|
+
includes?: ListJobsFilterTerm[] | undefined;
|
|
1202
|
+
}
|
|
1203
|
+
export interface ListJobsSortCriteria {
|
|
1204
|
+
attributeName?: ListJobsSortAttributeName | undefined;
|
|
1205
|
+
orderBy?: OrderBy | undefined;
|
|
1206
|
+
}
|
|
1207
|
+
export interface ListClassificationJobsRequest {
|
|
1208
|
+
filterCriteria?: ListJobsFilterCriteria | undefined;
|
|
1209
|
+
maxResults?: number | undefined;
|
|
1210
|
+
nextToken?: string | undefined;
|
|
1211
|
+
sortCriteria?: ListJobsSortCriteria | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export interface ListClassificationJobsResponse {
|
|
1214
|
+
items?: JobSummary[] | undefined;
|
|
1215
|
+
nextToken?: string | undefined;
|
|
1216
|
+
}
|
|
1217
|
+
export interface ListClassificationScopesRequest {
|
|
1218
|
+
name?: string | undefined;
|
|
1219
|
+
nextToken?: string | undefined;
|
|
1220
|
+
}
|
|
1221
|
+
export interface ListClassificationScopesResponse {
|
|
1222
|
+
classificationScopes?: ClassificationScopeSummary[] | undefined;
|
|
1223
|
+
nextToken?: string | undefined;
|
|
1224
|
+
}
|
|
1225
|
+
export interface ListCustomDataIdentifiersRequest {
|
|
1226
|
+
maxResults?: number | undefined;
|
|
1227
|
+
nextToken?: string | undefined;
|
|
1228
|
+
}
|
|
1229
|
+
export interface ListCustomDataIdentifiersResponse {
|
|
1230
|
+
items?: CustomDataIdentifierSummary[] | undefined;
|
|
1231
|
+
nextToken?: string | undefined;
|
|
1232
|
+
}
|
|
1233
|
+
export interface ListFindingsRequest {
|
|
1234
|
+
findingCriteria?: FindingCriteria | undefined;
|
|
1235
|
+
maxResults?: number | undefined;
|
|
1236
|
+
nextToken?: string | undefined;
|
|
1237
|
+
sortCriteria?: SortCriteria | undefined;
|
|
1238
|
+
}
|
|
1239
|
+
export interface ListFindingsResponse {
|
|
1240
|
+
findingIds?: string[] | undefined;
|
|
1241
|
+
nextToken?: string | undefined;
|
|
1242
|
+
}
|
|
1243
|
+
export interface ListFindingsFiltersRequest {
|
|
1244
|
+
maxResults?: number | undefined;
|
|
1245
|
+
nextToken?: string | undefined;
|
|
1246
|
+
}
|
|
1247
|
+
export interface ListFindingsFiltersResponse {
|
|
1248
|
+
findingsFilterListItems?: FindingsFilterListItem[] | undefined;
|
|
1249
|
+
nextToken?: string | undefined;
|
|
1250
|
+
}
|
|
1251
|
+
export interface ListInvitationsRequest {
|
|
1252
|
+
maxResults?: number | undefined;
|
|
1253
|
+
nextToken?: string | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListInvitationsResponse {
|
|
1256
|
+
invitations?: Invitation[] | undefined;
|
|
1257
|
+
nextToken?: string | undefined;
|
|
1258
|
+
}
|
|
1259
|
+
export interface ListManagedDataIdentifiersRequest {
|
|
1260
|
+
nextToken?: string | undefined;
|
|
1261
|
+
}
|
|
1262
|
+
export interface ListManagedDataIdentifiersResponse {
|
|
1263
|
+
items?: ManagedDataIdentifierSummary[] | undefined;
|
|
1264
|
+
nextToken?: string | undefined;
|
|
1265
|
+
}
|
|
1266
|
+
export interface ListMembersRequest {
|
|
1267
|
+
maxResults?: number | undefined;
|
|
1268
|
+
nextToken?: string | undefined;
|
|
1269
|
+
onlyAssociated?: string | undefined;
|
|
1270
|
+
}
|
|
1271
|
+
export interface ListMembersResponse {
|
|
1272
|
+
members?: Member[] | undefined;
|
|
1273
|
+
nextToken?: string | undefined;
|
|
1274
|
+
}
|
|
1275
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
1276
|
+
maxResults?: number | undefined;
|
|
1277
|
+
nextToken?: string | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
1280
|
+
adminAccounts?: AdminAccount[] | undefined;
|
|
1281
|
+
nextToken?: string | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListResourceProfileArtifactsRequest {
|
|
1284
|
+
nextToken?: string | undefined;
|
|
1285
|
+
resourceArn: string | undefined;
|
|
1286
|
+
}
|
|
1287
|
+
export interface ListResourceProfileArtifactsResponse {
|
|
1288
|
+
artifacts?: ResourceProfileArtifact[] | undefined;
|
|
1289
|
+
nextToken?: string | undefined;
|
|
1290
|
+
}
|
|
1291
|
+
export interface ListResourceProfileDetectionsRequest {
|
|
1292
|
+
maxResults?: number | undefined;
|
|
1293
|
+
nextToken?: string | undefined;
|
|
1294
|
+
resourceArn: string | undefined;
|
|
1295
|
+
}
|
|
1296
|
+
export interface ListResourceProfileDetectionsResponse {
|
|
1297
|
+
detections?: Detection[] | undefined;
|
|
1298
|
+
nextToken?: string | undefined;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListSensitivityInspectionTemplatesRequest {
|
|
1301
|
+
maxResults?: number | undefined;
|
|
1302
|
+
nextToken?: string | undefined;
|
|
1303
|
+
}
|
|
1304
|
+
export interface ListSensitivityInspectionTemplatesResponse {
|
|
1305
|
+
nextToken?: string | undefined;
|
|
1306
|
+
sensitivityInspectionTemplates?:
|
|
1307
|
+
| SensitivityInspectionTemplatesEntry[]
|
|
1308
|
+
| undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export interface ListTagsForResourceRequest {
|
|
1311
|
+
resourceArn: string | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface ListTagsForResourceResponse {
|
|
1314
|
+
tags?: Record<string, string> | undefined;
|
|
1315
|
+
}
|
|
1316
|
+
export interface PutClassificationExportConfigurationRequest {
|
|
1317
|
+
configuration: ClassificationExportConfiguration | undefined;
|
|
1318
|
+
}
|
|
1319
|
+
export interface PutClassificationExportConfigurationResponse {
|
|
1320
|
+
configuration?: ClassificationExportConfiguration | undefined;
|
|
1321
|
+
}
|
|
1322
|
+
export interface PutFindingsPublicationConfigurationRequest {
|
|
1323
|
+
clientToken?: string | undefined;
|
|
1324
|
+
securityHubConfiguration?: SecurityHubConfiguration | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
export interface PutFindingsPublicationConfigurationResponse {}
|
|
1327
|
+
export interface SearchResourcesCriteriaBlock {
|
|
1328
|
+
and?: SearchResourcesCriteria[] | undefined;
|
|
1329
|
+
}
|
|
1330
|
+
export interface SearchResourcesBucketCriteria {
|
|
1331
|
+
excludes?: SearchResourcesCriteriaBlock | undefined;
|
|
1332
|
+
includes?: SearchResourcesCriteriaBlock | undefined;
|
|
1333
|
+
}
|
|
1334
|
+
export interface SearchResourcesSortCriteria {
|
|
1335
|
+
attributeName?: SearchResourcesSortAttributeName | undefined;
|
|
1336
|
+
orderBy?: OrderBy | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
export interface SearchResourcesRequest {
|
|
1339
|
+
bucketCriteria?: SearchResourcesBucketCriteria | undefined;
|
|
1340
|
+
maxResults?: number | undefined;
|
|
1341
|
+
nextToken?: string | undefined;
|
|
1342
|
+
sortCriteria?: SearchResourcesSortCriteria | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export interface SearchResourcesResponse {
|
|
1345
|
+
matchingResources?: MatchingResource[] | undefined;
|
|
1346
|
+
nextToken?: string | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface TagResourceRequest {
|
|
1349
|
+
resourceArn: string | undefined;
|
|
1350
|
+
tags: Record<string, string> | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface TagResourceResponse {}
|
|
1353
|
+
export interface TestCustomDataIdentifierRequest {
|
|
1354
|
+
ignoreWords?: string[] | undefined;
|
|
1355
|
+
keywords?: string[] | undefined;
|
|
1356
|
+
maximumMatchDistance?: number | undefined;
|
|
1357
|
+
regex: string | undefined;
|
|
1358
|
+
sampleText: string | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface TestCustomDataIdentifierResponse {
|
|
1361
|
+
matchCount?: number | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
export interface UntagResourceRequest {
|
|
1364
|
+
resourceArn: string | undefined;
|
|
1365
|
+
tagKeys: string[] | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
export interface UntagResourceResponse {}
|
|
1368
|
+
export interface UpdateAllowListRequest {
|
|
1369
|
+
criteria: AllowListCriteria | undefined;
|
|
1370
|
+
description?: string | undefined;
|
|
1371
|
+
id: string | undefined;
|
|
1372
|
+
name: string | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface UpdateAllowListResponse {
|
|
1375
|
+
arn?: string | undefined;
|
|
1376
|
+
id?: string | undefined;
|
|
1377
|
+
}
|
|
1378
|
+
export interface UpdateAutomatedDiscoveryConfigurationRequest {
|
|
1379
|
+
autoEnableOrganizationMembers?: AutoEnableMode | undefined;
|
|
1380
|
+
status: AutomatedDiscoveryStatus | undefined;
|
|
1381
|
+
}
|
|
1382
|
+
export interface UpdateAutomatedDiscoveryConfigurationResponse {}
|
|
1383
|
+
export interface UpdateClassificationJobRequest {
|
|
1384
|
+
jobId: string | undefined;
|
|
1385
|
+
jobStatus: JobStatus | undefined;
|
|
1386
|
+
}
|
|
1387
|
+
export interface UpdateClassificationJobResponse {}
|
|
1388
|
+
export interface S3ClassificationScopeExclusionUpdate {
|
|
1389
|
+
bucketNames: string[] | undefined;
|
|
1390
|
+
operation: ClassificationScopeUpdateOperation | undefined;
|
|
1391
|
+
}
|
|
1392
|
+
export interface S3ClassificationScopeUpdate {
|
|
1393
|
+
excludes: S3ClassificationScopeExclusionUpdate | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
export interface UpdateClassificationScopeRequest {
|
|
1396
|
+
id: string | undefined;
|
|
1397
|
+
s3?: S3ClassificationScopeUpdate | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface UpdateClassificationScopeResponse {}
|
|
1400
|
+
export interface UpdateFindingsFilterRequest {
|
|
1401
|
+
action?: FindingsFilterAction | undefined;
|
|
1402
|
+
clientToken?: string | undefined;
|
|
1403
|
+
description?: string | undefined;
|
|
1404
|
+
findingCriteria?: FindingCriteria | undefined;
|
|
1405
|
+
id: string | undefined;
|
|
1406
|
+
name?: string | undefined;
|
|
1407
|
+
position?: number | undefined;
|
|
1408
|
+
}
|
|
1409
|
+
export interface UpdateFindingsFilterResponse {
|
|
1410
|
+
arn?: string | undefined;
|
|
1411
|
+
id?: string | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export interface UpdateMacieSessionRequest {
|
|
1414
|
+
findingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
1415
|
+
status?: MacieStatus | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface UpdateMacieSessionResponse {}
|
|
1418
|
+
export interface UpdateMemberSessionRequest {
|
|
1419
|
+
id: string | undefined;
|
|
1420
|
+
status: MacieStatus | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface UpdateMemberSessionResponse {}
|
|
1423
|
+
export interface UpdateOrganizationConfigurationRequest {
|
|
1424
|
+
autoEnable: boolean | undefined;
|
|
1425
|
+
}
|
|
1426
|
+
export interface UpdateOrganizationConfigurationResponse {}
|
|
1427
|
+
export interface UpdateResourceProfileRequest {
|
|
1428
|
+
resourceArn: string | undefined;
|
|
1429
|
+
sensitivityScoreOverride?: number | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
export interface UpdateResourceProfileResponse {}
|
|
1432
|
+
export interface UpdateResourceProfileDetectionsRequest {
|
|
1433
|
+
resourceArn: string | undefined;
|
|
1434
|
+
suppressDataIdentifiers?: SuppressDataIdentifier[] | undefined;
|
|
1435
|
+
}
|
|
1436
|
+
export interface UpdateResourceProfileDetectionsResponse {}
|
|
1437
|
+
export interface UpdateRetrievalConfiguration {
|
|
1438
|
+
retrievalMode: RetrievalMode | undefined;
|
|
1439
|
+
roleName?: string | undefined;
|
|
1440
|
+
}
|