@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
|
@@ -9,11 +9,13 @@ export interface AcceptAdministratorInvitationRequest {
|
|
|
9
9
|
*/
|
|
10
10
|
DetectorId: string | undefined;
|
|
11
11
|
/**
|
|
12
|
-
* <p>The account ID of the GuardDuty administrator account whose invitation you're
|
|
12
|
+
* <p>The account ID of the GuardDuty administrator account whose invitation you're
|
|
13
|
+
* accepting.</p>
|
|
13
14
|
*/
|
|
14
15
|
AdministratorId: string | undefined;
|
|
15
16
|
/**
|
|
16
|
-
* <p>The value that is used to validate the administrator account to the member
|
|
17
|
+
* <p>The value that is used to validate the administrator account to the member
|
|
18
|
+
* account.</p>
|
|
17
19
|
*/
|
|
18
20
|
InvitationId: string | undefined;
|
|
19
21
|
}
|
|
@@ -71,11 +73,13 @@ export interface AcceptInvitationRequest {
|
|
|
71
73
|
*/
|
|
72
74
|
DetectorId: string | undefined;
|
|
73
75
|
/**
|
|
74
|
-
* <p>The account ID of the GuardDuty administrator account whose invitation you're
|
|
76
|
+
* <p>The account ID of the GuardDuty administrator account whose invitation you're
|
|
77
|
+
* accepting.</p>
|
|
75
78
|
*/
|
|
76
79
|
MasterId: string | undefined;
|
|
77
80
|
/**
|
|
78
|
-
* <p>The value that is used to validate the administrator account to the member
|
|
81
|
+
* <p>The value that is used to validate the administrator account to the member
|
|
82
|
+
* account.</p>
|
|
79
83
|
*/
|
|
80
84
|
InvitationId: string | undefined;
|
|
81
85
|
}
|
|
@@ -138,7 +142,8 @@ export interface AccountDetail {
|
|
|
138
142
|
}
|
|
139
143
|
/**
|
|
140
144
|
* @public
|
|
141
|
-
* <p>Contains information about which data sources are enabled for the GuardDuty member
|
|
145
|
+
* <p>Contains information about which data sources are enabled for the GuardDuty member
|
|
146
|
+
* account.</p>
|
|
142
147
|
*/
|
|
143
148
|
export interface DataSourceFreeTrial {
|
|
144
149
|
/**
|
|
@@ -148,7 +153,8 @@ export interface DataSourceFreeTrial {
|
|
|
148
153
|
}
|
|
149
154
|
/**
|
|
150
155
|
* @public
|
|
151
|
-
* <p>Provides details about the Kubernetes resources when it is enabled as a data
|
|
156
|
+
* <p>Provides details about the Kubernetes resources when it is enabled as a data
|
|
157
|
+
* source.</p>
|
|
152
158
|
*/
|
|
153
159
|
export interface KubernetesDataSourceFreeTrial {
|
|
154
160
|
/**
|
|
@@ -162,13 +168,15 @@ export interface KubernetesDataSourceFreeTrial {
|
|
|
162
168
|
*/
|
|
163
169
|
export interface MalwareProtectionDataSourceFreeTrial {
|
|
164
170
|
/**
|
|
165
|
-
* <p>Describes whether Malware Protection for EC2 instances with findings is enabled as a data
|
|
171
|
+
* <p>Describes whether Malware Protection for EC2 instances with findings is enabled as a data
|
|
172
|
+
* source.</p>
|
|
166
173
|
*/
|
|
167
174
|
ScanEc2InstanceWithFindings?: DataSourceFreeTrial;
|
|
168
175
|
}
|
|
169
176
|
/**
|
|
170
177
|
* @public
|
|
171
|
-
* <p>Contains information about which data sources are enabled for the GuardDuty member
|
|
178
|
+
* <p>Contains information about which data sources are enabled for the GuardDuty member
|
|
179
|
+
* account.</p>
|
|
172
180
|
*/
|
|
173
181
|
export interface DataSourcesFreeTrial {
|
|
174
182
|
/**
|
|
@@ -198,16 +206,22 @@ export interface DataSourcesFreeTrial {
|
|
|
198
206
|
}
|
|
199
207
|
/**
|
|
200
208
|
* @public
|
|
209
|
+
* @enum
|
|
201
210
|
*/
|
|
202
|
-
export declare
|
|
203
|
-
CLOUD_TRAIL
|
|
204
|
-
DNS_LOGS
|
|
205
|
-
EBS_MALWARE_PROTECTION
|
|
206
|
-
EKS_AUDIT_LOGS
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
+
export declare const FreeTrialFeatureResult: {
|
|
212
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
213
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
214
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
215
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
216
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
217
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
218
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
219
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
export type FreeTrialFeatureResult = (typeof FreeTrialFeatureResult)[keyof typeof FreeTrialFeatureResult];
|
|
211
225
|
/**
|
|
212
226
|
* @public
|
|
213
227
|
* <p>Contains information about the free trial period for a feature.</p>
|
|
@@ -296,7 +310,10 @@ export interface RemoteAccountDetails {
|
|
|
296
310
|
*/
|
|
297
311
|
AccountId?: string;
|
|
298
312
|
/**
|
|
299
|
-
* <p>Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty
|
|
313
|
+
* <p>Details on whether the Amazon Web Services account of the remote API caller is related to your GuardDuty
|
|
314
|
+
* environment. If this value is <code>True</code> the API caller is affiliated to your account
|
|
315
|
+
* in some way. If it is <code>False</code> the API caller is from outside your
|
|
316
|
+
* environment.</p>
|
|
300
317
|
*/
|
|
301
318
|
Affiliated?: boolean;
|
|
302
319
|
}
|
|
@@ -421,11 +438,13 @@ export interface AwsApiCallAction {
|
|
|
421
438
|
*/
|
|
422
439
|
ServiceName?: string;
|
|
423
440
|
/**
|
|
424
|
-
* <p>The details of the Amazon Web Services account that made the API call. This field appears if the call
|
|
441
|
+
* <p>The details of the Amazon Web Services account that made the API call. This field appears if the call
|
|
442
|
+
* was made from outside your account.</p>
|
|
425
443
|
*/
|
|
426
444
|
RemoteAccountDetails?: RemoteAccountDetails;
|
|
427
445
|
/**
|
|
428
|
-
* <p>The details of the Amazon Web Services account that made the API call. This field identifies the
|
|
446
|
+
* <p>The details of the Amazon Web Services account that made the API call. This field identifies the
|
|
447
|
+
* resources that were affected by this API call.</p>
|
|
429
448
|
*/
|
|
430
449
|
AffectedResources?: Record<string, string>;
|
|
431
450
|
}
|
|
@@ -439,7 +458,8 @@ export interface DnsRequestAction {
|
|
|
439
458
|
*/
|
|
440
459
|
Domain?: string;
|
|
441
460
|
/**
|
|
442
|
-
* <p>The network connection protocol observed in the activity that prompted GuardDuty to
|
|
461
|
+
* <p>The network connection protocol observed in the activity that prompted GuardDuty to
|
|
462
|
+
* generate the finding.</p>
|
|
443
463
|
*/
|
|
444
464
|
Protocol?: string;
|
|
445
465
|
/**
|
|
@@ -461,7 +481,8 @@ export interface KubernetesApiCallAction {
|
|
|
461
481
|
*/
|
|
462
482
|
Verb?: string;
|
|
463
483
|
/**
|
|
464
|
-
* <p>The IP of the
|
|
484
|
+
* <p>The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between
|
|
485
|
+
* the caller and the API endpoint.</p>
|
|
465
486
|
*/
|
|
466
487
|
SourceIps?: string[];
|
|
467
488
|
/**
|
|
@@ -605,14 +626,14 @@ export interface LoginAttribute {
|
|
|
605
626
|
FailedLoginAttempts?: number;
|
|
606
627
|
/**
|
|
607
628
|
* <p>Represents the sum of successful connections (a correct combination of login attributes)
|
|
608
|
-
*
|
|
629
|
+
* made to the database instance by the actor.</p>
|
|
609
630
|
*/
|
|
610
631
|
SuccessfulLoginAttempts?: number;
|
|
611
632
|
}
|
|
612
633
|
/**
|
|
613
634
|
* @public
|
|
614
|
-
* <p>Indicates that a login attempt was made to the potentially compromised database from
|
|
615
|
-
*
|
|
635
|
+
* <p>Indicates that a login attempt was made to the potentially compromised database from a
|
|
636
|
+
* remote IP address.</p>
|
|
616
637
|
*/
|
|
617
638
|
export interface RdsLoginAttemptAction {
|
|
618
639
|
/**
|
|
@@ -660,11 +681,30 @@ export interface Action {
|
|
|
660
681
|
}
|
|
661
682
|
/**
|
|
662
683
|
* @public
|
|
684
|
+
* <p>Information about the installed EKS add-on (GuardDuty security agent).</p>
|
|
663
685
|
*/
|
|
664
|
-
export
|
|
665
|
-
|
|
666
|
-
|
|
686
|
+
export interface AddonDetails {
|
|
687
|
+
/**
|
|
688
|
+
* <p>Version of the installed EKS add-on.</p>
|
|
689
|
+
*/
|
|
690
|
+
AddonVersion?: string;
|
|
691
|
+
/**
|
|
692
|
+
* <p>Status of the installed EKS add-on.</p>
|
|
693
|
+
*/
|
|
694
|
+
AddonStatus?: string;
|
|
667
695
|
}
|
|
696
|
+
/**
|
|
697
|
+
* @public
|
|
698
|
+
* @enum
|
|
699
|
+
*/
|
|
700
|
+
export declare const AdminStatus: {
|
|
701
|
+
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
702
|
+
readonly ENABLED: "ENABLED";
|
|
703
|
+
};
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
|
|
668
708
|
/**
|
|
669
709
|
* @public
|
|
670
710
|
* <p>The account within the organization specified as the GuardDuty delegated
|
|
@@ -690,7 +730,8 @@ export interface Administrator {
|
|
|
690
730
|
*/
|
|
691
731
|
AccountId?: string;
|
|
692
732
|
/**
|
|
693
|
-
* <p>The value that is used to validate the administrator account to the member
|
|
733
|
+
* <p>The value that is used to validate the administrator account to the member
|
|
734
|
+
* account.</p>
|
|
694
735
|
*/
|
|
695
736
|
InvitationId?: string;
|
|
696
737
|
/**
|
|
@@ -723,12 +764,17 @@ export interface ArchiveFindingsResponse {
|
|
|
723
764
|
}
|
|
724
765
|
/**
|
|
725
766
|
* @public
|
|
767
|
+
* @enum
|
|
726
768
|
*/
|
|
727
|
-
export declare
|
|
728
|
-
ALL
|
|
729
|
-
NEW
|
|
730
|
-
NONE
|
|
731
|
-
}
|
|
769
|
+
export declare const AutoEnableMembers: {
|
|
770
|
+
readonly ALL: "ALL";
|
|
771
|
+
readonly NEW: "NEW";
|
|
772
|
+
readonly NONE: "NONE";
|
|
773
|
+
};
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
export type AutoEnableMembers = (typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
|
|
732
778
|
/**
|
|
733
779
|
* @public
|
|
734
780
|
* <p>Contains information on the current bucket policies for the S3 bucket.</p>
|
|
@@ -766,11 +812,16 @@ export interface BucketLevelPermissions {
|
|
|
766
812
|
}
|
|
767
813
|
/**
|
|
768
814
|
* @public
|
|
815
|
+
* @enum
|
|
769
816
|
*/
|
|
770
|
-
export declare
|
|
771
|
-
DISABLED
|
|
772
|
-
ENABLED
|
|
773
|
-
}
|
|
817
|
+
export declare const DataSourceStatus: {
|
|
818
|
+
readonly DISABLED: "DISABLED";
|
|
819
|
+
readonly ENABLED: "ENABLED";
|
|
820
|
+
};
|
|
821
|
+
/**
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
824
|
+
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
774
825
|
/**
|
|
775
826
|
* @public
|
|
776
827
|
* <p>Contains information on the status of CloudTrail as a data source for the detector.</p>
|
|
@@ -907,7 +958,9 @@ export interface Container {
|
|
|
907
958
|
*/
|
|
908
959
|
Image?: string;
|
|
909
960
|
/**
|
|
910
|
-
* <p>Part of the image name before the last slash. For example, imagePrefix for
|
|
961
|
+
* <p>Part of the image name before the last slash. For example, imagePrefix for
|
|
962
|
+
* public.ecr.aws/amazonlinux/amazonlinux:latest would be public.ecr.aws/amazonlinux. If the
|
|
963
|
+
* image name is relative and does not have a slash, this field is empty.</p>
|
|
911
964
|
*/
|
|
912
965
|
ImagePrefix?: string;
|
|
913
966
|
/**
|
|
@@ -919,6 +972,228 @@ export interface Container {
|
|
|
919
972
|
*/
|
|
920
973
|
SecurityContext?: SecurityContext;
|
|
921
974
|
}
|
|
975
|
+
/**
|
|
976
|
+
* @public
|
|
977
|
+
* @enum
|
|
978
|
+
*/
|
|
979
|
+
export declare const CoverageStatus: {
|
|
980
|
+
readonly HEALTHY: "HEALTHY";
|
|
981
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
982
|
+
};
|
|
983
|
+
/**
|
|
984
|
+
* @public
|
|
985
|
+
*/
|
|
986
|
+
export type CoverageStatus = (typeof CoverageStatus)[keyof typeof CoverageStatus];
|
|
987
|
+
/**
|
|
988
|
+
* @public
|
|
989
|
+
* @enum
|
|
990
|
+
*/
|
|
991
|
+
export declare const ResourceType: {
|
|
992
|
+
readonly EKS: "EKS";
|
|
993
|
+
};
|
|
994
|
+
/**
|
|
995
|
+
* @public
|
|
996
|
+
*/
|
|
997
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
998
|
+
/**
|
|
999
|
+
* @public
|
|
1000
|
+
* <p>Information about the EKS cluster that has a coverage status.</p>
|
|
1001
|
+
*/
|
|
1002
|
+
export interface CoverageEksClusterDetails {
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>Name of the EKS cluster.</p>
|
|
1005
|
+
*/
|
|
1006
|
+
ClusterName?: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>Represents the nodes within the EKS cluster that have a <code>HEALTHY</code> coverage
|
|
1009
|
+
* status.</p>
|
|
1010
|
+
*/
|
|
1011
|
+
CoveredNodes?: number;
|
|
1012
|
+
/**
|
|
1013
|
+
* <p>Represents all the nodes within the EKS cluster in your account.</p>
|
|
1014
|
+
*/
|
|
1015
|
+
CompatibleNodes?: number;
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>Information about the installed EKS add-on.</p>
|
|
1018
|
+
*/
|
|
1019
|
+
AddonDetails?: AddonDetails;
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* @public
|
|
1023
|
+
* <p>Represents a condition that when matched will be added to the response of the
|
|
1024
|
+
* operation.</p>
|
|
1025
|
+
*/
|
|
1026
|
+
export interface CoverageFilterCondition {
|
|
1027
|
+
/**
|
|
1028
|
+
* <p>Represents an equal condition that is applied to a single field while retrieving the
|
|
1029
|
+
* coverage details.</p>
|
|
1030
|
+
*/
|
|
1031
|
+
Equals?: string[];
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>Represents a not equal condition that is applied to a single field while retrieving the
|
|
1034
|
+
* coverage details.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
NotEquals?: string[];
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @public
|
|
1040
|
+
* @enum
|
|
1041
|
+
*/
|
|
1042
|
+
export declare const CoverageFilterCriterionKey: {
|
|
1043
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
1044
|
+
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
1045
|
+
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
1046
|
+
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
1047
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
1048
|
+
};
|
|
1049
|
+
/**
|
|
1050
|
+
* @public
|
|
1051
|
+
*/
|
|
1052
|
+
export type CoverageFilterCriterionKey = (typeof CoverageFilterCriterionKey)[keyof typeof CoverageFilterCriterionKey];
|
|
1053
|
+
/**
|
|
1054
|
+
* @public
|
|
1055
|
+
* <p>Represents a condition that when matched will be added to the response of the
|
|
1056
|
+
* operation.</p>
|
|
1057
|
+
*/
|
|
1058
|
+
export interface CoverageFilterCriterion {
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>An enum value representing possible filter fields.</p>
|
|
1061
|
+
*/
|
|
1062
|
+
CriterionKey?: CoverageFilterCriterionKey | string;
|
|
1063
|
+
/**
|
|
1064
|
+
* <p>Contains information about the condition.</p>
|
|
1065
|
+
*/
|
|
1066
|
+
FilterCondition?: CoverageFilterCondition;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* @public
|
|
1070
|
+
* <p>Represents the criteria used in the filter.</p>
|
|
1071
|
+
*/
|
|
1072
|
+
export interface CoverageFilterCriteria {
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>Represents a condition that when matched will be added to the response of the
|
|
1075
|
+
* operation.</p>
|
|
1076
|
+
*/
|
|
1077
|
+
FilterCriterion?: CoverageFilterCriterion[];
|
|
1078
|
+
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
* <p>Information about the resource for each individual EKS cluster.</p>
|
|
1082
|
+
*/
|
|
1083
|
+
export interface CoverageResourceDetails {
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>EKS cluster details involved in the coverage statistics.</p>
|
|
1086
|
+
*/
|
|
1087
|
+
EksClusterDetails?: CoverageEksClusterDetails;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The type of Amazon Web Services resource.</p>
|
|
1090
|
+
*/
|
|
1091
|
+
ResourceType?: ResourceType | string;
|
|
1092
|
+
}
|
|
1093
|
+
/**
|
|
1094
|
+
* @public
|
|
1095
|
+
* <p>Information about the resource of the GuardDuty account.</p>
|
|
1096
|
+
*/
|
|
1097
|
+
export interface CoverageResource {
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>The unique ID of the resource.</p>
|
|
1100
|
+
*/
|
|
1101
|
+
ResourceId?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>The unique ID of the GuardDuty detector associated with the resource.</p>
|
|
1104
|
+
*/
|
|
1105
|
+
DetectorId?: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>The unique ID of the Amazon Web Services account.</p>
|
|
1108
|
+
*/
|
|
1109
|
+
AccountId?: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>Information about the resource for which the coverage statistics are retrieved.</p>
|
|
1112
|
+
*/
|
|
1113
|
+
ResourceDetails?: CoverageResourceDetails;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>Represents the status of the EKS cluster coverage.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
CoverageStatus?: CoverageStatus | string;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>Represents the reason why a coverage status was <code>UNHEALTHY</code> for the EKS
|
|
1120
|
+
* cluster.</p>
|
|
1121
|
+
*/
|
|
1122
|
+
Issue?: string;
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>The timestamp at which the coverage details for the resource were last updated. This is in
|
|
1125
|
+
* UTC format.</p>
|
|
1126
|
+
*/
|
|
1127
|
+
UpdatedAt?: Date;
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
* @public
|
|
1131
|
+
* @enum
|
|
1132
|
+
*/
|
|
1133
|
+
export declare const CoverageSortKey: {
|
|
1134
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
1135
|
+
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
1136
|
+
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
1137
|
+
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
1138
|
+
readonly ISSUE: "ISSUE";
|
|
1139
|
+
readonly UPDATED_AT: "UPDATED_AT";
|
|
1140
|
+
};
|
|
1141
|
+
/**
|
|
1142
|
+
* @public
|
|
1143
|
+
*/
|
|
1144
|
+
export type CoverageSortKey = (typeof CoverageSortKey)[keyof typeof CoverageSortKey];
|
|
1145
|
+
/**
|
|
1146
|
+
* @public
|
|
1147
|
+
* @enum
|
|
1148
|
+
*/
|
|
1149
|
+
export declare const OrderBy: {
|
|
1150
|
+
readonly ASC: "ASC";
|
|
1151
|
+
readonly DESC: "DESC";
|
|
1152
|
+
};
|
|
1153
|
+
/**
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
|
|
1157
|
+
/**
|
|
1158
|
+
* @public
|
|
1159
|
+
* <p>Information about the sorting criteria used in the coverage statistics.</p>
|
|
1160
|
+
*/
|
|
1161
|
+
export interface CoverageSortCriteria {
|
|
1162
|
+
/**
|
|
1163
|
+
* <p>Represents the field name used to sort the coverage details.</p>
|
|
1164
|
+
*/
|
|
1165
|
+
AttributeName?: CoverageSortKey | string;
|
|
1166
|
+
/**
|
|
1167
|
+
* <p>The order in which the sorted findings are to be displayed.</p>
|
|
1168
|
+
*/
|
|
1169
|
+
OrderBy?: OrderBy | string;
|
|
1170
|
+
}
|
|
1171
|
+
/**
|
|
1172
|
+
* @public
|
|
1173
|
+
* <p>Information about the coverage statistics for a resource.</p>
|
|
1174
|
+
*/
|
|
1175
|
+
export interface CoverageStatistics {
|
|
1176
|
+
/**
|
|
1177
|
+
* <p>Represents coverage statistics for EKS clusters aggregated by resource type.</p>
|
|
1178
|
+
*/
|
|
1179
|
+
CountByResourceType?: Record<string, number>;
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>Represents coverage statistics for EKS clusters aggregated by coverage status.</p>
|
|
1182
|
+
*/
|
|
1183
|
+
CountByCoverageStatus?: Record<string, number>;
|
|
1184
|
+
}
|
|
1185
|
+
/**
|
|
1186
|
+
* @public
|
|
1187
|
+
* @enum
|
|
1188
|
+
*/
|
|
1189
|
+
export declare const CoverageStatisticsType: {
|
|
1190
|
+
readonly COUNT_BY_COVERAGE_STATUS: "COUNT_BY_COVERAGE_STATUS";
|
|
1191
|
+
readonly COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE";
|
|
1192
|
+
};
|
|
1193
|
+
/**
|
|
1194
|
+
* @public
|
|
1195
|
+
*/
|
|
1196
|
+
export type CoverageStatisticsType = (typeof CoverageStatisticsType)[keyof typeof CoverageStatisticsType];
|
|
922
1197
|
/**
|
|
923
1198
|
* @public
|
|
924
1199
|
* <p>Describes whether Kubernetes audit logs are enabled as a data source.</p>
|
|
@@ -941,7 +1216,8 @@ export interface KubernetesConfiguration {
|
|
|
941
1216
|
}
|
|
942
1217
|
/**
|
|
943
1218
|
* @public
|
|
944
|
-
* <p>Describes whether Malware Protection for EC2 instances with findings will be enabled as a
|
|
1219
|
+
* <p>Describes whether Malware Protection for EC2 instances with findings will be enabled as a
|
|
1220
|
+
* data source.</p>
|
|
945
1221
|
*/
|
|
946
1222
|
export interface ScanEc2InstanceWithFindings {
|
|
947
1223
|
/**
|
|
@@ -989,20 +1265,56 @@ export interface DataSourceConfigurations {
|
|
|
989
1265
|
}
|
|
990
1266
|
/**
|
|
991
1267
|
* @public
|
|
1268
|
+
* @enum
|
|
992
1269
|
*/
|
|
993
|
-
export declare
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1270
|
+
export declare const FeatureAdditionalConfiguration: {
|
|
1271
|
+
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
1272
|
+
};
|
|
1273
|
+
/**
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
1276
|
+
export type FeatureAdditionalConfiguration = (typeof FeatureAdditionalConfiguration)[keyof typeof FeatureAdditionalConfiguration];
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
* @enum
|
|
1280
|
+
*/
|
|
1281
|
+
export declare const FeatureStatus: {
|
|
1282
|
+
readonly DISABLED: "DISABLED";
|
|
1283
|
+
readonly ENABLED: "ENABLED";
|
|
1284
|
+
};
|
|
1285
|
+
/**
|
|
1286
|
+
* @public
|
|
1287
|
+
*/
|
|
1288
|
+
export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
999
1289
|
/**
|
|
1000
1290
|
* @public
|
|
1291
|
+
* <p>Information about the additional configuration for a feature in your GuardDuty account.</p>
|
|
1001
1292
|
*/
|
|
1002
|
-
export
|
|
1003
|
-
|
|
1004
|
-
|
|
1293
|
+
export interface DetectorAdditionalConfiguration {
|
|
1294
|
+
/**
|
|
1295
|
+
* <p>Name of the additional configuration.</p>
|
|
1296
|
+
*/
|
|
1297
|
+
Name?: FeatureAdditionalConfiguration | string;
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>Status of the additional configuration.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
Status?: FeatureStatus | string;
|
|
1005
1302
|
}
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
* @enum
|
|
1306
|
+
*/
|
|
1307
|
+
export declare const DetectorFeature: {
|
|
1308
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
1309
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
1310
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
1311
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
1312
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* @public
|
|
1316
|
+
*/
|
|
1317
|
+
export type DetectorFeature = (typeof DetectorFeature)[keyof typeof DetectorFeature];
|
|
1006
1318
|
/**
|
|
1007
1319
|
* @public
|
|
1008
1320
|
* <p>Contains information about a GuardDuty feature.</p>
|
|
@@ -1016,15 +1328,24 @@ export interface DetectorFeatureConfiguration {
|
|
|
1016
1328
|
* <p>The status of the feature.</p>
|
|
1017
1329
|
*/
|
|
1018
1330
|
Status?: FeatureStatus | string;
|
|
1331
|
+
/**
|
|
1332
|
+
* <p>Additional configuration for a resource.</p>
|
|
1333
|
+
*/
|
|
1334
|
+
AdditionalConfiguration?: DetectorAdditionalConfiguration[];
|
|
1019
1335
|
}
|
|
1020
1336
|
/**
|
|
1021
1337
|
* @public
|
|
1338
|
+
* @enum
|
|
1022
1339
|
*/
|
|
1023
|
-
export declare
|
|
1024
|
-
FIFTEEN_MINUTES
|
|
1025
|
-
ONE_HOUR
|
|
1026
|
-
SIX_HOURS
|
|
1027
|
-
}
|
|
1340
|
+
export declare const FindingPublishingFrequency: {
|
|
1341
|
+
readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
|
|
1342
|
+
readonly ONE_HOUR: "ONE_HOUR";
|
|
1343
|
+
readonly SIX_HOURS: "SIX_HOURS";
|
|
1344
|
+
};
|
|
1345
|
+
/**
|
|
1346
|
+
* @public
|
|
1347
|
+
*/
|
|
1348
|
+
export type FindingPublishingFrequency = (typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
|
|
1028
1349
|
/**
|
|
1029
1350
|
* @public
|
|
1030
1351
|
*/
|
|
@@ -1069,13 +1390,15 @@ export interface EbsVolumesResult {
|
|
|
1069
1390
|
*/
|
|
1070
1391
|
Status?: DataSourceStatus | string;
|
|
1071
1392
|
/**
|
|
1072
|
-
* <p>Specifies the reason why scanning EBS volumes (Malware Protection) was not enabled as a
|
|
1393
|
+
* <p>Specifies the reason why scanning EBS volumes (Malware Protection) was not enabled as a
|
|
1394
|
+
* data source.</p>
|
|
1073
1395
|
*/
|
|
1074
1396
|
Reason?: string;
|
|
1075
1397
|
}
|
|
1076
1398
|
/**
|
|
1077
1399
|
* @public
|
|
1078
|
-
* <p>An object that contains information on the status of whether Malware Protection for EC2
|
|
1400
|
+
* <p>An object that contains information on the status of whether Malware Protection for EC2
|
|
1401
|
+
* instances with findings will be enabled as a data source.</p>
|
|
1079
1402
|
*/
|
|
1080
1403
|
export interface ScanEc2InstanceWithFindingsResult {
|
|
1081
1404
|
/**
|
|
@@ -1085,7 +1408,8 @@ export interface ScanEc2InstanceWithFindingsResult {
|
|
|
1085
1408
|
}
|
|
1086
1409
|
/**
|
|
1087
1410
|
* @public
|
|
1088
|
-
* <p>An object that contains information on the status of all Malware Protection data
|
|
1411
|
+
* <p>An object that contains information on the status of all Malware Protection data
|
|
1412
|
+
* sources.</p>
|
|
1089
1413
|
*/
|
|
1090
1414
|
export interface MalwareProtectionConfigurationResult {
|
|
1091
1415
|
/**
|
|
@@ -1103,7 +1427,8 @@ export interface MalwareProtectionConfigurationResult {
|
|
|
1103
1427
|
*/
|
|
1104
1428
|
export interface UnprocessedDataSourcesResult {
|
|
1105
1429
|
/**
|
|
1106
|
-
* <p>An object that contains information on the status of all Malware Protection data
|
|
1430
|
+
* <p>An object that contains information on the status of all Malware Protection data
|
|
1431
|
+
* sources.</p>
|
|
1107
1432
|
*/
|
|
1108
1433
|
MalwareProtection?: MalwareProtectionConfigurationResult;
|
|
1109
1434
|
}
|
|
@@ -1117,17 +1442,22 @@ export interface CreateDetectorResponse {
|
|
|
1117
1442
|
DetectorId?: string;
|
|
1118
1443
|
/**
|
|
1119
1444
|
* <p>Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the
|
|
1120
|
-
*
|
|
1445
|
+
* first time.</p>
|
|
1121
1446
|
*/
|
|
1122
1447
|
UnprocessedDataSources?: UnprocessedDataSourcesResult;
|
|
1123
1448
|
}
|
|
1124
1449
|
/**
|
|
1125
1450
|
* @public
|
|
1451
|
+
* @enum
|
|
1126
1452
|
*/
|
|
1127
|
-
export declare
|
|
1128
|
-
ARCHIVE
|
|
1129
|
-
NOOP
|
|
1130
|
-
}
|
|
1453
|
+
export declare const FilterAction: {
|
|
1454
|
+
readonly ARCHIVE: "ARCHIVE";
|
|
1455
|
+
readonly NOOP: "NOOP";
|
|
1456
|
+
};
|
|
1457
|
+
/**
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1460
|
+
export type FilterAction = (typeof FilterAction)[keyof typeof FilterAction];
|
|
1131
1461
|
/**
|
|
1132
1462
|
* @public
|
|
1133
1463
|
* <p>Contains information about the criteria used for querying findings.</p>
|
|
@@ -1149,14 +1479,15 @@ export interface CreateFilterRequest {
|
|
|
1149
1479
|
*/
|
|
1150
1480
|
DetectorId: string | undefined;
|
|
1151
1481
|
/**
|
|
1152
|
-
* <p>The name of the filter. Valid characters include period (.), underscore (_),
|
|
1153
|
-
*
|
|
1482
|
+
* <p>The name of the filter. Valid characters include period (.), underscore (_), dash (-), and
|
|
1483
|
+
* alphanumeric characters. A whitespace is considered to be an invalid character.</p>
|
|
1154
1484
|
*/
|
|
1155
1485
|
Name: string | undefined;
|
|
1156
1486
|
/**
|
|
1157
|
-
* <p>The description of the filter. Valid characters include alphanumeric characters, and
|
|
1158
|
-
* characters such as hyphen, period, colon, underscore, parentheses (<code>\{ \}</code>,
|
|
1159
|
-
*
|
|
1487
|
+
* <p>The description of the filter. Valid characters include alphanumeric characters, and
|
|
1488
|
+
* special characters such as hyphen, period, colon, underscore, parentheses (<code>\{ \}</code>,
|
|
1489
|
+
* <code>[ ]</code>, and <code>( )</code>), forward slash, horizontal tab, vertical tab,
|
|
1490
|
+
* newline, form feed, return, and whitespace.</p>
|
|
1160
1491
|
*/
|
|
1161
1492
|
Description?: string;
|
|
1162
1493
|
/**
|
|
@@ -1362,15 +1693,20 @@ export interface CreateFilterResponse {
|
|
|
1362
1693
|
}
|
|
1363
1694
|
/**
|
|
1364
1695
|
* @public
|
|
1696
|
+
* @enum
|
|
1365
1697
|
*/
|
|
1366
|
-
export declare
|
|
1367
|
-
ALIEN_VAULT
|
|
1368
|
-
FIRE_EYE
|
|
1369
|
-
OTX_CSV
|
|
1370
|
-
PROOF_POINT
|
|
1371
|
-
STIX
|
|
1372
|
-
TXT
|
|
1373
|
-
}
|
|
1698
|
+
export declare const IpSetFormat: {
|
|
1699
|
+
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
1700
|
+
readonly FIRE_EYE: "FIRE_EYE";
|
|
1701
|
+
readonly OTX_CSV: "OTX_CSV";
|
|
1702
|
+
readonly PROOF_POINT: "PROOF_POINT";
|
|
1703
|
+
readonly STIX: "STIX";
|
|
1704
|
+
readonly TXT: "TXT";
|
|
1705
|
+
};
|
|
1706
|
+
/**
|
|
1707
|
+
* @public
|
|
1708
|
+
*/
|
|
1709
|
+
export type IpSetFormat = (typeof IpSetFormat)[keyof typeof IpSetFormat];
|
|
1374
1710
|
/**
|
|
1375
1711
|
* @public
|
|
1376
1712
|
*/
|
|
@@ -1475,10 +1811,15 @@ export interface DestinationProperties {
|
|
|
1475
1811
|
}
|
|
1476
1812
|
/**
|
|
1477
1813
|
* @public
|
|
1814
|
+
* @enum
|
|
1478
1815
|
*/
|
|
1479
|
-
export declare
|
|
1480
|
-
S3
|
|
1481
|
-
}
|
|
1816
|
+
export declare const DestinationType: {
|
|
1817
|
+
readonly S3: "S3";
|
|
1818
|
+
};
|
|
1819
|
+
/**
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
|
|
1482
1823
|
/**
|
|
1483
1824
|
* @public
|
|
1484
1825
|
*/
|
|
@@ -1531,15 +1872,20 @@ export interface CreateSampleFindingsResponse {
|
|
|
1531
1872
|
}
|
|
1532
1873
|
/**
|
|
1533
1874
|
* @public
|
|
1875
|
+
* @enum
|
|
1534
1876
|
*/
|
|
1535
|
-
export declare
|
|
1536
|
-
ALIEN_VAULT
|
|
1537
|
-
FIRE_EYE
|
|
1538
|
-
OTX_CSV
|
|
1539
|
-
PROOF_POINT
|
|
1540
|
-
STIX
|
|
1541
|
-
TXT
|
|
1542
|
-
}
|
|
1877
|
+
export declare const ThreatIntelSetFormat: {
|
|
1878
|
+
readonly ALIEN_VAULT: "ALIEN_VAULT";
|
|
1879
|
+
readonly FIRE_EYE: "FIRE_EYE";
|
|
1880
|
+
readonly OTX_CSV: "OTX_CSV";
|
|
1881
|
+
readonly PROOF_POINT: "PROOF_POINT";
|
|
1882
|
+
readonly STIX: "STIX";
|
|
1883
|
+
readonly TXT: "TXT";
|
|
1884
|
+
};
|
|
1885
|
+
/**
|
|
1886
|
+
* @public
|
|
1887
|
+
*/
|
|
1888
|
+
export type ThreatIntelSetFormat = (typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
|
|
1543
1889
|
/**
|
|
1544
1890
|
* @public
|
|
1545
1891
|
*/
|
|
@@ -1587,26 +1933,36 @@ export interface CreateThreatIntelSetResponse {
|
|
|
1587
1933
|
}
|
|
1588
1934
|
/**
|
|
1589
1935
|
* @public
|
|
1936
|
+
* @enum
|
|
1590
1937
|
*/
|
|
1591
|
-
export declare
|
|
1592
|
-
ACCOUNT_ID
|
|
1593
|
-
EC2_INSTANCE_ARN
|
|
1594
|
-
GUARDDUTY_FINDING_ID
|
|
1595
|
-
SCAN_ID
|
|
1596
|
-
SCAN_START_TIME
|
|
1597
|
-
SCAN_STATUS
|
|
1598
|
-
}
|
|
1938
|
+
export declare const CriterionKey: {
|
|
1939
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
1940
|
+
readonly EC2_INSTANCE_ARN: "EC2_INSTANCE_ARN";
|
|
1941
|
+
readonly GUARDDUTY_FINDING_ID: "GUARDDUTY_FINDING_ID";
|
|
1942
|
+
readonly SCAN_ID: "SCAN_ID";
|
|
1943
|
+
readonly SCAN_START_TIME: "SCAN_START_TIME";
|
|
1944
|
+
readonly SCAN_STATUS: "SCAN_STATUS";
|
|
1945
|
+
};
|
|
1599
1946
|
/**
|
|
1600
1947
|
* @public
|
|
1601
1948
|
*/
|
|
1602
|
-
export
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1949
|
+
export type CriterionKey = (typeof CriterionKey)[keyof typeof CriterionKey];
|
|
1950
|
+
/**
|
|
1951
|
+
* @public
|
|
1952
|
+
* @enum
|
|
1953
|
+
*/
|
|
1954
|
+
export declare const DataSource: {
|
|
1955
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
1956
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
1957
|
+
readonly EC2_MALWARE_SCAN: "EC2_MALWARE_SCAN";
|
|
1958
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
1959
|
+
readonly KUBERNETES_AUDIT_LOGS: "KUBERNETES_AUDIT_LOGS";
|
|
1960
|
+
readonly S3_LOGS: "S3_LOGS";
|
|
1961
|
+
};
|
|
1962
|
+
/**
|
|
1963
|
+
* @public
|
|
1964
|
+
*/
|
|
1965
|
+
export type DataSource = (typeof DataSource)[keyof typeof DataSource];
|
|
1610
1966
|
/**
|
|
1611
1967
|
* @public
|
|
1612
1968
|
* <p>Contains information on the status of DNS logs as a data source.</p>
|
|
@@ -1713,7 +2069,7 @@ export interface DeclineInvitationsResponse {
|
|
|
1713
2069
|
/**
|
|
1714
2070
|
* @public
|
|
1715
2071
|
* <p>Contains information on the server side encryption method used in the S3 bucket. See
|
|
1716
|
-
*
|
|
2072
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">S3
|
|
1717
2073
|
* Server-Side Encryption</a> for more information.</p>
|
|
1718
2074
|
*/
|
|
1719
2075
|
export interface DefaultServerSideEncryption {
|
|
@@ -1881,13 +2237,14 @@ export interface FilterCondition {
|
|
|
1881
2237
|
/**
|
|
1882
2238
|
* @public
|
|
1883
2239
|
* <p>Represents a condition that when matched will be added to the response of the operation.
|
|
1884
|
-
* Irrespective of using any filter criteria, an administrator account can view the scan
|
|
1885
|
-
*
|
|
1886
|
-
*
|
|
2240
|
+
* Irrespective of using any filter criteria, an administrator account can view the scan entries
|
|
2241
|
+
* for all of its member accounts. However, each member account can view the scan entries only
|
|
2242
|
+
* for their own account.</p>
|
|
1887
2243
|
*/
|
|
1888
2244
|
export interface FilterCriterion {
|
|
1889
2245
|
/**
|
|
1890
|
-
* <p>An enum value representing possible scan properties to match with given scan
|
|
2246
|
+
* <p>An enum value representing possible scan properties to match with given scan
|
|
2247
|
+
* entries.</p>
|
|
1891
2248
|
*/
|
|
1892
2249
|
CriterionKey?: CriterionKey | string;
|
|
1893
2250
|
/**
|
|
@@ -1901,17 +2258,11 @@ export interface FilterCriterion {
|
|
|
1901
2258
|
*/
|
|
1902
2259
|
export interface FilterCriteria {
|
|
1903
2260
|
/**
|
|
1904
|
-
* <p>Represents a condition that when matched will be added to the response of the
|
|
2261
|
+
* <p>Represents a condition that when matched will be added to the response of the
|
|
2262
|
+
* operation.</p>
|
|
1905
2263
|
*/
|
|
1906
2264
|
FilterCriterion?: FilterCriterion[];
|
|
1907
2265
|
}
|
|
1908
|
-
/**
|
|
1909
|
-
* @public
|
|
1910
|
-
*/
|
|
1911
|
-
export declare enum OrderBy {
|
|
1912
|
-
ASC = "ASC",
|
|
1913
|
-
DESC = "DESC"
|
|
1914
|
-
}
|
|
1915
2266
|
/**
|
|
1916
2267
|
* @public
|
|
1917
2268
|
* <p>Contains information about the criteria used for sorting findings.</p>
|
|
@@ -1954,7 +2305,8 @@ export interface DescribeMalwareScansRequest {
|
|
|
1954
2305
|
/**
|
|
1955
2306
|
* <p>Represents the criteria used for sorting scan entries. The <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_SortCriteria.html#guardduty-Type-SortCriteria-attributeName">
|
|
1956
2307
|
* <code>attributeName</code>
|
|
1957
|
-
* </a> is required and it must be
|
|
2308
|
+
* </a> is required and it must be
|
|
2309
|
+
* <code>scanStartTime</code>.</p>
|
|
1958
2310
|
*/
|
|
1959
2311
|
SortCriteria?: SortCriteria;
|
|
1960
2312
|
}
|
|
@@ -2004,11 +2356,16 @@ export interface ResourceDetails {
|
|
|
2004
2356
|
}
|
|
2005
2357
|
/**
|
|
2006
2358
|
* @public
|
|
2359
|
+
* @enum
|
|
2007
2360
|
*/
|
|
2008
|
-
export declare
|
|
2009
|
-
CLEAN
|
|
2010
|
-
INFECTED
|
|
2011
|
-
}
|
|
2361
|
+
export declare const ScanResult: {
|
|
2362
|
+
readonly CLEAN: "CLEAN";
|
|
2363
|
+
readonly INFECTED: "INFECTED";
|
|
2364
|
+
};
|
|
2365
|
+
/**
|
|
2366
|
+
* @public
|
|
2367
|
+
*/
|
|
2368
|
+
export type ScanResult = (typeof ScanResult)[keyof typeof ScanResult];
|
|
2012
2369
|
/**
|
|
2013
2370
|
* @public
|
|
2014
2371
|
* <p>Represents the result of the scan.</p>
|
|
@@ -2021,12 +2378,17 @@ export interface ScanResultDetails {
|
|
|
2021
2378
|
}
|
|
2022
2379
|
/**
|
|
2023
2380
|
* @public
|
|
2381
|
+
* @enum
|
|
2024
2382
|
*/
|
|
2025
|
-
export declare
|
|
2026
|
-
COMPLETED
|
|
2027
|
-
FAILED
|
|
2028
|
-
RUNNING
|
|
2029
|
-
}
|
|
2383
|
+
export declare const ScanStatus: {
|
|
2384
|
+
readonly COMPLETED: "COMPLETED";
|
|
2385
|
+
readonly FAILED: "FAILED";
|
|
2386
|
+
readonly RUNNING: "RUNNING";
|
|
2387
|
+
};
|
|
2388
|
+
/**
|
|
2389
|
+
* @public
|
|
2390
|
+
*/
|
|
2391
|
+
export type ScanStatus = (typeof ScanStatus)[keyof typeof ScanStatus];
|
|
2030
2392
|
/**
|
|
2031
2393
|
* @public
|
|
2032
2394
|
* <p>Represents the reason the scan was triggered.</p>
|
|
@@ -2051,8 +2413,9 @@ export interface Scan {
|
|
|
2051
2413
|
*/
|
|
2052
2414
|
DetectorId?: string;
|
|
2053
2415
|
/**
|
|
2054
|
-
* <p>The unique detector ID of the administrator account that the request is associated with.
|
|
2055
|
-
* this value will be the same as the one used for <code>DetectorId</code> if the
|
|
2416
|
+
* <p>The unique detector ID of the administrator account that the request is associated with.
|
|
2417
|
+
* Note that this value will be the same as the one used for <code>DetectorId</code> if the
|
|
2418
|
+
* account is an administrator.</p>
|
|
2056
2419
|
*/
|
|
2057
2420
|
AdminDetectorId?: string;
|
|
2058
2421
|
/**
|
|
@@ -2113,7 +2476,8 @@ export interface DescribeMalwareScansResponse {
|
|
|
2113
2476
|
*/
|
|
2114
2477
|
Scans: Scan[] | undefined;
|
|
2115
2478
|
/**
|
|
2116
|
-
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
2479
|
+
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
2480
|
+
* items.</p>
|
|
2117
2481
|
*/
|
|
2118
2482
|
NextToken?: string;
|
|
2119
2483
|
}
|
|
@@ -2127,25 +2491,27 @@ export interface DescribeOrganizationConfigurationRequest {
|
|
|
2127
2491
|
*/
|
|
2128
2492
|
DetectorId: string | undefined;
|
|
2129
2493
|
/**
|
|
2130
|
-
* <p>You can use this parameter to indicate the maximum number of items
|
|
2131
|
-
*
|
|
2494
|
+
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
2495
|
+
* response.</p>
|
|
2132
2496
|
*/
|
|
2133
2497
|
MaxResults?: number;
|
|
2134
2498
|
/**
|
|
2135
|
-
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
2136
|
-
* first call to the list action. For subsequent calls to the action, fill
|
|
2137
|
-
*
|
|
2138
|
-
*
|
|
2499
|
+
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
2500
|
+
* null on your first call to the list action. For subsequent calls to the action, fill
|
|
2501
|
+
* <code>nextToken</code> in the request with the value of <code>NextToken</code> from the
|
|
2502
|
+
* previous response to continue listing data.</p>
|
|
2139
2503
|
*/
|
|
2140
2504
|
NextToken?: string;
|
|
2141
2505
|
}
|
|
2142
2506
|
/**
|
|
2143
2507
|
* @public
|
|
2144
|
-
* <p>The current configuration of Kubernetes audit logs as a data source for the
|
|
2508
|
+
* <p>The current configuration of Kubernetes audit logs as a data source for the
|
|
2509
|
+
* organization.</p>
|
|
2145
2510
|
*/
|
|
2146
2511
|
export interface OrganizationKubernetesAuditLogsConfigurationResult {
|
|
2147
2512
|
/**
|
|
2148
|
-
* <p>Whether Kubernetes audit logs data source should be auto-enabled for new members joining
|
|
2513
|
+
* <p>Whether Kubernetes audit logs data source should be auto-enabled for new members joining
|
|
2514
|
+
* the organization.</p>
|
|
2149
2515
|
*/
|
|
2150
2516
|
AutoEnable: boolean | undefined;
|
|
2151
2517
|
}
|
|
@@ -2155,23 +2521,27 @@ export interface OrganizationKubernetesAuditLogsConfigurationResult {
|
|
|
2155
2521
|
*/
|
|
2156
2522
|
export interface OrganizationKubernetesConfigurationResult {
|
|
2157
2523
|
/**
|
|
2158
|
-
* <p>The current configuration of Kubernetes audit logs as a data source for the
|
|
2524
|
+
* <p>The current configuration of Kubernetes audit logs as a data source for the
|
|
2525
|
+
* organization.</p>
|
|
2159
2526
|
*/
|
|
2160
2527
|
AuditLogs: OrganizationKubernetesAuditLogsConfigurationResult | undefined;
|
|
2161
2528
|
}
|
|
2162
2529
|
/**
|
|
2163
2530
|
* @public
|
|
2164
|
-
* <p>An object that contains information on the status of whether EBS volumes scanning will be
|
|
2531
|
+
* <p>An object that contains information on the status of whether EBS volumes scanning will be
|
|
2532
|
+
* enabled as a data source for an organization.</p>
|
|
2165
2533
|
*/
|
|
2166
2534
|
export interface OrganizationEbsVolumesResult {
|
|
2167
2535
|
/**
|
|
2168
|
-
* <p>An object that contains the status of whether scanning EBS volumes should be auto-enabled
|
|
2536
|
+
* <p>An object that contains the status of whether scanning EBS volumes should be auto-enabled
|
|
2537
|
+
* for new members joining the organization.</p>
|
|
2169
2538
|
*/
|
|
2170
2539
|
AutoEnable?: boolean;
|
|
2171
2540
|
}
|
|
2172
2541
|
/**
|
|
2173
2542
|
* @public
|
|
2174
|
-
* <p>An object that contains information on the status of scanning EC2 instances with findings
|
|
2543
|
+
* <p>An object that contains information on the status of scanning EC2 instances with findings
|
|
2544
|
+
* for an organization.</p>
|
|
2175
2545
|
*/
|
|
2176
2546
|
export interface OrganizationScanEc2InstanceWithFindingsResult {
|
|
2177
2547
|
/**
|
|
@@ -2181,11 +2551,13 @@ export interface OrganizationScanEc2InstanceWithFindingsResult {
|
|
|
2181
2551
|
}
|
|
2182
2552
|
/**
|
|
2183
2553
|
* @public
|
|
2184
|
-
* <p>An object that contains information on the status of all Malware Protection data source
|
|
2554
|
+
* <p>An object that contains information on the status of all Malware Protection data source
|
|
2555
|
+
* for an organization.</p>
|
|
2185
2556
|
*/
|
|
2186
2557
|
export interface OrganizationMalwareProtectionConfigurationResult {
|
|
2187
2558
|
/**
|
|
2188
|
-
* <p>Describes the configuration for scanning EC2 instances with findings for an
|
|
2559
|
+
* <p>Describes the configuration for scanning EC2 instances with findings for an
|
|
2560
|
+
* organization.</p>
|
|
2189
2561
|
*/
|
|
2190
2562
|
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult;
|
|
2191
2563
|
}
|
|
@@ -2222,20 +2594,62 @@ export interface OrganizationDataSourceConfigurationsResult {
|
|
|
2222
2594
|
}
|
|
2223
2595
|
/**
|
|
2224
2596
|
* @public
|
|
2597
|
+
* @enum
|
|
2225
2598
|
*/
|
|
2226
|
-
export declare
|
|
2227
|
-
NEW
|
|
2228
|
-
NONE
|
|
2229
|
-
}
|
|
2599
|
+
export declare const OrgFeatureStatus: {
|
|
2600
|
+
readonly NEW: "NEW";
|
|
2601
|
+
readonly NONE: "NONE";
|
|
2602
|
+
};
|
|
2603
|
+
/**
|
|
2604
|
+
* @public
|
|
2605
|
+
*/
|
|
2606
|
+
export type OrgFeatureStatus = (typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
|
|
2607
|
+
/**
|
|
2608
|
+
* @public
|
|
2609
|
+
* @enum
|
|
2610
|
+
*/
|
|
2611
|
+
export declare const OrgFeatureAdditionalConfiguration: {
|
|
2612
|
+
readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
|
|
2613
|
+
};
|
|
2614
|
+
/**
|
|
2615
|
+
* @public
|
|
2616
|
+
*/
|
|
2617
|
+
export type OrgFeatureAdditionalConfiguration = (typeof OrgFeatureAdditionalConfiguration)[keyof typeof OrgFeatureAdditionalConfiguration];
|
|
2230
2618
|
/**
|
|
2231
2619
|
* @public
|
|
2620
|
+
* <p>A list of additional configuration which will be configured for the organization.</p>
|
|
2232
2621
|
*/
|
|
2233
|
-
export
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2622
|
+
export interface OrganizationAdditionalConfigurationResult {
|
|
2623
|
+
/**
|
|
2624
|
+
* <p>The name of the additional configuration that is configured for the member accounts within
|
|
2625
|
+
* the organization.</p>
|
|
2626
|
+
*/
|
|
2627
|
+
Name?: OrgFeatureAdditionalConfiguration | string;
|
|
2628
|
+
/**
|
|
2629
|
+
* <p>Describes how The status of the additional configuration that are configured for the
|
|
2630
|
+
* member accounts within the organization.</p>
|
|
2631
|
+
* <p>If you set <code>AutoEnable</code> to <code>NEW</code>, a feature will be configured for
|
|
2632
|
+
* only the new accounts when they join the organization.</p>
|
|
2633
|
+
* <p>If you set <code>AutoEnable</code> to <code>NONE</code>, no feature will be configured for
|
|
2634
|
+
* the accounts when they join the organization.</p>
|
|
2635
|
+
*/
|
|
2636
|
+
AutoEnable?: OrgFeatureStatus | string;
|
|
2238
2637
|
}
|
|
2638
|
+
/**
|
|
2639
|
+
* @public
|
|
2640
|
+
* @enum
|
|
2641
|
+
*/
|
|
2642
|
+
export declare const OrgFeature: {
|
|
2643
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
2644
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
2645
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
2646
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
2647
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
2648
|
+
};
|
|
2649
|
+
/**
|
|
2650
|
+
* @public
|
|
2651
|
+
*/
|
|
2652
|
+
export type OrgFeature = (typeof OrgFeature)[keyof typeof OrgFeature];
|
|
2239
2653
|
/**
|
|
2240
2654
|
* @public
|
|
2241
2655
|
* <p>A list of features which will be configured for the organization.</p>
|
|
@@ -2247,14 +2661,19 @@ export interface OrganizationFeatureConfigurationResult {
|
|
|
2247
2661
|
*/
|
|
2248
2662
|
Name?: OrgFeature | string;
|
|
2249
2663
|
/**
|
|
2250
|
-
* <p>Describes how The status of the feature that are configured for the member accounts within
|
|
2251
|
-
* organization.</p>
|
|
2664
|
+
* <p>Describes how The status of the feature that are configured for the member accounts within
|
|
2665
|
+
* the organization.</p>
|
|
2252
2666
|
* <p>If you set <code>AutoEnable</code> to <code>NEW</code>, a feature will be configured for
|
|
2253
|
-
*
|
|
2667
|
+
* only the new accounts when they join the organization.</p>
|
|
2254
2668
|
* <p>If you set <code>AutoEnable</code> to <code>NONE</code>, no feature will be configured for
|
|
2255
2669
|
* the accounts when they join the organization.</p>
|
|
2256
2670
|
*/
|
|
2257
2671
|
AutoEnable?: OrgFeatureStatus | string;
|
|
2672
|
+
/**
|
|
2673
|
+
* <p>The additional configuration that is configured for the member accounts within the
|
|
2674
|
+
* organization.</p>
|
|
2675
|
+
*/
|
|
2676
|
+
AdditionalConfiguration?: OrganizationAdditionalConfigurationResult[];
|
|
2258
2677
|
}
|
|
2259
2678
|
/**
|
|
2260
2679
|
* @public
|
|
@@ -2265,6 +2684,8 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
2265
2684
|
*
|
|
2266
2685
|
* <p>Indicates whether GuardDuty is automatically enabled for accounts added to the
|
|
2267
2686
|
* organization.</p>
|
|
2687
|
+
* <p>Even though this is still supported, we recommend using
|
|
2688
|
+
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results.</p>
|
|
2268
2689
|
*/
|
|
2269
2690
|
AutoEnable?: boolean;
|
|
2270
2691
|
/**
|
|
@@ -2275,8 +2696,7 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
2275
2696
|
/**
|
|
2276
2697
|
* @deprecated
|
|
2277
2698
|
*
|
|
2278
|
-
* <p>Describes which data sources are enabled automatically for member
|
|
2279
|
-
* accounts.</p>
|
|
2699
|
+
* <p>Describes which data sources are enabled automatically for member accounts.</p>
|
|
2280
2700
|
*/
|
|
2281
2701
|
DataSources?: OrganizationDataSourceConfigurationsResult;
|
|
2282
2702
|
/**
|
|
@@ -2284,24 +2704,31 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
2284
2704
|
*/
|
|
2285
2705
|
Features?: OrganizationFeatureConfigurationResult[];
|
|
2286
2706
|
/**
|
|
2287
|
-
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
2707
|
+
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
2708
|
+
* items.</p>
|
|
2288
2709
|
*/
|
|
2289
2710
|
NextToken?: string;
|
|
2290
2711
|
/**
|
|
2291
|
-
* <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
|
|
2712
|
+
* <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
|
|
2713
|
+
* organization.</p>
|
|
2292
2714
|
* <ul>
|
|
2293
2715
|
* <li>
|
|
2294
2716
|
* <p>
|
|
2295
|
-
* <code>NEW</code>: Indicates that new
|
|
2717
|
+
* <code>NEW</code>: Indicates that when a new account joins the organization, they will
|
|
2718
|
+
* have GuardDuty enabled automatically. </p>
|
|
2296
2719
|
* </li>
|
|
2297
2720
|
* <li>
|
|
2298
2721
|
* <p>
|
|
2299
|
-
* <code>ALL</code>: Indicates that all accounts
|
|
2300
|
-
*
|
|
2722
|
+
* <code>ALL</code>: Indicates that all accounts in the Amazon Web Services Organization have GuardDuty
|
|
2723
|
+
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
2724
|
+
* and accounts that may have been suspended or removed from the organization in
|
|
2725
|
+
* GuardDuty.</p>
|
|
2301
2726
|
* </li>
|
|
2302
2727
|
* <li>
|
|
2303
2728
|
* <p>
|
|
2304
|
-
* <code>NONE</code>: Indicates that
|
|
2729
|
+
* <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any
|
|
2730
|
+
* accounts in the organization. GuardDuty must be managed for each account individually by the
|
|
2731
|
+
* administrator.</p>
|
|
2305
2732
|
* </li>
|
|
2306
2733
|
* </ul>
|
|
2307
2734
|
*/
|
|
@@ -2323,13 +2750,18 @@ export interface DescribePublishingDestinationRequest {
|
|
|
2323
2750
|
}
|
|
2324
2751
|
/**
|
|
2325
2752
|
* @public
|
|
2753
|
+
* @enum
|
|
2326
2754
|
*/
|
|
2327
|
-
export declare
|
|
2328
|
-
PENDING_VERIFICATION
|
|
2329
|
-
PUBLISHING
|
|
2330
|
-
STOPPED
|
|
2331
|
-
UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY
|
|
2332
|
-
}
|
|
2755
|
+
export declare const PublishingStatus: {
|
|
2756
|
+
readonly PENDING_VERIFICATION: "PENDING_VERIFICATION";
|
|
2757
|
+
readonly PUBLISHING: "PUBLISHING";
|
|
2758
|
+
readonly STOPPED: "STOPPED";
|
|
2759
|
+
readonly UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
|
|
2760
|
+
};
|
|
2761
|
+
/**
|
|
2762
|
+
* @public
|
|
2763
|
+
*/
|
|
2764
|
+
export type PublishingStatus = (typeof PublishingStatus)[keyof typeof PublishingStatus];
|
|
2333
2765
|
/**
|
|
2334
2766
|
* @public
|
|
2335
2767
|
*/
|
|
@@ -2380,20 +2812,45 @@ export interface Destination {
|
|
|
2380
2812
|
}
|
|
2381
2813
|
/**
|
|
2382
2814
|
* @public
|
|
2815
|
+
* <p>Information about the additional configuration.</p>
|
|
2816
|
+
*/
|
|
2817
|
+
export interface DetectorAdditionalConfigurationResult {
|
|
2818
|
+
/**
|
|
2819
|
+
* <p>Name of the additional configuration.</p>
|
|
2820
|
+
*/
|
|
2821
|
+
Name?: FeatureAdditionalConfiguration | string;
|
|
2822
|
+
/**
|
|
2823
|
+
* <p>Status of the additional configuration.</p>
|
|
2824
|
+
*/
|
|
2825
|
+
Status?: FeatureStatus | string;
|
|
2826
|
+
/**
|
|
2827
|
+
* <p>The timestamp at which the additional configuration was last updated. This is in UTC
|
|
2828
|
+
* format.</p>
|
|
2829
|
+
*/
|
|
2830
|
+
UpdatedAt?: Date;
|
|
2831
|
+
}
|
|
2832
|
+
/**
|
|
2833
|
+
* @public
|
|
2834
|
+
* @enum
|
|
2835
|
+
*/
|
|
2836
|
+
export declare const DetectorFeatureResult: {
|
|
2837
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
2838
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
2839
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
2840
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
2841
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
2842
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
2843
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
2844
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
2845
|
+
};
|
|
2846
|
+
/**
|
|
2847
|
+
* @public
|
|
2848
|
+
*/
|
|
2849
|
+
export type DetectorFeatureResult = (typeof DetectorFeatureResult)[keyof typeof DetectorFeatureResult];
|
|
2850
|
+
/**
|
|
2851
|
+
* @public
|
|
2852
|
+
* <p>Contains information about a GuardDuty feature.</p>
|
|
2383
2853
|
*/
|
|
2384
|
-
export declare enum DetectorFeatureResult {
|
|
2385
|
-
CLOUD_TRAIL = "CLOUD_TRAIL",
|
|
2386
|
-
DNS_LOGS = "DNS_LOGS",
|
|
2387
|
-
EBS_MALWARE_PROTECTION = "EBS_MALWARE_PROTECTION",
|
|
2388
|
-
EKS_AUDIT_LOGS = "EKS_AUDIT_LOGS",
|
|
2389
|
-
FLOW_LOGS = "FLOW_LOGS",
|
|
2390
|
-
RDS_LOGIN_EVENTS = "RDS_LOGIN_EVENTS",
|
|
2391
|
-
S3_DATA_EVENTS = "S3_DATA_EVENTS"
|
|
2392
|
-
}
|
|
2393
|
-
/**
|
|
2394
|
-
* @public
|
|
2395
|
-
* <p>Contains information about a GuardDuty feature.</p>
|
|
2396
|
-
*/
|
|
2397
2854
|
export interface DetectorFeatureConfigurationResult {
|
|
2398
2855
|
/**
|
|
2399
2856
|
* <p>Indicates the name of the feature that can be enabled for the detector.</p>
|
|
@@ -2407,14 +2864,23 @@ export interface DetectorFeatureConfigurationResult {
|
|
|
2407
2864
|
* <p>The timestamp at which the feature object was updated.</p>
|
|
2408
2865
|
*/
|
|
2409
2866
|
UpdatedAt?: Date;
|
|
2867
|
+
/**
|
|
2868
|
+
* <p>Additional configuration for a resource.</p>
|
|
2869
|
+
*/
|
|
2870
|
+
AdditionalConfiguration?: DetectorAdditionalConfigurationResult[];
|
|
2410
2871
|
}
|
|
2411
2872
|
/**
|
|
2412
2873
|
* @public
|
|
2874
|
+
* @enum
|
|
2413
2875
|
*/
|
|
2414
|
-
export declare
|
|
2415
|
-
DISABLED
|
|
2416
|
-
ENABLED
|
|
2417
|
-
}
|
|
2876
|
+
export declare const DetectorStatus: {
|
|
2877
|
+
readonly DISABLED: "DISABLED";
|
|
2878
|
+
readonly ENABLED: "ENABLED";
|
|
2879
|
+
};
|
|
2880
|
+
/**
|
|
2881
|
+
* @public
|
|
2882
|
+
*/
|
|
2883
|
+
export type DetectorStatus = (typeof DetectorStatus)[keyof typeof DetectorStatus];
|
|
2418
2884
|
/**
|
|
2419
2885
|
* @public
|
|
2420
2886
|
*/
|
|
@@ -2485,11 +2951,16 @@ export interface DisassociateMembersResponse {
|
|
|
2485
2951
|
}
|
|
2486
2952
|
/**
|
|
2487
2953
|
* @public
|
|
2954
|
+
* @enum
|
|
2488
2955
|
*/
|
|
2489
|
-
export declare
|
|
2490
|
-
NO_RETENTION
|
|
2491
|
-
RETENTION_WITH_FINDING
|
|
2492
|
-
}
|
|
2956
|
+
export declare const EbsSnapshotPreservation: {
|
|
2957
|
+
readonly NO_RETENTION: "NO_RETENTION";
|
|
2958
|
+
readonly RETENTION_WITH_FINDING: "RETENTION_WITH_FINDING";
|
|
2959
|
+
};
|
|
2960
|
+
/**
|
|
2961
|
+
* @public
|
|
2962
|
+
*/
|
|
2963
|
+
export type EbsSnapshotPreservation = (typeof EbsSnapshotPreservation)[keyof typeof EbsSnapshotPreservation];
|
|
2493
2964
|
/**
|
|
2494
2965
|
* @public
|
|
2495
2966
|
* <p>Contains list of scanned and skipped EBS volumes with details.</p>
|
|
@@ -2506,7 +2977,8 @@ export interface EbsVolumeDetails {
|
|
|
2506
2977
|
}
|
|
2507
2978
|
/**
|
|
2508
2979
|
* @public
|
|
2509
|
-
* <p>Contains details of the highest severity threat detected during scan and number of
|
|
2980
|
+
* <p>Contains details of the highest severity threat detected during scan and number of
|
|
2981
|
+
* infected files.</p>
|
|
2510
2982
|
*/
|
|
2511
2983
|
export interface HighestSeverityThreatDetails {
|
|
2512
2984
|
/**
|
|
@@ -2564,7 +3036,8 @@ export interface ScanFilePath {
|
|
|
2564
3036
|
}
|
|
2565
3037
|
/**
|
|
2566
3038
|
* @public
|
|
2567
|
-
* <p>Contains files infected with the given threat providing details of malware name and
|
|
3039
|
+
* <p>Contains files infected with the given threat providing details of malware name and
|
|
3040
|
+
* severity.</p>
|
|
2568
3041
|
*/
|
|
2569
3042
|
export interface ScanThreatName {
|
|
2570
3043
|
/**
|
|
@@ -2598,7 +3071,8 @@ export interface ThreatDetectedByName {
|
|
|
2598
3071
|
*/
|
|
2599
3072
|
UniqueThreatNameCount?: number;
|
|
2600
3073
|
/**
|
|
2601
|
-
* <p>Flag to determine if the finding contains every single infected file-path and/or every
|
|
3074
|
+
* <p>Flag to determine if the finding contains every single infected file-path and/or every
|
|
3075
|
+
* threat.</p>
|
|
2602
3076
|
*/
|
|
2603
3077
|
Shortened?: boolean;
|
|
2604
3078
|
/**
|
|
@@ -2630,7 +3104,8 @@ export interface ScanDetections {
|
|
|
2630
3104
|
*/
|
|
2631
3105
|
ThreatsDetectedItemCount?: ThreatsDetectedItemCount;
|
|
2632
3106
|
/**
|
|
2633
|
-
* <p>Details of the highest severity threat detected during malware scan and number of infected
|
|
3107
|
+
* <p>Details of the highest severity threat detected during malware scan and number of infected
|
|
3108
|
+
* files.</p>
|
|
2634
3109
|
*/
|
|
2635
3110
|
HighestSeverityThreatDetails?: HighestSeverityThreatDetails;
|
|
2636
3111
|
/**
|
|
@@ -2684,7 +3159,8 @@ export interface Tag {
|
|
|
2684
3159
|
}
|
|
2685
3160
|
/**
|
|
2686
3161
|
* @public
|
|
2687
|
-
* <p>Represents a pre-existing file or directory on the host machine that the volume maps
|
|
3162
|
+
* <p>Represents a pre-existing file or directory on the host machine that the volume maps
|
|
3163
|
+
* to.</p>
|
|
2688
3164
|
*/
|
|
2689
3165
|
export interface HostPath {
|
|
2690
3166
|
/**
|
|
@@ -2702,7 +3178,8 @@ export interface Volume {
|
|
|
2702
3178
|
*/
|
|
2703
3179
|
Name?: string;
|
|
2704
3180
|
/**
|
|
2705
|
-
* <p>Represents a pre-existing file or directory on the host machine that the volume maps
|
|
3181
|
+
* <p>Represents a pre-existing file or directory on the host machine that the volume maps
|
|
3182
|
+
* to.</p>
|
|
2706
3183
|
*/
|
|
2707
3184
|
HostPath?: HostPath;
|
|
2708
3185
|
}
|
|
@@ -2863,11 +3340,16 @@ export interface Evidence {
|
|
|
2863
3340
|
}
|
|
2864
3341
|
/**
|
|
2865
3342
|
* @public
|
|
3343
|
+
* @enum
|
|
2866
3344
|
*/
|
|
2867
|
-
export declare
|
|
2868
|
-
NOT_USEFUL
|
|
2869
|
-
USEFUL
|
|
2870
|
-
}
|
|
3345
|
+
export declare const Feedback: {
|
|
3346
|
+
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
3347
|
+
readonly USEFUL: "USEFUL";
|
|
3348
|
+
};
|
|
3349
|
+
/**
|
|
3350
|
+
* @public
|
|
3351
|
+
*/
|
|
3352
|
+
export type Feedback = (typeof Feedback)[keyof typeof Feedback];
|
|
2871
3353
|
/**
|
|
2872
3354
|
* @public
|
|
2873
3355
|
* <p>Contains information about the EC2 instance profile.</p>
|
|
@@ -3083,7 +3565,8 @@ export interface KubernetesWorkloadDetails {
|
|
|
3083
3565
|
}
|
|
3084
3566
|
/**
|
|
3085
3567
|
* @public
|
|
3086
|
-
* <p>Details about Kubernetes resources such as a Kubernetes user or workload resource involved
|
|
3568
|
+
* <p>Details about Kubernetes resources such as a Kubernetes user or workload resource involved
|
|
3569
|
+
* in a Kubernetes finding.</p>
|
|
3087
3570
|
*/
|
|
3088
3571
|
export interface KubernetesDetails {
|
|
3089
3572
|
/**
|
|
@@ -3097,12 +3580,13 @@ export interface KubernetesDetails {
|
|
|
3097
3580
|
}
|
|
3098
3581
|
/**
|
|
3099
3582
|
* @public
|
|
3100
|
-
* <p>Contains information about the resource type <code>RDSDBInstance</code> involved in a
|
|
3101
|
-
*
|
|
3583
|
+
* <p>Contains information about the resource type <code>RDSDBInstance</code> involved in a
|
|
3584
|
+
* GuardDuty finding.</p>
|
|
3102
3585
|
*/
|
|
3103
3586
|
export interface RdsDbInstanceDetails {
|
|
3104
3587
|
/**
|
|
3105
|
-
* <p>The identifier associated to the database instance that was involved in the
|
|
3588
|
+
* <p>The identifier associated to the database instance that was involved in the
|
|
3589
|
+
* finding.</p>
|
|
3106
3590
|
*/
|
|
3107
3591
|
DbInstanceIdentifier?: string;
|
|
3108
3592
|
/**
|
|
@@ -3114,12 +3598,13 @@ export interface RdsDbInstanceDetails {
|
|
|
3114
3598
|
*/
|
|
3115
3599
|
EngineVersion?: string;
|
|
3116
3600
|
/**
|
|
3117
|
-
* <p>The identifier of the database cluster that contains the database instance ID involved in
|
|
3118
|
-
*
|
|
3601
|
+
* <p>The identifier of the database cluster that contains the database instance ID involved in
|
|
3602
|
+
* the finding.</p>
|
|
3119
3603
|
*/
|
|
3120
3604
|
DbClusterIdentifier?: string;
|
|
3121
3605
|
/**
|
|
3122
|
-
* <p>The Amazon Resource Name (ARN) that identifies the database instance involved in the
|
|
3606
|
+
* <p>The Amazon Resource Name (ARN) that identifies the database instance involved in the
|
|
3607
|
+
* finding.</p>
|
|
3123
3608
|
*/
|
|
3124
3609
|
DbInstanceArn?: string;
|
|
3125
3610
|
/**
|
|
@@ -3130,7 +3615,7 @@ export interface RdsDbInstanceDetails {
|
|
|
3130
3615
|
/**
|
|
3131
3616
|
* @public
|
|
3132
3617
|
* <p>Contains information about the user and authentication details for a database instance
|
|
3133
|
-
*
|
|
3618
|
+
* involved in the finding.</p>
|
|
3134
3619
|
*/
|
|
3135
3620
|
export interface RdsDbUserDetails {
|
|
3136
3621
|
/**
|
|
@@ -3241,8 +3726,8 @@ export interface S3BucketDetail {
|
|
|
3241
3726
|
*/
|
|
3242
3727
|
export interface Resource {
|
|
3243
3728
|
/**
|
|
3244
|
-
* <p>The IAM access key details (user information) of a user that engaged in the activity
|
|
3245
|
-
*
|
|
3729
|
+
* <p>The IAM access key details (user information) of a user that engaged in the activity that
|
|
3730
|
+
* prompted GuardDuty to generate a finding.</p>
|
|
3246
3731
|
*/
|
|
3247
3732
|
AccessKeyDetails?: AccessKeyDetails;
|
|
3248
3733
|
/**
|
|
@@ -3279,11 +3764,13 @@ export interface Resource {
|
|
|
3279
3764
|
*/
|
|
3280
3765
|
ContainerDetails?: Container;
|
|
3281
3766
|
/**
|
|
3282
|
-
* <p>Contains information about the database instance to which an anomalous login attempt was
|
|
3767
|
+
* <p>Contains information about the database instance to which an anomalous login attempt was
|
|
3768
|
+
* made.</p>
|
|
3283
3769
|
*/
|
|
3284
3770
|
RdsDbInstanceDetails?: RdsDbInstanceDetails;
|
|
3285
3771
|
/**
|
|
3286
|
-
* <p>Contains information about the user details through which anomalous login attempt was
|
|
3772
|
+
* <p>Contains information about the user details through which anomalous login attempt was
|
|
3773
|
+
* made.</p>
|
|
3287
3774
|
*/
|
|
3288
3775
|
RdsDbUserDetails?: RdsDbUserDetails;
|
|
3289
3776
|
}
|
|
@@ -3301,6 +3788,215 @@ export interface ServiceAdditionalInfo {
|
|
|
3301
3788
|
*/
|
|
3302
3789
|
Type?: string;
|
|
3303
3790
|
}
|
|
3791
|
+
/**
|
|
3792
|
+
* @public
|
|
3793
|
+
* <p>Information about the runtime process details.</p>
|
|
3794
|
+
*/
|
|
3795
|
+
export interface LineageObject {
|
|
3796
|
+
/**
|
|
3797
|
+
* <p>The time when the process started. This is in UTC format.</p>
|
|
3798
|
+
*/
|
|
3799
|
+
StartTime?: Date;
|
|
3800
|
+
/**
|
|
3801
|
+
* <p>The process ID of the child process.</p>
|
|
3802
|
+
*/
|
|
3803
|
+
NamespacePid?: number;
|
|
3804
|
+
/**
|
|
3805
|
+
* <p>The user ID of the user that executed the process.</p>
|
|
3806
|
+
*/
|
|
3807
|
+
UserId?: number;
|
|
3808
|
+
/**
|
|
3809
|
+
* <p>The name of the process.</p>
|
|
3810
|
+
*/
|
|
3811
|
+
Name?: string;
|
|
3812
|
+
/**
|
|
3813
|
+
* <p>The ID of the process.</p>
|
|
3814
|
+
*/
|
|
3815
|
+
Pid?: number;
|
|
3816
|
+
/**
|
|
3817
|
+
* <p>The unique ID assigned to the process by GuardDuty.</p>
|
|
3818
|
+
*/
|
|
3819
|
+
Uuid?: string;
|
|
3820
|
+
/**
|
|
3821
|
+
* <p>The absolute path of the process executable file.</p>
|
|
3822
|
+
*/
|
|
3823
|
+
ExecutablePath?: string;
|
|
3824
|
+
/**
|
|
3825
|
+
* <p>The effective user ID that was used to execute the process.</p>
|
|
3826
|
+
*/
|
|
3827
|
+
Euid?: number;
|
|
3828
|
+
/**
|
|
3829
|
+
* <p>The unique ID of the parent process. This ID is assigned to the parent process by
|
|
3830
|
+
* GuardDuty.</p>
|
|
3831
|
+
*/
|
|
3832
|
+
ParentUuid?: string;
|
|
3833
|
+
}
|
|
3834
|
+
/**
|
|
3835
|
+
* @public
|
|
3836
|
+
* <p>Information about the observed process.</p>
|
|
3837
|
+
*/
|
|
3838
|
+
export interface ProcessDetails {
|
|
3839
|
+
/**
|
|
3840
|
+
* <p>The name of the process.</p>
|
|
3841
|
+
*/
|
|
3842
|
+
Name?: string;
|
|
3843
|
+
/**
|
|
3844
|
+
* <p>The absolute path of the process executable file.</p>
|
|
3845
|
+
*/
|
|
3846
|
+
ExecutablePath?: string;
|
|
3847
|
+
/**
|
|
3848
|
+
* <p>The <code>SHA256</code> hash of the process executable.</p>
|
|
3849
|
+
*/
|
|
3850
|
+
ExecutableSha256?: string;
|
|
3851
|
+
/**
|
|
3852
|
+
* <p>The ID of the child process.</p>
|
|
3853
|
+
*/
|
|
3854
|
+
NamespacePid?: number;
|
|
3855
|
+
/**
|
|
3856
|
+
* <p>The present working directory of the process.</p>
|
|
3857
|
+
*/
|
|
3858
|
+
Pwd?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* <p>The ID of the process.</p>
|
|
3861
|
+
*/
|
|
3862
|
+
Pid?: number;
|
|
3863
|
+
/**
|
|
3864
|
+
* <p>The time when the process started. This is in UTC format.</p>
|
|
3865
|
+
*/
|
|
3866
|
+
StartTime?: Date;
|
|
3867
|
+
/**
|
|
3868
|
+
* <p>The unique ID assigned to the process by GuardDuty.</p>
|
|
3869
|
+
*/
|
|
3870
|
+
Uuid?: string;
|
|
3871
|
+
/**
|
|
3872
|
+
* <p>The unique ID of the parent process. This ID is assigned to the parent process by
|
|
3873
|
+
* GuardDuty.</p>
|
|
3874
|
+
*/
|
|
3875
|
+
ParentUuid?: string;
|
|
3876
|
+
/**
|
|
3877
|
+
* <p>The user that executed the process.</p>
|
|
3878
|
+
*/
|
|
3879
|
+
User?: string;
|
|
3880
|
+
/**
|
|
3881
|
+
* <p>The unique ID of the user that executed the process.</p>
|
|
3882
|
+
*/
|
|
3883
|
+
UserId?: number;
|
|
3884
|
+
/**
|
|
3885
|
+
* <p>The effective user ID of the user that executed the process.</p>
|
|
3886
|
+
*/
|
|
3887
|
+
Euid?: number;
|
|
3888
|
+
/**
|
|
3889
|
+
* <p>Information about the process's lineage.</p>
|
|
3890
|
+
*/
|
|
3891
|
+
Lineage?: LineageObject[];
|
|
3892
|
+
}
|
|
3893
|
+
/**
|
|
3894
|
+
* @public
|
|
3895
|
+
* <p>Additional information about the suspicious activity.</p>
|
|
3896
|
+
*/
|
|
3897
|
+
export interface RuntimeContext {
|
|
3898
|
+
/**
|
|
3899
|
+
* <p>Information about the process that modified the current process. This is available for
|
|
3900
|
+
* multiple finding types.</p>
|
|
3901
|
+
*/
|
|
3902
|
+
ModifyingProcess?: ProcessDetails;
|
|
3903
|
+
/**
|
|
3904
|
+
* <p>The timestamp at which the process modified the current process. The timestamp is in UTC date string
|
|
3905
|
+
* format.</p>
|
|
3906
|
+
*/
|
|
3907
|
+
ModifiedAt?: Date;
|
|
3908
|
+
/**
|
|
3909
|
+
* <p>The path to the script that was executed.</p>
|
|
3910
|
+
*/
|
|
3911
|
+
ScriptPath?: string;
|
|
3912
|
+
/**
|
|
3913
|
+
* <p>The path to the new library that was loaded.</p>
|
|
3914
|
+
*/
|
|
3915
|
+
LibraryPath?: string;
|
|
3916
|
+
/**
|
|
3917
|
+
* <p>The value of the LD_PRELOAD environment variable.</p>
|
|
3918
|
+
*/
|
|
3919
|
+
LdPreloadValue?: string;
|
|
3920
|
+
/**
|
|
3921
|
+
* <p>The path to the docket socket that was accessed.</p>
|
|
3922
|
+
*/
|
|
3923
|
+
SocketPath?: string;
|
|
3924
|
+
/**
|
|
3925
|
+
* <p>The path to the leveraged <code>runc</code> implementation.</p>
|
|
3926
|
+
*/
|
|
3927
|
+
RuncBinaryPath?: string;
|
|
3928
|
+
/**
|
|
3929
|
+
* <p>The path in the container that modified the release agent file.</p>
|
|
3930
|
+
*/
|
|
3931
|
+
ReleaseAgentPath?: string;
|
|
3932
|
+
/**
|
|
3933
|
+
* <p>The path on the host that is mounted by the container.</p>
|
|
3934
|
+
*/
|
|
3935
|
+
MountSource?: string;
|
|
3936
|
+
/**
|
|
3937
|
+
* <p>The path in the container that is mapped to the host directory.</p>
|
|
3938
|
+
*/
|
|
3939
|
+
MountTarget?: string;
|
|
3940
|
+
/**
|
|
3941
|
+
* <p>Represents the type of mounted fileSystem.</p>
|
|
3942
|
+
*/
|
|
3943
|
+
FileSystemType?: string;
|
|
3944
|
+
/**
|
|
3945
|
+
* <p>Represents options that control the behavior of a runtime operation or action. For
|
|
3946
|
+
* example, a filesystem mount operation may contain a read-only flag.</p>
|
|
3947
|
+
*/
|
|
3948
|
+
Flags?: string[];
|
|
3949
|
+
/**
|
|
3950
|
+
* <p>The name of the module loaded into the kernel.</p>
|
|
3951
|
+
*/
|
|
3952
|
+
ModuleName?: string;
|
|
3953
|
+
/**
|
|
3954
|
+
* <p>The path to the module loaded into the kernel.</p>
|
|
3955
|
+
*/
|
|
3956
|
+
ModuleFilePath?: string;
|
|
3957
|
+
/**
|
|
3958
|
+
* <p>The <code>SHA256</code> hash of the module.</p>
|
|
3959
|
+
*/
|
|
3960
|
+
ModuleSha256?: string;
|
|
3961
|
+
/**
|
|
3962
|
+
* <p>The path to the modified shell history file.</p>
|
|
3963
|
+
*/
|
|
3964
|
+
ShellHistoryFilePath?: string;
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>Information about the process that had its memory overwritten by the current process.</p>
|
|
3967
|
+
*/
|
|
3968
|
+
TargetProcess?: ProcessDetails;
|
|
3969
|
+
/**
|
|
3970
|
+
* <p>Represents the communication protocol associated with the address. For example, the address
|
|
3971
|
+
* family <code>AF_INET</code> is used for IP version of 4 protocol.</p>
|
|
3972
|
+
*/
|
|
3973
|
+
AddressFamily?: string;
|
|
3974
|
+
/**
|
|
3975
|
+
* <p>Specifies a particular protocol within the address family. Usually there is a single
|
|
3976
|
+
* protocol in address families. For example, the address family <code>AF_INET</code> only has
|
|
3977
|
+
* the IP protocol.</p>
|
|
3978
|
+
*/
|
|
3979
|
+
IanaProtocolNumber?: number;
|
|
3980
|
+
/**
|
|
3981
|
+
* <p>Specifies the Region of a process's address space such as stack and heap.</p>
|
|
3982
|
+
*/
|
|
3983
|
+
MemoryRegions?: string[];
|
|
3984
|
+
}
|
|
3985
|
+
/**
|
|
3986
|
+
* @public
|
|
3987
|
+
* <p>Information about the process and any required context values for a specific
|
|
3988
|
+
* finding.</p>
|
|
3989
|
+
*/
|
|
3990
|
+
export interface RuntimeDetails {
|
|
3991
|
+
/**
|
|
3992
|
+
* <p>Information about the observed process.</p>
|
|
3993
|
+
*/
|
|
3994
|
+
Process?: ProcessDetails;
|
|
3995
|
+
/**
|
|
3996
|
+
* <p>Additional information about the suspicious activity.</p>
|
|
3997
|
+
*/
|
|
3998
|
+
Context?: RuntimeContext;
|
|
3999
|
+
}
|
|
3304
4000
|
/**
|
|
3305
4001
|
* @public
|
|
3306
4002
|
* <p>Contains additional information about the generated finding.</p>
|
|
@@ -3360,6 +4056,11 @@ export interface Service {
|
|
|
3360
4056
|
* <p>Returns details from the malware scan that created a finding.</p>
|
|
3361
4057
|
*/
|
|
3362
4058
|
EbsVolumeScanDetails?: EbsVolumeScanDetails;
|
|
4059
|
+
/**
|
|
4060
|
+
* <p>Information about the process and any required context values for a specific
|
|
4061
|
+
* finding</p>
|
|
4062
|
+
*/
|
|
4063
|
+
RuntimeDetails?: RuntimeDetails;
|
|
3363
4064
|
}
|
|
3364
4065
|
/**
|
|
3365
4066
|
* @public
|
|
@@ -3441,10 +4142,15 @@ export interface FindingStatistics {
|
|
|
3441
4142
|
}
|
|
3442
4143
|
/**
|
|
3443
4144
|
* @public
|
|
4145
|
+
* @enum
|
|
3444
4146
|
*/
|
|
3445
|
-
export declare
|
|
3446
|
-
COUNT_BY_SEVERITY
|
|
3447
|
-
}
|
|
4147
|
+
export declare const FindingStatisticType: {
|
|
4148
|
+
readonly COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY";
|
|
4149
|
+
};
|
|
4150
|
+
/**
|
|
4151
|
+
* @public
|
|
4152
|
+
*/
|
|
4153
|
+
export type FindingStatisticType = (typeof FindingStatisticType)[keyof typeof FindingStatisticType];
|
|
3448
4154
|
/**
|
|
3449
4155
|
* @public
|
|
3450
4156
|
*/
|
|
@@ -3463,6 +4169,33 @@ export interface GetAdministratorAccountResponse {
|
|
|
3463
4169
|
*/
|
|
3464
4170
|
Administrator: Administrator | undefined;
|
|
3465
4171
|
}
|
|
4172
|
+
/**
|
|
4173
|
+
* @public
|
|
4174
|
+
*/
|
|
4175
|
+
export interface GetCoverageStatisticsRequest {
|
|
4176
|
+
/**
|
|
4177
|
+
* <p>The unique ID of the GuardDuty detector associated to the coverage statistics.</p>
|
|
4178
|
+
*/
|
|
4179
|
+
DetectorId: string | undefined;
|
|
4180
|
+
/**
|
|
4181
|
+
* <p>Represents the criteria used to filter the coverage statistics</p>
|
|
4182
|
+
*/
|
|
4183
|
+
FilterCriteria?: CoverageFilterCriteria;
|
|
4184
|
+
/**
|
|
4185
|
+
* <p>Represents the statistics type used to aggregate the coverage details.</p>
|
|
4186
|
+
*/
|
|
4187
|
+
StatisticsType: (CoverageStatisticsType | string)[] | undefined;
|
|
4188
|
+
}
|
|
4189
|
+
/**
|
|
4190
|
+
* @public
|
|
4191
|
+
*/
|
|
4192
|
+
export interface GetCoverageStatisticsResponse {
|
|
4193
|
+
/**
|
|
4194
|
+
* <p>Represents the count aggregated by the <code>statusCode</code> and
|
|
4195
|
+
* <code>resourceType</code>.</p>
|
|
4196
|
+
*/
|
|
4197
|
+
CoverageStatistics?: CoverageStatistics;
|
|
4198
|
+
}
|
|
3466
4199
|
/**
|
|
3467
4200
|
* @public
|
|
3468
4201
|
*/
|
|
@@ -3637,16 +4370,21 @@ export interface GetIPSetRequest {
|
|
|
3637
4370
|
}
|
|
3638
4371
|
/**
|
|
3639
4372
|
* @public
|
|
4373
|
+
* @enum
|
|
3640
4374
|
*/
|
|
3641
|
-
export declare
|
|
3642
|
-
ACTIVATING
|
|
3643
|
-
ACTIVE
|
|
3644
|
-
DEACTIVATING
|
|
3645
|
-
DELETED
|
|
3646
|
-
DELETE_PENDING
|
|
3647
|
-
ERROR
|
|
3648
|
-
INACTIVE
|
|
3649
|
-
}
|
|
4375
|
+
export declare const IpSetStatus: {
|
|
4376
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
4377
|
+
readonly ACTIVE: "ACTIVE";
|
|
4378
|
+
readonly DEACTIVATING: "DEACTIVATING";
|
|
4379
|
+
readonly DELETED: "DELETED";
|
|
4380
|
+
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
4381
|
+
readonly ERROR: "ERROR";
|
|
4382
|
+
readonly INACTIVE: "INACTIVE";
|
|
4383
|
+
};
|
|
4384
|
+
/**
|
|
4385
|
+
* @public
|
|
4386
|
+
*/
|
|
4387
|
+
export type IpSetStatus = (typeof IpSetStatus)[keyof typeof IpSetStatus];
|
|
3650
4388
|
/**
|
|
3651
4389
|
* @public
|
|
3652
4390
|
*/
|
|
@@ -3683,10 +4421,15 @@ export interface GetMalwareScanSettingsRequest {
|
|
|
3683
4421
|
}
|
|
3684
4422
|
/**
|
|
3685
4423
|
* @public
|
|
4424
|
+
* @enum
|
|
3686
4425
|
*/
|
|
3687
|
-
export declare
|
|
3688
|
-
EC2_INSTANCE_TAG
|
|
3689
|
-
}
|
|
4426
|
+
export declare const ScanCriterionKey: {
|
|
4427
|
+
readonly EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG";
|
|
4428
|
+
};
|
|
4429
|
+
/**
|
|
4430
|
+
* @public
|
|
4431
|
+
*/
|
|
4432
|
+
export type ScanCriterionKey = (typeof ScanCriterionKey)[keyof typeof ScanCriterionKey];
|
|
3690
4433
|
/**
|
|
3691
4434
|
* @public
|
|
3692
4435
|
* <p>Represents key, value pair to be matched against given resource property.</p>
|
|
@@ -3699,8 +4442,10 @@ export interface ScanConditionPair {
|
|
|
3699
4442
|
Key: string | undefined;
|
|
3700
4443
|
/**
|
|
3701
4444
|
* <p>Represents optional <i>value</i>
|
|
3702
|
-
* <b></b> in the map
|
|
3703
|
-
*
|
|
4445
|
+
* <b></b> in the map
|
|
4446
|
+
* condition. If not specified, only <i>key</i>
|
|
4447
|
+
* <b></b> will be
|
|
4448
|
+
* matched.</p>
|
|
3704
4449
|
*/
|
|
3705
4450
|
Value?: string;
|
|
3706
4451
|
}
|
|
@@ -3711,22 +4456,25 @@ export interface ScanConditionPair {
|
|
|
3711
4456
|
export interface ScanCondition {
|
|
3712
4457
|
/**
|
|
3713
4458
|
* <p>Represents an <i>mapEqual</i>
|
|
3714
|
-
* <b></b> condition to be applied
|
|
3715
|
-
* a single field when triggering for malware scan.</p>
|
|
4459
|
+
* <b></b> condition to be applied
|
|
4460
|
+
* to a single field when triggering for malware scan.</p>
|
|
3716
4461
|
*/
|
|
3717
4462
|
MapEquals: ScanConditionPair[] | undefined;
|
|
3718
4463
|
}
|
|
3719
4464
|
/**
|
|
3720
4465
|
* @public
|
|
3721
|
-
* <p>Contains information about criteria used to filter resources before triggering malware
|
|
4466
|
+
* <p>Contains information about criteria used to filter resources before triggering malware
|
|
4467
|
+
* scan.</p>
|
|
3722
4468
|
*/
|
|
3723
4469
|
export interface ScanResourceCriteria {
|
|
3724
4470
|
/**
|
|
3725
|
-
* <p>Represents condition that when matched will allow a malware scan for a certain
|
|
4471
|
+
* <p>Represents condition that when matched will allow a malware scan for a certain
|
|
4472
|
+
* resource.</p>
|
|
3726
4473
|
*/
|
|
3727
4474
|
Include?: Record<string, ScanCondition>;
|
|
3728
4475
|
/**
|
|
3729
|
-
* <p>Represents condition that when matched will prevent a malware scan for a certain
|
|
4476
|
+
* <p>Represents condition that when matched will prevent a malware scan for a certain
|
|
4477
|
+
* resource.</p>
|
|
3730
4478
|
*/
|
|
3731
4479
|
Exclude?: Record<string, ScanCondition>;
|
|
3732
4480
|
}
|
|
@@ -3796,6 +4544,27 @@ export interface GetMemberDetectorsRequest {
|
|
|
3796
4544
|
*/
|
|
3797
4545
|
AccountIds: string[] | undefined;
|
|
3798
4546
|
}
|
|
4547
|
+
/**
|
|
4548
|
+
* @public
|
|
4549
|
+
* <p>Information about the additional configuration for the member account.</p>
|
|
4550
|
+
*/
|
|
4551
|
+
export interface MemberAdditionalConfigurationResult {
|
|
4552
|
+
/**
|
|
4553
|
+
* <p>Indicates the name of the additional configuration that is set for the member
|
|
4554
|
+
* account.</p>
|
|
4555
|
+
*/
|
|
4556
|
+
Name?: OrgFeatureAdditionalConfiguration | string;
|
|
4557
|
+
/**
|
|
4558
|
+
* <p>Indicates the status of the additional configuration that is set for the member
|
|
4559
|
+
* account.</p>
|
|
4560
|
+
*/
|
|
4561
|
+
Status?: FeatureStatus | string;
|
|
4562
|
+
/**
|
|
4563
|
+
* <p>The timestamp at which the additional configuration was set for the member account. This
|
|
4564
|
+
* is in UTC format.</p>
|
|
4565
|
+
*/
|
|
4566
|
+
UpdatedAt?: Date;
|
|
4567
|
+
}
|
|
3799
4568
|
/**
|
|
3800
4569
|
* @public
|
|
3801
4570
|
* <p>Contains information about the features for the member account.</p>
|
|
@@ -3813,6 +4582,11 @@ export interface MemberFeaturesConfigurationResult {
|
|
|
3813
4582
|
* <p>The timestamp at which the feature object was updated.</p>
|
|
3814
4583
|
*/
|
|
3815
4584
|
UpdatedAt?: Date;
|
|
4585
|
+
/**
|
|
4586
|
+
* <p>Indicates the additional configuration of the feature that is configured for the member
|
|
4587
|
+
* account.</p>
|
|
4588
|
+
*/
|
|
4589
|
+
AdditionalConfiguration?: MemberAdditionalConfigurationResult[];
|
|
3816
4590
|
}
|
|
3817
4591
|
/**
|
|
3818
4592
|
* @public
|
|
@@ -3932,11 +4706,13 @@ export interface GetRemainingFreeTrialDaysRequest {
|
|
|
3932
4706
|
*/
|
|
3933
4707
|
export interface GetRemainingFreeTrialDaysResponse {
|
|
3934
4708
|
/**
|
|
3935
|
-
* <p>The member accounts which were included in a request and were processed
|
|
4709
|
+
* <p>The member accounts which were included in a request and were processed
|
|
4710
|
+
* successfully.</p>
|
|
3936
4711
|
*/
|
|
3937
4712
|
Accounts?: AccountFreeTrialInfo[];
|
|
3938
4713
|
/**
|
|
3939
|
-
* <p>The member account that was included in a request but for which the request could not be
|
|
4714
|
+
* <p>The member account that was included in a request but for which the request could not be
|
|
4715
|
+
* processed.</p>
|
|
3940
4716
|
*/
|
|
3941
4717
|
UnprocessedAccounts?: UnprocessedAccount[];
|
|
3942
4718
|
}
|
|
@@ -3955,16 +4731,21 @@ export interface GetThreatIntelSetRequest {
|
|
|
3955
4731
|
}
|
|
3956
4732
|
/**
|
|
3957
4733
|
* @public
|
|
4734
|
+
* @enum
|
|
3958
4735
|
*/
|
|
3959
|
-
export declare
|
|
3960
|
-
ACTIVATING
|
|
3961
|
-
ACTIVE
|
|
3962
|
-
DEACTIVATING
|
|
3963
|
-
DELETED
|
|
3964
|
-
DELETE_PENDING
|
|
3965
|
-
ERROR
|
|
3966
|
-
INACTIVE
|
|
3967
|
-
}
|
|
4736
|
+
export declare const ThreatIntelSetStatus: {
|
|
4737
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
4738
|
+
readonly ACTIVE: "ACTIVE";
|
|
4739
|
+
readonly DEACTIVATING: "DEACTIVATING";
|
|
4740
|
+
readonly DELETED: "DELETED";
|
|
4741
|
+
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
4742
|
+
readonly ERROR: "ERROR";
|
|
4743
|
+
readonly INACTIVE: "INACTIVE";
|
|
4744
|
+
};
|
|
4745
|
+
/**
|
|
4746
|
+
* @public
|
|
4747
|
+
*/
|
|
4748
|
+
export type ThreatIntelSetStatus = (typeof ThreatIntelSetStatus)[keyof typeof ThreatIntelSetStatus];
|
|
3968
4749
|
/**
|
|
3969
4750
|
* @public
|
|
3970
4751
|
*/
|
|
@@ -3993,18 +4774,23 @@ export interface GetThreatIntelSetResponse {
|
|
|
3993
4774
|
}
|
|
3994
4775
|
/**
|
|
3995
4776
|
* @public
|
|
4777
|
+
* @enum
|
|
3996
4778
|
*/
|
|
3997
|
-
export declare
|
|
3998
|
-
CLOUD_TRAIL
|
|
3999
|
-
DNS_LOGS
|
|
4000
|
-
EBS_MALWARE_PROTECTION
|
|
4001
|
-
EKS_AUDIT_LOGS
|
|
4002
|
-
EKS_RUNTIME_MONITORING
|
|
4003
|
-
FLOW_LOGS
|
|
4004
|
-
LAMBDA_NETWORK_LOGS
|
|
4005
|
-
RDS_LOGIN_EVENTS
|
|
4006
|
-
S3_DATA_EVENTS
|
|
4007
|
-
}
|
|
4779
|
+
export declare const UsageFeature: {
|
|
4780
|
+
readonly CLOUD_TRAIL: "CLOUD_TRAIL";
|
|
4781
|
+
readonly DNS_LOGS: "DNS_LOGS";
|
|
4782
|
+
readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
|
|
4783
|
+
readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
|
|
4784
|
+
readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
|
|
4785
|
+
readonly FLOW_LOGS: "FLOW_LOGS";
|
|
4786
|
+
readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
|
|
4787
|
+
readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
|
|
4788
|
+
readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
|
|
4789
|
+
};
|
|
4790
|
+
/**
|
|
4791
|
+
* @public
|
|
4792
|
+
*/
|
|
4793
|
+
export type UsageFeature = (typeof UsageFeature)[keyof typeof UsageFeature];
|
|
4008
4794
|
/**
|
|
4009
4795
|
* @public
|
|
4010
4796
|
* <p>Contains information about the criteria used to query usage statistics.</p>
|
|
@@ -4032,14 +4818,19 @@ export interface UsageCriteria {
|
|
|
4032
4818
|
}
|
|
4033
4819
|
/**
|
|
4034
4820
|
* @public
|
|
4821
|
+
* @enum
|
|
4035
4822
|
*/
|
|
4036
|
-
export declare
|
|
4037
|
-
SUM_BY_ACCOUNT
|
|
4038
|
-
SUM_BY_DATA_SOURCE
|
|
4039
|
-
SUM_BY_FEATURES
|
|
4040
|
-
SUM_BY_RESOURCE
|
|
4041
|
-
TOP_RESOURCES
|
|
4042
|
-
}
|
|
4823
|
+
export declare const UsageStatisticType: {
|
|
4824
|
+
readonly SUM_BY_ACCOUNT: "SUM_BY_ACCOUNT";
|
|
4825
|
+
readonly SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE";
|
|
4826
|
+
readonly SUM_BY_FEATURES: "SUM_BY_FEATURES";
|
|
4827
|
+
readonly SUM_BY_RESOURCE: "SUM_BY_RESOURCE";
|
|
4828
|
+
readonly TOP_RESOURCES: "TOP_RESOURCES";
|
|
4829
|
+
};
|
|
4830
|
+
/**
|
|
4831
|
+
* @public
|
|
4832
|
+
*/
|
|
4833
|
+
export type UsageStatisticType = (typeof UsageStatisticType)[keyof typeof UsageStatisticType];
|
|
4043
4834
|
/**
|
|
4044
4835
|
* @public
|
|
4045
4836
|
*/
|
|
@@ -4202,7 +4993,8 @@ export interface InviteMembersRequest {
|
|
|
4202
4993
|
*/
|
|
4203
4994
|
AccountIds: string[] | undefined;
|
|
4204
4995
|
/**
|
|
4205
|
-
* <p>A Boolean value that specifies whether you want to disable email notification to the
|
|
4996
|
+
* <p>A Boolean value that specifies whether you want to disable email notification to the
|
|
4997
|
+
* accounts that you are inviting to GuardDuty as members.</p>
|
|
4206
4998
|
*/
|
|
4207
4999
|
DisableEmailNotification?: boolean;
|
|
4208
5000
|
/**
|
|
@@ -4221,6 +5013,48 @@ export interface InviteMembersResponse {
|
|
|
4221
5013
|
*/
|
|
4222
5014
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
4223
5015
|
}
|
|
5016
|
+
/**
|
|
5017
|
+
* @public
|
|
5018
|
+
*/
|
|
5019
|
+
export interface ListCoverageRequest {
|
|
5020
|
+
/**
|
|
5021
|
+
* <p>The unique ID of the detector whose coverage details you want to retrieve.</p>
|
|
5022
|
+
*/
|
|
5023
|
+
DetectorId: string | undefined;
|
|
5024
|
+
/**
|
|
5025
|
+
* <p>A token to use for paginating results that are returned in the response. Set the value of
|
|
5026
|
+
* this parameter to null for the first request to a list action. For subsequent calls, use the
|
|
5027
|
+
* NextToken value returned from the previous request to continue listing results after the first
|
|
5028
|
+
* page.</p>
|
|
5029
|
+
*/
|
|
5030
|
+
NextToken?: string;
|
|
5031
|
+
/**
|
|
5032
|
+
* <p>The maximum number of results to return in the response.</p>
|
|
5033
|
+
*/
|
|
5034
|
+
MaxResults?: number;
|
|
5035
|
+
/**
|
|
5036
|
+
* <p>Represents the criteria used to filter the coverage details.</p>
|
|
5037
|
+
*/
|
|
5038
|
+
FilterCriteria?: CoverageFilterCriteria;
|
|
5039
|
+
/**
|
|
5040
|
+
* <p>Represents the criteria used to sort the coverage details.</p>
|
|
5041
|
+
*/
|
|
5042
|
+
SortCriteria?: CoverageSortCriteria;
|
|
5043
|
+
}
|
|
5044
|
+
/**
|
|
5045
|
+
* @public
|
|
5046
|
+
*/
|
|
5047
|
+
export interface ListCoverageResponse {
|
|
5048
|
+
/**
|
|
5049
|
+
* <p>A list of resources and their attributes providing cluster details.</p>
|
|
5050
|
+
*/
|
|
5051
|
+
Resources: CoverageResource[] | undefined;
|
|
5052
|
+
/**
|
|
5053
|
+
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
5054
|
+
* items.</p>
|
|
5055
|
+
*/
|
|
5056
|
+
NextToken?: string;
|
|
5057
|
+
}
|
|
4224
5058
|
/**
|
|
4225
5059
|
* @public
|
|
4226
5060
|
*/
|
|
@@ -4592,12 +5426,11 @@ export interface ListMembersRequest {
|
|
|
4592
5426
|
NextToken?: string;
|
|
4593
5427
|
/**
|
|
4594
5428
|
* <p>Specifies whether to only return associated members or to return all members (including
|
|
4595
|
-
* members who haven't been invited yet or have been disassociated).
|
|
4596
|
-
*
|
|
5429
|
+
* members who haven't been invited yet or have been disassociated). Member accounts must have
|
|
5430
|
+
* been previously associated with the GuardDuty administrator account using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">
|
|
4597
5431
|
* <code>Create
|
|
4598
|
-
*
|
|
4599
|
-
* </a>.
|
|
4600
|
-
* </p>
|
|
5432
|
+
* Members</code>
|
|
5433
|
+
* </a>. </p>
|
|
4601
5434
|
*/
|
|
4602
5435
|
OnlyAssociated?: string;
|
|
4603
5436
|
}
|
|
@@ -4636,8 +5469,7 @@ export interface ListOrganizationAdminAccountsRequest {
|
|
|
4636
5469
|
*/
|
|
4637
5470
|
export interface ListOrganizationAdminAccountsResponse {
|
|
4638
5471
|
/**
|
|
4639
|
-
* <p>A list of accounts configured as GuardDuty delegated
|
|
4640
|
-
* administrators.</p>
|
|
5472
|
+
* <p>A list of accounts configured as GuardDuty delegated administrators.</p>
|
|
4641
5473
|
*/
|
|
4642
5474
|
AdminAccounts?: AdminAccount[];
|
|
4643
5475
|
/**
|
|
@@ -4741,8 +5573,8 @@ export interface ListThreatIntelSetsResponse {
|
|
|
4741
5573
|
*/
|
|
4742
5574
|
export interface StartMonitoringMembersRequest {
|
|
4743
5575
|
/**
|
|
4744
|
-
* <p>The unique ID of the detector of the GuardDuty administrator account associated with the
|
|
4745
|
-
* accounts to monitor.</p>
|
|
5576
|
+
* <p>The unique ID of the detector of the GuardDuty administrator account associated with the
|
|
5577
|
+
* member accounts to monitor.</p>
|
|
4746
5578
|
*/
|
|
4747
5579
|
DetectorId: string | undefined;
|
|
4748
5580
|
/**
|
|
@@ -4820,421 +5652,3 @@ export interface UnarchiveFindingsRequest {
|
|
|
4820
5652
|
*/
|
|
4821
5653
|
export interface UnarchiveFindingsResponse {
|
|
4822
5654
|
}
|
|
4823
|
-
/**
|
|
4824
|
-
* @public
|
|
4825
|
-
*/
|
|
4826
|
-
export interface UntagResourceRequest {
|
|
4827
|
-
/**
|
|
4828
|
-
* <p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>
|
|
4829
|
-
*/
|
|
4830
|
-
ResourceArn: string | undefined;
|
|
4831
|
-
/**
|
|
4832
|
-
* <p>The tag keys to remove from the resource.</p>
|
|
4833
|
-
*/
|
|
4834
|
-
TagKeys: string[] | undefined;
|
|
4835
|
-
}
|
|
4836
|
-
/**
|
|
4837
|
-
* @public
|
|
4838
|
-
*/
|
|
4839
|
-
export interface UntagResourceResponse {
|
|
4840
|
-
}
|
|
4841
|
-
/**
|
|
4842
|
-
* @public
|
|
4843
|
-
*/
|
|
4844
|
-
export interface UpdateDetectorRequest {
|
|
4845
|
-
/**
|
|
4846
|
-
* <p>The unique ID of the detector to update.</p>
|
|
4847
|
-
*/
|
|
4848
|
-
DetectorId: string | undefined;
|
|
4849
|
-
/**
|
|
4850
|
-
* <p>Specifies whether the detector is enabled or not enabled.</p>
|
|
4851
|
-
*/
|
|
4852
|
-
Enable?: boolean;
|
|
4853
|
-
/**
|
|
4854
|
-
* <p>An enum value that specifies how frequently findings are exported, such as to CloudWatch
|
|
4855
|
-
* Events.</p>
|
|
4856
|
-
*/
|
|
4857
|
-
FindingPublishingFrequency?: FindingPublishingFrequency | string;
|
|
4858
|
-
/**
|
|
4859
|
-
* @deprecated
|
|
4860
|
-
*
|
|
4861
|
-
* <p>Describes which data sources will be updated.</p>
|
|
4862
|
-
* <p>There might be regional differences because some data sources might not be
|
|
4863
|
-
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
4864
|
-
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
4865
|
-
*/
|
|
4866
|
-
DataSources?: DataSourceConfigurations;
|
|
4867
|
-
/**
|
|
4868
|
-
* <p>Provides the features that will be updated for the detector.</p>
|
|
4869
|
-
*/
|
|
4870
|
-
Features?: DetectorFeatureConfiguration[];
|
|
4871
|
-
}
|
|
4872
|
-
/**
|
|
4873
|
-
* @public
|
|
4874
|
-
*/
|
|
4875
|
-
export interface UpdateDetectorResponse {
|
|
4876
|
-
}
|
|
4877
|
-
/**
|
|
4878
|
-
* @public
|
|
4879
|
-
*/
|
|
4880
|
-
export interface UpdateFilterRequest {
|
|
4881
|
-
/**
|
|
4882
|
-
* <p>The unique ID of the detector that specifies the GuardDuty service where you want to
|
|
4883
|
-
* update a filter.</p>
|
|
4884
|
-
*/
|
|
4885
|
-
DetectorId: string | undefined;
|
|
4886
|
-
/**
|
|
4887
|
-
* <p>The name of the filter.</p>
|
|
4888
|
-
*/
|
|
4889
|
-
FilterName: string | undefined;
|
|
4890
|
-
/**
|
|
4891
|
-
* <p>The description of the filter. Valid characters include alphanumeric characters, and special
|
|
4892
|
-
* characters such as hyphen, period, colon, underscore, parentheses (<code>\{ \}</code>, <code>[ ]</code>, and
|
|
4893
|
-
* <code>( )</code>), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.</p>
|
|
4894
|
-
*/
|
|
4895
|
-
Description?: string;
|
|
4896
|
-
/**
|
|
4897
|
-
* <p>Specifies the action that is to be applied to the findings that match the filter.</p>
|
|
4898
|
-
*/
|
|
4899
|
-
Action?: FilterAction | string;
|
|
4900
|
-
/**
|
|
4901
|
-
* <p>Specifies the position of the filter in the list of current filters. Also specifies the
|
|
4902
|
-
* order in which this filter is applied to the findings.</p>
|
|
4903
|
-
*/
|
|
4904
|
-
Rank?: number;
|
|
4905
|
-
/**
|
|
4906
|
-
* <p>Represents the criteria to be used in the filter for querying findings.</p>
|
|
4907
|
-
*/
|
|
4908
|
-
FindingCriteria?: FindingCriteria;
|
|
4909
|
-
}
|
|
4910
|
-
/**
|
|
4911
|
-
* @public
|
|
4912
|
-
*/
|
|
4913
|
-
export interface UpdateFilterResponse {
|
|
4914
|
-
/**
|
|
4915
|
-
* <p>The name of the filter.</p>
|
|
4916
|
-
*/
|
|
4917
|
-
Name: string | undefined;
|
|
4918
|
-
}
|
|
4919
|
-
/**
|
|
4920
|
-
* @public
|
|
4921
|
-
*/
|
|
4922
|
-
export interface UpdateFindingsFeedbackRequest {
|
|
4923
|
-
/**
|
|
4924
|
-
* <p>The ID of the detector associated with the findings to update feedback for.</p>
|
|
4925
|
-
*/
|
|
4926
|
-
DetectorId: string | undefined;
|
|
4927
|
-
/**
|
|
4928
|
-
* <p>The IDs of the findings that you want to mark as useful or not useful.</p>
|
|
4929
|
-
*/
|
|
4930
|
-
FindingIds: string[] | undefined;
|
|
4931
|
-
/**
|
|
4932
|
-
* <p>The feedback for the finding.</p>
|
|
4933
|
-
*/
|
|
4934
|
-
Feedback: Feedback | string | undefined;
|
|
4935
|
-
/**
|
|
4936
|
-
* <p>Additional feedback about the GuardDuty findings.</p>
|
|
4937
|
-
*/
|
|
4938
|
-
Comments?: string;
|
|
4939
|
-
}
|
|
4940
|
-
/**
|
|
4941
|
-
* @public
|
|
4942
|
-
*/
|
|
4943
|
-
export interface UpdateFindingsFeedbackResponse {
|
|
4944
|
-
}
|
|
4945
|
-
/**
|
|
4946
|
-
* @public
|
|
4947
|
-
*/
|
|
4948
|
-
export interface UpdateIPSetRequest {
|
|
4949
|
-
/**
|
|
4950
|
-
* <p>The detectorID that specifies the GuardDuty service whose IPSet you want to update.</p>
|
|
4951
|
-
*/
|
|
4952
|
-
DetectorId: string | undefined;
|
|
4953
|
-
/**
|
|
4954
|
-
* <p>The unique ID that specifies the IPSet that you want to update.</p>
|
|
4955
|
-
*/
|
|
4956
|
-
IpSetId: string | undefined;
|
|
4957
|
-
/**
|
|
4958
|
-
* <p>The unique ID that specifies the IPSet that you want to update.</p>
|
|
4959
|
-
*/
|
|
4960
|
-
Name?: string;
|
|
4961
|
-
/**
|
|
4962
|
-
* <p>The updated URI of the file that contains the IPSet. </p>
|
|
4963
|
-
*/
|
|
4964
|
-
Location?: string;
|
|
4965
|
-
/**
|
|
4966
|
-
* <p>The updated Boolean value that specifies whether the IPSet is active or not.</p>
|
|
4967
|
-
*/
|
|
4968
|
-
Activate?: boolean;
|
|
4969
|
-
}
|
|
4970
|
-
/**
|
|
4971
|
-
* @public
|
|
4972
|
-
*/
|
|
4973
|
-
export interface UpdateIPSetResponse {
|
|
4974
|
-
}
|
|
4975
|
-
/**
|
|
4976
|
-
* @public
|
|
4977
|
-
*/
|
|
4978
|
-
export interface UpdateMalwareScanSettingsRequest {
|
|
4979
|
-
/**
|
|
4980
|
-
* <p>The unique ID of the detector that specifies the GuardDuty service where you want to
|
|
4981
|
-
* update scan settings.</p>
|
|
4982
|
-
*/
|
|
4983
|
-
DetectorId: string | undefined;
|
|
4984
|
-
/**
|
|
4985
|
-
* <p>Represents the criteria to be used in the filter for selecting resources to scan.</p>
|
|
4986
|
-
*/
|
|
4987
|
-
ScanResourceCriteria?: ScanResourceCriteria;
|
|
4988
|
-
/**
|
|
4989
|
-
* <p>An enum value representing possible snapshot preservation settings.</p>
|
|
4990
|
-
*/
|
|
4991
|
-
EbsSnapshotPreservation?: EbsSnapshotPreservation | string;
|
|
4992
|
-
}
|
|
4993
|
-
/**
|
|
4994
|
-
* @public
|
|
4995
|
-
*/
|
|
4996
|
-
export interface UpdateMalwareScanSettingsResponse {
|
|
4997
|
-
}
|
|
4998
|
-
/**
|
|
4999
|
-
* @public
|
|
5000
|
-
* <p>Contains information about the features for the member account.</p>
|
|
5001
|
-
*/
|
|
5002
|
-
export interface MemberFeaturesConfiguration {
|
|
5003
|
-
/**
|
|
5004
|
-
* <p>The name of the feature.</p>
|
|
5005
|
-
*/
|
|
5006
|
-
Name?: OrgFeature | string;
|
|
5007
|
-
/**
|
|
5008
|
-
* <p>The status of the feature.</p>
|
|
5009
|
-
*/
|
|
5010
|
-
Status?: FeatureStatus | string;
|
|
5011
|
-
}
|
|
5012
|
-
/**
|
|
5013
|
-
* @public
|
|
5014
|
-
*/
|
|
5015
|
-
export interface UpdateMemberDetectorsRequest {
|
|
5016
|
-
/**
|
|
5017
|
-
* <p>The detector ID of the administrator account.</p>
|
|
5018
|
-
*/
|
|
5019
|
-
DetectorId: string | undefined;
|
|
5020
|
-
/**
|
|
5021
|
-
* <p>A list of member account IDs to be updated.</p>
|
|
5022
|
-
*/
|
|
5023
|
-
AccountIds: string[] | undefined;
|
|
5024
|
-
/**
|
|
5025
|
-
* @deprecated
|
|
5026
|
-
*
|
|
5027
|
-
* <p>Describes which data sources will be updated.</p>
|
|
5028
|
-
*/
|
|
5029
|
-
DataSources?: DataSourceConfigurations;
|
|
5030
|
-
/**
|
|
5031
|
-
* <p>A list of features that will be updated for the specified member accounts.</p>
|
|
5032
|
-
*/
|
|
5033
|
-
Features?: MemberFeaturesConfiguration[];
|
|
5034
|
-
}
|
|
5035
|
-
/**
|
|
5036
|
-
* @public
|
|
5037
|
-
*/
|
|
5038
|
-
export interface UpdateMemberDetectorsResponse {
|
|
5039
|
-
/**
|
|
5040
|
-
* <p>A list of member account IDs that were unable to be processed along with an explanation
|
|
5041
|
-
* for why they were not processed.</p>
|
|
5042
|
-
*/
|
|
5043
|
-
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
5044
|
-
}
|
|
5045
|
-
/**
|
|
5046
|
-
* @public
|
|
5047
|
-
* <p>Organization-wide Kubernetes audit logs configuration.</p>
|
|
5048
|
-
*/
|
|
5049
|
-
export interface OrganizationKubernetesAuditLogsConfiguration {
|
|
5050
|
-
/**
|
|
5051
|
-
* <p>A value that contains information on whether Kubernetes audit logs should be enabled
|
|
5052
|
-
* automatically as a data source for the organization.</p>
|
|
5053
|
-
*/
|
|
5054
|
-
AutoEnable: boolean | undefined;
|
|
5055
|
-
}
|
|
5056
|
-
/**
|
|
5057
|
-
* @public
|
|
5058
|
-
* <p>Organization-wide Kubernetes data sources configurations.</p>
|
|
5059
|
-
*/
|
|
5060
|
-
export interface OrganizationKubernetesConfiguration {
|
|
5061
|
-
/**
|
|
5062
|
-
* <p>Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.</p>
|
|
5063
|
-
*/
|
|
5064
|
-
AuditLogs: OrganizationKubernetesAuditLogsConfiguration | undefined;
|
|
5065
|
-
}
|
|
5066
|
-
/**
|
|
5067
|
-
* @public
|
|
5068
|
-
* <p>Organization-wide EBS volumes scan configuration.</p>
|
|
5069
|
-
*/
|
|
5070
|
-
export interface OrganizationEbsVolumes {
|
|
5071
|
-
/**
|
|
5072
|
-
* <p>Whether scanning EBS volumes should be auto-enabled for new members joining the organization.</p>
|
|
5073
|
-
*/
|
|
5074
|
-
AutoEnable?: boolean;
|
|
5075
|
-
}
|
|
5076
|
-
/**
|
|
5077
|
-
* @public
|
|
5078
|
-
* <p>Organization-wide EC2 instances with findings scan configuration.</p>
|
|
5079
|
-
*/
|
|
5080
|
-
export interface OrganizationScanEc2InstanceWithFindings {
|
|
5081
|
-
/**
|
|
5082
|
-
* <p>Whether scanning EBS volumes should be auto-enabled for new members joining the organization.</p>
|
|
5083
|
-
*/
|
|
5084
|
-
EbsVolumes?: OrganizationEbsVolumes;
|
|
5085
|
-
}
|
|
5086
|
-
/**
|
|
5087
|
-
* @public
|
|
5088
|
-
* <p>Organization-wide Malware Protection configurations.</p>
|
|
5089
|
-
*/
|
|
5090
|
-
export interface OrganizationMalwareProtectionConfiguration {
|
|
5091
|
-
/**
|
|
5092
|
-
* <p>Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.</p>
|
|
5093
|
-
*/
|
|
5094
|
-
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindings;
|
|
5095
|
-
}
|
|
5096
|
-
/**
|
|
5097
|
-
* @public
|
|
5098
|
-
* <p>Describes whether S3 data event logs will be automatically enabled for new members of the
|
|
5099
|
-
* organization.</p>
|
|
5100
|
-
*/
|
|
5101
|
-
export interface OrganizationS3LogsConfiguration {
|
|
5102
|
-
/**
|
|
5103
|
-
* <p>A value that contains information on whether S3 data event logs will be enabled
|
|
5104
|
-
* automatically as a data source for the organization.</p>
|
|
5105
|
-
*/
|
|
5106
|
-
AutoEnable: boolean | undefined;
|
|
5107
|
-
}
|
|
5108
|
-
/**
|
|
5109
|
-
* @public
|
|
5110
|
-
* <p>An object that contains information on which data sources will be configured to be
|
|
5111
|
-
* automatically enabled for new members within the organization.</p>
|
|
5112
|
-
*/
|
|
5113
|
-
export interface OrganizationDataSourceConfigurations {
|
|
5114
|
-
/**
|
|
5115
|
-
* <p>Describes whether S3 data event logs are enabled for new members of the
|
|
5116
|
-
* organization.</p>
|
|
5117
|
-
*/
|
|
5118
|
-
S3Logs?: OrganizationS3LogsConfiguration;
|
|
5119
|
-
/**
|
|
5120
|
-
* <p>Describes the configuration of Kubernetes data sources for new members of the organization.</p>
|
|
5121
|
-
*/
|
|
5122
|
-
Kubernetes?: OrganizationKubernetesConfiguration;
|
|
5123
|
-
/**
|
|
5124
|
-
* <p>Describes the configuration of Malware Protection for new members of the organization.</p>
|
|
5125
|
-
*/
|
|
5126
|
-
MalwareProtection?: OrganizationMalwareProtectionConfiguration;
|
|
5127
|
-
}
|
|
5128
|
-
/**
|
|
5129
|
-
* @public
|
|
5130
|
-
* <p>A list of features which will be configured for the organization.</p>
|
|
5131
|
-
*/
|
|
5132
|
-
export interface OrganizationFeatureConfiguration {
|
|
5133
|
-
/**
|
|
5134
|
-
* <p>The name of the feature that will be configured for the organization.</p>
|
|
5135
|
-
*/
|
|
5136
|
-
Name?: OrgFeature | string;
|
|
5137
|
-
/**
|
|
5138
|
-
* <p>The status of the feature that will be configured for the organization.</p>
|
|
5139
|
-
*/
|
|
5140
|
-
AutoEnable?: OrgFeatureStatus | string;
|
|
5141
|
-
}
|
|
5142
|
-
/**
|
|
5143
|
-
* @public
|
|
5144
|
-
*/
|
|
5145
|
-
export interface UpdateOrganizationConfigurationRequest {
|
|
5146
|
-
/**
|
|
5147
|
-
* <p>The ID of the detector that configures the delegated administrator.</p>
|
|
5148
|
-
*/
|
|
5149
|
-
DetectorId: string | undefined;
|
|
5150
|
-
/**
|
|
5151
|
-
* @deprecated
|
|
5152
|
-
*
|
|
5153
|
-
* <p>Indicates whether to automatically enable member accounts in the organization.</p>
|
|
5154
|
-
*/
|
|
5155
|
-
AutoEnable?: boolean;
|
|
5156
|
-
/**
|
|
5157
|
-
* @deprecated
|
|
5158
|
-
*
|
|
5159
|
-
* <p>Describes which data sources will be updated.</p>
|
|
5160
|
-
*/
|
|
5161
|
-
DataSources?: OrganizationDataSourceConfigurations;
|
|
5162
|
-
/**
|
|
5163
|
-
* <p>A list of features that will be configured for the organization.</p>
|
|
5164
|
-
*/
|
|
5165
|
-
Features?: OrganizationFeatureConfiguration[];
|
|
5166
|
-
/**
|
|
5167
|
-
* <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. </p>
|
|
5168
|
-
* <ul>
|
|
5169
|
-
* <li>
|
|
5170
|
-
* <p>
|
|
5171
|
-
* <code>NEW</code>: Indicates that new accounts joining the organization are configured to have GuardDuty enabled automatically.</p>
|
|
5172
|
-
* </li>
|
|
5173
|
-
* <li>
|
|
5174
|
-
* <p>
|
|
5175
|
-
* <code>ALL</code>: Indicates that all accounts (new and existing members) in the organization are
|
|
5176
|
-
* configured to have GuardDuty enabled automatically.</p>
|
|
5177
|
-
* </li>
|
|
5178
|
-
* <li>
|
|
5179
|
-
* <p>
|
|
5180
|
-
* <code>NONE</code>: Indicates that no account in the organization will be configured to have GuardDuty enabled automatically.</p>
|
|
5181
|
-
* </li>
|
|
5182
|
-
* </ul>
|
|
5183
|
-
*/
|
|
5184
|
-
AutoEnableOrganizationMembers?: AutoEnableMembers | string;
|
|
5185
|
-
}
|
|
5186
|
-
/**
|
|
5187
|
-
* @public
|
|
5188
|
-
*/
|
|
5189
|
-
export interface UpdateOrganizationConfigurationResponse {
|
|
5190
|
-
}
|
|
5191
|
-
/**
|
|
5192
|
-
* @public
|
|
5193
|
-
*/
|
|
5194
|
-
export interface UpdatePublishingDestinationRequest {
|
|
5195
|
-
/**
|
|
5196
|
-
* <p>The ID of the detector associated with the publishing destinations to update.</p>
|
|
5197
|
-
*/
|
|
5198
|
-
DetectorId: string | undefined;
|
|
5199
|
-
/**
|
|
5200
|
-
* <p>The ID of the publishing destination to update.</p>
|
|
5201
|
-
*/
|
|
5202
|
-
DestinationId: string | undefined;
|
|
5203
|
-
/**
|
|
5204
|
-
* <p>A <code>DestinationProperties</code> object that includes the <code>DestinationArn</code>
|
|
5205
|
-
* and <code>KmsKeyArn</code> of the publishing destination.</p>
|
|
5206
|
-
*/
|
|
5207
|
-
DestinationProperties?: DestinationProperties;
|
|
5208
|
-
}
|
|
5209
|
-
/**
|
|
5210
|
-
* @public
|
|
5211
|
-
*/
|
|
5212
|
-
export interface UpdatePublishingDestinationResponse {
|
|
5213
|
-
}
|
|
5214
|
-
/**
|
|
5215
|
-
* @public
|
|
5216
|
-
*/
|
|
5217
|
-
export interface UpdateThreatIntelSetRequest {
|
|
5218
|
-
/**
|
|
5219
|
-
* <p>The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to
|
|
5220
|
-
* update.</p>
|
|
5221
|
-
*/
|
|
5222
|
-
DetectorId: string | undefined;
|
|
5223
|
-
/**
|
|
5224
|
-
* <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
|
|
5225
|
-
*/
|
|
5226
|
-
ThreatIntelSetId: string | undefined;
|
|
5227
|
-
/**
|
|
5228
|
-
* <p>The unique ID that specifies the ThreatIntelSet that you want to update.</p>
|
|
5229
|
-
*/
|
|
5230
|
-
Name?: string;
|
|
5231
|
-
/**
|
|
5232
|
-
* <p>The updated URI of the file that contains the ThreateIntelSet.</p>
|
|
5233
|
-
*/
|
|
5234
|
-
Location?: string;
|
|
5235
|
-
/**
|
|
5236
|
-
* <p>The updated Boolean value that specifies whether the ThreateIntelSet is active or
|
|
5237
|
-
* not.</p>
|
|
5238
|
-
*/
|
|
5239
|
-
Activate?: boolean;
|
|
5240
|
-
}
|