@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
package/dist-cjs/index.js
CHANGED
|
@@ -118,241 +118,6 @@ let Macie2ServiceException$1 = class Macie2ServiceException extends smithyClient
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const AdminStatus = {
|
|
122
|
-
DISABLING_IN_PROGRESS: "DISABLING_IN_PROGRESS",
|
|
123
|
-
ENABLED: "ENABLED",
|
|
124
|
-
};
|
|
125
|
-
const AutomatedDiscoveryAccountStatus = {
|
|
126
|
-
DISABLED: "DISABLED",
|
|
127
|
-
ENABLED: "ENABLED",
|
|
128
|
-
};
|
|
129
|
-
const AutomatedDiscoveryAccountUpdateErrorCode = {
|
|
130
|
-
ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND",
|
|
131
|
-
ACCOUNT_PAUSED: "ACCOUNT_PAUSED",
|
|
132
|
-
};
|
|
133
|
-
const AllowsUnencryptedObjectUploads = {
|
|
134
|
-
FALSE: "FALSE",
|
|
135
|
-
TRUE: "TRUE",
|
|
136
|
-
UNKNOWN: "UNKNOWN",
|
|
137
|
-
};
|
|
138
|
-
const AutomatedDiscoveryMonitoringStatus = {
|
|
139
|
-
MONITORED: "MONITORED",
|
|
140
|
-
NOT_MONITORED: "NOT_MONITORED",
|
|
141
|
-
};
|
|
142
|
-
const BucketMetadataErrorCode = {
|
|
143
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
144
|
-
BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA",
|
|
145
|
-
};
|
|
146
|
-
const IsDefinedInJob = {
|
|
147
|
-
FALSE: "FALSE",
|
|
148
|
-
TRUE: "TRUE",
|
|
149
|
-
UNKNOWN: "UNKNOWN",
|
|
150
|
-
};
|
|
151
|
-
const IsMonitoredByJob = {
|
|
152
|
-
FALSE: "FALSE",
|
|
153
|
-
TRUE: "TRUE",
|
|
154
|
-
UNKNOWN: "UNKNOWN",
|
|
155
|
-
};
|
|
156
|
-
const EffectivePermission = {
|
|
157
|
-
NOT_PUBLIC: "NOT_PUBLIC",
|
|
158
|
-
PUBLIC: "PUBLIC",
|
|
159
|
-
UNKNOWN: "UNKNOWN",
|
|
160
|
-
};
|
|
161
|
-
const Type = {
|
|
162
|
-
AES256: "AES256",
|
|
163
|
-
NONE: "NONE",
|
|
164
|
-
aws_kms: "aws:kms",
|
|
165
|
-
aws_kms_dsse: "aws:kms:dsse",
|
|
166
|
-
};
|
|
167
|
-
const SharedAccess = {
|
|
168
|
-
EXTERNAL: "EXTERNAL",
|
|
169
|
-
INTERNAL: "INTERNAL",
|
|
170
|
-
NOT_SHARED: "NOT_SHARED",
|
|
171
|
-
UNKNOWN: "UNKNOWN",
|
|
172
|
-
};
|
|
173
|
-
const JobComparator = {
|
|
174
|
-
CONTAINS: "CONTAINS",
|
|
175
|
-
EQ: "EQ",
|
|
176
|
-
GT: "GT",
|
|
177
|
-
GTE: "GTE",
|
|
178
|
-
LT: "LT",
|
|
179
|
-
LTE: "LTE",
|
|
180
|
-
NE: "NE",
|
|
181
|
-
STARTS_WITH: "STARTS_WITH",
|
|
182
|
-
};
|
|
183
|
-
const SimpleCriterionKeyForJob = {
|
|
184
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
185
|
-
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
186
|
-
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
187
|
-
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
188
|
-
};
|
|
189
|
-
const DataIdentifierType = {
|
|
190
|
-
CUSTOM: "CUSTOM",
|
|
191
|
-
MANAGED: "MANAGED",
|
|
192
|
-
};
|
|
193
|
-
const FindingCategory = {
|
|
194
|
-
CLASSIFICATION: "CLASSIFICATION",
|
|
195
|
-
POLICY: "POLICY",
|
|
196
|
-
};
|
|
197
|
-
const OriginType = {
|
|
198
|
-
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
199
|
-
SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB",
|
|
200
|
-
};
|
|
201
|
-
const SensitiveDataItemCategory = {
|
|
202
|
-
CREDENTIALS: "CREDENTIALS",
|
|
203
|
-
CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER",
|
|
204
|
-
FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION",
|
|
205
|
-
PERSONAL_INFORMATION: "PERSONAL_INFORMATION",
|
|
206
|
-
};
|
|
207
|
-
const FindingActionType = {
|
|
208
|
-
AWS_API_CALL: "AWS_API_CALL",
|
|
209
|
-
};
|
|
210
|
-
const UserIdentityType = {
|
|
211
|
-
AWSAccount: "AWSAccount",
|
|
212
|
-
AWSService: "AWSService",
|
|
213
|
-
AssumedRole: "AssumedRole",
|
|
214
|
-
FederatedUser: "FederatedUser",
|
|
215
|
-
IAMUser: "IAMUser",
|
|
216
|
-
Root: "Root",
|
|
217
|
-
};
|
|
218
|
-
const EncryptionType = {
|
|
219
|
-
AES256: "AES256",
|
|
220
|
-
NONE: "NONE",
|
|
221
|
-
UNKNOWN: "UNKNOWN",
|
|
222
|
-
aws_kms: "aws:kms",
|
|
223
|
-
aws_kms_dsse: "aws:kms:dsse",
|
|
224
|
-
};
|
|
225
|
-
const StorageClass = {
|
|
226
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
227
|
-
GLACIER: "GLACIER",
|
|
228
|
-
GLACIER_IR: "GLACIER_IR",
|
|
229
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
230
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
231
|
-
OUTPOSTS: "OUTPOSTS",
|
|
232
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
233
|
-
STANDARD: "STANDARD",
|
|
234
|
-
STANDARD_IA: "STANDARD_IA",
|
|
235
|
-
};
|
|
236
|
-
const SeverityDescription = {
|
|
237
|
-
High: "High",
|
|
238
|
-
Low: "Low",
|
|
239
|
-
Medium: "Medium",
|
|
240
|
-
};
|
|
241
|
-
const FindingType = {
|
|
242
|
-
Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled",
|
|
243
|
-
Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled",
|
|
244
|
-
Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic",
|
|
245
|
-
Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally",
|
|
246
|
-
Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally",
|
|
247
|
-
Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront",
|
|
248
|
-
SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials",
|
|
249
|
-
SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier",
|
|
250
|
-
SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial",
|
|
251
|
-
SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple",
|
|
252
|
-
SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal",
|
|
253
|
-
};
|
|
254
|
-
const FindingsFilterAction = {
|
|
255
|
-
ARCHIVE: "ARCHIVE",
|
|
256
|
-
NOOP: "NOOP",
|
|
257
|
-
};
|
|
258
|
-
const RelationshipStatus = {
|
|
259
|
-
AccountSuspended: "AccountSuspended",
|
|
260
|
-
Created: "Created",
|
|
261
|
-
EmailVerificationFailed: "EmailVerificationFailed",
|
|
262
|
-
EmailVerificationInProgress: "EmailVerificationInProgress",
|
|
263
|
-
Enabled: "Enabled",
|
|
264
|
-
Invited: "Invited",
|
|
265
|
-
Paused: "Paused",
|
|
266
|
-
RegionDisabled: "RegionDisabled",
|
|
267
|
-
Removed: "Removed",
|
|
268
|
-
Resigned: "Resigned",
|
|
269
|
-
};
|
|
270
|
-
const ScopeFilterKey = {
|
|
271
|
-
OBJECT_EXTENSION: "OBJECT_EXTENSION",
|
|
272
|
-
OBJECT_KEY: "OBJECT_KEY",
|
|
273
|
-
OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE",
|
|
274
|
-
OBJECT_SIZE: "OBJECT_SIZE",
|
|
275
|
-
};
|
|
276
|
-
const TagTarget = {
|
|
277
|
-
S3_OBJECT: "S3_OBJECT",
|
|
278
|
-
};
|
|
279
|
-
const JobStatus = {
|
|
280
|
-
CANCELLED: "CANCELLED",
|
|
281
|
-
COMPLETE: "COMPLETE",
|
|
282
|
-
IDLE: "IDLE",
|
|
283
|
-
PAUSED: "PAUSED",
|
|
284
|
-
RUNNING: "RUNNING",
|
|
285
|
-
USER_PAUSED: "USER_PAUSED",
|
|
286
|
-
};
|
|
287
|
-
const JobType = {
|
|
288
|
-
ONE_TIME: "ONE_TIME",
|
|
289
|
-
SCHEDULED: "SCHEDULED",
|
|
290
|
-
};
|
|
291
|
-
const LastRunErrorStatusCode = {
|
|
292
|
-
ERROR: "ERROR",
|
|
293
|
-
NONE: "NONE",
|
|
294
|
-
};
|
|
295
|
-
const ListJobsFilterKey = {
|
|
296
|
-
createdAt: "createdAt",
|
|
297
|
-
jobStatus: "jobStatus",
|
|
298
|
-
jobType: "jobType",
|
|
299
|
-
name: "name",
|
|
300
|
-
};
|
|
301
|
-
const SearchResourcesComparator = {
|
|
302
|
-
EQ: "EQ",
|
|
303
|
-
NE: "NE",
|
|
304
|
-
};
|
|
305
|
-
const SearchResourcesSimpleCriterionKey = {
|
|
306
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
307
|
-
AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS",
|
|
308
|
-
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
309
|
-
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
310
|
-
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
311
|
-
};
|
|
312
|
-
const UnavailabilityReasonCode = {
|
|
313
|
-
ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION",
|
|
314
|
-
INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT",
|
|
315
|
-
INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE",
|
|
316
|
-
MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE",
|
|
317
|
-
MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION",
|
|
318
|
-
OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
319
|
-
OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE",
|
|
320
|
-
RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED",
|
|
321
|
-
ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE",
|
|
322
|
-
UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE",
|
|
323
|
-
UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE",
|
|
324
|
-
};
|
|
325
|
-
const ErrorCode = {
|
|
326
|
-
ClientError: "ClientError",
|
|
327
|
-
InternalError: "InternalError",
|
|
328
|
-
};
|
|
329
|
-
const Currency = {
|
|
330
|
-
USD: "USD",
|
|
331
|
-
};
|
|
332
|
-
const Unit = {
|
|
333
|
-
TERABYTES: "TERABYTES",
|
|
334
|
-
};
|
|
335
|
-
const UsageType = {
|
|
336
|
-
AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING",
|
|
337
|
-
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
338
|
-
DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION",
|
|
339
|
-
SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY",
|
|
340
|
-
};
|
|
341
|
-
const UsageStatisticsFilterComparator = {
|
|
342
|
-
CONTAINS: "CONTAINS",
|
|
343
|
-
EQ: "EQ",
|
|
344
|
-
GT: "GT",
|
|
345
|
-
GTE: "GTE",
|
|
346
|
-
LT: "LT",
|
|
347
|
-
LTE: "LTE",
|
|
348
|
-
NE: "NE",
|
|
349
|
-
};
|
|
350
|
-
const UsageStatisticsFilterKey = {
|
|
351
|
-
accountId: "accountId",
|
|
352
|
-
freeTrialStartDate: "freeTrialStartDate",
|
|
353
|
-
serviceLimit: "serviceLimit",
|
|
354
|
-
total: "total",
|
|
355
|
-
};
|
|
356
121
|
let AccessDeniedException$1 = class AccessDeniedException extends Macie2ServiceException$1 {
|
|
357
122
|
name = "AccessDeniedException";
|
|
358
123
|
$fault = "client";
|
|
@@ -437,125 +202,17 @@ let ValidationException$1 = class ValidationException extends Macie2ServiceExcep
|
|
|
437
202
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
438
203
|
}
|
|
439
204
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
ALL: "ALL",
|
|
452
|
-
NEW: "NEW",
|
|
453
|
-
NONE: "NONE",
|
|
454
|
-
};
|
|
455
|
-
const AutomatedDiscoveryStatus = {
|
|
456
|
-
DISABLED: "DISABLED",
|
|
457
|
-
ENABLED: "ENABLED",
|
|
458
|
-
};
|
|
459
|
-
const AvailabilityCode = {
|
|
460
|
-
AVAILABLE: "AVAILABLE",
|
|
461
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
462
|
-
};
|
|
463
|
-
const OrderBy = {
|
|
464
|
-
ASC: "ASC",
|
|
465
|
-
DESC: "DESC",
|
|
466
|
-
};
|
|
467
|
-
const ClassificationScopeUpdateOperation = {
|
|
468
|
-
ADD: "ADD",
|
|
469
|
-
REMOVE: "REMOVE",
|
|
470
|
-
REPLACE: "REPLACE",
|
|
471
|
-
};
|
|
472
|
-
const ManagedDataIdentifierSelector = {
|
|
473
|
-
ALL: "ALL",
|
|
474
|
-
EXCLUDE: "EXCLUDE",
|
|
475
|
-
INCLUDE: "INCLUDE",
|
|
476
|
-
NONE: "NONE",
|
|
477
|
-
RECOMMENDED: "RECOMMENDED",
|
|
478
|
-
};
|
|
479
|
-
const DayOfWeek = {
|
|
480
|
-
FRIDAY: "FRIDAY",
|
|
481
|
-
MONDAY: "MONDAY",
|
|
482
|
-
SATURDAY: "SATURDAY",
|
|
483
|
-
SUNDAY: "SUNDAY",
|
|
484
|
-
THURSDAY: "THURSDAY",
|
|
485
|
-
TUESDAY: "TUESDAY",
|
|
486
|
-
WEDNESDAY: "WEDNESDAY",
|
|
487
|
-
};
|
|
488
|
-
const DataIdentifierSeverity = {
|
|
489
|
-
HIGH: "HIGH",
|
|
490
|
-
LOW: "LOW",
|
|
491
|
-
MEDIUM: "MEDIUM",
|
|
492
|
-
};
|
|
493
|
-
const FindingPublishingFrequency = {
|
|
494
|
-
FIFTEEN_MINUTES: "FIFTEEN_MINUTES",
|
|
495
|
-
ONE_HOUR: "ONE_HOUR",
|
|
496
|
-
SIX_HOURS: "SIX_HOURS",
|
|
497
|
-
};
|
|
498
|
-
const MacieStatus = {
|
|
499
|
-
ENABLED: "ENABLED",
|
|
500
|
-
PAUSED: "PAUSED",
|
|
501
|
-
};
|
|
502
|
-
const FindingStatisticsSortAttributeName = {
|
|
503
|
-
count: "count",
|
|
504
|
-
groupKey: "groupKey",
|
|
505
|
-
};
|
|
506
|
-
const GroupBy = {
|
|
507
|
-
classificationDetails_jobId: "classificationDetails.jobId",
|
|
508
|
-
resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name",
|
|
509
|
-
severity_description: "severity.description",
|
|
510
|
-
type: "type",
|
|
511
|
-
};
|
|
512
|
-
const RevealStatus = {
|
|
513
|
-
DISABLED: "DISABLED",
|
|
514
|
-
ENABLED: "ENABLED",
|
|
515
|
-
};
|
|
516
|
-
const RetrievalMode = {
|
|
517
|
-
ASSUME_ROLE: "ASSUME_ROLE",
|
|
518
|
-
CALLER_CREDENTIALS: "CALLER_CREDENTIALS",
|
|
519
|
-
};
|
|
520
|
-
const RevealRequestStatus = {
|
|
521
|
-
ERROR: "ERROR",
|
|
522
|
-
PROCESSING: "PROCESSING",
|
|
523
|
-
SUCCESS: "SUCCESS",
|
|
524
|
-
};
|
|
525
|
-
let UnprocessableEntityException$1 = class UnprocessableEntityException extends Macie2ServiceException$1 {
|
|
526
|
-
name = "UnprocessableEntityException";
|
|
527
|
-
$fault = "client";
|
|
528
|
-
constructor(opts) {
|
|
529
|
-
super({
|
|
530
|
-
name: "UnprocessableEntityException",
|
|
531
|
-
$fault: "client",
|
|
532
|
-
...opts,
|
|
533
|
-
});
|
|
534
|
-
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
const UsageStatisticsSortKey = {
|
|
538
|
-
accountId: "accountId",
|
|
539
|
-
freeTrialStartDate: "freeTrialStartDate",
|
|
540
|
-
serviceLimitValue: "serviceLimitValue",
|
|
541
|
-
total: "total",
|
|
542
|
-
};
|
|
543
|
-
const TimeRange = {
|
|
544
|
-
MONTH_TO_DATE: "MONTH_TO_DATE",
|
|
545
|
-
PAST_30_DAYS: "PAST_30_DAYS",
|
|
546
|
-
};
|
|
547
|
-
|
|
548
|
-
const ListJobsSortAttributeName = {
|
|
549
|
-
createdAt: "createdAt",
|
|
550
|
-
jobStatus: "jobStatus",
|
|
551
|
-
jobType: "jobType",
|
|
552
|
-
name: "name",
|
|
553
|
-
};
|
|
554
|
-
const SearchResourcesSortAttributeName = {
|
|
555
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
556
|
-
RESOURCE_NAME: "RESOURCE_NAME",
|
|
557
|
-
S3_CLASSIFIABLE_OBJECT_COUNT: "S3_CLASSIFIABLE_OBJECT_COUNT",
|
|
558
|
-
S3_CLASSIFIABLE_SIZE_IN_BYTES: "S3_CLASSIFIABLE_SIZE_IN_BYTES",
|
|
205
|
+
let UnprocessableEntityException$1 = class UnprocessableEntityException extends Macie2ServiceException$1 {
|
|
206
|
+
name = "UnprocessableEntityException";
|
|
207
|
+
$fault = "client";
|
|
208
|
+
constructor(opts) {
|
|
209
|
+
super({
|
|
210
|
+
name: "UnprocessableEntityException",
|
|
211
|
+
$fault: "client",
|
|
212
|
+
...opts,
|
|
213
|
+
});
|
|
214
|
+
Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
|
|
215
|
+
}
|
|
559
216
|
};
|
|
560
217
|
|
|
561
218
|
const _AA = "AdminAccount";
|
|
@@ -10672,6 +10329,349 @@ const waitUntilFindingRevealed = async (params, input) => {
|
|
|
10672
10329
|
return utilWaiter.checkExceptions(result);
|
|
10673
10330
|
};
|
|
10674
10331
|
|
|
10332
|
+
const AdminStatus = {
|
|
10333
|
+
DISABLING_IN_PROGRESS: "DISABLING_IN_PROGRESS",
|
|
10334
|
+
ENABLED: "ENABLED",
|
|
10335
|
+
};
|
|
10336
|
+
const AutomatedDiscoveryAccountStatus = {
|
|
10337
|
+
DISABLED: "DISABLED",
|
|
10338
|
+
ENABLED: "ENABLED",
|
|
10339
|
+
};
|
|
10340
|
+
const AutomatedDiscoveryAccountUpdateErrorCode = {
|
|
10341
|
+
ACCOUNT_NOT_FOUND: "ACCOUNT_NOT_FOUND",
|
|
10342
|
+
ACCOUNT_PAUSED: "ACCOUNT_PAUSED",
|
|
10343
|
+
};
|
|
10344
|
+
const AllowsUnencryptedObjectUploads = {
|
|
10345
|
+
FALSE: "FALSE",
|
|
10346
|
+
TRUE: "TRUE",
|
|
10347
|
+
UNKNOWN: "UNKNOWN",
|
|
10348
|
+
};
|
|
10349
|
+
const AutomatedDiscoveryMonitoringStatus = {
|
|
10350
|
+
MONITORED: "MONITORED",
|
|
10351
|
+
NOT_MONITORED: "NOT_MONITORED",
|
|
10352
|
+
};
|
|
10353
|
+
const BucketMetadataErrorCode = {
|
|
10354
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
10355
|
+
BUCKET_COUNT_EXCEEDS_QUOTA: "BUCKET_COUNT_EXCEEDS_QUOTA",
|
|
10356
|
+
};
|
|
10357
|
+
const IsDefinedInJob = {
|
|
10358
|
+
FALSE: "FALSE",
|
|
10359
|
+
TRUE: "TRUE",
|
|
10360
|
+
UNKNOWN: "UNKNOWN",
|
|
10361
|
+
};
|
|
10362
|
+
const IsMonitoredByJob = {
|
|
10363
|
+
FALSE: "FALSE",
|
|
10364
|
+
TRUE: "TRUE",
|
|
10365
|
+
UNKNOWN: "UNKNOWN",
|
|
10366
|
+
};
|
|
10367
|
+
const EffectivePermission = {
|
|
10368
|
+
NOT_PUBLIC: "NOT_PUBLIC",
|
|
10369
|
+
PUBLIC: "PUBLIC",
|
|
10370
|
+
UNKNOWN: "UNKNOWN",
|
|
10371
|
+
};
|
|
10372
|
+
const Type = {
|
|
10373
|
+
AES256: "AES256",
|
|
10374
|
+
NONE: "NONE",
|
|
10375
|
+
aws_kms: "aws:kms",
|
|
10376
|
+
aws_kms_dsse: "aws:kms:dsse",
|
|
10377
|
+
};
|
|
10378
|
+
const SharedAccess = {
|
|
10379
|
+
EXTERNAL: "EXTERNAL",
|
|
10380
|
+
INTERNAL: "INTERNAL",
|
|
10381
|
+
NOT_SHARED: "NOT_SHARED",
|
|
10382
|
+
UNKNOWN: "UNKNOWN",
|
|
10383
|
+
};
|
|
10384
|
+
const JobComparator = {
|
|
10385
|
+
CONTAINS: "CONTAINS",
|
|
10386
|
+
EQ: "EQ",
|
|
10387
|
+
GT: "GT",
|
|
10388
|
+
GTE: "GTE",
|
|
10389
|
+
LT: "LT",
|
|
10390
|
+
LTE: "LTE",
|
|
10391
|
+
NE: "NE",
|
|
10392
|
+
STARTS_WITH: "STARTS_WITH",
|
|
10393
|
+
};
|
|
10394
|
+
const SimpleCriterionKeyForJob = {
|
|
10395
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
10396
|
+
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
10397
|
+
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
10398
|
+
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
10399
|
+
};
|
|
10400
|
+
const DataIdentifierType = {
|
|
10401
|
+
CUSTOM: "CUSTOM",
|
|
10402
|
+
MANAGED: "MANAGED",
|
|
10403
|
+
};
|
|
10404
|
+
const FindingCategory = {
|
|
10405
|
+
CLASSIFICATION: "CLASSIFICATION",
|
|
10406
|
+
POLICY: "POLICY",
|
|
10407
|
+
};
|
|
10408
|
+
const OriginType = {
|
|
10409
|
+
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
10410
|
+
SENSITIVE_DATA_DISCOVERY_JOB: "SENSITIVE_DATA_DISCOVERY_JOB",
|
|
10411
|
+
};
|
|
10412
|
+
const SensitiveDataItemCategory = {
|
|
10413
|
+
CREDENTIALS: "CREDENTIALS",
|
|
10414
|
+
CUSTOM_IDENTIFIER: "CUSTOM_IDENTIFIER",
|
|
10415
|
+
FINANCIAL_INFORMATION: "FINANCIAL_INFORMATION",
|
|
10416
|
+
PERSONAL_INFORMATION: "PERSONAL_INFORMATION",
|
|
10417
|
+
};
|
|
10418
|
+
const FindingActionType = {
|
|
10419
|
+
AWS_API_CALL: "AWS_API_CALL",
|
|
10420
|
+
};
|
|
10421
|
+
const UserIdentityType = {
|
|
10422
|
+
AWSAccount: "AWSAccount",
|
|
10423
|
+
AWSService: "AWSService",
|
|
10424
|
+
AssumedRole: "AssumedRole",
|
|
10425
|
+
FederatedUser: "FederatedUser",
|
|
10426
|
+
IAMUser: "IAMUser",
|
|
10427
|
+
Root: "Root",
|
|
10428
|
+
};
|
|
10429
|
+
const EncryptionType = {
|
|
10430
|
+
AES256: "AES256",
|
|
10431
|
+
NONE: "NONE",
|
|
10432
|
+
UNKNOWN: "UNKNOWN",
|
|
10433
|
+
aws_kms: "aws:kms",
|
|
10434
|
+
aws_kms_dsse: "aws:kms:dsse",
|
|
10435
|
+
};
|
|
10436
|
+
const StorageClass = {
|
|
10437
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
10438
|
+
GLACIER: "GLACIER",
|
|
10439
|
+
GLACIER_IR: "GLACIER_IR",
|
|
10440
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
10441
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
10442
|
+
OUTPOSTS: "OUTPOSTS",
|
|
10443
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
10444
|
+
STANDARD: "STANDARD",
|
|
10445
|
+
STANDARD_IA: "STANDARD_IA",
|
|
10446
|
+
};
|
|
10447
|
+
const SeverityDescription = {
|
|
10448
|
+
High: "High",
|
|
10449
|
+
Low: "Low",
|
|
10450
|
+
Medium: "Medium",
|
|
10451
|
+
};
|
|
10452
|
+
const FindingType = {
|
|
10453
|
+
Policy_IAMUser_S3BlockPublicAccessDisabled: "Policy:IAMUser/S3BlockPublicAccessDisabled",
|
|
10454
|
+
Policy_IAMUser_S3BucketEncryptionDisabled: "Policy:IAMUser/S3BucketEncryptionDisabled",
|
|
10455
|
+
Policy_IAMUser_S3BucketPublic: "Policy:IAMUser/S3BucketPublic",
|
|
10456
|
+
Policy_IAMUser_S3BucketReplicatedExternally: "Policy:IAMUser/S3BucketReplicatedExternally",
|
|
10457
|
+
Policy_IAMUser_S3BucketSharedExternally: "Policy:IAMUser/S3BucketSharedExternally",
|
|
10458
|
+
Policy_IAMUser_S3BucketSharedWithCloudFront: "Policy:IAMUser/S3BucketSharedWithCloudFront",
|
|
10459
|
+
SensitiveData_S3Object_Credentials: "SensitiveData:S3Object/Credentials",
|
|
10460
|
+
SensitiveData_S3Object_CustomIdentifier: "SensitiveData:S3Object/CustomIdentifier",
|
|
10461
|
+
SensitiveData_S3Object_Financial: "SensitiveData:S3Object/Financial",
|
|
10462
|
+
SensitiveData_S3Object_Multiple: "SensitiveData:S3Object/Multiple",
|
|
10463
|
+
SensitiveData_S3Object_Personal: "SensitiveData:S3Object/Personal",
|
|
10464
|
+
};
|
|
10465
|
+
const FindingsFilterAction = {
|
|
10466
|
+
ARCHIVE: "ARCHIVE",
|
|
10467
|
+
NOOP: "NOOP",
|
|
10468
|
+
};
|
|
10469
|
+
const RelationshipStatus = {
|
|
10470
|
+
AccountSuspended: "AccountSuspended",
|
|
10471
|
+
Created: "Created",
|
|
10472
|
+
EmailVerificationFailed: "EmailVerificationFailed",
|
|
10473
|
+
EmailVerificationInProgress: "EmailVerificationInProgress",
|
|
10474
|
+
Enabled: "Enabled",
|
|
10475
|
+
Invited: "Invited",
|
|
10476
|
+
Paused: "Paused",
|
|
10477
|
+
RegionDisabled: "RegionDisabled",
|
|
10478
|
+
Removed: "Removed",
|
|
10479
|
+
Resigned: "Resigned",
|
|
10480
|
+
};
|
|
10481
|
+
const ScopeFilterKey = {
|
|
10482
|
+
OBJECT_EXTENSION: "OBJECT_EXTENSION",
|
|
10483
|
+
OBJECT_KEY: "OBJECT_KEY",
|
|
10484
|
+
OBJECT_LAST_MODIFIED_DATE: "OBJECT_LAST_MODIFIED_DATE",
|
|
10485
|
+
OBJECT_SIZE: "OBJECT_SIZE",
|
|
10486
|
+
};
|
|
10487
|
+
const TagTarget = {
|
|
10488
|
+
S3_OBJECT: "S3_OBJECT",
|
|
10489
|
+
};
|
|
10490
|
+
const JobStatus = {
|
|
10491
|
+
CANCELLED: "CANCELLED",
|
|
10492
|
+
COMPLETE: "COMPLETE",
|
|
10493
|
+
IDLE: "IDLE",
|
|
10494
|
+
PAUSED: "PAUSED",
|
|
10495
|
+
RUNNING: "RUNNING",
|
|
10496
|
+
USER_PAUSED: "USER_PAUSED",
|
|
10497
|
+
};
|
|
10498
|
+
const JobType = {
|
|
10499
|
+
ONE_TIME: "ONE_TIME",
|
|
10500
|
+
SCHEDULED: "SCHEDULED",
|
|
10501
|
+
};
|
|
10502
|
+
const LastRunErrorStatusCode = {
|
|
10503
|
+
ERROR: "ERROR",
|
|
10504
|
+
NONE: "NONE",
|
|
10505
|
+
};
|
|
10506
|
+
const ListJobsFilterKey = {
|
|
10507
|
+
createdAt: "createdAt",
|
|
10508
|
+
jobStatus: "jobStatus",
|
|
10509
|
+
jobType: "jobType",
|
|
10510
|
+
name: "name",
|
|
10511
|
+
};
|
|
10512
|
+
const SearchResourcesComparator = {
|
|
10513
|
+
EQ: "EQ",
|
|
10514
|
+
NE: "NE",
|
|
10515
|
+
};
|
|
10516
|
+
const SearchResourcesSimpleCriterionKey = {
|
|
10517
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
10518
|
+
AUTOMATED_DISCOVERY_MONITORING_STATUS: "AUTOMATED_DISCOVERY_MONITORING_STATUS",
|
|
10519
|
+
S3_BUCKET_EFFECTIVE_PERMISSION: "S3_BUCKET_EFFECTIVE_PERMISSION",
|
|
10520
|
+
S3_BUCKET_NAME: "S3_BUCKET_NAME",
|
|
10521
|
+
S3_BUCKET_SHARED_ACCESS: "S3_BUCKET_SHARED_ACCESS",
|
|
10522
|
+
};
|
|
10523
|
+
const UnavailabilityReasonCode = {
|
|
10524
|
+
ACCOUNT_NOT_IN_ORGANIZATION: "ACCOUNT_NOT_IN_ORGANIZATION",
|
|
10525
|
+
INVALID_CLASSIFICATION_RESULT: "INVALID_CLASSIFICATION_RESULT",
|
|
10526
|
+
INVALID_RESULT_SIGNATURE: "INVALID_RESULT_SIGNATURE",
|
|
10527
|
+
MEMBER_ROLE_TOO_PERMISSIVE: "MEMBER_ROLE_TOO_PERMISSIVE",
|
|
10528
|
+
MISSING_GET_MEMBER_PERMISSION: "MISSING_GET_MEMBER_PERMISSION",
|
|
10529
|
+
OBJECT_EXCEEDS_SIZE_QUOTA: "OBJECT_EXCEEDS_SIZE_QUOTA",
|
|
10530
|
+
OBJECT_UNAVAILABLE: "OBJECT_UNAVAILABLE",
|
|
10531
|
+
RESULT_NOT_SIGNED: "RESULT_NOT_SIGNED",
|
|
10532
|
+
ROLE_TOO_PERMISSIVE: "ROLE_TOO_PERMISSIVE",
|
|
10533
|
+
UNSUPPORTED_FINDING_TYPE: "UNSUPPORTED_FINDING_TYPE",
|
|
10534
|
+
UNSUPPORTED_OBJECT_TYPE: "UNSUPPORTED_OBJECT_TYPE",
|
|
10535
|
+
};
|
|
10536
|
+
const ErrorCode = {
|
|
10537
|
+
ClientError: "ClientError",
|
|
10538
|
+
InternalError: "InternalError",
|
|
10539
|
+
};
|
|
10540
|
+
const Currency = {
|
|
10541
|
+
USD: "USD",
|
|
10542
|
+
};
|
|
10543
|
+
const Unit = {
|
|
10544
|
+
TERABYTES: "TERABYTES",
|
|
10545
|
+
};
|
|
10546
|
+
const UsageType = {
|
|
10547
|
+
AUTOMATED_OBJECT_MONITORING: "AUTOMATED_OBJECT_MONITORING",
|
|
10548
|
+
AUTOMATED_SENSITIVE_DATA_DISCOVERY: "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
|
|
10549
|
+
DATA_INVENTORY_EVALUATION: "DATA_INVENTORY_EVALUATION",
|
|
10550
|
+
SENSITIVE_DATA_DISCOVERY: "SENSITIVE_DATA_DISCOVERY",
|
|
10551
|
+
};
|
|
10552
|
+
const UsageStatisticsFilterComparator = {
|
|
10553
|
+
CONTAINS: "CONTAINS",
|
|
10554
|
+
EQ: "EQ",
|
|
10555
|
+
GT: "GT",
|
|
10556
|
+
GTE: "GTE",
|
|
10557
|
+
LT: "LT",
|
|
10558
|
+
LTE: "LTE",
|
|
10559
|
+
NE: "NE",
|
|
10560
|
+
};
|
|
10561
|
+
const UsageStatisticsFilterKey = {
|
|
10562
|
+
accountId: "accountId",
|
|
10563
|
+
freeTrialStartDate: "freeTrialStartDate",
|
|
10564
|
+
serviceLimit: "serviceLimit",
|
|
10565
|
+
total: "total",
|
|
10566
|
+
};
|
|
10567
|
+
const AllowListStatusCode = {
|
|
10568
|
+
OK: "OK",
|
|
10569
|
+
S3_OBJECT_ACCESS_DENIED: "S3_OBJECT_ACCESS_DENIED",
|
|
10570
|
+
S3_OBJECT_EMPTY: "S3_OBJECT_EMPTY",
|
|
10571
|
+
S3_OBJECT_NOT_FOUND: "S3_OBJECT_NOT_FOUND",
|
|
10572
|
+
S3_OBJECT_OVERSIZE: "S3_OBJECT_OVERSIZE",
|
|
10573
|
+
S3_THROTTLED: "S3_THROTTLED",
|
|
10574
|
+
S3_USER_ACCESS_DENIED: "S3_USER_ACCESS_DENIED",
|
|
10575
|
+
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
|
10576
|
+
};
|
|
10577
|
+
const AutoEnableMode = {
|
|
10578
|
+
ALL: "ALL",
|
|
10579
|
+
NEW: "NEW",
|
|
10580
|
+
NONE: "NONE",
|
|
10581
|
+
};
|
|
10582
|
+
const AutomatedDiscoveryStatus = {
|
|
10583
|
+
DISABLED: "DISABLED",
|
|
10584
|
+
ENABLED: "ENABLED",
|
|
10585
|
+
};
|
|
10586
|
+
const AvailabilityCode = {
|
|
10587
|
+
AVAILABLE: "AVAILABLE",
|
|
10588
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
10589
|
+
};
|
|
10590
|
+
const OrderBy = {
|
|
10591
|
+
ASC: "ASC",
|
|
10592
|
+
DESC: "DESC",
|
|
10593
|
+
};
|
|
10594
|
+
const ClassificationScopeUpdateOperation = {
|
|
10595
|
+
ADD: "ADD",
|
|
10596
|
+
REMOVE: "REMOVE",
|
|
10597
|
+
REPLACE: "REPLACE",
|
|
10598
|
+
};
|
|
10599
|
+
const ManagedDataIdentifierSelector = {
|
|
10600
|
+
ALL: "ALL",
|
|
10601
|
+
EXCLUDE: "EXCLUDE",
|
|
10602
|
+
INCLUDE: "INCLUDE",
|
|
10603
|
+
NONE: "NONE",
|
|
10604
|
+
RECOMMENDED: "RECOMMENDED",
|
|
10605
|
+
};
|
|
10606
|
+
const DayOfWeek = {
|
|
10607
|
+
FRIDAY: "FRIDAY",
|
|
10608
|
+
MONDAY: "MONDAY",
|
|
10609
|
+
SATURDAY: "SATURDAY",
|
|
10610
|
+
SUNDAY: "SUNDAY",
|
|
10611
|
+
THURSDAY: "THURSDAY",
|
|
10612
|
+
TUESDAY: "TUESDAY",
|
|
10613
|
+
WEDNESDAY: "WEDNESDAY",
|
|
10614
|
+
};
|
|
10615
|
+
const DataIdentifierSeverity = {
|
|
10616
|
+
HIGH: "HIGH",
|
|
10617
|
+
LOW: "LOW",
|
|
10618
|
+
MEDIUM: "MEDIUM",
|
|
10619
|
+
};
|
|
10620
|
+
const FindingPublishingFrequency = {
|
|
10621
|
+
FIFTEEN_MINUTES: "FIFTEEN_MINUTES",
|
|
10622
|
+
ONE_HOUR: "ONE_HOUR",
|
|
10623
|
+
SIX_HOURS: "SIX_HOURS",
|
|
10624
|
+
};
|
|
10625
|
+
const MacieStatus = {
|
|
10626
|
+
ENABLED: "ENABLED",
|
|
10627
|
+
PAUSED: "PAUSED",
|
|
10628
|
+
};
|
|
10629
|
+
const FindingStatisticsSortAttributeName = {
|
|
10630
|
+
count: "count",
|
|
10631
|
+
groupKey: "groupKey",
|
|
10632
|
+
};
|
|
10633
|
+
const GroupBy = {
|
|
10634
|
+
classificationDetails_jobId: "classificationDetails.jobId",
|
|
10635
|
+
resourcesAffected_s3Bucket_name: "resourcesAffected.s3Bucket.name",
|
|
10636
|
+
severity_description: "severity.description",
|
|
10637
|
+
type: "type",
|
|
10638
|
+
};
|
|
10639
|
+
const RevealStatus = {
|
|
10640
|
+
DISABLED: "DISABLED",
|
|
10641
|
+
ENABLED: "ENABLED",
|
|
10642
|
+
};
|
|
10643
|
+
const RetrievalMode = {
|
|
10644
|
+
ASSUME_ROLE: "ASSUME_ROLE",
|
|
10645
|
+
CALLER_CREDENTIALS: "CALLER_CREDENTIALS",
|
|
10646
|
+
};
|
|
10647
|
+
const RevealRequestStatus = {
|
|
10648
|
+
ERROR: "ERROR",
|
|
10649
|
+
PROCESSING: "PROCESSING",
|
|
10650
|
+
SUCCESS: "SUCCESS",
|
|
10651
|
+
};
|
|
10652
|
+
const UsageStatisticsSortKey = {
|
|
10653
|
+
accountId: "accountId",
|
|
10654
|
+
freeTrialStartDate: "freeTrialStartDate",
|
|
10655
|
+
serviceLimitValue: "serviceLimitValue",
|
|
10656
|
+
total: "total",
|
|
10657
|
+
};
|
|
10658
|
+
const TimeRange = {
|
|
10659
|
+
MONTH_TO_DATE: "MONTH_TO_DATE",
|
|
10660
|
+
PAST_30_DAYS: "PAST_30_DAYS",
|
|
10661
|
+
};
|
|
10662
|
+
const ListJobsSortAttributeName = {
|
|
10663
|
+
createdAt: "createdAt",
|
|
10664
|
+
jobStatus: "jobStatus",
|
|
10665
|
+
jobType: "jobType",
|
|
10666
|
+
name: "name",
|
|
10667
|
+
};
|
|
10668
|
+
const SearchResourcesSortAttributeName = {
|
|
10669
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
10670
|
+
RESOURCE_NAME: "RESOURCE_NAME",
|
|
10671
|
+
S3_CLASSIFIABLE_OBJECT_COUNT: "S3_CLASSIFIABLE_OBJECT_COUNT",
|
|
10672
|
+
S3_CLASSIFIABLE_SIZE_IN_BYTES: "S3_CLASSIFIABLE_SIZE_IN_BYTES",
|
|
10673
|
+
};
|
|
10674
|
+
|
|
10675
10675
|
Object.defineProperty(exports, "$Command", {
|
|
10676
10676
|
enumerable: true,
|
|
10677
10677
|
get: function () { return smithyClient.Command; }
|