@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
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
export declare const AdminStatus: {
|
|
2
|
+
readonly DISABLING_IN_PROGRESS: "DISABLING_IN_PROGRESS";
|
|
3
|
+
readonly ENABLED: "ENABLED";
|
|
4
|
+
};
|
|
5
|
+
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
6
|
+
export declare const AutomatedDiscoveryAccountStatus: {
|
|
7
|
+
readonly DISABLED: "DISABLED";
|
|
8
|
+
readonly ENABLED: "ENABLED";
|
|
9
|
+
};
|
|
10
|
+
export type AutomatedDiscoveryAccountStatus =
|
|
11
|
+
(typeof AutomatedDiscoveryAccountStatus)[keyof typeof AutomatedDiscoveryAccountStatus];
|
|
12
|
+
export declare const AutomatedDiscoveryAccountUpdateErrorCode: {
|
|
13
|
+
readonly ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND";
|
|
14
|
+
readonly ACCOUNT_PAUSED: "ACCOUNT_PAUSED";
|
|
15
|
+
};
|
|
16
|
+
export type AutomatedDiscoveryAccountUpdateErrorCode =
|
|
17
|
+
(typeof AutomatedDiscoveryAccountUpdateErrorCode)[keyof typeof AutomatedDiscoveryAccountUpdateErrorCode];
|
|
18
|
+
export declare const AllowsUnencryptedObjectUploads: {
|
|
19
|
+
readonly FALSE: "FALSE";
|
|
20
|
+
readonly TRUE: "TRUE";
|
|
21
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
22
|
+
};
|
|
23
|
+
export type AllowsUnencryptedObjectUploads =
|
|
24
|
+
(typeof AllowsUnencryptedObjectUploads)[keyof typeof AllowsUnencryptedObjectUploads];
|
|
25
|
+
export declare const AutomatedDiscoveryMonitoringStatus: {
|
|
26
|
+
readonly MONITORED: "MONITORED";
|
|
27
|
+
readonly NOT_MONITORED: "NOT_MONITORED";
|
|
28
|
+
};
|
|
29
|
+
export type AutomatedDiscoveryMonitoringStatus =
|
|
30
|
+
(typeof AutomatedDiscoveryMonitoringStatus)[keyof typeof AutomatedDiscoveryMonitoringStatus];
|
|
31
|
+
export declare const BucketMetadataErrorCode: {
|
|
32
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
33
|
+
readonly BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA";
|
|
34
|
+
};
|
|
35
|
+
export type BucketMetadataErrorCode =
|
|
36
|
+
(typeof BucketMetadataErrorCode)[keyof typeof BucketMetadataErrorCode];
|
|
37
|
+
export declare const IsDefinedInJob: {
|
|
38
|
+
readonly FALSE: "FALSE";
|
|
39
|
+
readonly TRUE: "TRUE";
|
|
40
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
41
|
+
};
|
|
42
|
+
export type IsDefinedInJob =
|
|
43
|
+
(typeof IsDefinedInJob)[keyof typeof IsDefinedInJob];
|
|
44
|
+
export declare const IsMonitoredByJob: {
|
|
45
|
+
readonly FALSE: "FALSE";
|
|
46
|
+
readonly TRUE: "TRUE";
|
|
47
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
48
|
+
};
|
|
49
|
+
export type IsMonitoredByJob =
|
|
50
|
+
(typeof IsMonitoredByJob)[keyof typeof IsMonitoredByJob];
|
|
51
|
+
export declare const EffectivePermission: {
|
|
52
|
+
readonly NOT_PUBLIC: "NOT_PUBLIC";
|
|
53
|
+
readonly PUBLIC: "PUBLIC";
|
|
54
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
55
|
+
};
|
|
56
|
+
export type EffectivePermission =
|
|
57
|
+
(typeof EffectivePermission)[keyof typeof EffectivePermission];
|
|
58
|
+
export declare const Type: {
|
|
59
|
+
readonly AES256: "AES256";
|
|
60
|
+
readonly NONE: "NONE";
|
|
61
|
+
readonly aws_kms: "aws:kms";
|
|
62
|
+
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
63
|
+
};
|
|
64
|
+
export type Type = (typeof Type)[keyof typeof Type];
|
|
65
|
+
export declare const SharedAccess: {
|
|
66
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
67
|
+
readonly INTERNAL: "INTERNAL";
|
|
68
|
+
readonly NOT_SHARED: "NOT_SHARED";
|
|
69
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
70
|
+
};
|
|
71
|
+
export type SharedAccess = (typeof SharedAccess)[keyof typeof SharedAccess];
|
|
72
|
+
export declare const JobComparator: {
|
|
73
|
+
readonly CONTAINS: "CONTAINS";
|
|
74
|
+
readonly EQ: "EQ";
|
|
75
|
+
readonly GT: "GT";
|
|
76
|
+
readonly GTE: "GTE";
|
|
77
|
+
readonly LT: "LT";
|
|
78
|
+
readonly LTE: "LTE";
|
|
79
|
+
readonly NE: "NE";
|
|
80
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
81
|
+
};
|
|
82
|
+
export type JobComparator = (typeof JobComparator)[keyof typeof JobComparator];
|
|
83
|
+
export declare const SimpleCriterionKeyForJob: {
|
|
84
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
85
|
+
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
86
|
+
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
87
|
+
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
88
|
+
};
|
|
89
|
+
export type SimpleCriterionKeyForJob =
|
|
90
|
+
(typeof SimpleCriterionKeyForJob)[keyof typeof SimpleCriterionKeyForJob];
|
|
91
|
+
export declare const DataIdentifierType: {
|
|
92
|
+
readonly CUSTOM: "CUSTOM";
|
|
93
|
+
readonly MANAGED: "MANAGED";
|
|
94
|
+
};
|
|
95
|
+
export type DataIdentifierType =
|
|
96
|
+
(typeof DataIdentifierType)[keyof typeof DataIdentifierType];
|
|
97
|
+
export declare const FindingCategory: {
|
|
98
|
+
readonly CLASSIFICATION: "CLASSIFICATION";
|
|
99
|
+
readonly POLICY: "POLICY";
|
|
100
|
+
};
|
|
101
|
+
export type FindingCategory =
|
|
102
|
+
(typeof FindingCategory)[keyof typeof FindingCategory];
|
|
103
|
+
export declare const OriginType: {
|
|
104
|
+
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
105
|
+
readonly SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB";
|
|
106
|
+
};
|
|
107
|
+
export type OriginType = (typeof OriginType)[keyof typeof OriginType];
|
|
108
|
+
export declare const SensitiveDataItemCategory: {
|
|
109
|
+
readonly CREDENTIALS: "CREDENTIALS";
|
|
110
|
+
readonly CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER";
|
|
111
|
+
readonly FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION";
|
|
112
|
+
readonly PERSONAL_INFORMATION: "PERSONAL_INFORMATION";
|
|
113
|
+
};
|
|
114
|
+
export type SensitiveDataItemCategory =
|
|
115
|
+
(typeof SensitiveDataItemCategory)[keyof typeof SensitiveDataItemCategory];
|
|
116
|
+
export declare const FindingActionType: {
|
|
117
|
+
readonly AWS_API_CALL: "AWS_API_CALL";
|
|
118
|
+
};
|
|
119
|
+
export type FindingActionType =
|
|
120
|
+
(typeof FindingActionType)[keyof typeof FindingActionType];
|
|
121
|
+
export declare const UserIdentityType: {
|
|
122
|
+
readonly AWSAccount: "AWSAccount";
|
|
123
|
+
readonly AWSService: "AWSService";
|
|
124
|
+
readonly AssumedRole: "AssumedRole";
|
|
125
|
+
readonly FederatedUser: "FederatedUser";
|
|
126
|
+
readonly IAMUser: "IAMUser";
|
|
127
|
+
readonly Root: "Root";
|
|
128
|
+
};
|
|
129
|
+
export type UserIdentityType =
|
|
130
|
+
(typeof UserIdentityType)[keyof typeof UserIdentityType];
|
|
131
|
+
export declare const EncryptionType: {
|
|
132
|
+
readonly AES256: "AES256";
|
|
133
|
+
readonly NONE: "NONE";
|
|
134
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
135
|
+
readonly aws_kms: "aws:kms";
|
|
136
|
+
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
137
|
+
};
|
|
138
|
+
export type EncryptionType =
|
|
139
|
+
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
140
|
+
export declare const StorageClass: {
|
|
141
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
142
|
+
readonly GLACIER: "GLACIER";
|
|
143
|
+
readonly GLACIER_IR: "GLACIER_IR";
|
|
144
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
145
|
+
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
146
|
+
readonly OUTPOSTS: "OUTPOSTS";
|
|
147
|
+
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
148
|
+
readonly STANDARD: "STANDARD";
|
|
149
|
+
readonly STANDARD_IA: "STANDARD_IA";
|
|
150
|
+
};
|
|
151
|
+
export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
152
|
+
export declare const SeverityDescription: {
|
|
153
|
+
readonly High: "High";
|
|
154
|
+
readonly Low: "Low";
|
|
155
|
+
readonly Medium: "Medium";
|
|
156
|
+
};
|
|
157
|
+
export type SeverityDescription =
|
|
158
|
+
(typeof SeverityDescription)[keyof typeof SeverityDescription];
|
|
159
|
+
export declare const FindingType: {
|
|
160
|
+
readonly Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled";
|
|
161
|
+
readonly Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled";
|
|
162
|
+
readonly Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic";
|
|
163
|
+
readonly Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally";
|
|
164
|
+
readonly Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally";
|
|
165
|
+
readonly Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront";
|
|
166
|
+
readonly SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials";
|
|
167
|
+
readonly SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier";
|
|
168
|
+
readonly SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial";
|
|
169
|
+
readonly SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple";
|
|
170
|
+
readonly SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal";
|
|
171
|
+
};
|
|
172
|
+
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
173
|
+
export declare const FindingsFilterAction: {
|
|
174
|
+
readonly ARCHIVE: "ARCHIVE";
|
|
175
|
+
readonly NOOP: "NOOP";
|
|
176
|
+
};
|
|
177
|
+
export type FindingsFilterAction =
|
|
178
|
+
(typeof FindingsFilterAction)[keyof typeof FindingsFilterAction];
|
|
179
|
+
export declare const RelationshipStatus: {
|
|
180
|
+
readonly AccountSuspended: "AccountSuspended";
|
|
181
|
+
readonly Created: "Created";
|
|
182
|
+
readonly EmailVerificationFailed: "EmailVerificationFailed";
|
|
183
|
+
readonly EmailVerificationInProgress: "EmailVerificationInProgress";
|
|
184
|
+
readonly Enabled: "Enabled";
|
|
185
|
+
readonly Invited: "Invited";
|
|
186
|
+
readonly Paused: "Paused";
|
|
187
|
+
readonly RegionDisabled: "RegionDisabled";
|
|
188
|
+
readonly Removed: "Removed";
|
|
189
|
+
readonly Resigned: "Resigned";
|
|
190
|
+
};
|
|
191
|
+
export type RelationshipStatus =
|
|
192
|
+
(typeof RelationshipStatus)[keyof typeof RelationshipStatus];
|
|
193
|
+
export declare const ScopeFilterKey: {
|
|
194
|
+
readonly OBJECT_EXTENSION: "OBJECT_EXTENSION";
|
|
195
|
+
readonly OBJECT_KEY: "OBJECT_KEY";
|
|
196
|
+
readonly OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE";
|
|
197
|
+
readonly OBJECT_SIZE: "OBJECT_SIZE";
|
|
198
|
+
};
|
|
199
|
+
export type ScopeFilterKey =
|
|
200
|
+
(typeof ScopeFilterKey)[keyof typeof ScopeFilterKey];
|
|
201
|
+
export declare const TagTarget: {
|
|
202
|
+
readonly S3_OBJECT: "S3_OBJECT";
|
|
203
|
+
};
|
|
204
|
+
export type TagTarget = (typeof TagTarget)[keyof typeof TagTarget];
|
|
205
|
+
export declare const JobStatus: {
|
|
206
|
+
readonly CANCELLED: "CANCELLED";
|
|
207
|
+
readonly COMPLETE: "COMPLETE";
|
|
208
|
+
readonly IDLE: "IDLE";
|
|
209
|
+
readonly PAUSED: "PAUSED";
|
|
210
|
+
readonly RUNNING: "RUNNING";
|
|
211
|
+
readonly USER_PAUSED: "USER_PAUSED";
|
|
212
|
+
};
|
|
213
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
214
|
+
export declare const JobType: {
|
|
215
|
+
readonly ONE_TIME: "ONE_TIME";
|
|
216
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
217
|
+
};
|
|
218
|
+
export type JobType = (typeof JobType)[keyof typeof JobType];
|
|
219
|
+
export declare const LastRunErrorStatusCode: {
|
|
220
|
+
readonly ERROR: "ERROR";
|
|
221
|
+
readonly NONE: "NONE";
|
|
222
|
+
};
|
|
223
|
+
export type LastRunErrorStatusCode =
|
|
224
|
+
(typeof LastRunErrorStatusCode)[keyof typeof LastRunErrorStatusCode];
|
|
225
|
+
export declare const ListJobsFilterKey: {
|
|
226
|
+
readonly createdAt: "createdAt";
|
|
227
|
+
readonly jobStatus: "jobStatus";
|
|
228
|
+
readonly jobType: "jobType";
|
|
229
|
+
readonly name: "name";
|
|
230
|
+
};
|
|
231
|
+
export type ListJobsFilterKey =
|
|
232
|
+
(typeof ListJobsFilterKey)[keyof typeof ListJobsFilterKey];
|
|
233
|
+
export declare const SearchResourcesComparator: {
|
|
234
|
+
readonly EQ: "EQ";
|
|
235
|
+
readonly NE: "NE";
|
|
236
|
+
};
|
|
237
|
+
export type SearchResourcesComparator =
|
|
238
|
+
(typeof SearchResourcesComparator)[keyof typeof SearchResourcesComparator];
|
|
239
|
+
export declare const SearchResourcesSimpleCriterionKey: {
|
|
240
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
241
|
+
readonly AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS";
|
|
242
|
+
readonly S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION";
|
|
243
|
+
readonly S3_BUCKET_NAME: "S3_BUCKET_NAME";
|
|
244
|
+
readonly S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS";
|
|
245
|
+
};
|
|
246
|
+
export type SearchResourcesSimpleCriterionKey =
|
|
247
|
+
(typeof SearchResourcesSimpleCriterionKey)[keyof typeof SearchResourcesSimpleCriterionKey];
|
|
248
|
+
export declare const UnavailabilityReasonCode: {
|
|
249
|
+
readonly ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION";
|
|
250
|
+
readonly INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT";
|
|
251
|
+
readonly INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE";
|
|
252
|
+
readonly MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE";
|
|
253
|
+
readonly MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION";
|
|
254
|
+
readonly OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA";
|
|
255
|
+
readonly OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE";
|
|
256
|
+
readonly RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED";
|
|
257
|
+
readonly ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE";
|
|
258
|
+
readonly UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE";
|
|
259
|
+
readonly UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE";
|
|
260
|
+
};
|
|
261
|
+
export type UnavailabilityReasonCode =
|
|
262
|
+
(typeof UnavailabilityReasonCode)[keyof typeof UnavailabilityReasonCode];
|
|
263
|
+
export declare const ErrorCode: {
|
|
264
|
+
readonly ClientError: "ClientError";
|
|
265
|
+
readonly InternalError: "InternalError";
|
|
266
|
+
};
|
|
267
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
268
|
+
export declare const Currency: {
|
|
269
|
+
readonly USD: "USD";
|
|
270
|
+
};
|
|
271
|
+
export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
272
|
+
export declare const Unit: {
|
|
273
|
+
readonly TERABYTES: "TERABYTES";
|
|
274
|
+
};
|
|
275
|
+
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
276
|
+
export declare const UsageType: {
|
|
277
|
+
readonly AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING";
|
|
278
|
+
readonly AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY";
|
|
279
|
+
readonly DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION";
|
|
280
|
+
readonly SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY";
|
|
281
|
+
};
|
|
282
|
+
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
283
|
+
export declare const UsageStatisticsFilterComparator: {
|
|
284
|
+
readonly CONTAINS: "CONTAINS";
|
|
285
|
+
readonly EQ: "EQ";
|
|
286
|
+
readonly GT: "GT";
|
|
287
|
+
readonly GTE: "GTE";
|
|
288
|
+
readonly LT: "LT";
|
|
289
|
+
readonly LTE: "LTE";
|
|
290
|
+
readonly NE: "NE";
|
|
291
|
+
};
|
|
292
|
+
export type UsageStatisticsFilterComparator =
|
|
293
|
+
(typeof UsageStatisticsFilterComparator)[keyof typeof UsageStatisticsFilterComparator];
|
|
294
|
+
export declare const UsageStatisticsFilterKey: {
|
|
295
|
+
readonly accountId: "accountId";
|
|
296
|
+
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
297
|
+
readonly serviceLimit: "serviceLimit";
|
|
298
|
+
readonly total: "total";
|
|
299
|
+
};
|
|
300
|
+
export type UsageStatisticsFilterKey =
|
|
301
|
+
(typeof UsageStatisticsFilterKey)[keyof typeof UsageStatisticsFilterKey];
|
|
302
|
+
export declare const AllowListStatusCode: {
|
|
303
|
+
readonly OK: "OK";
|
|
304
|
+
readonly S3_OBJECT_ACCESS_DENIED: "S3_OBJECT_ACCESS_DENIED";
|
|
305
|
+
readonly S3_OBJECT_EMPTY: "S3_OBJECT_EMPTY";
|
|
306
|
+
readonly S3_OBJECT_NOT_FOUND: "S3_OBJECT_NOT_FOUND";
|
|
307
|
+
readonly S3_OBJECT_OVERSIZE: "S3_OBJECT_OVERSIZE";
|
|
308
|
+
readonly S3_THROTTLED: "S3_THROTTLED";
|
|
309
|
+
readonly S3_USER_ACCESS_DENIED: "S3_USER_ACCESS_DENIED";
|
|
310
|
+
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
311
|
+
};
|
|
312
|
+
export type AllowListStatusCode =
|
|
313
|
+
(typeof AllowListStatusCode)[keyof typeof AllowListStatusCode];
|
|
314
|
+
export declare const AutoEnableMode: {
|
|
315
|
+
readonly ALL: "ALL";
|
|
316
|
+
readonly NEW: "NEW";
|
|
317
|
+
readonly NONE: "NONE";
|
|
318
|
+
};
|
|
319
|
+
export type AutoEnableMode =
|
|
320
|
+
(typeof AutoEnableMode)[keyof typeof AutoEnableMode];
|
|
321
|
+
export declare const AutomatedDiscoveryStatus: {
|
|
322
|
+
readonly DISABLED: "DISABLED";
|
|
323
|
+
readonly ENABLED: "ENABLED";
|
|
324
|
+
};
|
|
325
|
+
export type AutomatedDiscoveryStatus =
|
|
326
|
+
(typeof AutomatedDiscoveryStatus)[keyof typeof AutomatedDiscoveryStatus];
|
|
327
|
+
export declare const AvailabilityCode: {
|
|
328
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
329
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
330
|
+
};
|
|
331
|
+
export type AvailabilityCode =
|
|
332
|
+
(typeof AvailabilityCode)[keyof typeof AvailabilityCode];
|
|
333
|
+
export declare const OrderBy: {
|
|
334
|
+
readonly ASC: "ASC";
|
|
335
|
+
readonly DESC: "DESC";
|
|
336
|
+
};
|
|
337
|
+
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
338
|
+
export declare const ClassificationScopeUpdateOperation: {
|
|
339
|
+
readonly ADD: "ADD";
|
|
340
|
+
readonly REMOVE: "REMOVE";
|
|
341
|
+
readonly REPLACE: "REPLACE";
|
|
342
|
+
};
|
|
343
|
+
export type ClassificationScopeUpdateOperation =
|
|
344
|
+
(typeof ClassificationScopeUpdateOperation)[keyof typeof ClassificationScopeUpdateOperation];
|
|
345
|
+
export declare const ManagedDataIdentifierSelector: {
|
|
346
|
+
readonly ALL: "ALL";
|
|
347
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
348
|
+
readonly INCLUDE: "INCLUDE";
|
|
349
|
+
readonly NONE: "NONE";
|
|
350
|
+
readonly RECOMMENDED: "RECOMMENDED";
|
|
351
|
+
};
|
|
352
|
+
export type ManagedDataIdentifierSelector =
|
|
353
|
+
(typeof ManagedDataIdentifierSelector)[keyof typeof ManagedDataIdentifierSelector];
|
|
354
|
+
export declare const DayOfWeek: {
|
|
355
|
+
readonly FRIDAY: "FRIDAY";
|
|
356
|
+
readonly MONDAY: "MONDAY";
|
|
357
|
+
readonly SATURDAY: "SATURDAY";
|
|
358
|
+
readonly SUNDAY: "SUNDAY";
|
|
359
|
+
readonly THURSDAY: "THURSDAY";
|
|
360
|
+
readonly TUESDAY: "TUESDAY";
|
|
361
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
362
|
+
};
|
|
363
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
364
|
+
export declare const DataIdentifierSeverity: {
|
|
365
|
+
readonly HIGH: "HIGH";
|
|
366
|
+
readonly LOW: "LOW";
|
|
367
|
+
readonly MEDIUM: "MEDIUM";
|
|
368
|
+
};
|
|
369
|
+
export type DataIdentifierSeverity =
|
|
370
|
+
(typeof DataIdentifierSeverity)[keyof typeof DataIdentifierSeverity];
|
|
371
|
+
export declare const FindingPublishingFrequency: {
|
|
372
|
+
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
373
|
+
readonly ONE_HOUR: "ONE_HOUR";
|
|
374
|
+
readonly SIX_HOURS: "SIX_HOURS";
|
|
375
|
+
};
|
|
376
|
+
export type FindingPublishingFrequency =
|
|
377
|
+
(typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
378
|
+
export declare const MacieStatus: {
|
|
379
|
+
readonly ENABLED: "ENABLED";
|
|
380
|
+
readonly PAUSED: "PAUSED";
|
|
381
|
+
};
|
|
382
|
+
export type MacieStatus = (typeof MacieStatus)[keyof typeof MacieStatus];
|
|
383
|
+
export declare const FindingStatisticsSortAttributeName: {
|
|
384
|
+
readonly count: "count";
|
|
385
|
+
readonly groupKey: "groupKey";
|
|
386
|
+
};
|
|
387
|
+
export type FindingStatisticsSortAttributeName =
|
|
388
|
+
(typeof FindingStatisticsSortAttributeName)[keyof typeof FindingStatisticsSortAttributeName];
|
|
389
|
+
export declare const GroupBy: {
|
|
390
|
+
readonly classificationDetails_jobId: "classificationDetails.jobId";
|
|
391
|
+
readonly resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name";
|
|
392
|
+
readonly severity_description: "severity.description";
|
|
393
|
+
readonly type: "type";
|
|
394
|
+
};
|
|
395
|
+
export type GroupBy = (typeof GroupBy)[keyof typeof GroupBy];
|
|
396
|
+
export declare const RevealStatus: {
|
|
397
|
+
readonly DISABLED: "DISABLED";
|
|
398
|
+
readonly ENABLED: "ENABLED";
|
|
399
|
+
};
|
|
400
|
+
export type RevealStatus = (typeof RevealStatus)[keyof typeof RevealStatus];
|
|
401
|
+
export declare const RetrievalMode: {
|
|
402
|
+
readonly ASSUME_ROLE: "ASSUME_ROLE";
|
|
403
|
+
readonly CALLER_CREDENTIALS: "CALLER_CREDENTIALS";
|
|
404
|
+
};
|
|
405
|
+
export type RetrievalMode = (typeof RetrievalMode)[keyof typeof RetrievalMode];
|
|
406
|
+
export declare const RevealRequestStatus: {
|
|
407
|
+
readonly ERROR: "ERROR";
|
|
408
|
+
readonly PROCESSING: "PROCESSING";
|
|
409
|
+
readonly SUCCESS: "SUCCESS";
|
|
410
|
+
};
|
|
411
|
+
export type RevealRequestStatus =
|
|
412
|
+
(typeof RevealRequestStatus)[keyof typeof RevealRequestStatus];
|
|
413
|
+
export declare const UsageStatisticsSortKey: {
|
|
414
|
+
readonly accountId: "accountId";
|
|
415
|
+
readonly freeTrialStartDate: "freeTrialStartDate";
|
|
416
|
+
readonly serviceLimitValue: "serviceLimitValue";
|
|
417
|
+
readonly total: "total";
|
|
418
|
+
};
|
|
419
|
+
export type UsageStatisticsSortKey =
|
|
420
|
+
(typeof UsageStatisticsSortKey)[keyof typeof UsageStatisticsSortKey];
|
|
421
|
+
export declare const TimeRange: {
|
|
422
|
+
readonly MONTH_TO_DATE: "MONTH_TO_DATE";
|
|
423
|
+
readonly PAST_30_DAYS: "PAST_30_DAYS";
|
|
424
|
+
};
|
|
425
|
+
export type TimeRange = (typeof TimeRange)[keyof typeof TimeRange];
|
|
426
|
+
export declare const ListJobsSortAttributeName: {
|
|
427
|
+
readonly createdAt: "createdAt";
|
|
428
|
+
readonly jobStatus: "jobStatus";
|
|
429
|
+
readonly jobType: "jobType";
|
|
430
|
+
readonly name: "name";
|
|
431
|
+
};
|
|
432
|
+
export type ListJobsSortAttributeName =
|
|
433
|
+
(typeof ListJobsSortAttributeName)[keyof typeof ListJobsSortAttributeName];
|
|
434
|
+
export declare const SearchResourcesSortAttributeName: {
|
|
435
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
436
|
+
readonly RESOURCE_NAME: "RESOURCE_NAME";
|
|
437
|
+
readonly S3_CLASSIFIABLE_OBJECT_COUNT: "S3_CLASSIFIABLE_OBJECT_COUNT";
|
|
438
|
+
readonly S3_CLASSIFIABLE_SIZE_IN_BYTES: "S3_CLASSIFIABLE_SIZE_IN_BYTES";
|
|
439
|
+
};
|
|
440
|
+
export type SearchResourcesSortAttributeName =
|
|
441
|
+
(typeof SearchResourcesSortAttributeName)[keyof typeof SearchResourcesSortAttributeName];
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { Macie2ServiceException as __BaseException } from "./Macie2ServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConflictException extends __BaseException {
|
|
11
|
+
readonly name: "ConflictException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
export declare class InternalServerException extends __BaseException {
|
|
16
|
+
readonly name: "InternalServerException";
|
|
17
|
+
readonly $fault: "server";
|
|
18
|
+
constructor(
|
|
19
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
23
|
+
readonly name: "ResourceNotFoundException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
30
|
+
readonly name: "ServiceQuotaExceededException";
|
|
31
|
+
readonly $fault: "client";
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class ThrottlingException extends __BaseException {
|
|
37
|
+
readonly name: "ThrottlingException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class ValidationException extends __BaseException {
|
|
44
|
+
readonly name: "ValidationException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class UnprocessableEntityException extends __BaseException {
|
|
51
|
+
readonly name: "UnprocessableEntityException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
55
|
+
);
|
|
56
|
+
}
|