@aws-sdk/client-guardduty 3.933.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/README.md +16 -0
- package/dist-cjs/index.js +1505 -525
- package/dist-es/GuardDuty.js +4 -0
- package/dist-es/commands/GetMalwareScanCommand.js +16 -0
- package/dist-es/commands/ListMalwareScansCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +445 -0
- package/dist-es/models/errors.js +81 -0
- package/dist-es/models/models_0.js +1 -383
- package/dist-es/models/models_1.js +1 -77
- package/dist-es/pagination/ListMalwareScansPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +942 -68
- package/dist-types/GuardDuty.d.ts +15 -0
- package/dist-types/GuardDutyClient.d.ts +4 -2
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +34 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetMalwareScanCommand.d.ts +164 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListMalwareScansCommand.d.ts +110 -0
- package/dist-types/commands/StartMalwareScanCommand.d.ts +14 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +973 -0
- package/dist-types/models/errors.d.ts +112 -0
- package/dist-types/models/models_0.d.ts +1178 -784
- package/dist-types/models/models_1.d.ts +169 -893
- package/dist-types/pagination/ListMalwareScansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +35 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +554 -0
- package/dist-types/ts3.4/models/errors.d.ts +45 -0
- package/dist-types/ts3.4/models/models_0.d.ts +329 -423
- package/dist-types/ts3.4/models/models_1.d.ts +68 -285
- package/dist-types/ts3.4/pagination/ListMalwareScansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,29 +1,69 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AdminStatus,
|
|
3
|
+
AutoEnableMembers,
|
|
4
|
+
ClusterStatus,
|
|
5
|
+
CoverageFilterCriterionKey,
|
|
6
|
+
CoverageSortKey,
|
|
7
|
+
CoverageStatisticsType,
|
|
8
|
+
CoverageStatus,
|
|
9
|
+
CriterionKey,
|
|
10
|
+
DataSourceStatus,
|
|
11
|
+
DestinationType,
|
|
12
|
+
DetectionSource,
|
|
13
|
+
DetectorFeature,
|
|
14
|
+
DetectorFeatureResult,
|
|
15
|
+
DetectorStatus,
|
|
16
|
+
EbsSnapshotPreservation,
|
|
17
|
+
FeatureAdditionalConfiguration,
|
|
18
|
+
FeatureStatus,
|
|
19
|
+
FilterAction,
|
|
20
|
+
FindingPublishingFrequency,
|
|
21
|
+
FindingResourceType,
|
|
22
|
+
FindingStatisticType,
|
|
23
|
+
FreeTrialFeatureResult,
|
|
24
|
+
GroupByType,
|
|
25
|
+
IndicatorType,
|
|
26
|
+
IpSetFormat,
|
|
27
|
+
IpSetStatus,
|
|
28
|
+
KubernetesResourcesTypes,
|
|
29
|
+
MalwareProtectionPlanStatus,
|
|
30
|
+
MalwareProtectionPlanTaggingActionStatus,
|
|
31
|
+
MalwareProtectionResourceType,
|
|
32
|
+
MalwareProtectionScanStatus,
|
|
33
|
+
MalwareProtectionScanType,
|
|
34
|
+
ManagementType,
|
|
35
|
+
MfaStatus,
|
|
36
|
+
NetworkDirection,
|
|
37
|
+
OrderBy,
|
|
38
|
+
OrgFeature,
|
|
39
|
+
OrgFeatureAdditionalConfiguration,
|
|
40
|
+
OrgFeatureStatus,
|
|
41
|
+
ProfileSubtype,
|
|
42
|
+
ProfileType,
|
|
43
|
+
PublicAccessStatus,
|
|
44
|
+
PublicAclIgnoreBehavior,
|
|
45
|
+
PublicBucketRestrictBehavior,
|
|
46
|
+
PublishingStatus,
|
|
47
|
+
ResourceType,
|
|
48
|
+
ScanCategory,
|
|
49
|
+
ScanCriterionKey,
|
|
50
|
+
ScanResult,
|
|
51
|
+
ScanResultStatus,
|
|
52
|
+
ScanStatus,
|
|
53
|
+
ScanStatusReason,
|
|
54
|
+
ScanType,
|
|
55
|
+
SignalType,
|
|
56
|
+
ThreatEntitySetFormat,
|
|
57
|
+
ThreatIntelSetFormat,
|
|
58
|
+
TriggerType,
|
|
59
|
+
TrustedEntitySetFormat,
|
|
60
|
+
} from "./enums";
|
|
3
61
|
export interface AcceptAdministratorInvitationRequest {
|
|
4
62
|
DetectorId: string | undefined;
|
|
5
63
|
AdministratorId: string | undefined;
|
|
6
64
|
InvitationId: string | undefined;
|
|
7
65
|
}
|
|
8
66
|
export interface AcceptAdministratorInvitationResponse {}
|
|
9
|
-
export declare class BadRequestException extends __BaseException {
|
|
10
|
-
readonly name: "BadRequestException";
|
|
11
|
-
readonly $fault: "client";
|
|
12
|
-
Message?: string | undefined;
|
|
13
|
-
Type?: string | undefined;
|
|
14
|
-
constructor(
|
|
15
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
export declare class InternalServerErrorException extends __BaseException {
|
|
19
|
-
readonly name: "InternalServerErrorException";
|
|
20
|
-
readonly $fault: "server";
|
|
21
|
-
Message?: string | undefined;
|
|
22
|
-
Type?: string | undefined;
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
67
|
export interface AcceptInvitationRequest {
|
|
28
68
|
DetectorId: string | undefined;
|
|
29
69
|
MasterId: string | undefined;
|
|
@@ -34,15 +74,6 @@ export interface AccessControlList {
|
|
|
34
74
|
AllowsPublicReadAccess?: boolean | undefined;
|
|
35
75
|
AllowsPublicWriteAccess?: boolean | undefined;
|
|
36
76
|
}
|
|
37
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
38
|
-
readonly name: "AccessDeniedException";
|
|
39
|
-
readonly $fault: "client";
|
|
40
|
-
Message?: string | undefined;
|
|
41
|
-
Type?: string | undefined;
|
|
42
|
-
constructor(
|
|
43
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
44
|
-
);
|
|
45
|
-
}
|
|
46
77
|
export interface AccessKey {
|
|
47
78
|
PrincipalId?: string | undefined;
|
|
48
79
|
UserName?: string | undefined;
|
|
@@ -79,21 +110,6 @@ export interface DataSourcesFreeTrial {
|
|
|
79
110
|
Kubernetes?: KubernetesDataSourceFreeTrial | undefined;
|
|
80
111
|
MalwareProtection?: MalwareProtectionDataSourceFreeTrial | undefined;
|
|
81
112
|
}
|
|
82
|
-
export declare const FreeTrialFeatureResult: {
|
|
83
|
-
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
84
|
-
readonly DNS_LOGS: "DNS_LOGS";
|
|
85
|
-
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
86
|
-
readonly EC2_RUNTIME_MONITORING: "EC2_RUNTIME_MONITORING";
|
|
87
|
-
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
88
|
-
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
89
|
-
readonly FARGATE_RUNTIME_MONITORING: "FARGATE_RUNTIME_MONITORING";
|
|
90
|
-
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
91
|
-
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
92
|
-
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
93
|
-
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
94
|
-
};
|
|
95
|
-
export type FreeTrialFeatureResult =
|
|
96
|
-
(typeof FreeTrialFeatureResult)[keyof typeof FreeTrialFeatureResult];
|
|
97
113
|
export interface FreeTrialFeatureConfigurationResult {
|
|
98
114
|
Name?: FreeTrialFeatureResult | undefined;
|
|
99
115
|
FreeTrialDaysRemaining?: number | undefined;
|
|
@@ -258,11 +274,6 @@ export interface ActorProcess {
|
|
|
258
274
|
Path: string | undefined;
|
|
259
275
|
Sha256?: string | undefined;
|
|
260
276
|
}
|
|
261
|
-
export declare const MfaStatus: {
|
|
262
|
-
readonly DISABLED: "DISABLED";
|
|
263
|
-
readonly ENABLED: "ENABLED";
|
|
264
|
-
};
|
|
265
|
-
export type MfaStatus = (typeof MfaStatus)[keyof typeof MfaStatus];
|
|
266
277
|
export interface Session {
|
|
267
278
|
Uid?: string | undefined;
|
|
268
279
|
MfaStatus?: MfaStatus | undefined;
|
|
@@ -282,15 +293,14 @@ export interface Actor {
|
|
|
282
293
|
Session?: Session | undefined;
|
|
283
294
|
Process?: ActorProcess | undefined;
|
|
284
295
|
}
|
|
296
|
+
export interface AdditionalInfo {
|
|
297
|
+
VersionId?: string | undefined;
|
|
298
|
+
DeviceName?: string | undefined;
|
|
299
|
+
}
|
|
285
300
|
export interface AddonDetails {
|
|
286
301
|
AddonVersion?: string | undefined;
|
|
287
302
|
AddonStatus?: string | undefined;
|
|
288
303
|
}
|
|
289
|
-
export declare const AdminStatus: {
|
|
290
|
-
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
291
|
-
readonly ENABLED: "ENABLED";
|
|
292
|
-
};
|
|
293
|
-
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
294
304
|
export interface AdminAccount {
|
|
295
305
|
AdminAccountId?: string | undefined;
|
|
296
306
|
AdminStatus?: AdminStatus | undefined;
|
|
@@ -307,18 +317,6 @@ export interface AgentDetails {
|
|
|
307
317
|
export interface Observations {
|
|
308
318
|
Text?: string[] | undefined;
|
|
309
319
|
}
|
|
310
|
-
export declare const ProfileSubtype: {
|
|
311
|
-
readonly FREQUENT: "FREQUENT";
|
|
312
|
-
readonly INFREQUENT: "INFREQUENT";
|
|
313
|
-
readonly RARE: "RARE";
|
|
314
|
-
readonly UNSEEN: "UNSEEN";
|
|
315
|
-
};
|
|
316
|
-
export type ProfileSubtype =
|
|
317
|
-
(typeof ProfileSubtype)[keyof typeof ProfileSubtype];
|
|
318
|
-
export declare const ProfileType: {
|
|
319
|
-
readonly FREQUENCY: "FREQUENCY";
|
|
320
|
-
};
|
|
321
|
-
export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
|
|
322
320
|
export interface AnomalyObject {
|
|
323
321
|
ProfileType?: ProfileType | undefined;
|
|
324
322
|
ProfileSubtype?: ProfileSubtype | undefined;
|
|
@@ -336,13 +334,6 @@ export interface ArchiveFindingsRequest {
|
|
|
336
334
|
FindingIds: string[] | undefined;
|
|
337
335
|
}
|
|
338
336
|
export interface ArchiveFindingsResponse {}
|
|
339
|
-
export declare const AutoEnableMembers: {
|
|
340
|
-
readonly ALL: "ALL";
|
|
341
|
-
readonly NEW: "NEW";
|
|
342
|
-
readonly NONE: "NONE";
|
|
343
|
-
};
|
|
344
|
-
export type AutoEnableMembers =
|
|
345
|
-
(typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
|
|
346
337
|
export interface AutonomousSystem {
|
|
347
338
|
Name: string | undefined;
|
|
348
339
|
Number: number | undefined;
|
|
@@ -356,24 +347,9 @@ export interface BucketLevelPermissions {
|
|
|
356
347
|
BucketPolicy?: BucketPolicy | undefined;
|
|
357
348
|
BlockPublicAccess?: BlockPublicAccess | undefined;
|
|
358
349
|
}
|
|
359
|
-
export declare const DataSourceStatus: {
|
|
360
|
-
readonly DISABLED: "DISABLED";
|
|
361
|
-
readonly ENABLED: "ENABLED";
|
|
362
|
-
};
|
|
363
|
-
export type DataSourceStatus =
|
|
364
|
-
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
365
350
|
export interface CloudTrailConfigurationResult {
|
|
366
351
|
Status: DataSourceStatus | undefined;
|
|
367
352
|
}
|
|
368
|
-
export declare const ClusterStatus: {
|
|
369
|
-
readonly ACTIVE: "ACTIVE";
|
|
370
|
-
readonly CREATING: "CREATING";
|
|
371
|
-
readonly DELETING: "DELETING";
|
|
372
|
-
readonly FAILED: "FAILED";
|
|
373
|
-
readonly PENDING: "PENDING";
|
|
374
|
-
readonly UPDATING: "UPDATING";
|
|
375
|
-
};
|
|
376
|
-
export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
377
353
|
export interface Condition {
|
|
378
354
|
Eq?: string[] | undefined;
|
|
379
355
|
Neq?: string[] | undefined;
|
|
@@ -388,13 +364,6 @@ export interface Condition {
|
|
|
388
364
|
LessThan?: number | undefined;
|
|
389
365
|
LessThanOrEqual?: number | undefined;
|
|
390
366
|
}
|
|
391
|
-
export declare class ConflictException extends __BaseException {
|
|
392
|
-
readonly name: "ConflictException";
|
|
393
|
-
readonly $fault: "client";
|
|
394
|
-
Message?: string | undefined;
|
|
395
|
-
Type?: string | undefined;
|
|
396
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
397
|
-
}
|
|
398
367
|
export interface SecurityContext {
|
|
399
368
|
Privileged?: boolean | undefined;
|
|
400
369
|
AllowPrivilegeEscalation?: boolean | undefined;
|
|
@@ -420,25 +389,6 @@ export interface ContainerInstanceDetails {
|
|
|
420
389
|
CoveredContainerInstances?: number | undefined;
|
|
421
390
|
CompatibleContainerInstances?: number | undefined;
|
|
422
391
|
}
|
|
423
|
-
export declare const CoverageStatus: {
|
|
424
|
-
readonly HEALTHY: "HEALTHY";
|
|
425
|
-
readonly UNHEALTHY: "UNHEALTHY";
|
|
426
|
-
};
|
|
427
|
-
export type CoverageStatus =
|
|
428
|
-
(typeof CoverageStatus)[keyof typeof CoverageStatus];
|
|
429
|
-
export declare const ResourceType: {
|
|
430
|
-
readonly EC2: "EC2";
|
|
431
|
-
readonly ECS: "ECS";
|
|
432
|
-
readonly EKS: "EKS";
|
|
433
|
-
};
|
|
434
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
435
|
-
export declare const ManagementType: {
|
|
436
|
-
readonly AUTO_MANAGED: "AUTO_MANAGED";
|
|
437
|
-
readonly DISABLED: "DISABLED";
|
|
438
|
-
readonly MANUAL: "MANUAL";
|
|
439
|
-
};
|
|
440
|
-
export type ManagementType =
|
|
441
|
-
(typeof ManagementType)[keyof typeof ManagementType];
|
|
442
392
|
export interface CoverageEc2InstanceDetails {
|
|
443
393
|
InstanceId?: string | undefined;
|
|
444
394
|
InstanceType?: string | undefined;
|
|
@@ -466,21 +416,6 @@ export interface CoverageFilterCondition {
|
|
|
466
416
|
Equals?: string[] | undefined;
|
|
467
417
|
NotEquals?: string[] | undefined;
|
|
468
418
|
}
|
|
469
|
-
export declare const CoverageFilterCriterionKey: {
|
|
470
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
471
|
-
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
472
|
-
readonly AGENT_VERSION: "AGENT_VERSION";
|
|
473
|
-
readonly CLUSTER_ARN: "CLUSTER_ARN";
|
|
474
|
-
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
475
|
-
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
476
|
-
readonly ECS_CLUSTER_NAME: "ECS_CLUSTER_NAME";
|
|
477
|
-
readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
|
|
478
|
-
readonly INSTANCE_ID: "INSTANCE_ID";
|
|
479
|
-
readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
|
|
480
|
-
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
481
|
-
};
|
|
482
|
-
export type CoverageFilterCriterionKey =
|
|
483
|
-
(typeof CoverageFilterCriterionKey)[keyof typeof CoverageFilterCriterionKey];
|
|
484
419
|
export interface CoverageFilterCriterion {
|
|
485
420
|
CriterionKey?: CoverageFilterCriterionKey | undefined;
|
|
486
421
|
FilterCondition?: CoverageFilterCondition | undefined;
|
|
@@ -503,24 +438,6 @@ export interface CoverageResource {
|
|
|
503
438
|
Issue?: string | undefined;
|
|
504
439
|
UpdatedAt?: Date | undefined;
|
|
505
440
|
}
|
|
506
|
-
export declare const CoverageSortKey: {
|
|
507
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
508
|
-
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
509
|
-
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
510
|
-
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
511
|
-
readonly ECS_CLUSTER_NAME: "ECS_CLUSTER_NAME";
|
|
512
|
-
readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
|
|
513
|
-
readonly INSTANCE_ID: "INSTANCE_ID";
|
|
514
|
-
readonly ISSUE: "ISSUE";
|
|
515
|
-
readonly UPDATED_AT: "UPDATED_AT";
|
|
516
|
-
};
|
|
517
|
-
export type CoverageSortKey =
|
|
518
|
-
(typeof CoverageSortKey)[keyof typeof CoverageSortKey];
|
|
519
|
-
export declare const OrderBy: {
|
|
520
|
-
readonly ASC: "ASC";
|
|
521
|
-
readonly DESC: "DESC";
|
|
522
|
-
};
|
|
523
|
-
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
524
441
|
export interface CoverageSortCriteria {
|
|
525
442
|
AttributeName?: CoverageSortKey | undefined;
|
|
526
443
|
OrderBy?: OrderBy | undefined;
|
|
@@ -529,12 +446,6 @@ export interface CoverageStatistics {
|
|
|
529
446
|
CountByResourceType?: Partial<Record<ResourceType, number>> | undefined;
|
|
530
447
|
CountByCoverageStatus?: Partial<Record<CoverageStatus, number>> | undefined;
|
|
531
448
|
}
|
|
532
|
-
export declare const CoverageStatisticsType: {
|
|
533
|
-
readonly COUNT_BY_COVERAGE_STATUS: "COUNT_BY_COVERAGE_STATUS";
|
|
534
|
-
readonly COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE";
|
|
535
|
-
};
|
|
536
|
-
export type CoverageStatisticsType =
|
|
537
|
-
(typeof CoverageStatisticsType)[keyof typeof CoverageStatisticsType];
|
|
538
449
|
export interface KubernetesAuditLogsConfiguration {
|
|
539
450
|
Enable: boolean | undefined;
|
|
540
451
|
}
|
|
@@ -555,45 +466,15 @@ export interface DataSourceConfigurations {
|
|
|
555
466
|
Kubernetes?: KubernetesConfiguration | undefined;
|
|
556
467
|
MalwareProtection?: MalwareProtectionConfiguration | undefined;
|
|
557
468
|
}
|
|
558
|
-
export declare const FeatureAdditionalConfiguration: {
|
|
559
|
-
readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
|
|
560
|
-
readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
|
|
561
|
-
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
562
|
-
};
|
|
563
|
-
export type FeatureAdditionalConfiguration =
|
|
564
|
-
(typeof FeatureAdditionalConfiguration)[keyof typeof FeatureAdditionalConfiguration];
|
|
565
|
-
export declare const FeatureStatus: {
|
|
566
|
-
readonly DISABLED: "DISABLED";
|
|
567
|
-
readonly ENABLED: "ENABLED";
|
|
568
|
-
};
|
|
569
|
-
export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
570
469
|
export interface DetectorAdditionalConfiguration {
|
|
571
470
|
Name?: FeatureAdditionalConfiguration | undefined;
|
|
572
471
|
Status?: FeatureStatus | undefined;
|
|
573
472
|
}
|
|
574
|
-
export declare const DetectorFeature: {
|
|
575
|
-
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
576
|
-
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
577
|
-
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
578
|
-
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
579
|
-
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
580
|
-
readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
|
|
581
|
-
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
582
|
-
};
|
|
583
|
-
export type DetectorFeature =
|
|
584
|
-
(typeof DetectorFeature)[keyof typeof DetectorFeature];
|
|
585
473
|
export interface DetectorFeatureConfiguration {
|
|
586
474
|
Name?: DetectorFeature | undefined;
|
|
587
475
|
Status?: FeatureStatus | undefined;
|
|
588
476
|
AdditionalConfiguration?: DetectorAdditionalConfiguration[] | undefined;
|
|
589
477
|
}
|
|
590
|
-
export declare const FindingPublishingFrequency: {
|
|
591
|
-
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
592
|
-
readonly ONE_HOUR: "ONE_HOUR";
|
|
593
|
-
readonly SIX_HOURS: "SIX_HOURS";
|
|
594
|
-
};
|
|
595
|
-
export type FindingPublishingFrequency =
|
|
596
|
-
(typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
597
478
|
export interface CreateDetectorRequest {
|
|
598
479
|
Enable: boolean | undefined;
|
|
599
480
|
ClientToken?: string | undefined;
|
|
@@ -620,11 +501,6 @@ export interface CreateDetectorResponse {
|
|
|
620
501
|
DetectorId?: string | undefined;
|
|
621
502
|
UnprocessedDataSources?: UnprocessedDataSourcesResult | undefined;
|
|
622
503
|
}
|
|
623
|
-
export declare const FilterAction: {
|
|
624
|
-
readonly ARCHIVE: "ARCHIVE";
|
|
625
|
-
readonly NOOP: "NOOP";
|
|
626
|
-
};
|
|
627
|
-
export type FilterAction = (typeof FilterAction)[keyof typeof FilterAction];
|
|
628
504
|
export interface FindingCriteria {
|
|
629
505
|
Criterion?: Record<string, Condition> | undefined;
|
|
630
506
|
}
|
|
@@ -641,15 +517,6 @@ export interface CreateFilterRequest {
|
|
|
641
517
|
export interface CreateFilterResponse {
|
|
642
518
|
Name: string | undefined;
|
|
643
519
|
}
|
|
644
|
-
export declare const IpSetFormat: {
|
|
645
|
-
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
646
|
-
readonly FIRE_EYE: "FIRE_EYE";
|
|
647
|
-
readonly OTX_CSV: "OTX_CSV";
|
|
648
|
-
readonly PROOF_POINT: "PROOF_POINT";
|
|
649
|
-
readonly STIX: "STIX";
|
|
650
|
-
readonly TXT: "TXT";
|
|
651
|
-
};
|
|
652
|
-
export type IpSetFormat = (typeof IpSetFormat)[keyof typeof IpSetFormat];
|
|
653
520
|
export interface CreateIPSetRequest {
|
|
654
521
|
DetectorId: string | undefined;
|
|
655
522
|
Name: string | undefined;
|
|
@@ -663,12 +530,6 @@ export interface CreateIPSetRequest {
|
|
|
663
530
|
export interface CreateIPSetResponse {
|
|
664
531
|
IpSetId: string | undefined;
|
|
665
532
|
}
|
|
666
|
-
export declare const MalwareProtectionPlanTaggingActionStatus: {
|
|
667
|
-
readonly DISABLED: "DISABLED";
|
|
668
|
-
readonly ENABLED: "ENABLED";
|
|
669
|
-
};
|
|
670
|
-
export type MalwareProtectionPlanTaggingActionStatus =
|
|
671
|
-
(typeof MalwareProtectionPlanTaggingActionStatus)[keyof typeof MalwareProtectionPlanTaggingActionStatus];
|
|
672
533
|
export interface MalwareProtectionPlanTaggingAction {
|
|
673
534
|
Status?: MalwareProtectionPlanTaggingActionStatus | undefined;
|
|
674
535
|
}
|
|
@@ -707,11 +568,6 @@ export interface DestinationProperties {
|
|
|
707
568
|
DestinationArn?: string | undefined;
|
|
708
569
|
KmsKeyArn?: string | undefined;
|
|
709
570
|
}
|
|
710
|
-
export declare const DestinationType: {
|
|
711
|
-
readonly S3: "S3";
|
|
712
|
-
};
|
|
713
|
-
export type DestinationType =
|
|
714
|
-
(typeof DestinationType)[keyof typeof DestinationType];
|
|
715
571
|
export interface CreatePublishingDestinationRequest {
|
|
716
572
|
DetectorId: string | undefined;
|
|
717
573
|
DestinationType: DestinationType | undefined;
|
|
@@ -727,16 +583,6 @@ export interface CreateSampleFindingsRequest {
|
|
|
727
583
|
FindingTypes?: string[] | undefined;
|
|
728
584
|
}
|
|
729
585
|
export interface CreateSampleFindingsResponse {}
|
|
730
|
-
export declare const ThreatEntitySetFormat: {
|
|
731
|
-
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
732
|
-
readonly FIRE_EYE: "FIRE_EYE";
|
|
733
|
-
readonly OTX_CSV: "OTX_CSV";
|
|
734
|
-
readonly PROOF_POINT: "PROOF_POINT";
|
|
735
|
-
readonly STIX: "STIX";
|
|
736
|
-
readonly TXT: "TXT";
|
|
737
|
-
};
|
|
738
|
-
export type ThreatEntitySetFormat =
|
|
739
|
-
(typeof ThreatEntitySetFormat)[keyof typeof ThreatEntitySetFormat];
|
|
740
586
|
export interface CreateThreatEntitySetRequest {
|
|
741
587
|
DetectorId: string | undefined;
|
|
742
588
|
Name: string | undefined;
|
|
@@ -750,16 +596,6 @@ export interface CreateThreatEntitySetRequest {
|
|
|
750
596
|
export interface CreateThreatEntitySetResponse {
|
|
751
597
|
ThreatEntitySetId: string | undefined;
|
|
752
598
|
}
|
|
753
|
-
export declare const ThreatIntelSetFormat: {
|
|
754
|
-
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
755
|
-
readonly FIRE_EYE: "FIRE_EYE";
|
|
756
|
-
readonly OTX_CSV: "OTX_CSV";
|
|
757
|
-
readonly PROOF_POINT: "PROOF_POINT";
|
|
758
|
-
readonly STIX: "STIX";
|
|
759
|
-
readonly TXT: "TXT";
|
|
760
|
-
};
|
|
761
|
-
export type ThreatIntelSetFormat =
|
|
762
|
-
(typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
|
|
763
599
|
export interface CreateThreatIntelSetRequest {
|
|
764
600
|
DetectorId: string | undefined;
|
|
765
601
|
Name: string | undefined;
|
|
@@ -773,16 +609,6 @@ export interface CreateThreatIntelSetRequest {
|
|
|
773
609
|
export interface CreateThreatIntelSetResponse {
|
|
774
610
|
ThreatIntelSetId: string | undefined;
|
|
775
611
|
}
|
|
776
|
-
export declare const TrustedEntitySetFormat: {
|
|
777
|
-
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
778
|
-
readonly FIRE_EYE: "FIRE_EYE";
|
|
779
|
-
readonly OTX_CSV: "OTX_CSV";
|
|
780
|
-
readonly PROOF_POINT: "PROOF_POINT";
|
|
781
|
-
readonly STIX: "STIX";
|
|
782
|
-
readonly TXT: "TXT";
|
|
783
|
-
};
|
|
784
|
-
export type TrustedEntitySetFormat =
|
|
785
|
-
(typeof TrustedEntitySetFormat)[keyof typeof TrustedEntitySetFormat];
|
|
786
612
|
export interface CreateTrustedEntitySetRequest {
|
|
787
613
|
DetectorId: string | undefined;
|
|
788
614
|
Name: string | undefined;
|
|
@@ -796,25 +622,6 @@ export interface CreateTrustedEntitySetRequest {
|
|
|
796
622
|
export interface CreateTrustedEntitySetResponse {
|
|
797
623
|
TrustedEntitySetId: string | undefined;
|
|
798
624
|
}
|
|
799
|
-
export declare const CriterionKey: {
|
|
800
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
801
|
-
readonly EC2_INSTANCE_ARN: "EC2_INSTANCE_ARN";
|
|
802
|
-
readonly GUARDDUTY_FINDING_ID: "GUARDDUTY_FINDING_ID";
|
|
803
|
-
readonly SCAN_ID: "SCAN_ID";
|
|
804
|
-
readonly SCAN_START_TIME: "SCAN_START_TIME";
|
|
805
|
-
readonly SCAN_STATUS: "SCAN_STATUS";
|
|
806
|
-
readonly SCAN_TYPE: "SCAN_TYPE";
|
|
807
|
-
};
|
|
808
|
-
export type CriterionKey = (typeof CriterionKey)[keyof typeof CriterionKey];
|
|
809
|
-
export declare const DataSource: {
|
|
810
|
-
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
811
|
-
readonly DNS_LOGS: "DNS_LOGS";
|
|
812
|
-
readonly EC2_MALWARE_SCAN: "EC2_MALWARE_SCAN";
|
|
813
|
-
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
814
|
-
readonly KUBERNETES_AUDIT_LOGS: "KUBERNETES_AUDIT_LOGS";
|
|
815
|
-
readonly S3_LOGS: "S3_LOGS";
|
|
816
|
-
};
|
|
817
|
-
export type DataSource = (typeof DataSource)[keyof typeof DataSource];
|
|
818
625
|
export interface DNSLogsConfigurationResult {
|
|
819
626
|
Status: DataSourceStatus | undefined;
|
|
820
627
|
}
|
|
@@ -877,15 +684,6 @@ export interface DeleteIPSetResponse {}
|
|
|
877
684
|
export interface DeleteMalwareProtectionPlanRequest {
|
|
878
685
|
MalwareProtectionPlanId: string | undefined;
|
|
879
686
|
}
|
|
880
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
881
|
-
readonly name: "ResourceNotFoundException";
|
|
882
|
-
readonly $fault: "client";
|
|
883
|
-
Message?: string | undefined;
|
|
884
|
-
Type?: string | undefined;
|
|
885
|
-
constructor(
|
|
886
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
887
|
-
);
|
|
888
|
-
}
|
|
889
687
|
export interface DeleteMembersRequest {
|
|
890
688
|
DetectorId: string | undefined;
|
|
891
689
|
AccountIds: string[] | undefined;
|
|
@@ -948,29 +746,13 @@ export interface VolumeDetail {
|
|
|
948
746
|
export interface ResourceDetails {
|
|
949
747
|
InstanceArn?: string | undefined;
|
|
950
748
|
}
|
|
951
|
-
export declare const ScanResult: {
|
|
952
|
-
readonly CLEAN: "CLEAN";
|
|
953
|
-
readonly INFECTED: "INFECTED";
|
|
954
|
-
};
|
|
955
|
-
export type ScanResult = (typeof ScanResult)[keyof typeof ScanResult];
|
|
956
749
|
export interface ScanResultDetails {
|
|
957
750
|
ScanResult?: ScanResult | undefined;
|
|
958
751
|
}
|
|
959
|
-
export declare const ScanStatus: {
|
|
960
|
-
readonly COMPLETED: "COMPLETED";
|
|
961
|
-
readonly FAILED: "FAILED";
|
|
962
|
-
readonly RUNNING: "RUNNING";
|
|
963
|
-
readonly SKIPPED: "SKIPPED";
|
|
964
|
-
};
|
|
965
|
-
export type ScanStatus = (typeof ScanStatus)[keyof typeof ScanStatus];
|
|
966
|
-
export declare const ScanType: {
|
|
967
|
-
readonly GUARDDUTY_INITIATED: "GUARDDUTY_INITIATED";
|
|
968
|
-
readonly ON_DEMAND: "ON_DEMAND";
|
|
969
|
-
};
|
|
970
|
-
export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
|
971
752
|
export interface TriggerDetails {
|
|
972
753
|
GuardDutyFindingId?: string | undefined;
|
|
973
754
|
Description?: string | undefined;
|
|
755
|
+
TriggerType?: TriggerType | undefined;
|
|
974
756
|
}
|
|
975
757
|
export interface Scan {
|
|
976
758
|
DetectorId?: string | undefined;
|
|
@@ -1025,34 +807,10 @@ export interface OrganizationDataSourceConfigurationsResult {
|
|
|
1025
807
|
| OrganizationMalwareProtectionConfigurationResult
|
|
1026
808
|
| undefined;
|
|
1027
809
|
}
|
|
1028
|
-
export declare const OrgFeatureStatus: {
|
|
1029
|
-
readonly ALL: "ALL";
|
|
1030
|
-
readonly NEW: "NEW";
|
|
1031
|
-
readonly NONE: "NONE";
|
|
1032
|
-
};
|
|
1033
|
-
export type OrgFeatureStatus =
|
|
1034
|
-
(typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
|
|
1035
|
-
export declare const OrgFeatureAdditionalConfiguration: {
|
|
1036
|
-
readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
|
|
1037
|
-
readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
|
|
1038
|
-
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
1039
|
-
};
|
|
1040
|
-
export type OrgFeatureAdditionalConfiguration =
|
|
1041
|
-
(typeof OrgFeatureAdditionalConfiguration)[keyof typeof OrgFeatureAdditionalConfiguration];
|
|
1042
810
|
export interface OrganizationAdditionalConfigurationResult {
|
|
1043
811
|
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1044
812
|
AutoEnable?: OrgFeatureStatus | undefined;
|
|
1045
813
|
}
|
|
1046
|
-
export declare const OrgFeature: {
|
|
1047
|
-
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
1048
|
-
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
1049
|
-
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
1050
|
-
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
1051
|
-
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
1052
|
-
readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
|
|
1053
|
-
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
1054
|
-
};
|
|
1055
|
-
export type OrgFeature = (typeof OrgFeature)[keyof typeof OrgFeature];
|
|
1056
814
|
export interface OrganizationFeatureConfigurationResult {
|
|
1057
815
|
Name?: OrgFeature | undefined;
|
|
1058
816
|
AutoEnable?: OrgFeatureStatus | undefined;
|
|
@@ -1072,14 +830,6 @@ export interface DescribePublishingDestinationRequest {
|
|
|
1072
830
|
DetectorId: string | undefined;
|
|
1073
831
|
DestinationId: string | undefined;
|
|
1074
832
|
}
|
|
1075
|
-
export declare const PublishingStatus: {
|
|
1076
|
-
readonly PENDING_VERIFICATION: "PENDING_VERIFICATION";
|
|
1077
|
-
readonly PUBLISHING: "PUBLISHING";
|
|
1078
|
-
readonly STOPPED: "STOPPED";
|
|
1079
|
-
readonly UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
|
|
1080
|
-
};
|
|
1081
|
-
export type PublishingStatus =
|
|
1082
|
-
(typeof PublishingStatus)[keyof typeof PublishingStatus];
|
|
1083
833
|
export interface DescribePublishingDestinationResponse {
|
|
1084
834
|
DestinationId: string | undefined;
|
|
1085
835
|
DestinationType: DestinationType | undefined;
|
|
@@ -1093,12 +843,6 @@ export interface Destination {
|
|
|
1093
843
|
DestinationType: DestinationType | undefined;
|
|
1094
844
|
Status: PublishingStatus | undefined;
|
|
1095
845
|
}
|
|
1096
|
-
export declare const NetworkDirection: {
|
|
1097
|
-
readonly INBOUND: "INBOUND";
|
|
1098
|
-
readonly OUTBOUND: "OUTBOUND";
|
|
1099
|
-
};
|
|
1100
|
-
export type NetworkDirection =
|
|
1101
|
-
(typeof NetworkDirection)[keyof typeof NetworkDirection];
|
|
1102
846
|
export interface NetworkConnection {
|
|
1103
847
|
Direction: NetworkDirection | undefined;
|
|
1104
848
|
}
|
|
@@ -1159,41 +903,11 @@ export interface EksCluster {
|
|
|
1159
903
|
VpcId?: string | undefined;
|
|
1160
904
|
Ec2InstanceUids?: string[] | undefined;
|
|
1161
905
|
}
|
|
1162
|
-
export declare const KubernetesResourcesTypes: {
|
|
1163
|
-
readonly CRONJOBS: "CRONJOBS";
|
|
1164
|
-
readonly DAEMONSETS: "DAEMONSETS";
|
|
1165
|
-
readonly DEPLOYMENTS: "DEPLOYMENTS";
|
|
1166
|
-
readonly JOBS: "JOBS";
|
|
1167
|
-
readonly PODS: "PODS";
|
|
1168
|
-
readonly REPLICASETS: "REPLICASETS";
|
|
1169
|
-
readonly REPLICATIONCONTROLLERS: "REPLICATIONCONTROLLERS";
|
|
1170
|
-
readonly STATEFULSETS: "STATEFULSETS";
|
|
1171
|
-
};
|
|
1172
|
-
export type KubernetesResourcesTypes =
|
|
1173
|
-
(typeof KubernetesResourcesTypes)[keyof typeof KubernetesResourcesTypes];
|
|
1174
906
|
export interface KubernetesWorkload {
|
|
1175
907
|
ContainerUids?: string[] | undefined;
|
|
1176
908
|
Namespace?: string | undefined;
|
|
1177
909
|
KubernetesResourcesTypes?: KubernetesResourcesTypes | undefined;
|
|
1178
910
|
}
|
|
1179
|
-
export declare const PublicAccessStatus: {
|
|
1180
|
-
readonly ALLOWED: "ALLOWED";
|
|
1181
|
-
readonly BLOCKED: "BLOCKED";
|
|
1182
|
-
};
|
|
1183
|
-
export type PublicAccessStatus =
|
|
1184
|
-
(typeof PublicAccessStatus)[keyof typeof PublicAccessStatus];
|
|
1185
|
-
export declare const PublicAclIgnoreBehavior: {
|
|
1186
|
-
readonly IGNORED: "IGNORED";
|
|
1187
|
-
readonly NOT_IGNORED: "NOT_IGNORED";
|
|
1188
|
-
};
|
|
1189
|
-
export type PublicAclIgnoreBehavior =
|
|
1190
|
-
(typeof PublicAclIgnoreBehavior)[keyof typeof PublicAclIgnoreBehavior];
|
|
1191
|
-
export declare const PublicBucketRestrictBehavior: {
|
|
1192
|
-
readonly NOT_RESTRICTED: "NOT_RESTRICTED";
|
|
1193
|
-
readonly RESTRICTED: "RESTRICTED";
|
|
1194
|
-
};
|
|
1195
|
-
export type PublicBucketRestrictBehavior =
|
|
1196
|
-
(typeof PublicBucketRestrictBehavior)[keyof typeof PublicBucketRestrictBehavior];
|
|
1197
911
|
export interface PublicAccessConfiguration {
|
|
1198
912
|
PublicAclAccess?: PublicAccessStatus | undefined;
|
|
1199
913
|
PublicPolicyAccess?: PublicAccessStatus | undefined;
|
|
@@ -1227,18 +941,6 @@ export interface ResourceData {
|
|
|
1227
941
|
KubernetesWorkload?: KubernetesWorkload | undefined;
|
|
1228
942
|
Container?: ContainerFindingResource | undefined;
|
|
1229
943
|
}
|
|
1230
|
-
export declare const FindingResourceType: {
|
|
1231
|
-
readonly ACCESS_KEY: "ACCESS_KEY";
|
|
1232
|
-
readonly CONTAINER: "CONTAINER";
|
|
1233
|
-
readonly EC2_INSTANCE: "EC2_INSTANCE";
|
|
1234
|
-
readonly EC2_NETWORK_INTERFACE: "EC2_NETWORK_INTERFACE";
|
|
1235
|
-
readonly EKS_CLUSTER: "EKS_CLUSTER";
|
|
1236
|
-
readonly KUBERNETES_WORKLOAD: "KUBERNETES_WORKLOAD";
|
|
1237
|
-
readonly S3_BUCKET: "S3_BUCKET";
|
|
1238
|
-
readonly S3_OBJECT: "S3_OBJECT";
|
|
1239
|
-
};
|
|
1240
|
-
export type FindingResourceType =
|
|
1241
|
-
(typeof FindingResourceType)[keyof typeof FindingResourceType];
|
|
1242
944
|
export interface Tag {
|
|
1243
945
|
Key?: string | undefined;
|
|
1244
946
|
Value?: string | undefined;
|
|
@@ -1254,40 +956,11 @@ export interface ResourceV2 {
|
|
|
1254
956
|
Tags?: Tag[] | undefined;
|
|
1255
957
|
Data?: ResourceData | undefined;
|
|
1256
958
|
}
|
|
1257
|
-
export declare const IndicatorType: {
|
|
1258
|
-
readonly ATTACK_TACTIC: "ATTACK_TACTIC";
|
|
1259
|
-
readonly ATTACK_TECHNIQUE: "ATTACK_TECHNIQUE";
|
|
1260
|
-
readonly CRYPTOMINING_DOMAIN: "CRYPTOMINING_DOMAIN";
|
|
1261
|
-
readonly CRYPTOMINING_IP: "CRYPTOMINING_IP";
|
|
1262
|
-
readonly CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS";
|
|
1263
|
-
readonly HIGH_RISK_API: "HIGH_RISK_API";
|
|
1264
|
-
readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
|
|
1265
|
-
readonly MALICIOUS_IP: "MALICIOUS_IP";
|
|
1266
|
-
readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
|
|
1267
|
-
readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
|
|
1268
|
-
readonly SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS";
|
|
1269
|
-
readonly SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT";
|
|
1270
|
-
readonly TOR_IP: "TOR_IP";
|
|
1271
|
-
readonly UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT";
|
|
1272
|
-
readonly UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT";
|
|
1273
|
-
readonly UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER";
|
|
1274
|
-
};
|
|
1275
|
-
export type IndicatorType = (typeof IndicatorType)[keyof typeof IndicatorType];
|
|
1276
959
|
export interface Indicator {
|
|
1277
960
|
Key: IndicatorType | undefined;
|
|
1278
961
|
Values?: string[] | undefined;
|
|
1279
962
|
Title?: string | undefined;
|
|
1280
963
|
}
|
|
1281
|
-
export declare const SignalType: {
|
|
1282
|
-
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
1283
|
-
readonly DNS_LOGS: "DNS_LOGS";
|
|
1284
|
-
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
1285
|
-
readonly FINDING: "FINDING";
|
|
1286
|
-
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
1287
|
-
readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
|
|
1288
|
-
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
1289
|
-
};
|
|
1290
|
-
export type SignalType = (typeof SignalType)[keyof typeof SignalType];
|
|
1291
964
|
export interface Signal {
|
|
1292
965
|
Uid: string | undefined;
|
|
1293
966
|
Type: SignalType | undefined;
|
|
@@ -1323,32 +996,12 @@ export interface DetectorAdditionalConfigurationResult {
|
|
|
1323
996
|
Status?: FeatureStatus | undefined;
|
|
1324
997
|
UpdatedAt?: Date | undefined;
|
|
1325
998
|
}
|
|
1326
|
-
export declare const DetectorFeatureResult: {
|
|
1327
|
-
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
1328
|
-
readonly DNS_LOGS: "DNS_LOGS";
|
|
1329
|
-
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
1330
|
-
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
1331
|
-
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
1332
|
-
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
1333
|
-
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
1334
|
-
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
1335
|
-
readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
|
|
1336
|
-
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
1337
|
-
};
|
|
1338
|
-
export type DetectorFeatureResult =
|
|
1339
|
-
(typeof DetectorFeatureResult)[keyof typeof DetectorFeatureResult];
|
|
1340
999
|
export interface DetectorFeatureConfigurationResult {
|
|
1341
1000
|
Name?: DetectorFeatureResult | undefined;
|
|
1342
1001
|
Status?: FeatureStatus | undefined;
|
|
1343
1002
|
UpdatedAt?: Date | undefined;
|
|
1344
1003
|
AdditionalConfiguration?: DetectorAdditionalConfigurationResult[] | undefined;
|
|
1345
1004
|
}
|
|
1346
|
-
export declare const DetectorStatus: {
|
|
1347
|
-
readonly DISABLED: "DISABLED";
|
|
1348
|
-
readonly ENABLED: "ENABLED";
|
|
1349
|
-
};
|
|
1350
|
-
export type DetectorStatus =
|
|
1351
|
-
(typeof DetectorStatus)[keyof typeof DetectorStatus];
|
|
1352
1005
|
export interface DisableOrganizationAdminAccountRequest {
|
|
1353
1006
|
AdminAccountId: string | undefined;
|
|
1354
1007
|
}
|
|
@@ -1368,12 +1021,12 @@ export interface DisassociateMembersRequest {
|
|
|
1368
1021
|
export interface DisassociateMembersResponse {
|
|
1369
1022
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1370
1023
|
}
|
|
1371
|
-
export
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1024
|
+
export interface EbsSnapshot {
|
|
1025
|
+
DeviceName?: string | undefined;
|
|
1026
|
+
}
|
|
1027
|
+
export interface EbsSnapshotDetails {
|
|
1028
|
+
SnapshotArn?: string | undefined;
|
|
1029
|
+
}
|
|
1377
1030
|
export interface EbsVolumeDetails {
|
|
1378
1031
|
ScannedVolumeDetails?: VolumeDetail[] | undefined;
|
|
1379
1032
|
SkippedVolumeDetails?: VolumeDetail[] | undefined;
|
|
@@ -1424,6 +1077,9 @@ export interface EbsVolumeScanDetails {
|
|
|
1424
1077
|
ScanDetections?: ScanDetections | undefined;
|
|
1425
1078
|
ScanType?: ScanType | undefined;
|
|
1426
1079
|
}
|
|
1080
|
+
export interface Ec2ImageDetails {
|
|
1081
|
+
ImageArn?: string | undefined;
|
|
1082
|
+
}
|
|
1427
1083
|
export interface HostPath {
|
|
1428
1084
|
Path?: string | undefined;
|
|
1429
1085
|
}
|
|
@@ -1474,11 +1130,6 @@ export interface ThreatIntelligenceDetail {
|
|
|
1474
1130
|
export interface Evidence {
|
|
1475
1131
|
ThreatIntelligenceDetails?: ThreatIntelligenceDetail[] | undefined;
|
|
1476
1132
|
}
|
|
1477
|
-
export declare const Feedback: {
|
|
1478
|
-
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
1479
|
-
readonly USEFUL: "USEFUL";
|
|
1480
|
-
};
|
|
1481
|
-
export type Feedback = (typeof Feedback)[keyof typeof Feedback];
|
|
1482
1133
|
export interface NetworkInterface {
|
|
1483
1134
|
Ipv6Addresses?: string[] | undefined;
|
|
1484
1135
|
NetworkInterfaceId?: string | undefined;
|
|
@@ -1573,6 +1224,10 @@ export interface RdsLimitlessDbDetails {
|
|
|
1573
1224
|
DbClusterIdentifier?: string | undefined;
|
|
1574
1225
|
Tags?: Tag[] | undefined;
|
|
1575
1226
|
}
|
|
1227
|
+
export interface RecoveryPointDetails {
|
|
1228
|
+
RecoveryPointArn?: string | undefined;
|
|
1229
|
+
BackupVaultName?: string | undefined;
|
|
1230
|
+
}
|
|
1576
1231
|
export interface Owner {
|
|
1577
1232
|
Id?: string | undefined;
|
|
1578
1233
|
}
|
|
@@ -1616,11 +1271,27 @@ export interface Resource {
|
|
|
1616
1271
|
RdsLimitlessDbDetails?: RdsLimitlessDbDetails | undefined;
|
|
1617
1272
|
RdsDbUserDetails?: RdsDbUserDetails | undefined;
|
|
1618
1273
|
LambdaDetails?: LambdaDetails | undefined;
|
|
1274
|
+
EbsSnapshotDetails?: EbsSnapshotDetails | undefined;
|
|
1275
|
+
Ec2ImageDetails?: Ec2ImageDetails | undefined;
|
|
1276
|
+
RecoveryPointDetails?: RecoveryPointDetails | undefined;
|
|
1619
1277
|
}
|
|
1620
1278
|
export interface ServiceAdditionalInfo {
|
|
1621
1279
|
Value?: string | undefined;
|
|
1622
1280
|
Type?: string | undefined;
|
|
1623
1281
|
}
|
|
1282
|
+
export interface IncrementalScanDetails {
|
|
1283
|
+
BaselineResourceArn: string | undefined;
|
|
1284
|
+
}
|
|
1285
|
+
export interface MalwareProtectionFindingsScanConfiguration {
|
|
1286
|
+
TriggerType?: TriggerType | undefined;
|
|
1287
|
+
IncrementalScanDetails?: IncrementalScanDetails | undefined;
|
|
1288
|
+
}
|
|
1289
|
+
export interface ItemDetails {
|
|
1290
|
+
ResourceArn?: string | undefined;
|
|
1291
|
+
ItemPath?: string | undefined;
|
|
1292
|
+
Hash?: string | undefined;
|
|
1293
|
+
AdditionalInfo?: AdditionalInfo | undefined;
|
|
1294
|
+
}
|
|
1624
1295
|
export interface ItemPath {
|
|
1625
1296
|
NestedItemPath?: string | undefined;
|
|
1626
1297
|
Hash?: string | undefined;
|
|
@@ -1629,9 +1300,17 @@ export interface Threat {
|
|
|
1629
1300
|
Name?: string | undefined;
|
|
1630
1301
|
Source?: string | undefined;
|
|
1631
1302
|
ItemPaths?: ItemPath[] | undefined;
|
|
1303
|
+
Count?: number | undefined;
|
|
1304
|
+
Hash?: string | undefined;
|
|
1305
|
+
ItemDetails?: ItemDetails[] | undefined;
|
|
1632
1306
|
}
|
|
1633
1307
|
export interface MalwareScanDetails {
|
|
1634
1308
|
Threats?: Threat[] | undefined;
|
|
1309
|
+
ScanId?: string | undefined;
|
|
1310
|
+
ScanType?: MalwareProtectionScanType | undefined;
|
|
1311
|
+
ScanCategory?: ScanCategory | undefined;
|
|
1312
|
+
ScanConfiguration?: MalwareProtectionFindingsScanConfiguration | undefined;
|
|
1313
|
+
UniqueThreatCount?: number | undefined;
|
|
1635
1314
|
}
|
|
1636
1315
|
export interface LineageObject {
|
|
1637
1316
|
StartTime?: Date | undefined;
|
|
@@ -1751,3 +1430,230 @@ export interface FindingStatistics {
|
|
|
1751
1430
|
GroupedByResource?: ResourceStatistics[] | undefined;
|
|
1752
1431
|
GroupedBySeverity?: SeverityStatistics[] | undefined;
|
|
1753
1432
|
}
|
|
1433
|
+
export interface GetAdministratorAccountRequest {
|
|
1434
|
+
DetectorId: string | undefined;
|
|
1435
|
+
}
|
|
1436
|
+
export interface GetAdministratorAccountResponse {
|
|
1437
|
+
Administrator: Administrator | undefined;
|
|
1438
|
+
}
|
|
1439
|
+
export interface GetCoverageStatisticsRequest {
|
|
1440
|
+
DetectorId: string | undefined;
|
|
1441
|
+
FilterCriteria?: CoverageFilterCriteria | undefined;
|
|
1442
|
+
StatisticsType: CoverageStatisticsType[] | undefined;
|
|
1443
|
+
}
|
|
1444
|
+
export interface GetCoverageStatisticsResponse {
|
|
1445
|
+
CoverageStatistics?: CoverageStatistics | undefined;
|
|
1446
|
+
}
|
|
1447
|
+
export interface GetDetectorRequest {
|
|
1448
|
+
DetectorId: string | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export interface GetDetectorResponse {
|
|
1451
|
+
CreatedAt?: string | undefined;
|
|
1452
|
+
FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
|
|
1453
|
+
ServiceRole: string | undefined;
|
|
1454
|
+
Status: DetectorStatus | undefined;
|
|
1455
|
+
UpdatedAt?: string | undefined;
|
|
1456
|
+
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
1457
|
+
Tags?: Record<string, string> | undefined;
|
|
1458
|
+
Features?: DetectorFeatureConfigurationResult[] | undefined;
|
|
1459
|
+
}
|
|
1460
|
+
export interface GetFilterRequest {
|
|
1461
|
+
DetectorId: string | undefined;
|
|
1462
|
+
FilterName: string | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export interface GetFilterResponse {
|
|
1465
|
+
Name: string | undefined;
|
|
1466
|
+
Description?: string | undefined;
|
|
1467
|
+
Action: FilterAction | undefined;
|
|
1468
|
+
Rank?: number | undefined;
|
|
1469
|
+
FindingCriteria: FindingCriteria | undefined;
|
|
1470
|
+
Tags?: Record<string, string> | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface GetFindingsRequest {
|
|
1473
|
+
DetectorId: string | undefined;
|
|
1474
|
+
FindingIds: string[] | undefined;
|
|
1475
|
+
SortCriteria?: SortCriteria | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface GetFindingsResponse {
|
|
1478
|
+
Findings: Finding[] | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface GetFindingsStatisticsRequest {
|
|
1481
|
+
DetectorId: string | undefined;
|
|
1482
|
+
FindingStatisticTypes?: FindingStatisticType[] | undefined;
|
|
1483
|
+
FindingCriteria?: FindingCriteria | undefined;
|
|
1484
|
+
GroupBy?: GroupByType | undefined;
|
|
1485
|
+
OrderBy?: OrderBy | undefined;
|
|
1486
|
+
MaxResults?: number | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface GetFindingsStatisticsResponse {
|
|
1489
|
+
FindingStatistics: FindingStatistics | undefined;
|
|
1490
|
+
NextToken?: string | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface GetInvitationsCountRequest {}
|
|
1493
|
+
export interface GetInvitationsCountResponse {
|
|
1494
|
+
InvitationsCount?: number | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface GetIPSetRequest {
|
|
1497
|
+
DetectorId: string | undefined;
|
|
1498
|
+
IpSetId: string | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
export interface GetIPSetResponse {
|
|
1501
|
+
Name: string | undefined;
|
|
1502
|
+
Format: IpSetFormat | undefined;
|
|
1503
|
+
Location: string | undefined;
|
|
1504
|
+
Status: IpSetStatus | undefined;
|
|
1505
|
+
Tags?: Record<string, string> | undefined;
|
|
1506
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1507
|
+
}
|
|
1508
|
+
export interface GetMalwareProtectionPlanRequest {
|
|
1509
|
+
MalwareProtectionPlanId: string | undefined;
|
|
1510
|
+
}
|
|
1511
|
+
export interface MalwareProtectionPlanStatusReason {
|
|
1512
|
+
Code?: string | undefined;
|
|
1513
|
+
Message?: string | undefined;
|
|
1514
|
+
}
|
|
1515
|
+
export interface GetMalwareProtectionPlanResponse {
|
|
1516
|
+
Arn?: string | undefined;
|
|
1517
|
+
Role?: string | undefined;
|
|
1518
|
+
ProtectedResource?: CreateProtectedResource | undefined;
|
|
1519
|
+
Actions?: MalwareProtectionPlanActions | undefined;
|
|
1520
|
+
CreatedAt?: Date | undefined;
|
|
1521
|
+
Status?: MalwareProtectionPlanStatus | undefined;
|
|
1522
|
+
StatusReasons?: MalwareProtectionPlanStatusReason[] | undefined;
|
|
1523
|
+
Tags?: Record<string, string> | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export interface GetMalwareScanRequest {
|
|
1526
|
+
ScanId: string | undefined;
|
|
1527
|
+
}
|
|
1528
|
+
export interface ScanConfigurationRecoveryPoint {
|
|
1529
|
+
BackupVaultName?: string | undefined;
|
|
1530
|
+
}
|
|
1531
|
+
export interface ScanConfiguration {
|
|
1532
|
+
Role?: string | undefined;
|
|
1533
|
+
TriggerDetails?: TriggerDetails | undefined;
|
|
1534
|
+
IncrementalScanDetails?: IncrementalScanDetails | undefined;
|
|
1535
|
+
RecoveryPoint?: ScanConfigurationRecoveryPoint | undefined;
|
|
1536
|
+
}
|
|
1537
|
+
export interface ScannedResourceDetails {
|
|
1538
|
+
EbsVolume?: VolumeDetail | undefined;
|
|
1539
|
+
EbsSnapshot?: EbsSnapshot | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
export interface ScannedResource {
|
|
1542
|
+
ScannedResourceArn?: string | undefined;
|
|
1543
|
+
ScannedResourceType?: MalwareProtectionResourceType | undefined;
|
|
1544
|
+
ScannedResourceStatus?: MalwareProtectionScanStatus | undefined;
|
|
1545
|
+
ScanStatusReason?: ScanStatusReason | undefined;
|
|
1546
|
+
ResourceDetails?: ScannedResourceDetails | undefined;
|
|
1547
|
+
}
|
|
1548
|
+
export interface ScanResultThreat {
|
|
1549
|
+
Name?: string | undefined;
|
|
1550
|
+
Source?: DetectionSource | undefined;
|
|
1551
|
+
Count?: number | undefined;
|
|
1552
|
+
Hash?: string | undefined;
|
|
1553
|
+
ItemDetails?: ItemDetails[] | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
export interface GetMalwareScanResultDetails {
|
|
1556
|
+
ScanResultStatus?: ScanResultStatus | undefined;
|
|
1557
|
+
SkippedFileCount?: number | undefined;
|
|
1558
|
+
FailedFileCount?: number | undefined;
|
|
1559
|
+
ThreatFoundFileCount?: number | undefined;
|
|
1560
|
+
TotalFileCount?: number | undefined;
|
|
1561
|
+
TotalBytes?: number | undefined;
|
|
1562
|
+
UniqueThreatCount?: number | undefined;
|
|
1563
|
+
Threats?: ScanResultThreat[] | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
export interface GetMalwareScanResponse {
|
|
1566
|
+
ScanId?: string | undefined;
|
|
1567
|
+
DetectorId?: string | undefined;
|
|
1568
|
+
AdminDetectorId?: string | undefined;
|
|
1569
|
+
ResourceArn?: string | undefined;
|
|
1570
|
+
ResourceType?: MalwareProtectionResourceType | undefined;
|
|
1571
|
+
ScannedResourcesCount?: number | undefined;
|
|
1572
|
+
SkippedResourcesCount?: number | undefined;
|
|
1573
|
+
FailedResourcesCount?: number | undefined;
|
|
1574
|
+
ScannedResources?: ScannedResource[] | undefined;
|
|
1575
|
+
ScanConfiguration?: ScanConfiguration | undefined;
|
|
1576
|
+
ScanCategory?: ScanCategory | undefined;
|
|
1577
|
+
ScanStatus?: MalwareProtectionScanStatus | undefined;
|
|
1578
|
+
ScanStatusReason?: ScanStatusReason | undefined;
|
|
1579
|
+
ScanType?: MalwareProtectionScanType | undefined;
|
|
1580
|
+
ScanStartedAt?: Date | undefined;
|
|
1581
|
+
ScanCompletedAt?: Date | undefined;
|
|
1582
|
+
ScanResultDetails?: GetMalwareScanResultDetails | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export interface GetMalwareScanSettingsRequest {
|
|
1585
|
+
DetectorId: string | undefined;
|
|
1586
|
+
}
|
|
1587
|
+
export interface ScanConditionPair {
|
|
1588
|
+
Key: string | undefined;
|
|
1589
|
+
Value?: string | undefined;
|
|
1590
|
+
}
|
|
1591
|
+
export interface ScanCondition {
|
|
1592
|
+
MapEquals: ScanConditionPair[] | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export interface ScanResourceCriteria {
|
|
1595
|
+
Include?: Partial<Record<ScanCriterionKey, ScanCondition>> | undefined;
|
|
1596
|
+
Exclude?: Partial<Record<ScanCriterionKey, ScanCondition>> | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
export interface GetMalwareScanSettingsResponse {
|
|
1599
|
+
ScanResourceCriteria?: ScanResourceCriteria | undefined;
|
|
1600
|
+
EbsSnapshotPreservation?: EbsSnapshotPreservation | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export interface GetMasterAccountRequest {
|
|
1603
|
+
DetectorId: string | undefined;
|
|
1604
|
+
}
|
|
1605
|
+
export interface Master {
|
|
1606
|
+
AccountId?: string | undefined;
|
|
1607
|
+
InvitationId?: string | undefined;
|
|
1608
|
+
RelationshipStatus?: string | undefined;
|
|
1609
|
+
InvitedAt?: string | undefined;
|
|
1610
|
+
}
|
|
1611
|
+
export interface GetMasterAccountResponse {
|
|
1612
|
+
Master: Master | undefined;
|
|
1613
|
+
}
|
|
1614
|
+
export interface GetMemberDetectorsRequest {
|
|
1615
|
+
DetectorId: string | undefined;
|
|
1616
|
+
AccountIds: string[] | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
export interface MemberAdditionalConfigurationResult {
|
|
1619
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1620
|
+
Status?: FeatureStatus | undefined;
|
|
1621
|
+
UpdatedAt?: Date | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface MemberFeaturesConfigurationResult {
|
|
1624
|
+
Name?: OrgFeature | undefined;
|
|
1625
|
+
Status?: FeatureStatus | undefined;
|
|
1626
|
+
UpdatedAt?: Date | undefined;
|
|
1627
|
+
AdditionalConfiguration?: MemberAdditionalConfigurationResult[] | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export interface MemberDataSourceConfiguration {
|
|
1630
|
+
AccountId: string | undefined;
|
|
1631
|
+
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
1632
|
+
Features?: MemberFeaturesConfigurationResult[] | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export interface GetMemberDetectorsResponse {
|
|
1635
|
+
MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
|
|
1636
|
+
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1637
|
+
}
|
|
1638
|
+
export interface GetMembersRequest {
|
|
1639
|
+
DetectorId: string | undefined;
|
|
1640
|
+
AccountIds: string[] | undefined;
|
|
1641
|
+
}
|
|
1642
|
+
export interface Member {
|
|
1643
|
+
AccountId: string | undefined;
|
|
1644
|
+
DetectorId?: string | undefined;
|
|
1645
|
+
MasterId: string | undefined;
|
|
1646
|
+
Email: string | undefined;
|
|
1647
|
+
RelationshipStatus: string | undefined;
|
|
1648
|
+
InvitedAt?: string | undefined;
|
|
1649
|
+
UpdatedAt: string | undefined;
|
|
1650
|
+
AdministratorId?: string | undefined;
|
|
1651
|
+
}
|
|
1652
|
+
export interface GetMembersResponse {
|
|
1653
|
+
Members: Member[] | undefined;
|
|
1654
|
+
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1655
|
+
}
|
|
1656
|
+
export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
1657
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1658
|
+
EnabledAccountsCount?: number | undefined;
|
|
1659
|
+
}
|