@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,17 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Macie2ServiceException as __BaseException } from "./Macie2ServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const AdminStatus: {
|
|
8
|
-
readonly DISABLING_IN_PROGRESS: "DISABLING_IN_PROGRESS";
|
|
9
|
-
readonly ENABLED: "ENABLED";
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
1
|
+
import { AdminStatus, AllowListStatusCode, AllowsUnencryptedObjectUploads, AutoEnableMode, AutomatedDiscoveryAccountStatus, AutomatedDiscoveryAccountUpdateErrorCode, AutomatedDiscoveryMonitoringStatus, AutomatedDiscoveryStatus, AvailabilityCode, BucketMetadataErrorCode, ClassificationScopeUpdateOperation, Currency, DataIdentifierSeverity, DataIdentifierType, DayOfWeek, EffectivePermission, EncryptionType, ErrorCode, FindingActionType, FindingCategory, FindingPublishingFrequency, FindingsFilterAction, FindingStatisticsSortAttributeName, FindingType, GroupBy, IsDefinedInJob, IsMonitoredByJob, JobComparator, JobStatus, JobType, LastRunErrorStatusCode, ListJobsFilterKey, ListJobsSortAttributeName, MacieStatus, ManagedDataIdentifierSelector, OrderBy, OriginType, RelationshipStatus, RetrievalMode, RevealRequestStatus, RevealStatus, ScopeFilterKey, SearchResourcesComparator, SearchResourcesSimpleCriterionKey, SearchResourcesSortAttributeName, SensitiveDataItemCategory, SeverityDescription, SharedAccess, SimpleCriterionKeyForJob, StorageClass, TagTarget, TimeRange, Type, UnavailabilityReasonCode, Unit, UsageStatisticsFilterComparator, UsageStatisticsFilterKey, UsageStatisticsSortKey, UsageType, UserIdentityType } from "./enums";
|
|
15
2
|
/**
|
|
16
3
|
* <p>Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
17
4
|
* @public
|
|
@@ -64,18 +51,6 @@ export interface AllowListSummary {
|
|
|
64
51
|
*/
|
|
65
52
|
updatedAt?: Date | undefined;
|
|
66
53
|
}
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
* @enum
|
|
70
|
-
*/
|
|
71
|
-
export declare const AutomatedDiscoveryAccountStatus: {
|
|
72
|
-
readonly DISABLED: "DISABLED";
|
|
73
|
-
readonly ENABLED: "ENABLED";
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
export type AutomatedDiscoveryAccountStatus = (typeof AutomatedDiscoveryAccountStatus)[keyof typeof AutomatedDiscoveryAccountStatus];
|
|
79
54
|
/**
|
|
80
55
|
* <p>Provides information about the status of automated sensitive data discovery for an Amazon Macie account.</p>
|
|
81
56
|
* @public
|
|
@@ -108,18 +83,6 @@ export interface AutomatedDiscoveryAccountUpdate {
|
|
|
108
83
|
*/
|
|
109
84
|
status?: AutomatedDiscoveryAccountStatus | undefined;
|
|
110
85
|
}
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
* @enum
|
|
114
|
-
*/
|
|
115
|
-
export declare const AutomatedDiscoveryAccountUpdateErrorCode: {
|
|
116
|
-
readonly ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND";
|
|
117
|
-
readonly ACCOUNT_PAUSED: "ACCOUNT_PAUSED";
|
|
118
|
-
};
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
export type AutomatedDiscoveryAccountUpdateErrorCode = (typeof AutomatedDiscoveryAccountUpdateErrorCode)[keyof typeof AutomatedDiscoveryAccountUpdateErrorCode];
|
|
123
86
|
/**
|
|
124
87
|
* <p>Provides information about a request that failed to change the status of automated sensitive data discovery for an Amazon Macie account.</p>
|
|
125
88
|
* @public
|
|
@@ -172,69 +135,6 @@ export interface BatchGetCustomDataIdentifierSummary {
|
|
|
172
135
|
*/
|
|
173
136
|
name?: string | undefined;
|
|
174
137
|
}
|
|
175
|
-
/**
|
|
176
|
-
* @public
|
|
177
|
-
* @enum
|
|
178
|
-
*/
|
|
179
|
-
export declare const AllowsUnencryptedObjectUploads: {
|
|
180
|
-
readonly FALSE: "FALSE";
|
|
181
|
-
readonly TRUE: "TRUE";
|
|
182
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
183
|
-
};
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
export type AllowsUnencryptedObjectUploads = (typeof AllowsUnencryptedObjectUploads)[keyof typeof AllowsUnencryptedObjectUploads];
|
|
188
|
-
/**
|
|
189
|
-
* @public
|
|
190
|
-
* @enum
|
|
191
|
-
*/
|
|
192
|
-
export declare const AutomatedDiscoveryMonitoringStatus: {
|
|
193
|
-
readonly MONITORED: "MONITORED";
|
|
194
|
-
readonly NOT_MONITORED: "NOT_MONITORED";
|
|
195
|
-
};
|
|
196
|
-
/**
|
|
197
|
-
* @public
|
|
198
|
-
*/
|
|
199
|
-
export type AutomatedDiscoveryMonitoringStatus = (typeof AutomatedDiscoveryMonitoringStatus)[keyof typeof AutomatedDiscoveryMonitoringStatus];
|
|
200
|
-
/**
|
|
201
|
-
* @public
|
|
202
|
-
* @enum
|
|
203
|
-
*/
|
|
204
|
-
export declare const BucketMetadataErrorCode: {
|
|
205
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
206
|
-
readonly BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA";
|
|
207
|
-
};
|
|
208
|
-
/**
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
export type BucketMetadataErrorCode = (typeof BucketMetadataErrorCode)[keyof typeof BucketMetadataErrorCode];
|
|
212
|
-
/**
|
|
213
|
-
* @public
|
|
214
|
-
* @enum
|
|
215
|
-
*/
|
|
216
|
-
export declare const IsDefinedInJob: {
|
|
217
|
-
readonly FALSE: "FALSE";
|
|
218
|
-
readonly TRUE: "TRUE";
|
|
219
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
220
|
-
};
|
|
221
|
-
/**
|
|
222
|
-
* @public
|
|
223
|
-
*/
|
|
224
|
-
export type IsDefinedInJob = (typeof IsDefinedInJob)[keyof typeof IsDefinedInJob];
|
|
225
|
-
/**
|
|
226
|
-
* @public
|
|
227
|
-
* @enum
|
|
228
|
-
*/
|
|
229
|
-
export declare const IsMonitoredByJob: {
|
|
230
|
-
readonly FALSE: "FALSE";
|
|
231
|
-
readonly TRUE: "TRUE";
|
|
232
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
233
|
-
};
|
|
234
|
-
/**
|
|
235
|
-
* @public
|
|
236
|
-
*/
|
|
237
|
-
export type IsMonitoredByJob = (typeof IsMonitoredByJob)[keyof typeof IsMonitoredByJob];
|
|
238
138
|
/**
|
|
239
139
|
* <p>Specifies whether any one-time or recurring classification jobs are configured to analyze objects in an S3 bucket, and, if so, the details of the job that ran most recently.</p>
|
|
240
140
|
* @public
|
|
@@ -292,19 +192,6 @@ export interface ObjectCountByEncryptionType {
|
|
|
292
192
|
*/
|
|
293
193
|
unknown?: number | undefined;
|
|
294
194
|
}
|
|
295
|
-
/**
|
|
296
|
-
* @public
|
|
297
|
-
* @enum
|
|
298
|
-
*/
|
|
299
|
-
export declare const EffectivePermission: {
|
|
300
|
-
readonly NOT_PUBLIC: "NOT_PUBLIC";
|
|
301
|
-
readonly PUBLIC: "PUBLIC";
|
|
302
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
303
|
-
};
|
|
304
|
-
/**
|
|
305
|
-
* @public
|
|
306
|
-
*/
|
|
307
|
-
export type EffectivePermission = (typeof EffectivePermission)[keyof typeof EffectivePermission];
|
|
308
195
|
/**
|
|
309
196
|
* <p>Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account or bucket level. For detailed information about each setting, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html">Blocking public access to your Amazon S3 storage</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
310
197
|
* @public
|
|
@@ -448,20 +335,6 @@ export interface ReplicationDetails {
|
|
|
448
335
|
*/
|
|
449
336
|
replicationAccounts?: string[] | undefined;
|
|
450
337
|
}
|
|
451
|
-
/**
|
|
452
|
-
* @public
|
|
453
|
-
* @enum
|
|
454
|
-
*/
|
|
455
|
-
export declare const Type: {
|
|
456
|
-
readonly AES256: "AES256";
|
|
457
|
-
readonly NONE: "NONE";
|
|
458
|
-
readonly aws_kms: "aws:kms";
|
|
459
|
-
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
460
|
-
};
|
|
461
|
-
/**
|
|
462
|
-
* @public
|
|
463
|
-
*/
|
|
464
|
-
export type Type = (typeof Type)[keyof typeof Type];
|
|
465
338
|
/**
|
|
466
339
|
* <p>Provides information about the default server-side encryption settings for an S3 bucket. For detailed information about these settings, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html">Setting default server-side encryption behavior for Amazon S3 buckets</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
467
340
|
* @public
|
|
@@ -478,20 +351,6 @@ export interface BucketServerSideEncryption {
|
|
|
478
351
|
*/
|
|
479
352
|
type?: Type | undefined;
|
|
480
353
|
}
|
|
481
|
-
/**
|
|
482
|
-
* @public
|
|
483
|
-
* @enum
|
|
484
|
-
*/
|
|
485
|
-
export declare const SharedAccess: {
|
|
486
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
487
|
-
readonly INTERNAL: "INTERNAL";
|
|
488
|
-
readonly NOT_SHARED: "NOT_SHARED";
|
|
489
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
490
|
-
};
|
|
491
|
-
/**
|
|
492
|
-
* @public
|
|
493
|
-
*/
|
|
494
|
-
export type SharedAccess = (typeof SharedAccess)[keyof typeof SharedAccess];
|
|
495
354
|
/**
|
|
496
355
|
* <p>Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.</p>
|
|
497
356
|
* @public
|
|
@@ -686,38 +545,6 @@ export interface ClassificationScopeSummary {
|
|
|
686
545
|
*/
|
|
687
546
|
name?: string | undefined;
|
|
688
547
|
}
|
|
689
|
-
/**
|
|
690
|
-
* @public
|
|
691
|
-
* @enum
|
|
692
|
-
*/
|
|
693
|
-
export declare const JobComparator: {
|
|
694
|
-
readonly CONTAINS: "CONTAINS";
|
|
695
|
-
readonly EQ: "EQ";
|
|
696
|
-
readonly GT: "GT";
|
|
697
|
-
readonly GTE: "GTE";
|
|
698
|
-
readonly LT: "LT";
|
|
699
|
-
readonly LTE: "LTE";
|
|
700
|
-
readonly NE: "NE";
|
|
701
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
702
|
-
};
|
|
703
|
-
/**
|
|
704
|
-
* @public
|
|
705
|
-
*/
|
|
706
|
-
export type JobComparator = (typeof JobComparator)[keyof typeof JobComparator];
|
|
707
|
-
/**
|
|
708
|
-
* @public
|
|
709
|
-
* @enum
|
|
710
|
-
*/
|
|
711
|
-
export declare const SimpleCriterionKeyForJob: {
|
|
712
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
713
|
-
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
714
|
-
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
715
|
-
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
716
|
-
};
|
|
717
|
-
/**
|
|
718
|
-
* @public
|
|
719
|
-
*/
|
|
720
|
-
export type SimpleCriterionKeyForJob = (typeof SimpleCriterionKeyForJob)[keyof typeof SimpleCriterionKeyForJob];
|
|
721
548
|
/**
|
|
722
549
|
* <p>Specifies a property-based condition that determines whether an S3 bucket is included or excluded from a classification job.</p>
|
|
723
550
|
* @public
|
|
@@ -829,18 +656,6 @@ export interface DetectedDataDetails {
|
|
|
829
656
|
*/
|
|
830
657
|
value: string | undefined;
|
|
831
658
|
}
|
|
832
|
-
/**
|
|
833
|
-
* @public
|
|
834
|
-
* @enum
|
|
835
|
-
*/
|
|
836
|
-
export declare const DataIdentifierType: {
|
|
837
|
-
readonly CUSTOM: "CUSTOM";
|
|
838
|
-
readonly MANAGED: "MANAGED";
|
|
839
|
-
};
|
|
840
|
-
/**
|
|
841
|
-
* @public
|
|
842
|
-
*/
|
|
843
|
-
export type DataIdentifierType = (typeof DataIdentifierType)[keyof typeof DataIdentifierType];
|
|
844
659
|
/**
|
|
845
660
|
* <p>Provides information about a type of sensitive data that Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for an account. The information also specifies the custom or managed data identifier that detected the data. This information is available only if automated sensitive data discovery has been enabled for the account.</p>
|
|
846
661
|
* @public
|
|
@@ -877,30 +692,6 @@ export interface Detection {
|
|
|
877
692
|
*/
|
|
878
693
|
type?: DataIdentifierType | undefined;
|
|
879
694
|
}
|
|
880
|
-
/**
|
|
881
|
-
* @public
|
|
882
|
-
* @enum
|
|
883
|
-
*/
|
|
884
|
-
export declare const FindingCategory: {
|
|
885
|
-
readonly CLASSIFICATION: "CLASSIFICATION";
|
|
886
|
-
readonly POLICY: "POLICY";
|
|
887
|
-
};
|
|
888
|
-
/**
|
|
889
|
-
* @public
|
|
890
|
-
*/
|
|
891
|
-
export type FindingCategory = (typeof FindingCategory)[keyof typeof FindingCategory];
|
|
892
|
-
/**
|
|
893
|
-
* @public
|
|
894
|
-
* @enum
|
|
895
|
-
*/
|
|
896
|
-
export declare const OriginType: {
|
|
897
|
-
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
898
|
-
readonly SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB";
|
|
899
|
-
};
|
|
900
|
-
/**
|
|
901
|
-
* @public
|
|
902
|
-
*/
|
|
903
|
-
export type OriginType = (typeof OriginType)[keyof typeof OriginType];
|
|
904
695
|
/**
|
|
905
696
|
* <p>Specifies the location of an occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.</p>
|
|
906
697
|
* @public
|
|
@@ -1058,20 +849,6 @@ export interface CustomDataIdentifiers {
|
|
|
1058
849
|
*/
|
|
1059
850
|
totalCount?: number | undefined;
|
|
1060
851
|
}
|
|
1061
|
-
/**
|
|
1062
|
-
* @public
|
|
1063
|
-
* @enum
|
|
1064
|
-
*/
|
|
1065
|
-
export declare const SensitiveDataItemCategory: {
|
|
1066
|
-
readonly CREDENTIALS: "CREDENTIALS";
|
|
1067
|
-
readonly CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER";
|
|
1068
|
-
readonly FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION";
|
|
1069
|
-
readonly PERSONAL_INFORMATION: "PERSONAL_INFORMATION";
|
|
1070
|
-
};
|
|
1071
|
-
/**
|
|
1072
|
-
* @public
|
|
1073
|
-
*/
|
|
1074
|
-
export type SensitiveDataItemCategory = (typeof SensitiveDataItemCategory)[keyof typeof SensitiveDataItemCategory];
|
|
1075
852
|
/**
|
|
1076
853
|
* <p>Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.</p>
|
|
1077
854
|
* @public
|
|
@@ -1197,17 +974,6 @@ export interface ClassificationDetails {
|
|
|
1197
974
|
*/
|
|
1198
975
|
result?: ClassificationResult | undefined;
|
|
1199
976
|
}
|
|
1200
|
-
/**
|
|
1201
|
-
* @public
|
|
1202
|
-
* @enum
|
|
1203
|
-
*/
|
|
1204
|
-
export declare const FindingActionType: {
|
|
1205
|
-
readonly AWS_API_CALL: "AWS_API_CALL";
|
|
1206
|
-
};
|
|
1207
|
-
/**
|
|
1208
|
-
* @public
|
|
1209
|
-
*/
|
|
1210
|
-
export type FindingActionType = (typeof FindingActionType)[keyof typeof FindingActionType];
|
|
1211
977
|
/**
|
|
1212
978
|
* <p>Provides information about an API operation that an entity invoked for an affected resource.</p>
|
|
1213
979
|
* @public
|
|
@@ -1560,22 +1326,6 @@ export interface UserIdentityRoot {
|
|
|
1560
1326
|
*/
|
|
1561
1327
|
principalId?: string | undefined;
|
|
1562
1328
|
}
|
|
1563
|
-
/**
|
|
1564
|
-
* @public
|
|
1565
|
-
* @enum
|
|
1566
|
-
*/
|
|
1567
|
-
export declare const UserIdentityType: {
|
|
1568
|
-
readonly AWSAccount: "AWSAccount";
|
|
1569
|
-
readonly AWSService: "AWSService";
|
|
1570
|
-
readonly AssumedRole: "AssumedRole";
|
|
1571
|
-
readonly FederatedUser: "FederatedUser";
|
|
1572
|
-
readonly IAMUser: "IAMUser";
|
|
1573
|
-
readonly Root: "Root";
|
|
1574
|
-
};
|
|
1575
|
-
/**
|
|
1576
|
-
* @public
|
|
1577
|
-
*/
|
|
1578
|
-
export type UserIdentityType = (typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
1579
1329
|
/**
|
|
1580
1330
|
* <p>Provides information about the type and other characteristics of an entity that performed an action on an affected resource.</p>
|
|
1581
1331
|
* @public
|
|
@@ -1654,21 +1404,6 @@ export interface PolicyDetails {
|
|
|
1654
1404
|
*/
|
|
1655
1405
|
actor?: FindingActor | undefined;
|
|
1656
1406
|
}
|
|
1657
|
-
/**
|
|
1658
|
-
* @public
|
|
1659
|
-
* @enum
|
|
1660
|
-
*/
|
|
1661
|
-
export declare const EncryptionType: {
|
|
1662
|
-
readonly AES256: "AES256";
|
|
1663
|
-
readonly NONE: "NONE";
|
|
1664
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1665
|
-
readonly aws_kms: "aws:kms";
|
|
1666
|
-
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
1667
|
-
};
|
|
1668
|
-
/**
|
|
1669
|
-
* @public
|
|
1670
|
-
*/
|
|
1671
|
-
export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
|
|
1672
1407
|
/**
|
|
1673
1408
|
* <p>Provides information about the default server-side encryption settings for an S3 bucket or the encryption settings for an S3 object.</p>
|
|
1674
1409
|
* @public
|
|
@@ -1747,25 +1482,6 @@ export interface S3Bucket {
|
|
|
1747
1482
|
*/
|
|
1748
1483
|
tags?: KeyValuePair[] | undefined;
|
|
1749
1484
|
}
|
|
1750
|
-
/**
|
|
1751
|
-
* @public
|
|
1752
|
-
* @enum
|
|
1753
|
-
*/
|
|
1754
|
-
export declare const StorageClass: {
|
|
1755
|
-
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1756
|
-
readonly GLACIER: "GLACIER";
|
|
1757
|
-
readonly GLACIER_IR: "GLACIER_IR";
|
|
1758
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
1759
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
1760
|
-
readonly OUTPOSTS: "OUTPOSTS";
|
|
1761
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
1762
|
-
readonly STANDARD: "STANDARD";
|
|
1763
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
1764
|
-
};
|
|
1765
|
-
/**
|
|
1766
|
-
* @public
|
|
1767
|
-
*/
|
|
1768
|
-
export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
1769
1485
|
/**
|
|
1770
1486
|
* <p>Provides information about the S3 object that a finding applies to.</p>
|
|
1771
1487
|
* @public
|
|
@@ -1848,19 +1564,6 @@ export interface ResourcesAffected {
|
|
|
1848
1564
|
*/
|
|
1849
1565
|
s3Object?: S3Object | undefined;
|
|
1850
1566
|
}
|
|
1851
|
-
/**
|
|
1852
|
-
* @public
|
|
1853
|
-
* @enum
|
|
1854
|
-
*/
|
|
1855
|
-
export declare const SeverityDescription: {
|
|
1856
|
-
readonly High: "High";
|
|
1857
|
-
readonly Low: "Low";
|
|
1858
|
-
readonly Medium: "Medium";
|
|
1859
|
-
};
|
|
1860
|
-
/**
|
|
1861
|
-
* @public
|
|
1862
|
-
*/
|
|
1863
|
-
export type SeverityDescription = (typeof SeverityDescription)[keyof typeof SeverityDescription];
|
|
1864
1567
|
/**
|
|
1865
1568
|
* <p>Provides the numerical and qualitative representations of a finding's severity.</p>
|
|
1866
1569
|
* @public
|
|
@@ -1877,27 +1580,6 @@ export interface Severity {
|
|
|
1877
1580
|
*/
|
|
1878
1581
|
score?: number | undefined;
|
|
1879
1582
|
}
|
|
1880
|
-
/**
|
|
1881
|
-
* @public
|
|
1882
|
-
* @enum
|
|
1883
|
-
*/
|
|
1884
|
-
export declare const FindingType: {
|
|
1885
|
-
readonly Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled";
|
|
1886
|
-
readonly Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled";
|
|
1887
|
-
readonly Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic";
|
|
1888
|
-
readonly Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally";
|
|
1889
|
-
readonly Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally";
|
|
1890
|
-
readonly Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront";
|
|
1891
|
-
readonly SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials";
|
|
1892
|
-
readonly SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier";
|
|
1893
|
-
readonly SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial";
|
|
1894
|
-
readonly SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple";
|
|
1895
|
-
readonly SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal";
|
|
1896
|
-
};
|
|
1897
|
-
/**
|
|
1898
|
-
* @public
|
|
1899
|
-
*/
|
|
1900
|
-
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
1901
1583
|
/**
|
|
1902
1584
|
* <p>Provides the details of a finding.</p>
|
|
1903
1585
|
* @public
|
|
@@ -1994,18 +1676,6 @@ export interface Finding {
|
|
|
1994
1676
|
*/
|
|
1995
1677
|
updatedAt?: Date | undefined;
|
|
1996
1678
|
}
|
|
1997
|
-
/**
|
|
1998
|
-
* @public
|
|
1999
|
-
* @enum
|
|
2000
|
-
*/
|
|
2001
|
-
export declare const FindingsFilterAction: {
|
|
2002
|
-
readonly ARCHIVE: "ARCHIVE";
|
|
2003
|
-
readonly NOOP: "NOOP";
|
|
2004
|
-
};
|
|
2005
|
-
/**
|
|
2006
|
-
* @public
|
|
2007
|
-
*/
|
|
2008
|
-
export type FindingsFilterAction = (typeof FindingsFilterAction)[keyof typeof FindingsFilterAction];
|
|
2009
1679
|
/**
|
|
2010
1680
|
* <p>Provides information about a findings filter.</p>
|
|
2011
1681
|
* @public
|
|
@@ -2053,26 +1723,6 @@ export interface GroupCount {
|
|
|
2053
1723
|
*/
|
|
2054
1724
|
groupKey?: string | undefined;
|
|
2055
1725
|
}
|
|
2056
|
-
/**
|
|
2057
|
-
* @public
|
|
2058
|
-
* @enum
|
|
2059
|
-
*/
|
|
2060
|
-
export declare const RelationshipStatus: {
|
|
2061
|
-
readonly AccountSuspended: "AccountSuspended";
|
|
2062
|
-
readonly Created: "Created";
|
|
2063
|
-
readonly EmailVerificationFailed: "EmailVerificationFailed";
|
|
2064
|
-
readonly EmailVerificationInProgress: "EmailVerificationInProgress";
|
|
2065
|
-
readonly Enabled: "Enabled";
|
|
2066
|
-
readonly Invited: "Invited";
|
|
2067
|
-
readonly Paused: "Paused";
|
|
2068
|
-
readonly RegionDisabled: "RegionDisabled";
|
|
2069
|
-
readonly Removed: "Removed";
|
|
2070
|
-
readonly Resigned: "Resigned";
|
|
2071
|
-
};
|
|
2072
|
-
/**
|
|
2073
|
-
* @public
|
|
2074
|
-
*/
|
|
2075
|
-
export type RelationshipStatus = (typeof RelationshipStatus)[keyof typeof RelationshipStatus];
|
|
2076
1726
|
/**
|
|
2077
1727
|
* <p>Provides information about an Amazon Macie membership invitation.</p>
|
|
2078
1728
|
* @public
|
|
@@ -2099,20 +1749,6 @@ export interface Invitation {
|
|
|
2099
1749
|
*/
|
|
2100
1750
|
relationshipStatus?: RelationshipStatus | undefined;
|
|
2101
1751
|
}
|
|
2102
|
-
/**
|
|
2103
|
-
* @public
|
|
2104
|
-
* @enum
|
|
2105
|
-
*/
|
|
2106
|
-
export declare const ScopeFilterKey: {
|
|
2107
|
-
readonly OBJECT_EXTENSION: "OBJECT_EXTENSION";
|
|
2108
|
-
readonly OBJECT_KEY: "OBJECT_KEY";
|
|
2109
|
-
readonly OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE";
|
|
2110
|
-
readonly OBJECT_SIZE: "OBJECT_SIZE";
|
|
2111
|
-
};
|
|
2112
|
-
/**
|
|
2113
|
-
* @public
|
|
2114
|
-
*/
|
|
2115
|
-
export type ScopeFilterKey = (typeof ScopeFilterKey)[keyof typeof ScopeFilterKey];
|
|
2116
1752
|
/**
|
|
2117
1753
|
* <p>Specifies a property-based condition that determines whether an S3 object is included or excluded from a classification job.</p>
|
|
2118
1754
|
* @public
|
|
@@ -2150,17 +1786,6 @@ export interface TagValuePair {
|
|
|
2150
1786
|
*/
|
|
2151
1787
|
value?: string | undefined;
|
|
2152
1788
|
}
|
|
2153
|
-
/**
|
|
2154
|
-
* @public
|
|
2155
|
-
* @enum
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const TagTarget: {
|
|
2158
|
-
readonly S3_OBJECT: "S3_OBJECT";
|
|
2159
|
-
};
|
|
2160
|
-
/**
|
|
2161
|
-
* @public
|
|
2162
|
-
*/
|
|
2163
|
-
export type TagTarget = (typeof TagTarget)[keyof typeof TagTarget];
|
|
2164
1789
|
/**
|
|
2165
1790
|
* <p>Specifies a tag-based condition that determines whether an S3 object is included or excluded from a classification job.</p>
|
|
2166
1791
|
* @public
|
|
@@ -2246,46 +1871,6 @@ export interface S3BucketDefinitionForJob {
|
|
|
2246
1871
|
*/
|
|
2247
1872
|
buckets: string[] | undefined;
|
|
2248
1873
|
}
|
|
2249
|
-
/**
|
|
2250
|
-
* @public
|
|
2251
|
-
* @enum
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const JobStatus: {
|
|
2254
|
-
readonly CANCELLED: "CANCELLED";
|
|
2255
|
-
readonly COMPLETE: "COMPLETE";
|
|
2256
|
-
readonly IDLE: "IDLE";
|
|
2257
|
-
readonly PAUSED: "PAUSED";
|
|
2258
|
-
readonly RUNNING: "RUNNING";
|
|
2259
|
-
readonly USER_PAUSED: "USER_PAUSED";
|
|
2260
|
-
};
|
|
2261
|
-
/**
|
|
2262
|
-
* @public
|
|
2263
|
-
*/
|
|
2264
|
-
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
2265
|
-
/**
|
|
2266
|
-
* @public
|
|
2267
|
-
* @enum
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const JobType: {
|
|
2270
|
-
readonly ONE_TIME: "ONE_TIME";
|
|
2271
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
2272
|
-
};
|
|
2273
|
-
/**
|
|
2274
|
-
* @public
|
|
2275
|
-
*/
|
|
2276
|
-
export type JobType = (typeof JobType)[keyof typeof JobType];
|
|
2277
|
-
/**
|
|
2278
|
-
* @public
|
|
2279
|
-
* @enum
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const LastRunErrorStatusCode: {
|
|
2282
|
-
readonly ERROR: "ERROR";
|
|
2283
|
-
readonly NONE: "NONE";
|
|
2284
|
-
};
|
|
2285
|
-
/**
|
|
2286
|
-
* @public
|
|
2287
|
-
*/
|
|
2288
|
-
export type LastRunErrorStatusCode = (typeof LastRunErrorStatusCode)[keyof typeof LastRunErrorStatusCode];
|
|
2289
1874
|
/**
|
|
2290
1875
|
* <p>Specifies whether any account- or bucket-level access errors occurred when a classification job ran. For information about using logging data to investigate these errors, see <a href="https://docs.aws.amazon.com/macie/latest/user/discovery-jobs-monitor-cw-logs.html">Monitoring sensitive data discovery jobs</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
2291
1876
|
* @public
|
|
@@ -2369,20 +1954,6 @@ export interface JobSummary {
|
|
|
2369
1954
|
*/
|
|
2370
1955
|
userPausedDetails?: UserPausedDetails | undefined;
|
|
2371
1956
|
}
|
|
2372
|
-
/**
|
|
2373
|
-
* @public
|
|
2374
|
-
* @enum
|
|
2375
|
-
*/
|
|
2376
|
-
export declare const ListJobsFilterKey: {
|
|
2377
|
-
readonly createdAt: "createdAt";
|
|
2378
|
-
readonly jobStatus: "jobStatus";
|
|
2379
|
-
readonly jobType: "jobType";
|
|
2380
|
-
readonly name: "name";
|
|
2381
|
-
};
|
|
2382
|
-
/**
|
|
2383
|
-
* @public
|
|
2384
|
-
*/
|
|
2385
|
-
export type ListJobsFilterKey = (typeof ListJobsFilterKey)[keyof typeof ListJobsFilterKey];
|
|
2386
1957
|
/**
|
|
2387
1958
|
* <p>Specifies a condition that filters the results of a request for information about classification jobs. Each condition consists of a property, an operator, and one or more values.</p>
|
|
2388
1959
|
* @public
|
|
@@ -2589,33 +2160,6 @@ export interface ResourceProfileArtifact {
|
|
|
2589
2160
|
*/
|
|
2590
2161
|
sensitive?: boolean | undefined;
|
|
2591
2162
|
}
|
|
2592
|
-
/**
|
|
2593
|
-
* @public
|
|
2594
|
-
* @enum
|
|
2595
|
-
*/
|
|
2596
|
-
export declare const SearchResourcesComparator: {
|
|
2597
|
-
readonly EQ: "EQ";
|
|
2598
|
-
readonly NE: "NE";
|
|
2599
|
-
};
|
|
2600
|
-
/**
|
|
2601
|
-
* @public
|
|
2602
|
-
*/
|
|
2603
|
-
export type SearchResourcesComparator = (typeof SearchResourcesComparator)[keyof typeof SearchResourcesComparator];
|
|
2604
|
-
/**
|
|
2605
|
-
* @public
|
|
2606
|
-
* @enum
|
|
2607
|
-
*/
|
|
2608
|
-
export declare const SearchResourcesSimpleCriterionKey: {
|
|
2609
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
2610
|
-
readonly AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS";
|
|
2611
|
-
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
2612
|
-
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
2613
|
-
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
2614
|
-
};
|
|
2615
|
-
/**
|
|
2616
|
-
* @public
|
|
2617
|
-
*/
|
|
2618
|
-
export type SearchResourcesSimpleCriterionKey = (typeof SearchResourcesSimpleCriterionKey)[keyof typeof SearchResourcesSimpleCriterionKey];
|
|
2619
2163
|
/**
|
|
2620
2164
|
* <p>Specifies a property-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.</p>
|
|
2621
2165
|
* @public
|
|
@@ -2717,39 +2261,6 @@ export interface SuppressDataIdentifier {
|
|
|
2717
2261
|
*/
|
|
2718
2262
|
type?: DataIdentifierType | undefined;
|
|
2719
2263
|
}
|
|
2720
|
-
/**
|
|
2721
|
-
* @public
|
|
2722
|
-
* @enum
|
|
2723
|
-
*/
|
|
2724
|
-
export declare const UnavailabilityReasonCode: {
|
|
2725
|
-
readonly ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION";
|
|
2726
|
-
readonly INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT";
|
|
2727
|
-
readonly INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE";
|
|
2728
|
-
readonly MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE";
|
|
2729
|
-
readonly MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION";
|
|
2730
|
-
readonly OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA";
|
|
2731
|
-
readonly OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE";
|
|
2732
|
-
readonly RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED";
|
|
2733
|
-
readonly ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE";
|
|
2734
|
-
readonly UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE";
|
|
2735
|
-
readonly UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE";
|
|
2736
|
-
};
|
|
2737
|
-
/**
|
|
2738
|
-
* @public
|
|
2739
|
-
*/
|
|
2740
|
-
export type UnavailabilityReasonCode = (typeof UnavailabilityReasonCode)[keyof typeof UnavailabilityReasonCode];
|
|
2741
|
-
/**
|
|
2742
|
-
* @public
|
|
2743
|
-
* @enum
|
|
2744
|
-
*/
|
|
2745
|
-
export declare const ErrorCode: {
|
|
2746
|
-
readonly ClientError: "ClientError";
|
|
2747
|
-
readonly InternalError: "InternalError";
|
|
2748
|
-
};
|
|
2749
|
-
/**
|
|
2750
|
-
* @public
|
|
2751
|
-
*/
|
|
2752
|
-
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
2753
2264
|
/**
|
|
2754
2265
|
* <p>Provides information about an account-related request that hasn't been processed.</p>
|
|
2755
2266
|
* @public
|
|
@@ -2771,28 +2282,6 @@ export interface UnprocessedAccount {
|
|
|
2771
2282
|
*/
|
|
2772
2283
|
errorMessage?: string | undefined;
|
|
2773
2284
|
}
|
|
2774
|
-
/**
|
|
2775
|
-
* @public
|
|
2776
|
-
* @enum
|
|
2777
|
-
*/
|
|
2778
|
-
export declare const Currency: {
|
|
2779
|
-
readonly USD: "USD";
|
|
2780
|
-
};
|
|
2781
|
-
/**
|
|
2782
|
-
* @public
|
|
2783
|
-
*/
|
|
2784
|
-
export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
2785
|
-
/**
|
|
2786
|
-
* @public
|
|
2787
|
-
* @enum
|
|
2788
|
-
*/
|
|
2789
|
-
export declare const Unit: {
|
|
2790
|
-
readonly TERABYTES: "TERABYTES";
|
|
2791
|
-
};
|
|
2792
|
-
/**
|
|
2793
|
-
* @public
|
|
2794
|
-
*/
|
|
2795
|
-
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
2796
2285
|
/**
|
|
2797
2286
|
* <p>Specifies a current quota for an Amazon Macie account.</p>
|
|
2798
2287
|
* @public
|
|
@@ -2814,20 +2303,6 @@ export interface ServiceLimit {
|
|
|
2814
2303
|
*/
|
|
2815
2304
|
value?: number | undefined;
|
|
2816
2305
|
}
|
|
2817
|
-
/**
|
|
2818
|
-
* @public
|
|
2819
|
-
* @enum
|
|
2820
|
-
*/
|
|
2821
|
-
export declare const UsageType: {
|
|
2822
|
-
readonly AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING";
|
|
2823
|
-
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
2824
|
-
readonly DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION";
|
|
2825
|
-
readonly SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY";
|
|
2826
|
-
};
|
|
2827
|
-
/**
|
|
2828
|
-
* @public
|
|
2829
|
-
*/
|
|
2830
|
-
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
2831
2306
|
/**
|
|
2832
2307
|
* <p>Provides data for a specific usage metric and the corresponding quota for an Amazon Macie account.</p>
|
|
2833
2308
|
* @public
|
|
@@ -2880,37 +2355,6 @@ export interface UsageRecord {
|
|
|
2880
2355
|
*/
|
|
2881
2356
|
usage?: UsageByAccount[] | undefined;
|
|
2882
2357
|
}
|
|
2883
|
-
/**
|
|
2884
|
-
* @public
|
|
2885
|
-
* @enum
|
|
2886
|
-
*/
|
|
2887
|
-
export declare const UsageStatisticsFilterComparator: {
|
|
2888
|
-
readonly CONTAINS: "CONTAINS";
|
|
2889
|
-
readonly EQ: "EQ";
|
|
2890
|
-
readonly GT: "GT";
|
|
2891
|
-
readonly GTE: "GTE";
|
|
2892
|
-
readonly LT: "LT";
|
|
2893
|
-
readonly LTE: "LTE";
|
|
2894
|
-
readonly NE: "NE";
|
|
2895
|
-
};
|
|
2896
|
-
/**
|
|
2897
|
-
* @public
|
|
2898
|
-
*/
|
|
2899
|
-
export type UsageStatisticsFilterComparator = (typeof UsageStatisticsFilterComparator)[keyof typeof UsageStatisticsFilterComparator];
|
|
2900
|
-
/**
|
|
2901
|
-
* @public
|
|
2902
|
-
* @enum
|
|
2903
|
-
*/
|
|
2904
|
-
export declare const UsageStatisticsFilterKey: {
|
|
2905
|
-
readonly accountId: "accountId";
|
|
2906
|
-
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
2907
|
-
readonly serviceLimit: "serviceLimit";
|
|
2908
|
-
readonly total: "total";
|
|
2909
|
-
};
|
|
2910
|
-
/**
|
|
2911
|
-
* @public
|
|
2912
|
-
*/
|
|
2913
|
-
export type UsageStatisticsFilterKey = (typeof UsageStatisticsFilterKey)[keyof typeof UsageStatisticsFilterKey];
|
|
2914
2358
|
/**
|
|
2915
2359
|
* <p>Specifies a condition for filtering the results of a query for quota and usage data for one or more Amazon Macie accounts.</p>
|
|
2916
2360
|
* @public
|
|
@@ -2979,113 +2423,29 @@ export interface AcceptInvitationRequest {
|
|
|
2979
2423
|
export interface AcceptInvitationResponse {
|
|
2980
2424
|
}
|
|
2981
2425
|
/**
|
|
2982
|
-
* <p>
|
|
2426
|
+
* <p>Specifies the details of an account to associate with an Amazon Macie administrator account.</p>
|
|
2983
2427
|
* @public
|
|
2984
2428
|
*/
|
|
2985
|
-
export
|
|
2986
|
-
readonly name: "AccessDeniedException";
|
|
2987
|
-
readonly $fault: "client";
|
|
2429
|
+
export interface AccountDetail {
|
|
2988
2430
|
/**
|
|
2989
|
-
*
|
|
2431
|
+
* <p>The Amazon Web Services account ID for the account.</p>
|
|
2432
|
+
* @public
|
|
2990
2433
|
*/
|
|
2991
|
-
|
|
2992
|
-
}
|
|
2993
|
-
/**
|
|
2994
|
-
* <p>Provides information about an error that occurred due to a versioning conflict for a specified resource.</p>
|
|
2995
|
-
* @public
|
|
2996
|
-
*/
|
|
2997
|
-
export declare class ConflictException extends __BaseException {
|
|
2998
|
-
readonly name: "ConflictException";
|
|
2999
|
-
readonly $fault: "client";
|
|
2434
|
+
accountId: string | undefined;
|
|
3000
2435
|
/**
|
|
3001
|
-
*
|
|
2436
|
+
* <p>The email address for the account.</p>
|
|
2437
|
+
* @public
|
|
3002
2438
|
*/
|
|
3003
|
-
|
|
2439
|
+
email: string | undefined;
|
|
3004
2440
|
}
|
|
3005
2441
|
/**
|
|
3006
|
-
* <p>Provides information about an
|
|
2442
|
+
* <p>Provides information about an S3 object that lists specific text to ignore.</p>
|
|
3007
2443
|
* @public
|
|
3008
2444
|
*/
|
|
3009
|
-
export
|
|
3010
|
-
readonly name: "InternalServerException";
|
|
3011
|
-
readonly $fault: "server";
|
|
2445
|
+
export interface S3WordsList {
|
|
3012
2446
|
/**
|
|
3013
|
-
*
|
|
3014
|
-
|
|
3015
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
3016
|
-
}
|
|
3017
|
-
/**
|
|
3018
|
-
* <p>Provides information about an error that occurred because a specified resource wasn't found.</p>
|
|
3019
|
-
* @public
|
|
3020
|
-
*/
|
|
3021
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
3022
|
-
readonly name: "ResourceNotFoundException";
|
|
3023
|
-
readonly $fault: "client";
|
|
3024
|
-
/**
|
|
3025
|
-
* @internal
|
|
3026
|
-
*/
|
|
3027
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
3028
|
-
}
|
|
3029
|
-
/**
|
|
3030
|
-
* <p>Provides information about an error that occurred due to one or more service quotas for an account.</p>
|
|
3031
|
-
* @public
|
|
3032
|
-
*/
|
|
3033
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
3034
|
-
readonly name: "ServiceQuotaExceededException";
|
|
3035
|
-
readonly $fault: "client";
|
|
3036
|
-
/**
|
|
3037
|
-
* @internal
|
|
3038
|
-
*/
|
|
3039
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
3040
|
-
}
|
|
3041
|
-
/**
|
|
3042
|
-
* <p>Provides information about an error that occurred because too many requests were sent during a certain amount of time.</p>
|
|
3043
|
-
* @public
|
|
3044
|
-
*/
|
|
3045
|
-
export declare class ThrottlingException extends __BaseException {
|
|
3046
|
-
readonly name: "ThrottlingException";
|
|
3047
|
-
readonly $fault: "client";
|
|
3048
|
-
/**
|
|
3049
|
-
* @internal
|
|
3050
|
-
*/
|
|
3051
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
3052
|
-
}
|
|
3053
|
-
/**
|
|
3054
|
-
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
3055
|
-
* @public
|
|
3056
|
-
*/
|
|
3057
|
-
export declare class ValidationException extends __BaseException {
|
|
3058
|
-
readonly name: "ValidationException";
|
|
3059
|
-
readonly $fault: "client";
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
3064
|
-
}
|
|
3065
|
-
/**
|
|
3066
|
-
* <p>Specifies the details of an account to associate with an Amazon Macie administrator account.</p>
|
|
3067
|
-
* @public
|
|
3068
|
-
*/
|
|
3069
|
-
export interface AccountDetail {
|
|
3070
|
-
/**
|
|
3071
|
-
* <p>The Amazon Web Services account ID for the account.</p>
|
|
3072
|
-
* @public
|
|
3073
|
-
*/
|
|
3074
|
-
accountId: string | undefined;
|
|
3075
|
-
/**
|
|
3076
|
-
* <p>The email address for the account.</p>
|
|
3077
|
-
* @public
|
|
3078
|
-
*/
|
|
3079
|
-
email: string | undefined;
|
|
3080
|
-
}
|
|
3081
|
-
/**
|
|
3082
|
-
* <p>Provides information about an S3 object that lists specific text to ignore.</p>
|
|
3083
|
-
* @public
|
|
3084
|
-
*/
|
|
3085
|
-
export interface S3WordsList {
|
|
3086
|
-
/**
|
|
3087
|
-
* <p>The full name of the S3 bucket that contains the object.</p>
|
|
3088
|
-
* @public
|
|
2447
|
+
* <p>The full name of the S3 bucket that contains the object.</p>
|
|
2448
|
+
* @public
|
|
3089
2449
|
*/
|
|
3090
2450
|
bucketName: string | undefined;
|
|
3091
2451
|
/**
|
|
@@ -3110,24 +2470,6 @@ export interface AllowListCriteria {
|
|
|
3110
2470
|
*/
|
|
3111
2471
|
s3WordsList?: S3WordsList | undefined;
|
|
3112
2472
|
}
|
|
3113
|
-
/**
|
|
3114
|
-
* @public
|
|
3115
|
-
* @enum
|
|
3116
|
-
*/
|
|
3117
|
-
export declare const AllowListStatusCode: {
|
|
3118
|
-
readonly OK: "OK";
|
|
3119
|
-
readonly S3_OBJECT_ACCESS_DENIED: "S3_OBJECT_ACCESS_DENIED";
|
|
3120
|
-
readonly S3_OBJECT_EMPTY: "S3_OBJECT_EMPTY";
|
|
3121
|
-
readonly S3_OBJECT_NOT_FOUND: "S3_OBJECT_NOT_FOUND";
|
|
3122
|
-
readonly S3_OBJECT_OVERSIZE: "S3_OBJECT_OVERSIZE";
|
|
3123
|
-
readonly S3_THROTTLED: "S3_THROTTLED";
|
|
3124
|
-
readonly S3_USER_ACCESS_DENIED: "S3_USER_ACCESS_DENIED";
|
|
3125
|
-
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
3126
|
-
};
|
|
3127
|
-
/**
|
|
3128
|
-
* @public
|
|
3129
|
-
*/
|
|
3130
|
-
export type AllowListStatusCode = (typeof AllowListStatusCode)[keyof typeof AllowListStatusCode];
|
|
3131
2473
|
/**
|
|
3132
2474
|
* <p>Provides information about the current status of an allow list, which indicates whether Amazon Macie can access and use the list's criteria.</p>
|
|
3133
2475
|
* @public
|
|
@@ -3144,43 +2486,6 @@ export interface AllowListStatus {
|
|
|
3144
2486
|
*/
|
|
3145
2487
|
description?: string | undefined;
|
|
3146
2488
|
}
|
|
3147
|
-
/**
|
|
3148
|
-
* @public
|
|
3149
|
-
* @enum
|
|
3150
|
-
*/
|
|
3151
|
-
export declare const AutoEnableMode: {
|
|
3152
|
-
readonly ALL: "ALL";
|
|
3153
|
-
readonly NEW: "NEW";
|
|
3154
|
-
readonly NONE: "NONE";
|
|
3155
|
-
};
|
|
3156
|
-
/**
|
|
3157
|
-
* @public
|
|
3158
|
-
*/
|
|
3159
|
-
export type AutoEnableMode = (typeof AutoEnableMode)[keyof typeof AutoEnableMode];
|
|
3160
|
-
/**
|
|
3161
|
-
* @public
|
|
3162
|
-
* @enum
|
|
3163
|
-
*/
|
|
3164
|
-
export declare const AutomatedDiscoveryStatus: {
|
|
3165
|
-
readonly DISABLED: "DISABLED";
|
|
3166
|
-
readonly ENABLED: "ENABLED";
|
|
3167
|
-
};
|
|
3168
|
-
/**
|
|
3169
|
-
* @public
|
|
3170
|
-
*/
|
|
3171
|
-
export type AutomatedDiscoveryStatus = (typeof AutomatedDiscoveryStatus)[keyof typeof AutomatedDiscoveryStatus];
|
|
3172
|
-
/**
|
|
3173
|
-
* @public
|
|
3174
|
-
* @enum
|
|
3175
|
-
*/
|
|
3176
|
-
export declare const AvailabilityCode: {
|
|
3177
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
3178
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
3179
|
-
};
|
|
3180
|
-
/**
|
|
3181
|
-
* @public
|
|
3182
|
-
*/
|
|
3183
|
-
export type AvailabilityCode = (typeof AvailabilityCode)[keyof typeof AvailabilityCode];
|
|
3184
2489
|
/**
|
|
3185
2490
|
* @public
|
|
3186
2491
|
*/
|
|
@@ -3366,18 +2671,6 @@ export interface BucketCriteriaAdditionalProperties {
|
|
|
3366
2671
|
*/
|
|
3367
2672
|
prefix?: string | undefined;
|
|
3368
2673
|
}
|
|
3369
|
-
/**
|
|
3370
|
-
* @public
|
|
3371
|
-
* @enum
|
|
3372
|
-
*/
|
|
3373
|
-
export declare const OrderBy: {
|
|
3374
|
-
readonly ASC: "ASC";
|
|
3375
|
-
readonly DESC: "DESC";
|
|
3376
|
-
};
|
|
3377
|
-
/**
|
|
3378
|
-
* @public
|
|
3379
|
-
*/
|
|
3380
|
-
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
3381
2674
|
/**
|
|
3382
2675
|
* <p>Specifies criteria for sorting the results of a query for information about S3 buckets.</p>
|
|
3383
2676
|
* @public
|
|
@@ -3478,19 +2771,6 @@ export interface ClassificationExportConfiguration {
|
|
|
3478
2771
|
*/
|
|
3479
2772
|
s3Destination?: S3Destination | undefined;
|
|
3480
2773
|
}
|
|
3481
|
-
/**
|
|
3482
|
-
* @public
|
|
3483
|
-
* @enum
|
|
3484
|
-
*/
|
|
3485
|
-
export declare const ClassificationScopeUpdateOperation: {
|
|
3486
|
-
readonly ADD: "ADD";
|
|
3487
|
-
readonly REMOVE: "REMOVE";
|
|
3488
|
-
readonly REPLACE: "REPLACE";
|
|
3489
|
-
};
|
|
3490
|
-
/**
|
|
3491
|
-
* @public
|
|
3492
|
-
*/
|
|
3493
|
-
export type ClassificationScopeUpdateOperation = (typeof ClassificationScopeUpdateOperation)[keyof typeof ClassificationScopeUpdateOperation];
|
|
3494
2774
|
/**
|
|
3495
2775
|
* @public
|
|
3496
2776
|
*/
|
|
@@ -3536,21 +2816,6 @@ export interface CreateAllowListResponse {
|
|
|
3536
2816
|
*/
|
|
3537
2817
|
id?: string | undefined;
|
|
3538
2818
|
}
|
|
3539
|
-
/**
|
|
3540
|
-
* @public
|
|
3541
|
-
* @enum
|
|
3542
|
-
*/
|
|
3543
|
-
export declare const ManagedDataIdentifierSelector: {
|
|
3544
|
-
readonly ALL: "ALL";
|
|
3545
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
3546
|
-
readonly INCLUDE: "INCLUDE";
|
|
3547
|
-
readonly NONE: "NONE";
|
|
3548
|
-
readonly RECOMMENDED: "RECOMMENDED";
|
|
3549
|
-
};
|
|
3550
|
-
/**
|
|
3551
|
-
* @public
|
|
3552
|
-
*/
|
|
3553
|
-
export type ManagedDataIdentifierSelector = (typeof ManagedDataIdentifierSelector)[keyof typeof ManagedDataIdentifierSelector];
|
|
3554
2819
|
/**
|
|
3555
2820
|
* <p>Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.</p>
|
|
3556
2821
|
* @public
|
|
@@ -3616,23 +2881,6 @@ export interface MonthlySchedule {
|
|
|
3616
2881
|
*/
|
|
3617
2882
|
dayOfMonth?: number | undefined;
|
|
3618
2883
|
}
|
|
3619
|
-
/**
|
|
3620
|
-
* @public
|
|
3621
|
-
* @enum
|
|
3622
|
-
*/
|
|
3623
|
-
export declare const DayOfWeek: {
|
|
3624
|
-
readonly FRIDAY: "FRIDAY";
|
|
3625
|
-
readonly MONDAY: "MONDAY";
|
|
3626
|
-
readonly SATURDAY: "SATURDAY";
|
|
3627
|
-
readonly SUNDAY: "SUNDAY";
|
|
3628
|
-
readonly THURSDAY: "THURSDAY";
|
|
3629
|
-
readonly TUESDAY: "TUESDAY";
|
|
3630
|
-
readonly WEDNESDAY: "WEDNESDAY";
|
|
3631
|
-
};
|
|
3632
|
-
/**
|
|
3633
|
-
* @public
|
|
3634
|
-
*/
|
|
3635
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
3636
2884
|
/**
|
|
3637
2885
|
* <p>Specifies a weekly recurrence pattern for running a classification job.</p>
|
|
3638
2886
|
* @public
|
|
@@ -3750,19 +2998,6 @@ export interface CreateClassificationJobResponse {
|
|
|
3750
2998
|
*/
|
|
3751
2999
|
jobId?: string | undefined;
|
|
3752
3000
|
}
|
|
3753
|
-
/**
|
|
3754
|
-
* @public
|
|
3755
|
-
* @enum
|
|
3756
|
-
*/
|
|
3757
|
-
export declare const DataIdentifierSeverity: {
|
|
3758
|
-
readonly HIGH: "HIGH";
|
|
3759
|
-
readonly LOW: "LOW";
|
|
3760
|
-
readonly MEDIUM: "MEDIUM";
|
|
3761
|
-
};
|
|
3762
|
-
/**
|
|
3763
|
-
* @public
|
|
3764
|
-
*/
|
|
3765
|
-
export type DataIdentifierSeverity = (typeof DataIdentifierSeverity)[keyof typeof DataIdentifierSeverity];
|
|
3766
3001
|
/**
|
|
3767
3002
|
* <p>Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that match the custom data identifier's detection criteria.</p>
|
|
3768
3003
|
* @public
|
|
@@ -4377,31 +3612,6 @@ export interface DisassociateMemberRequest {
|
|
|
4377
3612
|
*/
|
|
4378
3613
|
export interface DisassociateMemberResponse {
|
|
4379
3614
|
}
|
|
4380
|
-
/**
|
|
4381
|
-
* @public
|
|
4382
|
-
* @enum
|
|
4383
|
-
*/
|
|
4384
|
-
export declare const FindingPublishingFrequency: {
|
|
4385
|
-
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
4386
|
-
readonly ONE_HOUR: "ONE_HOUR";
|
|
4387
|
-
readonly SIX_HOURS: "SIX_HOURS";
|
|
4388
|
-
};
|
|
4389
|
-
/**
|
|
4390
|
-
* @public
|
|
4391
|
-
*/
|
|
4392
|
-
export type FindingPublishingFrequency = (typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
4393
|
-
/**
|
|
4394
|
-
* @public
|
|
4395
|
-
* @enum
|
|
4396
|
-
*/
|
|
4397
|
-
export declare const MacieStatus: {
|
|
4398
|
-
readonly ENABLED: "ENABLED";
|
|
4399
|
-
readonly PAUSED: "PAUSED";
|
|
4400
|
-
};
|
|
4401
|
-
/**
|
|
4402
|
-
* @public
|
|
4403
|
-
*/
|
|
4404
|
-
export type MacieStatus = (typeof MacieStatus)[keyof typeof MacieStatus];
|
|
4405
3615
|
/**
|
|
4406
3616
|
* @public
|
|
4407
3617
|
*/
|
|
@@ -4447,18 +3657,6 @@ export interface EnableOrganizationAdminAccountRequest {
|
|
|
4447
3657
|
*/
|
|
4448
3658
|
export interface EnableOrganizationAdminAccountResponse {
|
|
4449
3659
|
}
|
|
4450
|
-
/**
|
|
4451
|
-
* @public
|
|
4452
|
-
* @enum
|
|
4453
|
-
*/
|
|
4454
|
-
export declare const FindingStatisticsSortAttributeName: {
|
|
4455
|
-
readonly count: "count";
|
|
4456
|
-
readonly groupKey: "groupKey";
|
|
4457
|
-
};
|
|
4458
|
-
/**
|
|
4459
|
-
* @public
|
|
4460
|
-
*/
|
|
4461
|
-
export type FindingStatisticsSortAttributeName = (typeof FindingStatisticsSortAttributeName)[keyof typeof FindingStatisticsSortAttributeName];
|
|
4462
3660
|
/**
|
|
4463
3661
|
* <p>Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.</p>
|
|
4464
3662
|
* @public
|
|
@@ -4949,20 +4147,6 @@ export interface GetFindingsPublicationConfigurationResponse {
|
|
|
4949
4147
|
*/
|
|
4950
4148
|
securityHubConfiguration?: SecurityHubConfiguration | undefined;
|
|
4951
4149
|
}
|
|
4952
|
-
/**
|
|
4953
|
-
* @public
|
|
4954
|
-
* @enum
|
|
4955
|
-
*/
|
|
4956
|
-
export declare const GroupBy: {
|
|
4957
|
-
readonly classificationDetails_jobId: "classificationDetails.jobId";
|
|
4958
|
-
readonly resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name";
|
|
4959
|
-
readonly severity_description: "severity.description";
|
|
4960
|
-
readonly type: "type";
|
|
4961
|
-
};
|
|
4962
|
-
/**
|
|
4963
|
-
* @public
|
|
4964
|
-
*/
|
|
4965
|
-
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
4966
4150
|
/**
|
|
4967
4151
|
* @public
|
|
4968
4152
|
*/
|
|
@@ -5214,18 +4398,6 @@ export interface GetResourceProfileResponse {
|
|
|
5214
4398
|
*/
|
|
5215
4399
|
export interface GetRevealConfigurationRequest {
|
|
5216
4400
|
}
|
|
5217
|
-
/**
|
|
5218
|
-
* @public
|
|
5219
|
-
* @enum
|
|
5220
|
-
*/
|
|
5221
|
-
export declare const RevealStatus: {
|
|
5222
|
-
readonly DISABLED: "DISABLED";
|
|
5223
|
-
readonly ENABLED: "ENABLED";
|
|
5224
|
-
};
|
|
5225
|
-
/**
|
|
5226
|
-
* @public
|
|
5227
|
-
*/
|
|
5228
|
-
export type RevealStatus = (typeof RevealStatus)[keyof typeof RevealStatus];
|
|
5229
4401
|
/**
|
|
5230
4402
|
* <p>Specifies the status of the Amazon Macie configuration for retrieving occurrences of sensitive data reported by findings, and the Key Management Service (KMS) key to use to encrypt sensitive data that's retrieved. When you enable the configuration for the first time, your request must specify an KMS key. Otherwise, an error occurs.</p>
|
|
5231
4403
|
* @public
|
|
@@ -5242,18 +4414,6 @@ export interface RevealConfiguration {
|
|
|
5242
4414
|
*/
|
|
5243
4415
|
status: RevealStatus | undefined;
|
|
5244
4416
|
}
|
|
5245
|
-
/**
|
|
5246
|
-
* @public
|
|
5247
|
-
* @enum
|
|
5248
|
-
*/
|
|
5249
|
-
export declare const RetrievalMode: {
|
|
5250
|
-
readonly ASSUME_ROLE: "ASSUME_ROLE";
|
|
5251
|
-
readonly CALLER_CREDENTIALS: "CALLER_CREDENTIALS";
|
|
5252
|
-
};
|
|
5253
|
-
/**
|
|
5254
|
-
* @public
|
|
5255
|
-
*/
|
|
5256
|
-
export type RetrievalMode = (typeof RetrievalMode)[keyof typeof RetrievalMode];
|
|
5257
4417
|
/**
|
|
5258
4418
|
* <p>Provides information about the access method and settings that are used to retrieve occurrences of sensitive data reported by findings.</p>
|
|
5259
4419
|
* @public
|
|
@@ -5300,19 +4460,6 @@ export interface GetSensitiveDataOccurrencesRequest {
|
|
|
5300
4460
|
*/
|
|
5301
4461
|
findingId: string | undefined;
|
|
5302
4462
|
}
|
|
5303
|
-
/**
|
|
5304
|
-
* @public
|
|
5305
|
-
* @enum
|
|
5306
|
-
*/
|
|
5307
|
-
export declare const RevealRequestStatus: {
|
|
5308
|
-
readonly ERROR: "ERROR";
|
|
5309
|
-
readonly PROCESSING: "PROCESSING";
|
|
5310
|
-
readonly SUCCESS: "SUCCESS";
|
|
5311
|
-
};
|
|
5312
|
-
/**
|
|
5313
|
-
* @public
|
|
5314
|
-
*/
|
|
5315
|
-
export type RevealRequestStatus = (typeof RevealRequestStatus)[keyof typeof RevealRequestStatus];
|
|
5316
4463
|
/**
|
|
5317
4464
|
* @public
|
|
5318
4465
|
*/
|
|
@@ -5333,18 +4480,6 @@ export interface GetSensitiveDataOccurrencesResponse {
|
|
|
5333
4480
|
*/
|
|
5334
4481
|
status?: RevealRequestStatus | undefined;
|
|
5335
4482
|
}
|
|
5336
|
-
/**
|
|
5337
|
-
* <p>Provides information about an error that occurred due to an unprocessable entity.</p>
|
|
5338
|
-
* @public
|
|
5339
|
-
*/
|
|
5340
|
-
export declare class UnprocessableEntityException extends __BaseException {
|
|
5341
|
-
readonly name: "UnprocessableEntityException";
|
|
5342
|
-
readonly $fault: "client";
|
|
5343
|
-
/**
|
|
5344
|
-
* @internal
|
|
5345
|
-
*/
|
|
5346
|
-
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
5347
|
-
}
|
|
5348
4483
|
/**
|
|
5349
4484
|
* @public
|
|
5350
4485
|
*/
|
|
@@ -5442,20 +4577,6 @@ export interface GetSensitivityInspectionTemplateResponse {
|
|
|
5442
4577
|
*/
|
|
5443
4578
|
sensitivityInspectionTemplateId?: string | undefined;
|
|
5444
4579
|
}
|
|
5445
|
-
/**
|
|
5446
|
-
* @public
|
|
5447
|
-
* @enum
|
|
5448
|
-
*/
|
|
5449
|
-
export declare const UsageStatisticsSortKey: {
|
|
5450
|
-
readonly accountId: "accountId";
|
|
5451
|
-
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
5452
|
-
readonly serviceLimitValue: "serviceLimitValue";
|
|
5453
|
-
readonly total: "total";
|
|
5454
|
-
};
|
|
5455
|
-
/**
|
|
5456
|
-
* @public
|
|
5457
|
-
*/
|
|
5458
|
-
export type UsageStatisticsSortKey = (typeof UsageStatisticsSortKey)[keyof typeof UsageStatisticsSortKey];
|
|
5459
4580
|
/**
|
|
5460
4581
|
* <p>Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.</p>
|
|
5461
4582
|
* @public
|
|
@@ -5472,18 +4593,6 @@ export interface UsageStatisticsSortBy {
|
|
|
5472
4593
|
*/
|
|
5473
4594
|
orderBy?: OrderBy | undefined;
|
|
5474
4595
|
}
|
|
5475
|
-
/**
|
|
5476
|
-
* @public
|
|
5477
|
-
* @enum
|
|
5478
|
-
*/
|
|
5479
|
-
export declare const TimeRange: {
|
|
5480
|
-
readonly MONTH_TO_DATE: "MONTH_TO_DATE";
|
|
5481
|
-
readonly PAST_30_DAYS: "PAST_30_DAYS";
|
|
5482
|
-
};
|
|
5483
|
-
/**
|
|
5484
|
-
* @public
|
|
5485
|
-
*/
|
|
5486
|
-
export type TimeRange = (typeof TimeRange)[keyof typeof TimeRange];
|
|
5487
4596
|
/**
|
|
5488
4597
|
* @public
|
|
5489
4598
|
*/
|
|
@@ -5624,3 +4733,936 @@ export interface ListAutomatedDiscoveryAccountsResponse {
|
|
|
5624
4733
|
*/
|
|
5625
4734
|
nextToken?: string | undefined;
|
|
5626
4735
|
}
|
|
4736
|
+
/**
|
|
4737
|
+
* <p>Specifies criteria for filtering the results of a request for information about classification jobs.</p>
|
|
4738
|
+
* @public
|
|
4739
|
+
*/
|
|
4740
|
+
export interface ListJobsFilterCriteria {
|
|
4741
|
+
/**
|
|
4742
|
+
* <p>An array of objects, one for each condition that determines which jobs to exclude from the results.</p>
|
|
4743
|
+
* @public
|
|
4744
|
+
*/
|
|
4745
|
+
excludes?: ListJobsFilterTerm[] | undefined;
|
|
4746
|
+
/**
|
|
4747
|
+
* <p>An array of objects, one for each condition that determines which jobs to include in the results.</p>
|
|
4748
|
+
* @public
|
|
4749
|
+
*/
|
|
4750
|
+
includes?: ListJobsFilterTerm[] | undefined;
|
|
4751
|
+
}
|
|
4752
|
+
/**
|
|
4753
|
+
* <p>Specifies criteria for sorting the results of a request for information about classification jobs.</p>
|
|
4754
|
+
* @public
|
|
4755
|
+
*/
|
|
4756
|
+
export interface ListJobsSortCriteria {
|
|
4757
|
+
/**
|
|
4758
|
+
* <p>The property to sort the results by.</p>
|
|
4759
|
+
* @public
|
|
4760
|
+
*/
|
|
4761
|
+
attributeName?: ListJobsSortAttributeName | undefined;
|
|
4762
|
+
/**
|
|
4763
|
+
* <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
|
|
4764
|
+
* @public
|
|
4765
|
+
*/
|
|
4766
|
+
orderBy?: OrderBy | undefined;
|
|
4767
|
+
}
|
|
4768
|
+
/**
|
|
4769
|
+
* @public
|
|
4770
|
+
*/
|
|
4771
|
+
export interface ListClassificationJobsRequest {
|
|
4772
|
+
/**
|
|
4773
|
+
* <p>The criteria to use to filter the results.</p>
|
|
4774
|
+
* @public
|
|
4775
|
+
*/
|
|
4776
|
+
filterCriteria?: ListJobsFilterCriteria | undefined;
|
|
4777
|
+
/**
|
|
4778
|
+
* <p>The maximum number of items to include in each page of the response.</p>
|
|
4779
|
+
* @public
|
|
4780
|
+
*/
|
|
4781
|
+
maxResults?: number | undefined;
|
|
4782
|
+
/**
|
|
4783
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4784
|
+
* @public
|
|
4785
|
+
*/
|
|
4786
|
+
nextToken?: string | undefined;
|
|
4787
|
+
/**
|
|
4788
|
+
* <p>The criteria to use to sort the results.</p>
|
|
4789
|
+
* @public
|
|
4790
|
+
*/
|
|
4791
|
+
sortCriteria?: ListJobsSortCriteria | undefined;
|
|
4792
|
+
}
|
|
4793
|
+
/**
|
|
4794
|
+
* @public
|
|
4795
|
+
*/
|
|
4796
|
+
export interface ListClassificationJobsResponse {
|
|
4797
|
+
/**
|
|
4798
|
+
* <p>An array of objects, one for each job that matches the filter criteria specified in the request.</p>
|
|
4799
|
+
* @public
|
|
4800
|
+
*/
|
|
4801
|
+
items?: JobSummary[] | undefined;
|
|
4802
|
+
/**
|
|
4803
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4804
|
+
* @public
|
|
4805
|
+
*/
|
|
4806
|
+
nextToken?: string | undefined;
|
|
4807
|
+
}
|
|
4808
|
+
/**
|
|
4809
|
+
* @public
|
|
4810
|
+
*/
|
|
4811
|
+
export interface ListClassificationScopesRequest {
|
|
4812
|
+
/**
|
|
4813
|
+
* <p>The name of the classification scope to retrieve the unique identifier for.</p>
|
|
4814
|
+
* @public
|
|
4815
|
+
*/
|
|
4816
|
+
name?: string | undefined;
|
|
4817
|
+
/**
|
|
4818
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4819
|
+
* @public
|
|
4820
|
+
*/
|
|
4821
|
+
nextToken?: string | undefined;
|
|
4822
|
+
}
|
|
4823
|
+
/**
|
|
4824
|
+
* @public
|
|
4825
|
+
*/
|
|
4826
|
+
export interface ListClassificationScopesResponse {
|
|
4827
|
+
/**
|
|
4828
|
+
* <p>An array that specifies the unique identifier and name of the classification scope for the account.</p>
|
|
4829
|
+
* @public
|
|
4830
|
+
*/
|
|
4831
|
+
classificationScopes?: ClassificationScopeSummary[] | undefined;
|
|
4832
|
+
/**
|
|
4833
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4834
|
+
* @public
|
|
4835
|
+
*/
|
|
4836
|
+
nextToken?: string | undefined;
|
|
4837
|
+
}
|
|
4838
|
+
/**
|
|
4839
|
+
* @public
|
|
4840
|
+
*/
|
|
4841
|
+
export interface ListCustomDataIdentifiersRequest {
|
|
4842
|
+
/**
|
|
4843
|
+
* <p>The maximum number of items to include in each page of the response.</p>
|
|
4844
|
+
* @public
|
|
4845
|
+
*/
|
|
4846
|
+
maxResults?: number | undefined;
|
|
4847
|
+
/**
|
|
4848
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4849
|
+
* @public
|
|
4850
|
+
*/
|
|
4851
|
+
nextToken?: string | undefined;
|
|
4852
|
+
}
|
|
4853
|
+
/**
|
|
4854
|
+
* @public
|
|
4855
|
+
*/
|
|
4856
|
+
export interface ListCustomDataIdentifiersResponse {
|
|
4857
|
+
/**
|
|
4858
|
+
* <p>An array of objects, one for each custom data identifier.</p>
|
|
4859
|
+
* @public
|
|
4860
|
+
*/
|
|
4861
|
+
items?: CustomDataIdentifierSummary[] | undefined;
|
|
4862
|
+
/**
|
|
4863
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4864
|
+
* @public
|
|
4865
|
+
*/
|
|
4866
|
+
nextToken?: string | undefined;
|
|
4867
|
+
}
|
|
4868
|
+
/**
|
|
4869
|
+
* @public
|
|
4870
|
+
*/
|
|
4871
|
+
export interface ListFindingsRequest {
|
|
4872
|
+
/**
|
|
4873
|
+
* <p>The criteria to use to filter the results.</p>
|
|
4874
|
+
* @public
|
|
4875
|
+
*/
|
|
4876
|
+
findingCriteria?: FindingCriteria | undefined;
|
|
4877
|
+
/**
|
|
4878
|
+
* <p>The maximum number of items to include in each page of the response.</p>
|
|
4879
|
+
* @public
|
|
4880
|
+
*/
|
|
4881
|
+
maxResults?: number | undefined;
|
|
4882
|
+
/**
|
|
4883
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4884
|
+
* @public
|
|
4885
|
+
*/
|
|
4886
|
+
nextToken?: string | undefined;
|
|
4887
|
+
/**
|
|
4888
|
+
* <p>The criteria to use to sort the results.</p>
|
|
4889
|
+
* @public
|
|
4890
|
+
*/
|
|
4891
|
+
sortCriteria?: SortCriteria | undefined;
|
|
4892
|
+
}
|
|
4893
|
+
/**
|
|
4894
|
+
* @public
|
|
4895
|
+
*/
|
|
4896
|
+
export interface ListFindingsResponse {
|
|
4897
|
+
/**
|
|
4898
|
+
* <p>An array of strings, where each string is the unique identifier for a finding that matches the filter criteria specified in the request.</p>
|
|
4899
|
+
* @public
|
|
4900
|
+
*/
|
|
4901
|
+
findingIds?: string[] | undefined;
|
|
4902
|
+
/**
|
|
4903
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4904
|
+
* @public
|
|
4905
|
+
*/
|
|
4906
|
+
nextToken?: string | undefined;
|
|
4907
|
+
}
|
|
4908
|
+
/**
|
|
4909
|
+
* @public
|
|
4910
|
+
*/
|
|
4911
|
+
export interface ListFindingsFiltersRequest {
|
|
4912
|
+
/**
|
|
4913
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
4914
|
+
* @public
|
|
4915
|
+
*/
|
|
4916
|
+
maxResults?: number | undefined;
|
|
4917
|
+
/**
|
|
4918
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4919
|
+
* @public
|
|
4920
|
+
*/
|
|
4921
|
+
nextToken?: string | undefined;
|
|
4922
|
+
}
|
|
4923
|
+
/**
|
|
4924
|
+
* @public
|
|
4925
|
+
*/
|
|
4926
|
+
export interface ListFindingsFiltersResponse {
|
|
4927
|
+
/**
|
|
4928
|
+
* <p>An array of objects, one for each filter that's associated with the account.</p>
|
|
4929
|
+
* @public
|
|
4930
|
+
*/
|
|
4931
|
+
findingsFilterListItems?: FindingsFilterListItem[] | undefined;
|
|
4932
|
+
/**
|
|
4933
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4934
|
+
* @public
|
|
4935
|
+
*/
|
|
4936
|
+
nextToken?: string | undefined;
|
|
4937
|
+
}
|
|
4938
|
+
/**
|
|
4939
|
+
* @public
|
|
4940
|
+
*/
|
|
4941
|
+
export interface ListInvitationsRequest {
|
|
4942
|
+
/**
|
|
4943
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
4944
|
+
* @public
|
|
4945
|
+
*/
|
|
4946
|
+
maxResults?: number | undefined;
|
|
4947
|
+
/**
|
|
4948
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4949
|
+
* @public
|
|
4950
|
+
*/
|
|
4951
|
+
nextToken?: string | undefined;
|
|
4952
|
+
}
|
|
4953
|
+
/**
|
|
4954
|
+
* @public
|
|
4955
|
+
*/
|
|
4956
|
+
export interface ListInvitationsResponse {
|
|
4957
|
+
/**
|
|
4958
|
+
* <p>An array of objects, one for each invitation that was received by the account.</p>
|
|
4959
|
+
* @public
|
|
4960
|
+
*/
|
|
4961
|
+
invitations?: Invitation[] | undefined;
|
|
4962
|
+
/**
|
|
4963
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4964
|
+
* @public
|
|
4965
|
+
*/
|
|
4966
|
+
nextToken?: string | undefined;
|
|
4967
|
+
}
|
|
4968
|
+
/**
|
|
4969
|
+
* @public
|
|
4970
|
+
*/
|
|
4971
|
+
export interface ListManagedDataIdentifiersRequest {
|
|
4972
|
+
/**
|
|
4973
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
4974
|
+
* @public
|
|
4975
|
+
*/
|
|
4976
|
+
nextToken?: string | undefined;
|
|
4977
|
+
}
|
|
4978
|
+
/**
|
|
4979
|
+
* @public
|
|
4980
|
+
*/
|
|
4981
|
+
export interface ListManagedDataIdentifiersResponse {
|
|
4982
|
+
/**
|
|
4983
|
+
* <p>An array of objects, one for each managed data identifier.</p>
|
|
4984
|
+
* @public
|
|
4985
|
+
*/
|
|
4986
|
+
items?: ManagedDataIdentifierSummary[] | undefined;
|
|
4987
|
+
/**
|
|
4988
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
4989
|
+
* @public
|
|
4990
|
+
*/
|
|
4991
|
+
nextToken?: string | undefined;
|
|
4992
|
+
}
|
|
4993
|
+
/**
|
|
4994
|
+
* @public
|
|
4995
|
+
*/
|
|
4996
|
+
export interface ListMembersRequest {
|
|
4997
|
+
/**
|
|
4998
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
4999
|
+
* @public
|
|
5000
|
+
*/
|
|
5001
|
+
maxResults?: number | undefined;
|
|
5002
|
+
/**
|
|
5003
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5004
|
+
* @public
|
|
5005
|
+
*/
|
|
5006
|
+
nextToken?: string | undefined;
|
|
5007
|
+
/**
|
|
5008
|
+
* <p>Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.</p>
|
|
5009
|
+
* @public
|
|
5010
|
+
*/
|
|
5011
|
+
onlyAssociated?: string | undefined;
|
|
5012
|
+
}
|
|
5013
|
+
/**
|
|
5014
|
+
* @public
|
|
5015
|
+
*/
|
|
5016
|
+
export interface ListMembersResponse {
|
|
5017
|
+
/**
|
|
5018
|
+
* <p>An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.</p>
|
|
5019
|
+
* @public
|
|
5020
|
+
*/
|
|
5021
|
+
members?: Member[] | undefined;
|
|
5022
|
+
/**
|
|
5023
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5024
|
+
* @public
|
|
5025
|
+
*/
|
|
5026
|
+
nextToken?: string | undefined;
|
|
5027
|
+
}
|
|
5028
|
+
/**
|
|
5029
|
+
* @public
|
|
5030
|
+
*/
|
|
5031
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
5032
|
+
/**
|
|
5033
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
5034
|
+
* @public
|
|
5035
|
+
*/
|
|
5036
|
+
maxResults?: number | undefined;
|
|
5037
|
+
/**
|
|
5038
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5039
|
+
* @public
|
|
5040
|
+
*/
|
|
5041
|
+
nextToken?: string | undefined;
|
|
5042
|
+
}
|
|
5043
|
+
/**
|
|
5044
|
+
* @public
|
|
5045
|
+
*/
|
|
5046
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
5047
|
+
/**
|
|
5048
|
+
* <p>An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.</p>
|
|
5049
|
+
* @public
|
|
5050
|
+
*/
|
|
5051
|
+
adminAccounts?: AdminAccount[] | undefined;
|
|
5052
|
+
/**
|
|
5053
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5054
|
+
* @public
|
|
5055
|
+
*/
|
|
5056
|
+
nextToken?: string | undefined;
|
|
5057
|
+
}
|
|
5058
|
+
/**
|
|
5059
|
+
* @public
|
|
5060
|
+
*/
|
|
5061
|
+
export interface ListResourceProfileArtifactsRequest {
|
|
5062
|
+
/**
|
|
5063
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5064
|
+
* @public
|
|
5065
|
+
*/
|
|
5066
|
+
nextToken?: string | undefined;
|
|
5067
|
+
/**
|
|
5068
|
+
* <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
|
|
5069
|
+
* @public
|
|
5070
|
+
*/
|
|
5071
|
+
resourceArn: string | undefined;
|
|
5072
|
+
}
|
|
5073
|
+
/**
|
|
5074
|
+
* @public
|
|
5075
|
+
*/
|
|
5076
|
+
export interface ListResourceProfileArtifactsResponse {
|
|
5077
|
+
/**
|
|
5078
|
+
* <p>An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis.</p> <p>If Macie has analyzed more than 100 objects in the bucket, Macie populates the array based on the value for the ResourceProfileArtifact.sensitive field for an object: true (sensitive), followed by false (not sensitive). Macie then populates any remaining items in the array with information about objects where the value for the ResourceProfileArtifact.classificationResultStatus field is SKIPPED.</p>
|
|
5079
|
+
* @public
|
|
5080
|
+
*/
|
|
5081
|
+
artifacts?: ResourceProfileArtifact[] | undefined;
|
|
5082
|
+
/**
|
|
5083
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5084
|
+
* @public
|
|
5085
|
+
*/
|
|
5086
|
+
nextToken?: string | undefined;
|
|
5087
|
+
}
|
|
5088
|
+
/**
|
|
5089
|
+
* @public
|
|
5090
|
+
*/
|
|
5091
|
+
export interface ListResourceProfileDetectionsRequest {
|
|
5092
|
+
/**
|
|
5093
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
5094
|
+
* @public
|
|
5095
|
+
*/
|
|
5096
|
+
maxResults?: number | undefined;
|
|
5097
|
+
/**
|
|
5098
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5099
|
+
* @public
|
|
5100
|
+
*/
|
|
5101
|
+
nextToken?: string | undefined;
|
|
5102
|
+
/**
|
|
5103
|
+
* <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
|
|
5104
|
+
* @public
|
|
5105
|
+
*/
|
|
5106
|
+
resourceArn: string | undefined;
|
|
5107
|
+
}
|
|
5108
|
+
/**
|
|
5109
|
+
* @public
|
|
5110
|
+
*/
|
|
5111
|
+
export interface ListResourceProfileDetectionsResponse {
|
|
5112
|
+
/**
|
|
5113
|
+
* <p>An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket. Each object reports the number of occurrences of the specified type and provides information about the custom data identifier or managed data identifier that detected the data.</p>
|
|
5114
|
+
* @public
|
|
5115
|
+
*/
|
|
5116
|
+
detections?: Detection[] | undefined;
|
|
5117
|
+
/**
|
|
5118
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5119
|
+
* @public
|
|
5120
|
+
*/
|
|
5121
|
+
nextToken?: string | undefined;
|
|
5122
|
+
}
|
|
5123
|
+
/**
|
|
5124
|
+
* @public
|
|
5125
|
+
*/
|
|
5126
|
+
export interface ListSensitivityInspectionTemplatesRequest {
|
|
5127
|
+
/**
|
|
5128
|
+
* <p>The maximum number of items to include in each page of a paginated response.</p>
|
|
5129
|
+
* @public
|
|
5130
|
+
*/
|
|
5131
|
+
maxResults?: number | undefined;
|
|
5132
|
+
/**
|
|
5133
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5134
|
+
* @public
|
|
5135
|
+
*/
|
|
5136
|
+
nextToken?: string | undefined;
|
|
5137
|
+
}
|
|
5138
|
+
/**
|
|
5139
|
+
* @public
|
|
5140
|
+
*/
|
|
5141
|
+
export interface ListSensitivityInspectionTemplatesResponse {
|
|
5142
|
+
/**
|
|
5143
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5144
|
+
* @public
|
|
5145
|
+
*/
|
|
5146
|
+
nextToken?: string | undefined;
|
|
5147
|
+
/**
|
|
5148
|
+
* <p>An array that specifies the unique identifier and name of the sensitivity inspection template for the account.</p>
|
|
5149
|
+
* @public
|
|
5150
|
+
*/
|
|
5151
|
+
sensitivityInspectionTemplates?: SensitivityInspectionTemplatesEntry[] | undefined;
|
|
5152
|
+
}
|
|
5153
|
+
/**
|
|
5154
|
+
* @public
|
|
5155
|
+
*/
|
|
5156
|
+
export interface ListTagsForResourceRequest {
|
|
5157
|
+
/**
|
|
5158
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
5159
|
+
* @public
|
|
5160
|
+
*/
|
|
5161
|
+
resourceArn: string | undefined;
|
|
5162
|
+
}
|
|
5163
|
+
/**
|
|
5164
|
+
* @public
|
|
5165
|
+
*/
|
|
5166
|
+
export interface ListTagsForResourceResponse {
|
|
5167
|
+
/**
|
|
5168
|
+
* <p>A map of key-value pairs that specifies which tags (keys and values) are associated with the resource.</p>
|
|
5169
|
+
* @public
|
|
5170
|
+
*/
|
|
5171
|
+
tags?: Record<string, string> | undefined;
|
|
5172
|
+
}
|
|
5173
|
+
/**
|
|
5174
|
+
* @public
|
|
5175
|
+
*/
|
|
5176
|
+
export interface PutClassificationExportConfigurationRequest {
|
|
5177
|
+
/**
|
|
5178
|
+
* <p>The location to store data classification results in, and the encryption settings to use when storing results in that location.</p>
|
|
5179
|
+
* @public
|
|
5180
|
+
*/
|
|
5181
|
+
configuration: ClassificationExportConfiguration | undefined;
|
|
5182
|
+
}
|
|
5183
|
+
/**
|
|
5184
|
+
* @public
|
|
5185
|
+
*/
|
|
5186
|
+
export interface PutClassificationExportConfigurationResponse {
|
|
5187
|
+
/**
|
|
5188
|
+
* <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
|
|
5189
|
+
* @public
|
|
5190
|
+
*/
|
|
5191
|
+
configuration?: ClassificationExportConfiguration | undefined;
|
|
5192
|
+
}
|
|
5193
|
+
/**
|
|
5194
|
+
* @public
|
|
5195
|
+
*/
|
|
5196
|
+
export interface PutFindingsPublicationConfigurationRequest {
|
|
5197
|
+
/**
|
|
5198
|
+
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
5199
|
+
* @public
|
|
5200
|
+
*/
|
|
5201
|
+
clientToken?: string | undefined;
|
|
5202
|
+
/**
|
|
5203
|
+
* <p>The configuration settings that determine which findings to publish to Security Hub.</p>
|
|
5204
|
+
* @public
|
|
5205
|
+
*/
|
|
5206
|
+
securityHubConfiguration?: SecurityHubConfiguration | undefined;
|
|
5207
|
+
}
|
|
5208
|
+
/**
|
|
5209
|
+
* @public
|
|
5210
|
+
*/
|
|
5211
|
+
export interface PutFindingsPublicationConfigurationResponse {
|
|
5212
|
+
}
|
|
5213
|
+
/**
|
|
5214
|
+
* <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.</p>
|
|
5215
|
+
* @public
|
|
5216
|
+
*/
|
|
5217
|
+
export interface SearchResourcesCriteriaBlock {
|
|
5218
|
+
/**
|
|
5219
|
+
* <p>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</p>
|
|
5220
|
+
* @public
|
|
5221
|
+
*/
|
|
5222
|
+
and?: SearchResourcesCriteria[] | undefined;
|
|
5223
|
+
}
|
|
5224
|
+
/**
|
|
5225
|
+
* <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.</p>
|
|
5226
|
+
* @public
|
|
5227
|
+
*/
|
|
5228
|
+
export interface SearchResourcesBucketCriteria {
|
|
5229
|
+
/**
|
|
5230
|
+
* <p>The property- and tag-based conditions that determine which buckets to exclude from the results.</p>
|
|
5231
|
+
* @public
|
|
5232
|
+
*/
|
|
5233
|
+
excludes?: SearchResourcesCriteriaBlock | undefined;
|
|
5234
|
+
/**
|
|
5235
|
+
* <p>The property- and tag-based conditions that determine which buckets to include in the results.</p>
|
|
5236
|
+
* @public
|
|
5237
|
+
*/
|
|
5238
|
+
includes?: SearchResourcesCriteriaBlock | undefined;
|
|
5239
|
+
}
|
|
5240
|
+
/**
|
|
5241
|
+
* <p>Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
|
|
5242
|
+
* @public
|
|
5243
|
+
*/
|
|
5244
|
+
export interface SearchResourcesSortCriteria {
|
|
5245
|
+
/**
|
|
5246
|
+
* <p>The property to sort the results by.</p>
|
|
5247
|
+
* @public
|
|
5248
|
+
*/
|
|
5249
|
+
attributeName?: SearchResourcesSortAttributeName | undefined;
|
|
5250
|
+
/**
|
|
5251
|
+
* <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
|
|
5252
|
+
* @public
|
|
5253
|
+
*/
|
|
5254
|
+
orderBy?: OrderBy | undefined;
|
|
5255
|
+
}
|
|
5256
|
+
/**
|
|
5257
|
+
* @public
|
|
5258
|
+
*/
|
|
5259
|
+
export interface SearchResourcesRequest {
|
|
5260
|
+
/**
|
|
5261
|
+
* <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
|
|
5262
|
+
* @public
|
|
5263
|
+
*/
|
|
5264
|
+
bucketCriteria?: SearchResourcesBucketCriteria | undefined;
|
|
5265
|
+
/**
|
|
5266
|
+
* <p>The maximum number of items to include in each page of the response. The default value is 50.</p>
|
|
5267
|
+
* @public
|
|
5268
|
+
*/
|
|
5269
|
+
maxResults?: number | undefined;
|
|
5270
|
+
/**
|
|
5271
|
+
* <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
|
|
5272
|
+
* @public
|
|
5273
|
+
*/
|
|
5274
|
+
nextToken?: string | undefined;
|
|
5275
|
+
/**
|
|
5276
|
+
* <p>The criteria to use to sort the results.</p>
|
|
5277
|
+
* @public
|
|
5278
|
+
*/
|
|
5279
|
+
sortCriteria?: SearchResourcesSortCriteria | undefined;
|
|
5280
|
+
}
|
|
5281
|
+
/**
|
|
5282
|
+
* @public
|
|
5283
|
+
*/
|
|
5284
|
+
export interface SearchResourcesResponse {
|
|
5285
|
+
/**
|
|
5286
|
+
* <p>An array of objects, one for each resource that matches the filter criteria specified in the request.</p>
|
|
5287
|
+
* @public
|
|
5288
|
+
*/
|
|
5289
|
+
matchingResources?: MatchingResource[] | undefined;
|
|
5290
|
+
/**
|
|
5291
|
+
* <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
|
|
5292
|
+
* @public
|
|
5293
|
+
*/
|
|
5294
|
+
nextToken?: string | undefined;
|
|
5295
|
+
}
|
|
5296
|
+
/**
|
|
5297
|
+
* @public
|
|
5298
|
+
*/
|
|
5299
|
+
export interface TagResourceRequest {
|
|
5300
|
+
/**
|
|
5301
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
5302
|
+
* @public
|
|
5303
|
+
*/
|
|
5304
|
+
resourceArn: string | undefined;
|
|
5305
|
+
/**
|
|
5306
|
+
* <p>A map of key-value pairs that specifies the tags to associate with the resource.</p> <p>A resource can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>
|
|
5307
|
+
* @public
|
|
5308
|
+
*/
|
|
5309
|
+
tags: Record<string, string> | undefined;
|
|
5310
|
+
}
|
|
5311
|
+
/**
|
|
5312
|
+
* @public
|
|
5313
|
+
*/
|
|
5314
|
+
export interface TagResourceResponse {
|
|
5315
|
+
}
|
|
5316
|
+
/**
|
|
5317
|
+
* @public
|
|
5318
|
+
*/
|
|
5319
|
+
export interface TestCustomDataIdentifierRequest {
|
|
5320
|
+
/**
|
|
5321
|
+
* <p>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</p>
|
|
5322
|
+
* @public
|
|
5323
|
+
*/
|
|
5324
|
+
ignoreWords?: string[] | undefined;
|
|
5325
|
+
/**
|
|
5326
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
|
|
5327
|
+
* @public
|
|
5328
|
+
*/
|
|
5329
|
+
keywords?: string[] | undefined;
|
|
5330
|
+
/**
|
|
5331
|
+
* <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
|
|
5332
|
+
* @public
|
|
5333
|
+
*/
|
|
5334
|
+
maximumMatchDistance?: number | undefined;
|
|
5335
|
+
/**
|
|
5336
|
+
* <p>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</p>
|
|
5337
|
+
* @public
|
|
5338
|
+
*/
|
|
5339
|
+
regex: string | undefined;
|
|
5340
|
+
/**
|
|
5341
|
+
* <p>The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.</p>
|
|
5342
|
+
* @public
|
|
5343
|
+
*/
|
|
5344
|
+
sampleText: string | undefined;
|
|
5345
|
+
}
|
|
5346
|
+
/**
|
|
5347
|
+
* @public
|
|
5348
|
+
*/
|
|
5349
|
+
export interface TestCustomDataIdentifierResponse {
|
|
5350
|
+
/**
|
|
5351
|
+
* <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
|
|
5352
|
+
* @public
|
|
5353
|
+
*/
|
|
5354
|
+
matchCount?: number | undefined;
|
|
5355
|
+
}
|
|
5356
|
+
/**
|
|
5357
|
+
* @public
|
|
5358
|
+
*/
|
|
5359
|
+
export interface UntagResourceRequest {
|
|
5360
|
+
/**
|
|
5361
|
+
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
5362
|
+
* @public
|
|
5363
|
+
*/
|
|
5364
|
+
resourceArn: string | undefined;
|
|
5365
|
+
/**
|
|
5366
|
+
* <p>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&).</p>
|
|
5367
|
+
* @public
|
|
5368
|
+
*/
|
|
5369
|
+
tagKeys: string[] | undefined;
|
|
5370
|
+
}
|
|
5371
|
+
/**
|
|
5372
|
+
* @public
|
|
5373
|
+
*/
|
|
5374
|
+
export interface UntagResourceResponse {
|
|
5375
|
+
}
|
|
5376
|
+
/**
|
|
5377
|
+
* @public
|
|
5378
|
+
*/
|
|
5379
|
+
export interface UpdateAllowListRequest {
|
|
5380
|
+
/**
|
|
5381
|
+
* <p>The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).</p> <p>You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.</p>
|
|
5382
|
+
* @public
|
|
5383
|
+
*/
|
|
5384
|
+
criteria: AllowListCriteria | undefined;
|
|
5385
|
+
/**
|
|
5386
|
+
* <p>A custom description of the allow list. The description can contain as many as 512 characters.</p>
|
|
5387
|
+
* @public
|
|
5388
|
+
*/
|
|
5389
|
+
description?: string | undefined;
|
|
5390
|
+
/**
|
|
5391
|
+
* <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
|
|
5392
|
+
* @public
|
|
5393
|
+
*/
|
|
5394
|
+
id: string | undefined;
|
|
5395
|
+
/**
|
|
5396
|
+
* <p>A custom name for the allow list. The name can contain as many as 128 characters.</p>
|
|
5397
|
+
* @public
|
|
5398
|
+
*/
|
|
5399
|
+
name: string | undefined;
|
|
5400
|
+
}
|
|
5401
|
+
/**
|
|
5402
|
+
* @public
|
|
5403
|
+
*/
|
|
5404
|
+
export interface UpdateAllowListResponse {
|
|
5405
|
+
/**
|
|
5406
|
+
* <p>The Amazon Resource Name (ARN) of the allow list.</p>
|
|
5407
|
+
* @public
|
|
5408
|
+
*/
|
|
5409
|
+
arn?: string | undefined;
|
|
5410
|
+
/**
|
|
5411
|
+
* <p>The unique identifier for the allow list.</p>
|
|
5412
|
+
* @public
|
|
5413
|
+
*/
|
|
5414
|
+
id?: string | undefined;
|
|
5415
|
+
}
|
|
5416
|
+
/**
|
|
5417
|
+
* @public
|
|
5418
|
+
*/
|
|
5419
|
+
export interface UpdateAutomatedDiscoveryConfigurationRequest {
|
|
5420
|
+
/**
|
|
5421
|
+
* <p>Specifies whether to automatically enable automated sensitive data discovery for accounts in the organization. Valid values are: ALL (default), enable it for all existing accounts and new member accounts; NEW, enable it only for new member accounts; and, NONE, don't enable it for any accounts.</p> <p>If you specify NEW or NONE, automated sensitive data discovery continues to be enabled for any existing accounts that it's currently enabled for. To enable or disable it for individual member accounts, specify NEW or NONE, and then enable or disable it for each account by using the BatchUpdateAutomatedDiscoveryAccounts operation.</p>
|
|
5422
|
+
* @public
|
|
5423
|
+
*/
|
|
5424
|
+
autoEnableOrganizationMembers?: AutoEnableMode | undefined;
|
|
5425
|
+
/**
|
|
5426
|
+
* <p>The new status of automated sensitive data discovery for the organization or account. Valid values are: ENABLED, start or resume all automated sensitive data discovery activities; and, DISABLED, stop performing all automated sensitive data discovery activities.</p> <p>If you specify DISABLED for an administrator account, you also disable automated sensitive data discovery for all member accounts in the organization.</p>
|
|
5427
|
+
* @public
|
|
5428
|
+
*/
|
|
5429
|
+
status: AutomatedDiscoveryStatus | undefined;
|
|
5430
|
+
}
|
|
5431
|
+
/**
|
|
5432
|
+
* @public
|
|
5433
|
+
*/
|
|
5434
|
+
export interface UpdateAutomatedDiscoveryConfigurationResponse {
|
|
5435
|
+
}
|
|
5436
|
+
/**
|
|
5437
|
+
* @public
|
|
5438
|
+
*/
|
|
5439
|
+
export interface UpdateClassificationJobRequest {
|
|
5440
|
+
/**
|
|
5441
|
+
* <p>The unique identifier for the classification job.</p>
|
|
5442
|
+
* @public
|
|
5443
|
+
*/
|
|
5444
|
+
jobId: string | undefined;
|
|
5445
|
+
/**
|
|
5446
|
+
* <p>The new status for the job. Valid values are:</p> <ul><li><p>CANCELLED - Stops the job permanently and cancels it. This value is valid only if the job's current status is IDLE, PAUSED, RUNNING, or USER_PAUSED.</p> <p>If you specify this value and the job's current status is RUNNING, Amazon Macie immediately begins to stop all processing tasks for the job. You can't resume or restart a job after you cancel it.</p></li> <li><p>RUNNING - Resumes the job. This value is valid only if the job's current status is USER_PAUSED.</p> <p>If you paused the job while it was actively running and you specify this value less than 30 days after you paused the job, Macie immediately resumes processing from the point where you paused the job. Otherwise, Macie resumes the job according to the schedule and other settings for the job.</p></li> <li><p>USER_PAUSED - Pauses the job temporarily. This value is valid only if the job's current status is IDLE, PAUSED, or RUNNING. If you specify this value and the job's current status is RUNNING, Macie immediately begins to pause all processing tasks for the job.</p> <p>If you pause a one-time job and you don't resume it within 30 days, the job expires and Macie cancels the job. If you pause a recurring job when its status is RUNNING and you don't resume it within 30 days, the job run expires and Macie cancels the run. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.</p></li></ul>
|
|
5447
|
+
* @public
|
|
5448
|
+
*/
|
|
5449
|
+
jobStatus: JobStatus | undefined;
|
|
5450
|
+
}
|
|
5451
|
+
/**
|
|
5452
|
+
* @public
|
|
5453
|
+
*/
|
|
5454
|
+
export interface UpdateClassificationJobResponse {
|
|
5455
|
+
}
|
|
5456
|
+
/**
|
|
5457
|
+
* <p>Specifies S3 buckets to add or remove from the exclusion list defined by the classification scope for an Amazon Macie account.</p>
|
|
5458
|
+
* @public
|
|
5459
|
+
*/
|
|
5460
|
+
export interface S3ClassificationScopeExclusionUpdate {
|
|
5461
|
+
/**
|
|
5462
|
+
* <p>Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket names that overwrites all existing names in the list. Each string must be the full name of an existing S3 bucket. Values are case sensitive.</p>
|
|
5463
|
+
* @public
|
|
5464
|
+
*/
|
|
5465
|
+
bucketNames: string[] | undefined;
|
|
5466
|
+
/**
|
|
5467
|
+
* <p>Specifies how to apply the changes to the exclusion list. Valid values are:</p> <ul><li><p>ADD - Append the specified bucket names to the current list.</p></li> <li><p>REMOVE - Remove the specified bucket names from the current list.</p></li> <li><p>REPLACE - Overwrite the current list with the specified list of bucket names. If you specify this value, Amazon Macie removes all existing names from the list and adds all the specified names to the list.</p></li></ul>
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
5470
|
+
operation: ClassificationScopeUpdateOperation | undefined;
|
|
5471
|
+
}
|
|
5472
|
+
/**
|
|
5473
|
+
* <p>Specifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.</p>
|
|
5474
|
+
* @public
|
|
5475
|
+
*/
|
|
5476
|
+
export interface S3ClassificationScopeUpdate {
|
|
5477
|
+
/**
|
|
5478
|
+
* <p>The names of the S3 buckets to add or remove from the list.</p>
|
|
5479
|
+
* @public
|
|
5480
|
+
*/
|
|
5481
|
+
excludes: S3ClassificationScopeExclusionUpdate | undefined;
|
|
5482
|
+
}
|
|
5483
|
+
/**
|
|
5484
|
+
* @public
|
|
5485
|
+
*/
|
|
5486
|
+
export interface UpdateClassificationScopeRequest {
|
|
5487
|
+
/**
|
|
5488
|
+
* <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
|
|
5489
|
+
* @public
|
|
5490
|
+
*/
|
|
5491
|
+
id: string | undefined;
|
|
5492
|
+
/**
|
|
5493
|
+
* <p>The S3 buckets to add or remove from the exclusion list defined by the classification scope.</p>
|
|
5494
|
+
* @public
|
|
5495
|
+
*/
|
|
5496
|
+
s3?: S3ClassificationScopeUpdate | undefined;
|
|
5497
|
+
}
|
|
5498
|
+
/**
|
|
5499
|
+
* @public
|
|
5500
|
+
*/
|
|
5501
|
+
export interface UpdateClassificationScopeResponse {
|
|
5502
|
+
}
|
|
5503
|
+
/**
|
|
5504
|
+
* @public
|
|
5505
|
+
*/
|
|
5506
|
+
export interface UpdateFindingsFilterRequest {
|
|
5507
|
+
/**
|
|
5508
|
+
* <p>The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
|
|
5509
|
+
* @public
|
|
5510
|
+
*/
|
|
5511
|
+
action?: FindingsFilterAction | undefined;
|
|
5512
|
+
/**
|
|
5513
|
+
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
5514
|
+
* @public
|
|
5515
|
+
*/
|
|
5516
|
+
clientToken?: string | undefined;
|
|
5517
|
+
/**
|
|
5518
|
+
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
5519
|
+
* @public
|
|
5520
|
+
*/
|
|
5521
|
+
description?: string | undefined;
|
|
5522
|
+
/**
|
|
5523
|
+
* <p>The criteria to use to filter findings.</p>
|
|
5524
|
+
* @public
|
|
5525
|
+
*/
|
|
5526
|
+
findingCriteria?: FindingCriteria | undefined;
|
|
5527
|
+
/**
|
|
5528
|
+
* <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
|
|
5529
|
+
* @public
|
|
5530
|
+
*/
|
|
5531
|
+
id: string | undefined;
|
|
5532
|
+
/**
|
|
5533
|
+
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.</p>
|
|
5534
|
+
* @public
|
|
5535
|
+
*/
|
|
5536
|
+
name?: string | undefined;
|
|
5537
|
+
/**
|
|
5538
|
+
* <p>The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.</p>
|
|
5539
|
+
* @public
|
|
5540
|
+
*/
|
|
5541
|
+
position?: number | undefined;
|
|
5542
|
+
}
|
|
5543
|
+
/**
|
|
5544
|
+
* @public
|
|
5545
|
+
*/
|
|
5546
|
+
export interface UpdateFindingsFilterResponse {
|
|
5547
|
+
/**
|
|
5548
|
+
* <p>The Amazon Resource Name (ARN) of the filter that was updated.</p>
|
|
5549
|
+
* @public
|
|
5550
|
+
*/
|
|
5551
|
+
arn?: string | undefined;
|
|
5552
|
+
/**
|
|
5553
|
+
* <p>The unique identifier for the filter that was updated.</p>
|
|
5554
|
+
* @public
|
|
5555
|
+
*/
|
|
5556
|
+
id?: string | undefined;
|
|
5557
|
+
}
|
|
5558
|
+
/**
|
|
5559
|
+
* @public
|
|
5560
|
+
*/
|
|
5561
|
+
export interface UpdateMacieSessionRequest {
|
|
5562
|
+
/**
|
|
5563
|
+
* <p>Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).</p>
|
|
5564
|
+
* @public
|
|
5565
|
+
*/
|
|
5566
|
+
findingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
5567
|
+
/**
|
|
5568
|
+
* <p>Specifies a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
|
|
5569
|
+
* @public
|
|
5570
|
+
*/
|
|
5571
|
+
status?: MacieStatus | undefined;
|
|
5572
|
+
}
|
|
5573
|
+
/**
|
|
5574
|
+
* @public
|
|
5575
|
+
*/
|
|
5576
|
+
export interface UpdateMacieSessionResponse {
|
|
5577
|
+
}
|
|
5578
|
+
/**
|
|
5579
|
+
* @public
|
|
5580
|
+
*/
|
|
5581
|
+
export interface UpdateMemberSessionRequest {
|
|
5582
|
+
/**
|
|
5583
|
+
* <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
|
|
5584
|
+
* @public
|
|
5585
|
+
*/
|
|
5586
|
+
id: string | undefined;
|
|
5587
|
+
/**
|
|
5588
|
+
* <p>Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.</p>
|
|
5589
|
+
* @public
|
|
5590
|
+
*/
|
|
5591
|
+
status: MacieStatus | undefined;
|
|
5592
|
+
}
|
|
5593
|
+
/**
|
|
5594
|
+
* @public
|
|
5595
|
+
*/
|
|
5596
|
+
export interface UpdateMemberSessionResponse {
|
|
5597
|
+
}
|
|
5598
|
+
/**
|
|
5599
|
+
* @public
|
|
5600
|
+
*/
|
|
5601
|
+
export interface UpdateOrganizationConfigurationRequest {
|
|
5602
|
+
/**
|
|
5603
|
+
* <p>Specifies whether to enable Amazon Macie automatically for accounts that are added to the organization in Organizations.</p>
|
|
5604
|
+
* @public
|
|
5605
|
+
*/
|
|
5606
|
+
autoEnable: boolean | undefined;
|
|
5607
|
+
}
|
|
5608
|
+
/**
|
|
5609
|
+
* @public
|
|
5610
|
+
*/
|
|
5611
|
+
export interface UpdateOrganizationConfigurationResponse {
|
|
5612
|
+
}
|
|
5613
|
+
/**
|
|
5614
|
+
* @public
|
|
5615
|
+
*/
|
|
5616
|
+
export interface UpdateResourceProfileRequest {
|
|
5617
|
+
/**
|
|
5618
|
+
* <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
|
|
5619
|
+
* @public
|
|
5620
|
+
*/
|
|
5621
|
+
resourceArn: string | undefined;
|
|
5622
|
+
/**
|
|
5623
|
+
* <p>The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the <i>Sensitive</i> label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.</p>
|
|
5624
|
+
* @public
|
|
5625
|
+
*/
|
|
5626
|
+
sensitivityScoreOverride?: number | undefined;
|
|
5627
|
+
}
|
|
5628
|
+
/**
|
|
5629
|
+
* @public
|
|
5630
|
+
*/
|
|
5631
|
+
export interface UpdateResourceProfileResponse {
|
|
5632
|
+
}
|
|
5633
|
+
/**
|
|
5634
|
+
* @public
|
|
5635
|
+
*/
|
|
5636
|
+
export interface UpdateResourceProfileDetectionsRequest {
|
|
5637
|
+
/**
|
|
5638
|
+
* <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
|
|
5639
|
+
* @public
|
|
5640
|
+
*/
|
|
5641
|
+
resourceArn: string | undefined;
|
|
5642
|
+
/**
|
|
5643
|
+
* <p>An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.</p>
|
|
5644
|
+
* @public
|
|
5645
|
+
*/
|
|
5646
|
+
suppressDataIdentifiers?: SuppressDataIdentifier[] | undefined;
|
|
5647
|
+
}
|
|
5648
|
+
/**
|
|
5649
|
+
* @public
|
|
5650
|
+
*/
|
|
5651
|
+
export interface UpdateResourceProfileDetectionsResponse {
|
|
5652
|
+
}
|
|
5653
|
+
/**
|
|
5654
|
+
* <p>Specifies the access method and settings to use when retrieving occurrences of sensitive data reported by findings. If your request specifies an Identity and Access Management (IAM) role to assume, Amazon Macie verifies that the role exists and the attached policies are configured correctly. If there's an issue, Macie returns an error. For information about addressing the issue, see <a href="https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html">Configuration options for retrieving sensitive data samples</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
5655
|
+
* @public
|
|
5656
|
+
*/
|
|
5657
|
+
export interface UpdateRetrievalConfiguration {
|
|
5658
|
+
/**
|
|
5659
|
+
* <p>The access method to use when retrieving sensitive data from affected S3 objects. Valid values are: ASSUME_ROLE, assume an IAM role that is in the affected Amazon Web Services account and delegates access to Amazon Macie; and, CALLER_CREDENTIALS, use the credentials of the IAM user who requests the sensitive data. If you specify ASSUME_ROLE, also specify the name of an existing IAM role for Macie to assume (roleName).</p> <important><p>If you change this value from ASSUME_ROLE to CALLER_CREDENTIALS for an existing configuration, Macie permanently deletes the external ID and role name currently specified for the configuration. These settings can't be recovered after they're deleted.</p></important>
|
|
5660
|
+
* @public
|
|
5661
|
+
*/
|
|
5662
|
+
retrievalMode: RetrievalMode | undefined;
|
|
5663
|
+
/**
|
|
5664
|
+
* <p>The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account. The trust and permissions policies for the role must meet all requirements for Macie to assume the role.</p>
|
|
5665
|
+
* @public
|
|
5666
|
+
*/
|
|
5667
|
+
roleName?: string | undefined;
|
|
5668
|
+
}
|