@aws-sdk/client-guardduty 3.301.0 → 3.303.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/README.md +25 -10
- package/dist-cjs/GuardDuty.js +30 -0
- package/dist-cjs/commands/GetCoverageStatisticsCommand.js +45 -0
- package/dist-cjs/commands/ListCoverageCommand.js +45 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +205 -198
- package/dist-cjs/pagination/ListCoveragePaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +462 -3
- package/dist-es/GuardDuty.js +30 -0
- package/dist-es/commands/GetCoverageStatisticsCommand.js +41 -0
- package/dist-es/commands/ListCoverageCommand.js +41 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +204 -197
- package/dist-es/pagination/ListCoveragePaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +455 -0
- package/dist-types/GuardDuty.d.ts +75 -47
- package/dist-types/GuardDutyClient.d.ts +13 -12
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -2
- package/dist-types/commands/CreateDetectorCommand.d.ts +7 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -2
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +5 -4
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateMembersCommand.d.ts +5 -3
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +90 -0
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListCoverageCommand.d.ts +93 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +3 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +8 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +8 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -4
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1105 -691
- package/dist-types/models/models_1.d.ts +472 -0
- package/dist-types/pagination/ListCoveragePaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +34 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +396 -272
- package/dist-types/ts3.4/models/models_1.d.ts +133 -0
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +34 -34
|
@@ -61,15 +61,18 @@ export interface DataSourcesFreeTrial {
|
|
|
61
61
|
Kubernetes?: KubernetesDataSourceFreeTrial;
|
|
62
62
|
MalwareProtection?: MalwareProtectionDataSourceFreeTrial;
|
|
63
63
|
}
|
|
64
|
-
export declare
|
|
65
|
-
CLOUD_TRAIL
|
|
66
|
-
DNS_LOGS
|
|
67
|
-
EBS_MALWARE_PROTECTION
|
|
68
|
-
EKS_AUDIT_LOGS
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
64
|
+
export declare const FreeTrialFeatureResult: {
|
|
65
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
66
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
67
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
68
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
69
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
70
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
71
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
72
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
73
|
+
};
|
|
74
|
+
export type FreeTrialFeatureResult =
|
|
75
|
+
(typeof FreeTrialFeatureResult)[keyof typeof FreeTrialFeatureResult];
|
|
73
76
|
export interface FreeTrialFeatureConfigurationResult {
|
|
74
77
|
Name?: FreeTrialFeatureResult | string;
|
|
75
78
|
FreeTrialDaysRemaining?: number;
|
|
@@ -192,10 +195,15 @@ export interface Action {
|
|
|
192
195
|
KubernetesApiCallAction?: KubernetesApiCallAction;
|
|
193
196
|
RdsLoginAttemptAction?: RdsLoginAttemptAction;
|
|
194
197
|
}
|
|
195
|
-
export
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
export interface AddonDetails {
|
|
199
|
+
AddonVersion?: string;
|
|
200
|
+
AddonStatus?: string;
|
|
198
201
|
}
|
|
202
|
+
export declare const AdminStatus: {
|
|
203
|
+
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
204
|
+
readonly ENABLED: "ENABLED";
|
|
205
|
+
};
|
|
206
|
+
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
199
207
|
export interface AdminAccount {
|
|
200
208
|
AdminAccountId?: string;
|
|
201
209
|
AdminStatus?: AdminStatus | string;
|
|
@@ -211,11 +219,13 @@ export interface ArchiveFindingsRequest {
|
|
|
211
219
|
FindingIds: string[] | undefined;
|
|
212
220
|
}
|
|
213
221
|
export interface ArchiveFindingsResponse {}
|
|
214
|
-
export declare
|
|
215
|
-
ALL
|
|
216
|
-
NEW
|
|
217
|
-
NONE
|
|
218
|
-
}
|
|
222
|
+
export declare const AutoEnableMembers: {
|
|
223
|
+
readonly ALL: "ALL";
|
|
224
|
+
readonly NEW: "NEW";
|
|
225
|
+
readonly NONE: "NONE";
|
|
226
|
+
};
|
|
227
|
+
export type AutoEnableMembers =
|
|
228
|
+
(typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
|
|
219
229
|
export interface BucketPolicy {
|
|
220
230
|
AllowsPublicReadAccess?: boolean;
|
|
221
231
|
AllowsPublicWriteAccess?: boolean;
|
|
@@ -225,10 +235,12 @@ export interface BucketLevelPermissions {
|
|
|
225
235
|
BucketPolicy?: BucketPolicy;
|
|
226
236
|
BlockPublicAccess?: BlockPublicAccess;
|
|
227
237
|
}
|
|
228
|
-
export declare
|
|
229
|
-
DISABLED
|
|
230
|
-
ENABLED
|
|
231
|
-
}
|
|
238
|
+
export declare const DataSourceStatus: {
|
|
239
|
+
readonly DISABLED: "DISABLED";
|
|
240
|
+
readonly ENABLED: "ENABLED";
|
|
241
|
+
};
|
|
242
|
+
export type DataSourceStatus =
|
|
243
|
+
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
232
244
|
export interface CloudTrailConfigurationResult {
|
|
233
245
|
Status: DataSourceStatus | string | undefined;
|
|
234
246
|
}
|
|
@@ -262,6 +274,84 @@ export interface Container {
|
|
|
262
274
|
VolumeMounts?: VolumeMount[];
|
|
263
275
|
SecurityContext?: SecurityContext;
|
|
264
276
|
}
|
|
277
|
+
export declare const CoverageStatus: {
|
|
278
|
+
readonly HEALTHY: "HEALTHY";
|
|
279
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
280
|
+
};
|
|
281
|
+
export type CoverageStatus =
|
|
282
|
+
(typeof CoverageStatus)[keyof typeof CoverageStatus];
|
|
283
|
+
export declare const ResourceType: {
|
|
284
|
+
readonly EKS: "EKS";
|
|
285
|
+
};
|
|
286
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
287
|
+
export interface CoverageEksClusterDetails {
|
|
288
|
+
ClusterName?: string;
|
|
289
|
+
CoveredNodes?: number;
|
|
290
|
+
CompatibleNodes?: number;
|
|
291
|
+
AddonDetails?: AddonDetails;
|
|
292
|
+
}
|
|
293
|
+
export interface CoverageFilterCondition {
|
|
294
|
+
Equals?: string[];
|
|
295
|
+
NotEquals?: string[];
|
|
296
|
+
}
|
|
297
|
+
export declare const CoverageFilterCriterionKey: {
|
|
298
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
299
|
+
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
300
|
+
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
301
|
+
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
302
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
303
|
+
};
|
|
304
|
+
export type CoverageFilterCriterionKey =
|
|
305
|
+
(typeof CoverageFilterCriterionKey)[keyof typeof CoverageFilterCriterionKey];
|
|
306
|
+
export interface CoverageFilterCriterion {
|
|
307
|
+
CriterionKey?: CoverageFilterCriterionKey | string;
|
|
308
|
+
FilterCondition?: CoverageFilterCondition;
|
|
309
|
+
}
|
|
310
|
+
export interface CoverageFilterCriteria {
|
|
311
|
+
FilterCriterion?: CoverageFilterCriterion[];
|
|
312
|
+
}
|
|
313
|
+
export interface CoverageResourceDetails {
|
|
314
|
+
EksClusterDetails?: CoverageEksClusterDetails;
|
|
315
|
+
ResourceType?: ResourceType | string;
|
|
316
|
+
}
|
|
317
|
+
export interface CoverageResource {
|
|
318
|
+
ResourceId?: string;
|
|
319
|
+
DetectorId?: string;
|
|
320
|
+
AccountId?: string;
|
|
321
|
+
ResourceDetails?: CoverageResourceDetails;
|
|
322
|
+
CoverageStatus?: CoverageStatus | string;
|
|
323
|
+
Issue?: string;
|
|
324
|
+
UpdatedAt?: Date;
|
|
325
|
+
}
|
|
326
|
+
export declare const CoverageSortKey: {
|
|
327
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
328
|
+
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
329
|
+
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
330
|
+
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
331
|
+
readonly ISSUE: "ISSUE";
|
|
332
|
+
readonly UPDATED_AT: "UPDATED_AT";
|
|
333
|
+
};
|
|
334
|
+
export type CoverageSortKey =
|
|
335
|
+
(typeof CoverageSortKey)[keyof typeof CoverageSortKey];
|
|
336
|
+
export declare const OrderBy: {
|
|
337
|
+
readonly ASC: "ASC";
|
|
338
|
+
readonly DESC: "DESC";
|
|
339
|
+
};
|
|
340
|
+
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
341
|
+
export interface CoverageSortCriteria {
|
|
342
|
+
AttributeName?: CoverageSortKey | string;
|
|
343
|
+
OrderBy?: OrderBy | string;
|
|
344
|
+
}
|
|
345
|
+
export interface CoverageStatistics {
|
|
346
|
+
CountByResourceType?: Record<string, number>;
|
|
347
|
+
CountByCoverageStatus?: Record<string, number>;
|
|
348
|
+
}
|
|
349
|
+
export declare const CoverageStatisticsType: {
|
|
350
|
+
readonly COUNT_BY_COVERAGE_STATUS: "COUNT_BY_COVERAGE_STATUS";
|
|
351
|
+
readonly COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE";
|
|
352
|
+
};
|
|
353
|
+
export type CoverageStatisticsType =
|
|
354
|
+
(typeof CoverageStatisticsType)[keyof typeof CoverageStatisticsType];
|
|
265
355
|
export interface KubernetesAuditLogsConfiguration {
|
|
266
356
|
Enable: boolean | undefined;
|
|
267
357
|
}
|
|
@@ -282,25 +372,41 @@ export interface DataSourceConfigurations {
|
|
|
282
372
|
Kubernetes?: KubernetesConfiguration;
|
|
283
373
|
MalwareProtection?: MalwareProtectionConfiguration;
|
|
284
374
|
}
|
|
285
|
-
export declare
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
375
|
+
export declare const FeatureAdditionalConfiguration: {
|
|
376
|
+
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
377
|
+
};
|
|
378
|
+
export type FeatureAdditionalConfiguration =
|
|
379
|
+
(typeof FeatureAdditionalConfiguration)[keyof typeof FeatureAdditionalConfiguration];
|
|
380
|
+
export declare const FeatureStatus: {
|
|
381
|
+
readonly DISABLED: "DISABLED";
|
|
382
|
+
readonly ENABLED: "ENABLED";
|
|
383
|
+
};
|
|
384
|
+
export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
385
|
+
export interface DetectorAdditionalConfiguration {
|
|
386
|
+
Name?: FeatureAdditionalConfiguration | string;
|
|
387
|
+
Status?: FeatureStatus | string;
|
|
294
388
|
}
|
|
389
|
+
export declare const DetectorFeature: {
|
|
390
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
391
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
392
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
393
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
394
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
395
|
+
};
|
|
396
|
+
export type DetectorFeature =
|
|
397
|
+
(typeof DetectorFeature)[keyof typeof DetectorFeature];
|
|
295
398
|
export interface DetectorFeatureConfiguration {
|
|
296
399
|
Name?: DetectorFeature | string;
|
|
297
400
|
Status?: FeatureStatus | string;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
401
|
+
AdditionalConfiguration?: DetectorAdditionalConfiguration[];
|
|
402
|
+
}
|
|
403
|
+
export declare const FindingPublishingFrequency: {
|
|
404
|
+
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
405
|
+
readonly ONE_HOUR: "ONE_HOUR";
|
|
406
|
+
readonly SIX_HOURS: "SIX_HOURS";
|
|
407
|
+
};
|
|
408
|
+
export type FindingPublishingFrequency =
|
|
409
|
+
(typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
304
410
|
export interface CreateDetectorRequest {
|
|
305
411
|
Enable: boolean | undefined;
|
|
306
412
|
ClientToken?: string;
|
|
@@ -327,10 +433,11 @@ export interface CreateDetectorResponse {
|
|
|
327
433
|
DetectorId?: string;
|
|
328
434
|
UnprocessedDataSources?: UnprocessedDataSourcesResult;
|
|
329
435
|
}
|
|
330
|
-
export declare
|
|
331
|
-
ARCHIVE
|
|
332
|
-
NOOP
|
|
333
|
-
}
|
|
436
|
+
export declare const FilterAction: {
|
|
437
|
+
readonly ARCHIVE: "ARCHIVE";
|
|
438
|
+
readonly NOOP: "NOOP";
|
|
439
|
+
};
|
|
440
|
+
export type FilterAction = (typeof FilterAction)[keyof typeof FilterAction];
|
|
334
441
|
export interface FindingCriteria {
|
|
335
442
|
Criterion?: Record<string, Condition>;
|
|
336
443
|
}
|
|
@@ -347,14 +454,15 @@ export interface CreateFilterRequest {
|
|
|
347
454
|
export interface CreateFilterResponse {
|
|
348
455
|
Name: string | undefined;
|
|
349
456
|
}
|
|
350
|
-
export declare
|
|
351
|
-
ALIEN_VAULT
|
|
352
|
-
FIRE_EYE
|
|
353
|
-
OTX_CSV
|
|
354
|
-
PROOF_POINT
|
|
355
|
-
STIX
|
|
356
|
-
TXT
|
|
357
|
-
}
|
|
457
|
+
export declare const IpSetFormat: {
|
|
458
|
+
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
459
|
+
readonly FIRE_EYE: "FIRE_EYE";
|
|
460
|
+
readonly OTX_CSV: "OTX_CSV";
|
|
461
|
+
readonly PROOF_POINT: "PROOF_POINT";
|
|
462
|
+
readonly STIX: "STIX";
|
|
463
|
+
readonly TXT: "TXT";
|
|
464
|
+
};
|
|
465
|
+
export type IpSetFormat = (typeof IpSetFormat)[keyof typeof IpSetFormat];
|
|
358
466
|
export interface CreateIPSetRequest {
|
|
359
467
|
DetectorId: string | undefined;
|
|
360
468
|
Name: string | undefined;
|
|
@@ -382,9 +490,11 @@ export interface DestinationProperties {
|
|
|
382
490
|
DestinationArn?: string;
|
|
383
491
|
KmsKeyArn?: string;
|
|
384
492
|
}
|
|
385
|
-
export declare
|
|
386
|
-
S3
|
|
387
|
-
}
|
|
493
|
+
export declare const DestinationType: {
|
|
494
|
+
readonly S3: "S3";
|
|
495
|
+
};
|
|
496
|
+
export type DestinationType =
|
|
497
|
+
(typeof DestinationType)[keyof typeof DestinationType];
|
|
388
498
|
export interface CreatePublishingDestinationRequest {
|
|
389
499
|
DetectorId: string | undefined;
|
|
390
500
|
DestinationType: DestinationType | string | undefined;
|
|
@@ -399,14 +509,16 @@ export interface CreateSampleFindingsRequest {
|
|
|
399
509
|
FindingTypes?: string[];
|
|
400
510
|
}
|
|
401
511
|
export interface CreateSampleFindingsResponse {}
|
|
402
|
-
export declare
|
|
403
|
-
ALIEN_VAULT
|
|
404
|
-
FIRE_EYE
|
|
405
|
-
OTX_CSV
|
|
406
|
-
PROOF_POINT
|
|
407
|
-
STIX
|
|
408
|
-
TXT
|
|
409
|
-
}
|
|
512
|
+
export declare const ThreatIntelSetFormat: {
|
|
513
|
+
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
514
|
+
readonly FIRE_EYE: "FIRE_EYE";
|
|
515
|
+
readonly OTX_CSV: "OTX_CSV";
|
|
516
|
+
readonly PROOF_POINT: "PROOF_POINT";
|
|
517
|
+
readonly STIX: "STIX";
|
|
518
|
+
readonly TXT: "TXT";
|
|
519
|
+
};
|
|
520
|
+
export type ThreatIntelSetFormat =
|
|
521
|
+
(typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
|
|
410
522
|
export interface CreateThreatIntelSetRequest {
|
|
411
523
|
DetectorId: string | undefined;
|
|
412
524
|
Name: string | undefined;
|
|
@@ -419,22 +531,24 @@ export interface CreateThreatIntelSetRequest {
|
|
|
419
531
|
export interface CreateThreatIntelSetResponse {
|
|
420
532
|
ThreatIntelSetId: string | undefined;
|
|
421
533
|
}
|
|
422
|
-
export declare
|
|
423
|
-
ACCOUNT_ID
|
|
424
|
-
EC2_INSTANCE_ARN
|
|
425
|
-
GUARDDUTY_FINDING_ID
|
|
426
|
-
SCAN_ID
|
|
427
|
-
SCAN_START_TIME
|
|
428
|
-
SCAN_STATUS
|
|
429
|
-
}
|
|
430
|
-
export
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
534
|
+
export declare const CriterionKey: {
|
|
535
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
536
|
+
readonly EC2_INSTANCE_ARN: "EC2_INSTANCE_ARN";
|
|
537
|
+
readonly GUARDDUTY_FINDING_ID: "GUARDDUTY_FINDING_ID";
|
|
538
|
+
readonly SCAN_ID: "SCAN_ID";
|
|
539
|
+
readonly SCAN_START_TIME: "SCAN_START_TIME";
|
|
540
|
+
readonly SCAN_STATUS: "SCAN_STATUS";
|
|
541
|
+
};
|
|
542
|
+
export type CriterionKey = (typeof CriterionKey)[keyof typeof CriterionKey];
|
|
543
|
+
export declare const DataSource: {
|
|
544
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
545
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
546
|
+
readonly EC2_MALWARE_SCAN: "EC2_MALWARE_SCAN";
|
|
547
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
548
|
+
readonly KUBERNETES_AUDIT_LOGS: "KUBERNETES_AUDIT_LOGS";
|
|
549
|
+
readonly S3_LOGS: "S3_LOGS";
|
|
550
|
+
};
|
|
551
|
+
export type DataSource = (typeof DataSource)[keyof typeof DataSource];
|
|
438
552
|
export interface DNSLogsConfigurationResult {
|
|
439
553
|
Status: DataSourceStatus | string | undefined;
|
|
440
554
|
}
|
|
@@ -517,10 +631,6 @@ export interface FilterCriterion {
|
|
|
517
631
|
export interface FilterCriteria {
|
|
518
632
|
FilterCriterion?: FilterCriterion[];
|
|
519
633
|
}
|
|
520
|
-
export declare enum OrderBy {
|
|
521
|
-
ASC = "ASC",
|
|
522
|
-
DESC = "DESC",
|
|
523
|
-
}
|
|
524
634
|
export interface SortCriteria {
|
|
525
635
|
AttributeName?: string;
|
|
526
636
|
OrderBy?: OrderBy | string;
|
|
@@ -544,18 +654,20 @@ export interface VolumeDetail {
|
|
|
544
654
|
export interface ResourceDetails {
|
|
545
655
|
InstanceArn?: string;
|
|
546
656
|
}
|
|
547
|
-
export declare
|
|
548
|
-
CLEAN
|
|
549
|
-
INFECTED
|
|
550
|
-
}
|
|
657
|
+
export declare const ScanResult: {
|
|
658
|
+
readonly CLEAN: "CLEAN";
|
|
659
|
+
readonly INFECTED: "INFECTED";
|
|
660
|
+
};
|
|
661
|
+
export type ScanResult = (typeof ScanResult)[keyof typeof ScanResult];
|
|
551
662
|
export interface ScanResultDetails {
|
|
552
663
|
ScanResult?: ScanResult | string;
|
|
553
664
|
}
|
|
554
|
-
export declare
|
|
555
|
-
COMPLETED
|
|
556
|
-
FAILED
|
|
557
|
-
RUNNING
|
|
558
|
-
}
|
|
665
|
+
export declare const ScanStatus: {
|
|
666
|
+
readonly COMPLETED: "COMPLETED";
|
|
667
|
+
readonly FAILED: "FAILED";
|
|
668
|
+
readonly RUNNING: "RUNNING";
|
|
669
|
+
};
|
|
670
|
+
export type ScanStatus = (typeof ScanStatus)[keyof typeof ScanStatus];
|
|
559
671
|
export interface TriggerDetails {
|
|
560
672
|
GuardDutyFindingId?: string;
|
|
561
673
|
Description?: string;
|
|
@@ -608,19 +720,33 @@ export interface OrganizationDataSourceConfigurationsResult {
|
|
|
608
720
|
Kubernetes?: OrganizationKubernetesConfigurationResult;
|
|
609
721
|
MalwareProtection?: OrganizationMalwareProtectionConfigurationResult;
|
|
610
722
|
}
|
|
611
|
-
export declare
|
|
612
|
-
NEW
|
|
613
|
-
NONE
|
|
614
|
-
}
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
723
|
+
export declare const OrgFeatureStatus: {
|
|
724
|
+
readonly NEW: "NEW";
|
|
725
|
+
readonly NONE: "NONE";
|
|
726
|
+
};
|
|
727
|
+
export type OrgFeatureStatus =
|
|
728
|
+
(typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
|
|
729
|
+
export declare const OrgFeatureAdditionalConfiguration: {
|
|
730
|
+
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
731
|
+
};
|
|
732
|
+
export type OrgFeatureAdditionalConfiguration =
|
|
733
|
+
(typeof OrgFeatureAdditionalConfiguration)[keyof typeof OrgFeatureAdditionalConfiguration];
|
|
734
|
+
export interface OrganizationAdditionalConfigurationResult {
|
|
735
|
+
Name?: OrgFeatureAdditionalConfiguration | string;
|
|
736
|
+
AutoEnable?: OrgFeatureStatus | string;
|
|
620
737
|
}
|
|
738
|
+
export declare const OrgFeature: {
|
|
739
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
740
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
741
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
742
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
743
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
744
|
+
};
|
|
745
|
+
export type OrgFeature = (typeof OrgFeature)[keyof typeof OrgFeature];
|
|
621
746
|
export interface OrganizationFeatureConfigurationResult {
|
|
622
747
|
Name?: OrgFeature | string;
|
|
623
748
|
AutoEnable?: OrgFeatureStatus | string;
|
|
749
|
+
AdditionalConfiguration?: OrganizationAdditionalConfigurationResult[];
|
|
624
750
|
}
|
|
625
751
|
export interface DescribeOrganizationConfigurationResponse {
|
|
626
752
|
AutoEnable?: boolean;
|
|
@@ -634,12 +760,14 @@ export interface DescribePublishingDestinationRequest {
|
|
|
634
760
|
DetectorId: string | undefined;
|
|
635
761
|
DestinationId: string | undefined;
|
|
636
762
|
}
|
|
637
|
-
export declare
|
|
638
|
-
PENDING_VERIFICATION
|
|
639
|
-
PUBLISHING
|
|
640
|
-
STOPPED
|
|
641
|
-
UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY
|
|
642
|
-
}
|
|
763
|
+
export declare const PublishingStatus: {
|
|
764
|
+
readonly PENDING_VERIFICATION: "PENDING_VERIFICATION";
|
|
765
|
+
readonly PUBLISHING: "PUBLISHING";
|
|
766
|
+
readonly STOPPED: "STOPPED";
|
|
767
|
+
readonly UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
|
|
768
|
+
};
|
|
769
|
+
export type PublishingStatus =
|
|
770
|
+
(typeof PublishingStatus)[keyof typeof PublishingStatus];
|
|
643
771
|
export interface DescribePublishingDestinationResponse {
|
|
644
772
|
DestinationId: string | undefined;
|
|
645
773
|
DestinationType: DestinationType | string | undefined;
|
|
@@ -652,24 +780,35 @@ export interface Destination {
|
|
|
652
780
|
DestinationType: DestinationType | string | undefined;
|
|
653
781
|
Status: PublishingStatus | string | undefined;
|
|
654
782
|
}
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
EKS_AUDIT_LOGS = "EKS_AUDIT_LOGS",
|
|
660
|
-
FLOW_LOGS = "FLOW_LOGS",
|
|
661
|
-
RDS_LOGIN_EVENTS = "RDS_LOGIN_EVENTS",
|
|
662
|
-
S3_DATA_EVENTS = "S3_DATA_EVENTS",
|
|
783
|
+
export interface DetectorAdditionalConfigurationResult {
|
|
784
|
+
Name?: FeatureAdditionalConfiguration | string;
|
|
785
|
+
Status?: FeatureStatus | string;
|
|
786
|
+
UpdatedAt?: Date;
|
|
663
787
|
}
|
|
788
|
+
export declare const DetectorFeatureResult: {
|
|
789
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
790
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
791
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
792
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
793
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
794
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
795
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
796
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
797
|
+
};
|
|
798
|
+
export type DetectorFeatureResult =
|
|
799
|
+
(typeof DetectorFeatureResult)[keyof typeof DetectorFeatureResult];
|
|
664
800
|
export interface DetectorFeatureConfigurationResult {
|
|
665
801
|
Name?: DetectorFeatureResult | string;
|
|
666
802
|
Status?: FeatureStatus | string;
|
|
667
803
|
UpdatedAt?: Date;
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
804
|
+
AdditionalConfiguration?: DetectorAdditionalConfigurationResult[];
|
|
805
|
+
}
|
|
806
|
+
export declare const DetectorStatus: {
|
|
807
|
+
readonly DISABLED: "DISABLED";
|
|
808
|
+
readonly ENABLED: "ENABLED";
|
|
809
|
+
};
|
|
810
|
+
export type DetectorStatus =
|
|
811
|
+
(typeof DetectorStatus)[keyof typeof DetectorStatus];
|
|
673
812
|
export interface DisableOrganizationAdminAccountRequest {
|
|
674
813
|
AdminAccountId: string | undefined;
|
|
675
814
|
}
|
|
@@ -689,10 +828,12 @@ export interface DisassociateMembersRequest {
|
|
|
689
828
|
export interface DisassociateMembersResponse {
|
|
690
829
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
691
830
|
}
|
|
692
|
-
export declare
|
|
693
|
-
NO_RETENTION
|
|
694
|
-
RETENTION_WITH_FINDING
|
|
695
|
-
}
|
|
831
|
+
export declare const EbsSnapshotPreservation: {
|
|
832
|
+
readonly NO_RETENTION: "NO_RETENTION";
|
|
833
|
+
readonly RETENTION_WITH_FINDING: "RETENTION_WITH_FINDING";
|
|
834
|
+
};
|
|
835
|
+
export type EbsSnapshotPreservation =
|
|
836
|
+
(typeof EbsSnapshotPreservation)[keyof typeof EbsSnapshotPreservation];
|
|
696
837
|
export interface EbsVolumeDetails {
|
|
697
838
|
ScannedVolumeDetails?: VolumeDetail[];
|
|
698
839
|
SkippedVolumeDetails?: VolumeDetail[];
|
|
@@ -794,10 +935,11 @@ export interface ThreatIntelligenceDetail {
|
|
|
794
935
|
export interface Evidence {
|
|
795
936
|
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[];
|
|
796
937
|
}
|
|
797
|
-
export declare
|
|
798
|
-
NOT_USEFUL
|
|
799
|
-
USEFUL
|
|
800
|
-
}
|
|
938
|
+
export declare const Feedback: {
|
|
939
|
+
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
940
|
+
readonly USEFUL: "USEFUL";
|
|
941
|
+
};
|
|
942
|
+
export type Feedback = (typeof Feedback)[keyof typeof Feedback];
|
|
801
943
|
export interface IamInstanceProfile {
|
|
802
944
|
Arn?: string;
|
|
803
945
|
Id?: string;
|
|
@@ -912,6 +1054,58 @@ export interface ServiceAdditionalInfo {
|
|
|
912
1054
|
Value?: string;
|
|
913
1055
|
Type?: string;
|
|
914
1056
|
}
|
|
1057
|
+
export interface LineageObject {
|
|
1058
|
+
StartTime?: Date;
|
|
1059
|
+
NamespacePid?: number;
|
|
1060
|
+
UserId?: number;
|
|
1061
|
+
Name?: string;
|
|
1062
|
+
Pid?: number;
|
|
1063
|
+
Uuid?: string;
|
|
1064
|
+
ExecutablePath?: string;
|
|
1065
|
+
Euid?: number;
|
|
1066
|
+
ParentUuid?: string;
|
|
1067
|
+
}
|
|
1068
|
+
export interface ProcessDetails {
|
|
1069
|
+
Name?: string;
|
|
1070
|
+
ExecutablePath?: string;
|
|
1071
|
+
ExecutableSha256?: string;
|
|
1072
|
+
NamespacePid?: number;
|
|
1073
|
+
Pwd?: string;
|
|
1074
|
+
Pid?: number;
|
|
1075
|
+
StartTime?: Date;
|
|
1076
|
+
Uuid?: string;
|
|
1077
|
+
ParentUuid?: string;
|
|
1078
|
+
User?: string;
|
|
1079
|
+
UserId?: number;
|
|
1080
|
+
Euid?: number;
|
|
1081
|
+
Lineage?: LineageObject[];
|
|
1082
|
+
}
|
|
1083
|
+
export interface RuntimeContext {
|
|
1084
|
+
ModifyingProcess?: ProcessDetails;
|
|
1085
|
+
ModifiedAt?: Date;
|
|
1086
|
+
ScriptPath?: string;
|
|
1087
|
+
LibraryPath?: string;
|
|
1088
|
+
LdPreloadValue?: string;
|
|
1089
|
+
SocketPath?: string;
|
|
1090
|
+
RuncBinaryPath?: string;
|
|
1091
|
+
ReleaseAgentPath?: string;
|
|
1092
|
+
MountSource?: string;
|
|
1093
|
+
MountTarget?: string;
|
|
1094
|
+
FileSystemType?: string;
|
|
1095
|
+
Flags?: string[];
|
|
1096
|
+
ModuleName?: string;
|
|
1097
|
+
ModuleFilePath?: string;
|
|
1098
|
+
ModuleSha256?: string;
|
|
1099
|
+
ShellHistoryFilePath?: string;
|
|
1100
|
+
TargetProcess?: ProcessDetails;
|
|
1101
|
+
AddressFamily?: string;
|
|
1102
|
+
IanaProtocolNumber?: number;
|
|
1103
|
+
MemoryRegions?: string[];
|
|
1104
|
+
}
|
|
1105
|
+
export interface RuntimeDetails {
|
|
1106
|
+
Process?: ProcessDetails;
|
|
1107
|
+
Context?: RuntimeContext;
|
|
1108
|
+
}
|
|
915
1109
|
export interface Service {
|
|
916
1110
|
Action?: Action;
|
|
917
1111
|
Evidence?: Evidence;
|
|
@@ -926,6 +1120,7 @@ export interface Service {
|
|
|
926
1120
|
AdditionalInfo?: ServiceAdditionalInfo;
|
|
927
1121
|
FeatureName?: string;
|
|
928
1122
|
EbsVolumeScanDetails?: EbsVolumeScanDetails;
|
|
1123
|
+
RuntimeDetails?: RuntimeDetails;
|
|
929
1124
|
}
|
|
930
1125
|
export interface Finding {
|
|
931
1126
|
AccountId: string | undefined;
|
|
@@ -947,15 +1142,25 @@ export interface Finding {
|
|
|
947
1142
|
export interface FindingStatistics {
|
|
948
1143
|
CountBySeverity?: Record<string, number>;
|
|
949
1144
|
}
|
|
950
|
-
export declare
|
|
951
|
-
COUNT_BY_SEVERITY
|
|
952
|
-
}
|
|
1145
|
+
export declare const FindingStatisticType: {
|
|
1146
|
+
readonly COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY";
|
|
1147
|
+
};
|
|
1148
|
+
export type FindingStatisticType =
|
|
1149
|
+
(typeof FindingStatisticType)[keyof typeof FindingStatisticType];
|
|
953
1150
|
export interface GetAdministratorAccountRequest {
|
|
954
1151
|
DetectorId: string | undefined;
|
|
955
1152
|
}
|
|
956
1153
|
export interface GetAdministratorAccountResponse {
|
|
957
1154
|
Administrator: Administrator | undefined;
|
|
958
1155
|
}
|
|
1156
|
+
export interface GetCoverageStatisticsRequest {
|
|
1157
|
+
DetectorId: string | undefined;
|
|
1158
|
+
FilterCriteria?: CoverageFilterCriteria;
|
|
1159
|
+
StatisticsType: (CoverageStatisticsType | string)[] | undefined;
|
|
1160
|
+
}
|
|
1161
|
+
export interface GetCoverageStatisticsResponse {
|
|
1162
|
+
CoverageStatistics?: CoverageStatistics;
|
|
1163
|
+
}
|
|
959
1164
|
export interface GetDetectorRequest {
|
|
960
1165
|
DetectorId: string | undefined;
|
|
961
1166
|
}
|
|
@@ -1005,15 +1210,16 @@ export interface GetIPSetRequest {
|
|
|
1005
1210
|
DetectorId: string | undefined;
|
|
1006
1211
|
IpSetId: string | undefined;
|
|
1007
1212
|
}
|
|
1008
|
-
export declare
|
|
1009
|
-
ACTIVATING
|
|
1010
|
-
ACTIVE
|
|
1011
|
-
DEACTIVATING
|
|
1012
|
-
DELETED
|
|
1013
|
-
DELETE_PENDING
|
|
1014
|
-
ERROR
|
|
1015
|
-
INACTIVE
|
|
1016
|
-
}
|
|
1213
|
+
export declare const IpSetStatus: {
|
|
1214
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
1215
|
+
readonly ACTIVE: "ACTIVE";
|
|
1216
|
+
readonly DEACTIVATING: "DEACTIVATING";
|
|
1217
|
+
readonly DELETED: "DELETED";
|
|
1218
|
+
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
1219
|
+
readonly ERROR: "ERROR";
|
|
1220
|
+
readonly INACTIVE: "INACTIVE";
|
|
1221
|
+
};
|
|
1222
|
+
export type IpSetStatus = (typeof IpSetStatus)[keyof typeof IpSetStatus];
|
|
1017
1223
|
export interface GetIPSetResponse {
|
|
1018
1224
|
Name: string | undefined;
|
|
1019
1225
|
Format: IpSetFormat | string | undefined;
|
|
@@ -1024,9 +1230,11 @@ export interface GetIPSetResponse {
|
|
|
1024
1230
|
export interface GetMalwareScanSettingsRequest {
|
|
1025
1231
|
DetectorId: string | undefined;
|
|
1026
1232
|
}
|
|
1027
|
-
export declare
|
|
1028
|
-
EC2_INSTANCE_TAG
|
|
1029
|
-
}
|
|
1233
|
+
export declare const ScanCriterionKey: {
|
|
1234
|
+
readonly EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG";
|
|
1235
|
+
};
|
|
1236
|
+
export type ScanCriterionKey =
|
|
1237
|
+
(typeof ScanCriterionKey)[keyof typeof ScanCriterionKey];
|
|
1030
1238
|
export interface ScanConditionPair {
|
|
1031
1239
|
Key: string | undefined;
|
|
1032
1240
|
Value?: string;
|
|
@@ -1058,10 +1266,16 @@ export interface GetMemberDetectorsRequest {
|
|
|
1058
1266
|
DetectorId: string | undefined;
|
|
1059
1267
|
AccountIds: string[] | undefined;
|
|
1060
1268
|
}
|
|
1269
|
+
export interface MemberAdditionalConfigurationResult {
|
|
1270
|
+
Name?: OrgFeatureAdditionalConfiguration | string;
|
|
1271
|
+
Status?: FeatureStatus | string;
|
|
1272
|
+
UpdatedAt?: Date;
|
|
1273
|
+
}
|
|
1061
1274
|
export interface MemberFeaturesConfigurationResult {
|
|
1062
1275
|
Name?: OrgFeature | string;
|
|
1063
1276
|
Status?: FeatureStatus | string;
|
|
1064
1277
|
UpdatedAt?: Date;
|
|
1278
|
+
AdditionalConfiguration?: MemberAdditionalConfigurationResult[];
|
|
1065
1279
|
}
|
|
1066
1280
|
export interface MemberDataSourceConfiguration {
|
|
1067
1281
|
AccountId: string | undefined;
|
|
@@ -1102,15 +1316,17 @@ export interface GetThreatIntelSetRequest {
|
|
|
1102
1316
|
DetectorId: string | undefined;
|
|
1103
1317
|
ThreatIntelSetId: string | undefined;
|
|
1104
1318
|
}
|
|
1105
|
-
export declare
|
|
1106
|
-
ACTIVATING
|
|
1107
|
-
ACTIVE
|
|
1108
|
-
DEACTIVATING
|
|
1109
|
-
DELETED
|
|
1110
|
-
DELETE_PENDING
|
|
1111
|
-
ERROR
|
|
1112
|
-
INACTIVE
|
|
1113
|
-
}
|
|
1319
|
+
export declare const ThreatIntelSetStatus: {
|
|
1320
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
1321
|
+
readonly ACTIVE: "ACTIVE";
|
|
1322
|
+
readonly DEACTIVATING: "DEACTIVATING";
|
|
1323
|
+
readonly DELETED: "DELETED";
|
|
1324
|
+
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
1325
|
+
readonly ERROR: "ERROR";
|
|
1326
|
+
readonly INACTIVE: "INACTIVE";
|
|
1327
|
+
};
|
|
1328
|
+
export type ThreatIntelSetStatus =
|
|
1329
|
+
(typeof ThreatIntelSetStatus)[keyof typeof ThreatIntelSetStatus];
|
|
1114
1330
|
export interface GetThreatIntelSetResponse {
|
|
1115
1331
|
Name: string | undefined;
|
|
1116
1332
|
Format: ThreatIntelSetFormat | string | undefined;
|
|
@@ -1118,30 +1334,33 @@ export interface GetThreatIntelSetResponse {
|
|
|
1118
1334
|
Status: ThreatIntelSetStatus | string | undefined;
|
|
1119
1335
|
Tags?: Record<string, string>;
|
|
1120
1336
|
}
|
|
1121
|
-
export declare
|
|
1122
|
-
CLOUD_TRAIL
|
|
1123
|
-
DNS_LOGS
|
|
1124
|
-
EBS_MALWARE_PROTECTION
|
|
1125
|
-
EKS_AUDIT_LOGS
|
|
1126
|
-
EKS_RUNTIME_MONITORING
|
|
1127
|
-
FLOW_LOGS
|
|
1128
|
-
LAMBDA_NETWORK_LOGS
|
|
1129
|
-
RDS_LOGIN_EVENTS
|
|
1130
|
-
S3_DATA_EVENTS
|
|
1131
|
-
}
|
|
1337
|
+
export declare const UsageFeature: {
|
|
1338
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
1339
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
1340
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
1341
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
1342
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
1343
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
1344
|
+
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
1345
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
1346
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
1347
|
+
};
|
|
1348
|
+
export type UsageFeature = (typeof UsageFeature)[keyof typeof UsageFeature];
|
|
1132
1349
|
export interface UsageCriteria {
|
|
1133
1350
|
AccountIds?: string[];
|
|
1134
1351
|
DataSources?: (DataSource | string)[];
|
|
1135
1352
|
Resources?: string[];
|
|
1136
1353
|
Features?: (UsageFeature | string)[];
|
|
1137
1354
|
}
|
|
1138
|
-
export declare
|
|
1139
|
-
SUM_BY_ACCOUNT
|
|
1140
|
-
SUM_BY_DATA_SOURCE
|
|
1141
|
-
SUM_BY_FEATURES
|
|
1142
|
-
SUM_BY_RESOURCE
|
|
1143
|
-
TOP_RESOURCES
|
|
1144
|
-
}
|
|
1355
|
+
export declare const UsageStatisticType: {
|
|
1356
|
+
readonly SUM_BY_ACCOUNT: "SUM_BY_ACCOUNT";
|
|
1357
|
+
readonly SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE";
|
|
1358
|
+
readonly SUM_BY_FEATURES: "SUM_BY_FEATURES";
|
|
1359
|
+
readonly SUM_BY_RESOURCE: "SUM_BY_RESOURCE";
|
|
1360
|
+
readonly TOP_RESOURCES: "TOP_RESOURCES";
|
|
1361
|
+
};
|
|
1362
|
+
export type UsageStatisticType =
|
|
1363
|
+
(typeof UsageStatisticType)[keyof typeof UsageStatisticType];
|
|
1145
1364
|
export interface GetUsageStatisticsRequest {
|
|
1146
1365
|
DetectorId: string | undefined;
|
|
1147
1366
|
UsageStatisticType: UsageStatisticType | string | undefined;
|
|
@@ -1190,6 +1409,17 @@ export interface InviteMembersRequest {
|
|
|
1190
1409
|
export interface InviteMembersResponse {
|
|
1191
1410
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1192
1411
|
}
|
|
1412
|
+
export interface ListCoverageRequest {
|
|
1413
|
+
DetectorId: string | undefined;
|
|
1414
|
+
NextToken?: string;
|
|
1415
|
+
MaxResults?: number;
|
|
1416
|
+
FilterCriteria?: CoverageFilterCriteria;
|
|
1417
|
+
SortCriteria?: CoverageSortCriteria;
|
|
1418
|
+
}
|
|
1419
|
+
export interface ListCoverageResponse {
|
|
1420
|
+
Resources: CoverageResource[] | undefined;
|
|
1421
|
+
NextToken?: string;
|
|
1422
|
+
}
|
|
1193
1423
|
export interface ListDetectorsRequest {
|
|
1194
1424
|
MaxResults?: number;
|
|
1195
1425
|
NextToken?: string;
|
|
@@ -1307,109 +1537,3 @@ export interface UnarchiveFindingsRequest {
|
|
|
1307
1537
|
FindingIds: string[] | undefined;
|
|
1308
1538
|
}
|
|
1309
1539
|
export interface UnarchiveFindingsResponse {}
|
|
1310
|
-
export interface UntagResourceRequest {
|
|
1311
|
-
ResourceArn: string | undefined;
|
|
1312
|
-
TagKeys: string[] | undefined;
|
|
1313
|
-
}
|
|
1314
|
-
export interface UntagResourceResponse {}
|
|
1315
|
-
export interface UpdateDetectorRequest {
|
|
1316
|
-
DetectorId: string | undefined;
|
|
1317
|
-
Enable?: boolean;
|
|
1318
|
-
FindingPublishingFrequency?: FindingPublishingFrequency | string;
|
|
1319
|
-
DataSources?: DataSourceConfigurations;
|
|
1320
|
-
Features?: DetectorFeatureConfiguration[];
|
|
1321
|
-
}
|
|
1322
|
-
export interface UpdateDetectorResponse {}
|
|
1323
|
-
export interface UpdateFilterRequest {
|
|
1324
|
-
DetectorId: string | undefined;
|
|
1325
|
-
FilterName: string | undefined;
|
|
1326
|
-
Description?: string;
|
|
1327
|
-
Action?: FilterAction | string;
|
|
1328
|
-
Rank?: number;
|
|
1329
|
-
FindingCriteria?: FindingCriteria;
|
|
1330
|
-
}
|
|
1331
|
-
export interface UpdateFilterResponse {
|
|
1332
|
-
Name: string | undefined;
|
|
1333
|
-
}
|
|
1334
|
-
export interface UpdateFindingsFeedbackRequest {
|
|
1335
|
-
DetectorId: string | undefined;
|
|
1336
|
-
FindingIds: string[] | undefined;
|
|
1337
|
-
Feedback: Feedback | string | undefined;
|
|
1338
|
-
Comments?: string;
|
|
1339
|
-
}
|
|
1340
|
-
export interface UpdateFindingsFeedbackResponse {}
|
|
1341
|
-
export interface UpdateIPSetRequest {
|
|
1342
|
-
DetectorId: string | undefined;
|
|
1343
|
-
IpSetId: string | undefined;
|
|
1344
|
-
Name?: string;
|
|
1345
|
-
Location?: string;
|
|
1346
|
-
Activate?: boolean;
|
|
1347
|
-
}
|
|
1348
|
-
export interface UpdateIPSetResponse {}
|
|
1349
|
-
export interface UpdateMalwareScanSettingsRequest {
|
|
1350
|
-
DetectorId: string | undefined;
|
|
1351
|
-
ScanResourceCriteria?: ScanResourceCriteria;
|
|
1352
|
-
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
1353
|
-
}
|
|
1354
|
-
export interface UpdateMalwareScanSettingsResponse {}
|
|
1355
|
-
export interface MemberFeaturesConfiguration {
|
|
1356
|
-
Name?: OrgFeature | string;
|
|
1357
|
-
Status?: FeatureStatus | string;
|
|
1358
|
-
}
|
|
1359
|
-
export interface UpdateMemberDetectorsRequest {
|
|
1360
|
-
DetectorId: string | undefined;
|
|
1361
|
-
AccountIds: string[] | undefined;
|
|
1362
|
-
DataSources?: DataSourceConfigurations;
|
|
1363
|
-
Features?: MemberFeaturesConfiguration[];
|
|
1364
|
-
}
|
|
1365
|
-
export interface UpdateMemberDetectorsResponse {
|
|
1366
|
-
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1367
|
-
}
|
|
1368
|
-
export interface OrganizationKubernetesAuditLogsConfiguration {
|
|
1369
|
-
AutoEnable: boolean | undefined;
|
|
1370
|
-
}
|
|
1371
|
-
export interface OrganizationKubernetesConfiguration {
|
|
1372
|
-
AuditLogs: OrganizationKubernetesAuditLogsConfiguration | undefined;
|
|
1373
|
-
}
|
|
1374
|
-
export interface OrganizationEbsVolumes {
|
|
1375
|
-
AutoEnable?: boolean;
|
|
1376
|
-
}
|
|
1377
|
-
export interface OrganizationScanEc2InstanceWithFindings {
|
|
1378
|
-
EbsVolumes?: OrganizationEbsVolumes;
|
|
1379
|
-
}
|
|
1380
|
-
export interface OrganizationMalwareProtectionConfiguration {
|
|
1381
|
-
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
|
|
1382
|
-
}
|
|
1383
|
-
export interface OrganizationS3LogsConfiguration {
|
|
1384
|
-
AutoEnable: boolean | undefined;
|
|
1385
|
-
}
|
|
1386
|
-
export interface OrganizationDataSourceConfigurations {
|
|
1387
|
-
S3Logs?: OrganizationS3LogsConfiguration;
|
|
1388
|
-
Kubernetes?: OrganizationKubernetesConfiguration;
|
|
1389
|
-
MalwareProtection?: OrganizationMalwareProtectionConfiguration;
|
|
1390
|
-
}
|
|
1391
|
-
export interface OrganizationFeatureConfiguration {
|
|
1392
|
-
Name?: OrgFeature | string;
|
|
1393
|
-
AutoEnable?: OrgFeatureStatus | string;
|
|
1394
|
-
}
|
|
1395
|
-
export interface UpdateOrganizationConfigurationRequest {
|
|
1396
|
-
DetectorId: string | undefined;
|
|
1397
|
-
AutoEnable?: boolean;
|
|
1398
|
-
DataSources?: OrganizationDataSourceConfigurations;
|
|
1399
|
-
Features?: OrganizationFeatureConfiguration[];
|
|
1400
|
-
AutoEnableOrganizationMembers?: AutoEnableMembers | string;
|
|
1401
|
-
}
|
|
1402
|
-
export interface UpdateOrganizationConfigurationResponse {}
|
|
1403
|
-
export interface UpdatePublishingDestinationRequest {
|
|
1404
|
-
DetectorId: string | undefined;
|
|
1405
|
-
DestinationId: string | undefined;
|
|
1406
|
-
DestinationProperties?: DestinationProperties;
|
|
1407
|
-
}
|
|
1408
|
-
export interface UpdatePublishingDestinationResponse {}
|
|
1409
|
-
export interface UpdateThreatIntelSetRequest {
|
|
1410
|
-
DetectorId: string | undefined;
|
|
1411
|
-
ThreatIntelSetId: string | undefined;
|
|
1412
|
-
Name?: string;
|
|
1413
|
-
Location?: string;
|
|
1414
|
-
Activate?: boolean;
|
|
1415
|
-
}
|