@aws-sdk/client-guardduty 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +173 -235
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +1 -3
- package/dist-es/commands/AcceptInvitationCommand.js +1 -3
- package/dist-es/commands/ArchiveFindingsCommand.js +1 -3
- package/dist-es/commands/CreateDetectorCommand.js +1 -3
- package/dist-es/commands/CreateFilterCommand.js +1 -3
- package/dist-es/commands/CreateIPSetCommand.js +1 -3
- package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/CreateMembersCommand.js +1 -3
- package/dist-es/commands/CreatePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +1 -3
- package/dist-es/commands/CreateThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +1 -3
- package/dist-es/commands/DeleteDetectorCommand.js +1 -3
- package/dist-es/commands/DeleteFilterCommand.js +1 -3
- package/dist-es/commands/DeleteIPSetCommand.js +1 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -3
- package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/DeleteMembersCommand.js +1 -3
- package/dist-es/commands/DeletePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/DescribeMalwareScansCommand.js +1 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateMembersCommand.js +1 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +1 -3
- package/dist-es/commands/GetCoverageStatisticsCommand.js +1 -3
- package/dist-es/commands/GetDetectorCommand.js +1 -3
- package/dist-es/commands/GetFilterCommand.js +1 -3
- package/dist-es/commands/GetFindingsCommand.js +1 -3
- package/dist-es/commands/GetFindingsStatisticsCommand.js +1 -3
- package/dist-es/commands/GetIPSetCommand.js +1 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +1 -3
- package/dist-es/commands/GetMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +1 -3
- package/dist-es/commands/GetMasterAccountCommand.js +1 -3
- package/dist-es/commands/GetMemberDetectorsCommand.js +1 -3
- package/dist-es/commands/GetMembersCommand.js +1 -3
- package/dist-es/commands/GetOrganizationStatisticsCommand.js +1 -3
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +1 -3
- package/dist-es/commands/GetThreatIntelSetCommand.js +1 -3
- package/dist-es/commands/GetUsageStatisticsCommand.js +1 -3
- package/dist-es/commands/InviteMembersCommand.js +1 -3
- package/dist-es/commands/ListCoverageCommand.js +1 -3
- package/dist-es/commands/ListDetectorsCommand.js +1 -3
- package/dist-es/commands/ListFiltersCommand.js +1 -3
- package/dist-es/commands/ListFindingsCommand.js +1 -3
- package/dist-es/commands/ListIPSetsCommand.js +1 -3
- package/dist-es/commands/ListInvitationsCommand.js +1 -3
- package/dist-es/commands/ListMalwareProtectionPlansCommand.js +1 -3
- package/dist-es/commands/ListMembersCommand.js +1 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -3
- package/dist-es/commands/ListPublishingDestinationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListThreatIntelSetsCommand.js +1 -3
- package/dist-es/commands/StartMalwareScanCommand.js +1 -3
- package/dist-es/commands/StartMonitoringMembersCommand.js +1 -3
- package/dist-es/commands/StopMonitoringMembersCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UnarchiveFindingsCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDetectorCommand.js +1 -3
- package/dist-es/commands/UpdateFilterCommand.js +1 -3
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +1 -3
- package/dist-es/commands/UpdateIPSetCommand.js +1 -3
- package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +1 -3
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +1 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +1 -3
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +1 -3
- package/dist-es/models/models_0.js +7 -9
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +87 -0
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -2
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +47 -2
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +1 -1
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +266 -131
- package/dist-types/models/models_1.d.ts +118 -10
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +46 -34
- package/dist-types/ts3.4/models/models_1.d.ts +36 -0
- package/package.json +4 -4
|
@@ -352,6 +352,27 @@ export interface AccountLevelPermissions {
|
|
|
352
352
|
*/
|
|
353
353
|
BlockPublicAccess?: BlockPublicAccess;
|
|
354
354
|
}
|
|
355
|
+
/**
|
|
356
|
+
* <p>Represents a list of map of accounts with the number of findings associated with each account.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
export interface AccountStatistics {
|
|
360
|
+
/**
|
|
361
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
AccountId?: string;
|
|
365
|
+
/**
|
|
366
|
+
* <p>The timestamp at which the finding for this account was last generated.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
LastGeneratedAt?: Date;
|
|
370
|
+
/**
|
|
371
|
+
* <p>The total number of findings associated with an account.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
TotalFindings?: number;
|
|
375
|
+
}
|
|
355
376
|
/**
|
|
356
377
|
* <p>Contains information about the domain.</p>
|
|
357
378
|
* @public
|
|
@@ -2128,8 +2149,7 @@ export interface FindingCriteria {
|
|
|
2128
2149
|
*/
|
|
2129
2150
|
export interface CreateFilterRequest {
|
|
2130
2151
|
/**
|
|
2131
|
-
* <p>The ID
|
|
2132
|
-
* for.</p>
|
|
2152
|
+
* <p>The detector ID associated with the GuardDuty account for which you want to create a filter.</p>
|
|
2133
2153
|
* @public
|
|
2134
2154
|
*/
|
|
2135
2155
|
DetectorId: string | undefined;
|
|
@@ -2517,8 +2537,7 @@ export type IpSetFormat = (typeof IpSetFormat)[keyof typeof IpSetFormat];
|
|
|
2517
2537
|
*/
|
|
2518
2538
|
export interface CreateIPSetRequest {
|
|
2519
2539
|
/**
|
|
2520
|
-
* <p>The unique ID of the detector of the GuardDuty account
|
|
2521
|
-
* for.</p>
|
|
2540
|
+
* <p>The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.</p>
|
|
2522
2541
|
* @public
|
|
2523
2542
|
*/
|
|
2524
2543
|
DetectorId: string | undefined;
|
|
@@ -2640,7 +2659,7 @@ export interface CreateMalwareProtectionPlanRequest {
|
|
|
2640
2659
|
*/
|
|
2641
2660
|
ClientToken?: string;
|
|
2642
2661
|
/**
|
|
2643
|
-
* <p>IAM role
|
|
2662
|
+
* <p>Amazon Resource Name (ARN) of the IAM role that has the permissions to scan and add tags to the associated
|
|
2644
2663
|
* protected resource.</p>
|
|
2645
2664
|
* @public
|
|
2646
2665
|
*/
|
|
@@ -2678,8 +2697,8 @@ export interface CreateMalwareProtectionPlanResponse {
|
|
|
2678
2697
|
*/
|
|
2679
2698
|
export interface CreateMembersRequest {
|
|
2680
2699
|
/**
|
|
2681
|
-
* <p>The unique ID of the detector of the GuardDuty account
|
|
2682
|
-
* accounts
|
|
2700
|
+
* <p>The unique ID of the detector of the GuardDuty account for which you want to associate member
|
|
2701
|
+
* accounts.</p>
|
|
2683
2702
|
* @public
|
|
2684
2703
|
*/
|
|
2685
2704
|
DetectorId: string | undefined;
|
|
@@ -2790,7 +2809,7 @@ export interface CreatePublishingDestinationResponse {
|
|
|
2790
2809
|
*/
|
|
2791
2810
|
export interface CreateSampleFindingsRequest {
|
|
2792
2811
|
/**
|
|
2793
|
-
* <p>The ID of the detector to create sample findings
|
|
2812
|
+
* <p>The ID of the detector for which you need to create sample findings.</p>
|
|
2794
2813
|
* @public
|
|
2795
2814
|
*/
|
|
2796
2815
|
DetectorId: string | undefined;
|
|
@@ -2826,8 +2845,8 @@ export type ThreatIntelSetFormat = (typeof ThreatIntelSetFormat)[keyof typeof Th
|
|
|
2826
2845
|
*/
|
|
2827
2846
|
export interface CreateThreatIntelSetRequest {
|
|
2828
2847
|
/**
|
|
2829
|
-
* <p>The unique ID of the detector of the GuardDuty account
|
|
2830
|
-
*
|
|
2848
|
+
* <p>The unique ID of the detector of the GuardDuty account for which you want to create a
|
|
2849
|
+
* <code>ThreatIntelSet</code>.</p>
|
|
2831
2850
|
* @public
|
|
2832
2851
|
*/
|
|
2833
2852
|
DetectorId: string | undefined;
|
|
@@ -3001,6 +3020,34 @@ export interface DataSourceConfigurationsResult {
|
|
|
3001
3020
|
*/
|
|
3002
3021
|
MalwareProtection?: MalwareProtectionConfigurationResult;
|
|
3003
3022
|
}
|
|
3023
|
+
/**
|
|
3024
|
+
* <p>Represents list a map of dates with a count of total findings generated on each date.</p>
|
|
3025
|
+
* @public
|
|
3026
|
+
*/
|
|
3027
|
+
export interface DateStatistics {
|
|
3028
|
+
/**
|
|
3029
|
+
* <p>The timestamp when the total findings count is observed.</p>
|
|
3030
|
+
* <p>For example, <code>Date</code> would look like <code>"2024-09-05T17:00:00-07:00"</code>
|
|
3031
|
+
* whereas <code>LastGeneratedAt</code> would look like 2024-09-05T17:12:29-07:00".</p>
|
|
3032
|
+
* @public
|
|
3033
|
+
*/
|
|
3034
|
+
Date?: Date;
|
|
3035
|
+
/**
|
|
3036
|
+
* <p>The timestamp at which the last finding in the findings count, was generated.</p>
|
|
3037
|
+
* @public
|
|
3038
|
+
*/
|
|
3039
|
+
LastGeneratedAt?: Date;
|
|
3040
|
+
/**
|
|
3041
|
+
* <p>The severity of the findings generated on each date.</p>
|
|
3042
|
+
* @public
|
|
3043
|
+
*/
|
|
3044
|
+
Severity?: number;
|
|
3045
|
+
/**
|
|
3046
|
+
* <p>The total number of findings that were generated per severity level on each date.</p>
|
|
3047
|
+
* @public
|
|
3048
|
+
*/
|
|
3049
|
+
TotalFindings?: number;
|
|
3050
|
+
}
|
|
3004
3051
|
/**
|
|
3005
3052
|
* @public
|
|
3006
3053
|
*/
|
|
@@ -3062,7 +3109,7 @@ export interface DeleteDetectorResponse {
|
|
|
3062
3109
|
*/
|
|
3063
3110
|
export interface DeleteFilterRequest {
|
|
3064
3111
|
/**
|
|
3065
|
-
* <p>The unique ID of the detector that
|
|
3112
|
+
* <p>The unique ID of the detector that is associated with the filter.</p>
|
|
3066
3113
|
* @public
|
|
3067
3114
|
*/
|
|
3068
3115
|
DetectorId: string | undefined;
|
|
@@ -3202,7 +3249,7 @@ export interface DeletePublishingDestinationResponse {
|
|
|
3202
3249
|
*/
|
|
3203
3250
|
export interface DeleteThreatIntelSetRequest {
|
|
3204
3251
|
/**
|
|
3205
|
-
* <p>The unique ID of the detector that
|
|
3252
|
+
* <p>The unique ID of the detector that is associated with the threatIntelSet.</p>
|
|
3206
3253
|
* @public
|
|
3207
3254
|
*/
|
|
3208
3255
|
DetectorId: string | undefined;
|
|
@@ -3461,8 +3508,8 @@ export interface Scan {
|
|
|
3461
3508
|
DetectorId?: string;
|
|
3462
3509
|
/**
|
|
3463
3510
|
* <p>The unique detector ID of the administrator account that the request is associated with.
|
|
3464
|
-
*
|
|
3465
|
-
*
|
|
3511
|
+
* If the account is an administrator, the <code>AdminDetectorId</code> will be the same as the one used for
|
|
3512
|
+
* <code>DetectorId</code>.</p>
|
|
3466
3513
|
* @public
|
|
3467
3514
|
*/
|
|
3468
3515
|
AdminDetectorId?: string;
|
|
@@ -3553,8 +3600,7 @@ export interface DescribeMalwareScansResponse {
|
|
|
3553
3600
|
*/
|
|
3554
3601
|
export interface DescribeOrganizationConfigurationRequest {
|
|
3555
3602
|
/**
|
|
3556
|
-
* <p>The ID of the
|
|
3557
|
-
* from.</p>
|
|
3603
|
+
* <p>The detector ID of the delegated administrator for which you need to retrieve the information.</p>
|
|
3558
3604
|
* @public
|
|
3559
3605
|
*/
|
|
3560
3606
|
DetectorId: string | undefined;
|
|
@@ -5782,16 +5828,169 @@ export interface Finding {
|
|
|
5782
5828
|
*/
|
|
5783
5829
|
UpdatedAt: string | undefined;
|
|
5784
5830
|
}
|
|
5831
|
+
/**
|
|
5832
|
+
* <p>Information about each finding type associated with the
|
|
5833
|
+
* <code>groupedByFindingType</code> statistics.</p>
|
|
5834
|
+
* @public
|
|
5835
|
+
*/
|
|
5836
|
+
export interface FindingTypeStatistics {
|
|
5837
|
+
/**
|
|
5838
|
+
* <p>Name of the finding type.</p>
|
|
5839
|
+
* @public
|
|
5840
|
+
*/
|
|
5841
|
+
FindingType?: string;
|
|
5842
|
+
/**
|
|
5843
|
+
* <p>The timestamp at which this finding type was last generated in your environment.</p>
|
|
5844
|
+
* @public
|
|
5845
|
+
*/
|
|
5846
|
+
LastGeneratedAt?: Date;
|
|
5847
|
+
/**
|
|
5848
|
+
* <p>The total number of findings associated with generated for each distinct finding type.</p>
|
|
5849
|
+
* @public
|
|
5850
|
+
*/
|
|
5851
|
+
TotalFindings?: number;
|
|
5852
|
+
}
|
|
5853
|
+
/**
|
|
5854
|
+
* <p>Information about each resource type associated with the
|
|
5855
|
+
* <code>groupedByResource</code> statistics.</p>
|
|
5856
|
+
* @public
|
|
5857
|
+
*/
|
|
5858
|
+
export interface ResourceStatistics {
|
|
5859
|
+
/**
|
|
5860
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
5861
|
+
* @public
|
|
5862
|
+
*/
|
|
5863
|
+
AccountId?: string;
|
|
5864
|
+
/**
|
|
5865
|
+
* <p>The timestamp at which the statistics for this resource was last generated.</p>
|
|
5866
|
+
* @public
|
|
5867
|
+
*/
|
|
5868
|
+
LastGeneratedAt?: Date;
|
|
5869
|
+
/**
|
|
5870
|
+
* <p>ID associated with each resource. The following list provides the mapping of the resource type
|
|
5871
|
+
* and resource ID.</p>
|
|
5872
|
+
* <p class="title">
|
|
5873
|
+
* <b>Mapping of resource and resource ID</b>
|
|
5874
|
+
* </p>
|
|
5875
|
+
* <ul>
|
|
5876
|
+
* <li>
|
|
5877
|
+
* <p>AccessKey - <code>resource.accessKeyDetails.accessKeyId</code>
|
|
5878
|
+
* </p>
|
|
5879
|
+
* </li>
|
|
5880
|
+
* <li>
|
|
5881
|
+
* <p>Container - <code>resource.containerDetails.id</code>
|
|
5882
|
+
* </p>
|
|
5883
|
+
* </li>
|
|
5884
|
+
* <li>
|
|
5885
|
+
* <p>ECSCluster - <code>resource.ecsClusterDetails.name</code>
|
|
5886
|
+
* </p>
|
|
5887
|
+
* </li>
|
|
5888
|
+
* <li>
|
|
5889
|
+
* <p>EKSCluster - <code>resource.eksClusterDetails.name</code>
|
|
5890
|
+
* </p>
|
|
5891
|
+
* </li>
|
|
5892
|
+
* <li>
|
|
5893
|
+
* <p>Instance - <code>resource.instanceDetails.instanceId</code>
|
|
5894
|
+
* </p>
|
|
5895
|
+
* </li>
|
|
5896
|
+
* <li>
|
|
5897
|
+
* <p>KubernetesCluster - <code>resource.kubernetesDetails.kubernetesWorkloadDetails.name</code>
|
|
5898
|
+
* </p>
|
|
5899
|
+
* </li>
|
|
5900
|
+
* <li>
|
|
5901
|
+
* <p>Lambda - <code>resource.lambdaDetails.functionName</code>
|
|
5902
|
+
* </p>
|
|
5903
|
+
* </li>
|
|
5904
|
+
* <li>
|
|
5905
|
+
* <p>RDSDBInstance - <code>resource.rdsDbInstanceDetails.dbInstanceIdentifier</code>
|
|
5906
|
+
* </p>
|
|
5907
|
+
* </li>
|
|
5908
|
+
* <li>
|
|
5909
|
+
* <p>S3Bucket - <code>resource.s3BucketDetails.name</code>
|
|
5910
|
+
* </p>
|
|
5911
|
+
* </li>
|
|
5912
|
+
* <li>
|
|
5913
|
+
* <p>S3Object - <code>resource.s3BucketDetails.name</code>
|
|
5914
|
+
* </p>
|
|
5915
|
+
* </li>
|
|
5916
|
+
* </ul>
|
|
5917
|
+
* @public
|
|
5918
|
+
*/
|
|
5919
|
+
ResourceId?: string;
|
|
5920
|
+
/**
|
|
5921
|
+
* <p>The type of resource.</p>
|
|
5922
|
+
* @public
|
|
5923
|
+
*/
|
|
5924
|
+
ResourceType?: string;
|
|
5925
|
+
/**
|
|
5926
|
+
* <p>The total number of findings associated with this resource.</p>
|
|
5927
|
+
* @public
|
|
5928
|
+
*/
|
|
5929
|
+
TotalFindings?: number;
|
|
5930
|
+
}
|
|
5931
|
+
/**
|
|
5932
|
+
* <p>Information about severity level for each finding type.</p>
|
|
5933
|
+
* @public
|
|
5934
|
+
*/
|
|
5935
|
+
export interface SeverityStatistics {
|
|
5936
|
+
/**
|
|
5937
|
+
* <p>The timestamp at which a finding type for a specific severity was last generated.</p>
|
|
5938
|
+
* @public
|
|
5939
|
+
*/
|
|
5940
|
+
LastGeneratedAt?: Date;
|
|
5941
|
+
/**
|
|
5942
|
+
* <p>The severity level associated with each finding type.</p>
|
|
5943
|
+
* @public
|
|
5944
|
+
*/
|
|
5945
|
+
Severity?: number;
|
|
5946
|
+
/**
|
|
5947
|
+
* <p>The total number of findings associated with this severity.</p>
|
|
5948
|
+
* @public
|
|
5949
|
+
*/
|
|
5950
|
+
TotalFindings?: number;
|
|
5951
|
+
}
|
|
5785
5952
|
/**
|
|
5786
5953
|
* <p>Contains information about finding statistics.</p>
|
|
5787
5954
|
* @public
|
|
5788
5955
|
*/
|
|
5789
5956
|
export interface FindingStatistics {
|
|
5790
5957
|
/**
|
|
5791
|
-
*
|
|
5958
|
+
* @deprecated
|
|
5959
|
+
*
|
|
5960
|
+
* <p>Represents a list of map of severity to count statistics for a set of findings.</p>
|
|
5792
5961
|
* @public
|
|
5793
5962
|
*/
|
|
5794
5963
|
CountBySeverity?: Record<string, number>;
|
|
5964
|
+
/**
|
|
5965
|
+
* <p>Represents a list of map of accounts with a findings count associated with each account.</p>
|
|
5966
|
+
* @public
|
|
5967
|
+
*/
|
|
5968
|
+
GroupedByAccount?: AccountStatistics[];
|
|
5969
|
+
/**
|
|
5970
|
+
* <p>Represents a list of map of dates with a count of total findings generated on each date per severity level.</p>
|
|
5971
|
+
* @public
|
|
5972
|
+
*/
|
|
5973
|
+
GroupedByDate?: DateStatistics[];
|
|
5974
|
+
/**
|
|
5975
|
+
* <p>Represents a list of map of finding types with a count of total findings generated for each type. </p>
|
|
5976
|
+
* <p>Based on the <code>orderBy</code>
|
|
5977
|
+
* parameter, this request returns either the most occurring finding types or the least occurring finding types. If the
|
|
5978
|
+
* <code>orderBy</code> parameter is <code>ASC</code>, this will represent the least occurring finding types in
|
|
5979
|
+
* your account; otherwise, this will represent the most occurring finding types. The default
|
|
5980
|
+
* value of <code>orderBy</code> is <code>DESC</code>.</p>
|
|
5981
|
+
* @public
|
|
5982
|
+
*/
|
|
5983
|
+
GroupedByFindingType?: FindingTypeStatistics[];
|
|
5984
|
+
/**
|
|
5985
|
+
* <p>Represents a list of map of top resources with a count of total findings.</p>
|
|
5986
|
+
* @public
|
|
5987
|
+
*/
|
|
5988
|
+
GroupedByResource?: ResourceStatistics[];
|
|
5989
|
+
/**
|
|
5990
|
+
* <p>Represents a list of map of total findings for each severity level.</p>
|
|
5991
|
+
* @public
|
|
5992
|
+
*/
|
|
5993
|
+
GroupedBySeverity?: SeverityStatistics[];
|
|
5795
5994
|
}
|
|
5796
5995
|
/**
|
|
5797
5996
|
* @public
|
|
@@ -5829,12 +6028,12 @@ export interface GetAdministratorAccountResponse {
|
|
|
5829
6028
|
*/
|
|
5830
6029
|
export interface GetCoverageStatisticsRequest {
|
|
5831
6030
|
/**
|
|
5832
|
-
* <p>The unique ID of the GuardDuty detector
|
|
6031
|
+
* <p>The unique ID of the GuardDuty detector.</p>
|
|
5833
6032
|
* @public
|
|
5834
6033
|
*/
|
|
5835
6034
|
DetectorId: string | undefined;
|
|
5836
6035
|
/**
|
|
5837
|
-
* <p>Represents the criteria used to filter the coverage statistics
|
|
6036
|
+
* <p>Represents the criteria used to filter the coverage statistics.</p>
|
|
5838
6037
|
* @public
|
|
5839
6038
|
*/
|
|
5840
6039
|
FilterCriteria?: CoverageFilterCriteria;
|
|
@@ -5917,7 +6116,7 @@ export interface GetDetectorResponse {
|
|
|
5917
6116
|
*/
|
|
5918
6117
|
export interface GetFilterRequest {
|
|
5919
6118
|
/**
|
|
5920
|
-
* <p>The unique ID of the detector that
|
|
6119
|
+
* <p>The unique ID of the detector that is associated with this filter.</p>
|
|
5921
6120
|
* @public
|
|
5922
6121
|
*/
|
|
5923
6122
|
DetectorId: string | undefined;
|
|
@@ -5994,26 +6193,61 @@ export interface GetFindingsResponse {
|
|
|
5994
6193
|
*/
|
|
5995
6194
|
Findings: Finding[] | undefined;
|
|
5996
6195
|
}
|
|
6196
|
+
/**
|
|
6197
|
+
* @public
|
|
6198
|
+
* @enum
|
|
6199
|
+
*/
|
|
6200
|
+
export declare const GroupByType: {
|
|
6201
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
6202
|
+
readonly DATE: "DATE";
|
|
6203
|
+
readonly FINDING_TYPE: "FINDING_TYPE";
|
|
6204
|
+
readonly RESOURCE: "RESOURCE";
|
|
6205
|
+
readonly SEVERITY: "SEVERITY";
|
|
6206
|
+
};
|
|
6207
|
+
/**
|
|
6208
|
+
* @public
|
|
6209
|
+
*/
|
|
6210
|
+
export type GroupByType = (typeof GroupByType)[keyof typeof GroupByType];
|
|
5997
6211
|
/**
|
|
5998
6212
|
* @public
|
|
5999
6213
|
*/
|
|
6000
6214
|
export interface GetFindingsStatisticsRequest {
|
|
6001
6215
|
/**
|
|
6002
|
-
* <p>The ID of the detector
|
|
6216
|
+
* <p>The ID of the detector whose findings statistics you
|
|
6003
6217
|
* want to retrieve.</p>
|
|
6004
6218
|
* @public
|
|
6005
6219
|
*/
|
|
6006
6220
|
DetectorId: string | undefined;
|
|
6007
6221
|
/**
|
|
6222
|
+
* @deprecated
|
|
6223
|
+
*
|
|
6008
6224
|
* <p>The types of finding statistics to retrieve.</p>
|
|
6009
6225
|
* @public
|
|
6010
6226
|
*/
|
|
6011
|
-
FindingStatisticTypes
|
|
6227
|
+
FindingStatisticTypes?: FindingStatisticType[];
|
|
6012
6228
|
/**
|
|
6013
6229
|
* <p>Represents the criteria that is used for querying findings.</p>
|
|
6014
6230
|
* @public
|
|
6015
6231
|
*/
|
|
6016
6232
|
FindingCriteria?: FindingCriteria;
|
|
6233
|
+
/**
|
|
6234
|
+
* <p>Displays the findings statistics grouped by one of the listed valid values.</p>
|
|
6235
|
+
* @public
|
|
6236
|
+
*/
|
|
6237
|
+
GroupBy?: GroupByType;
|
|
6238
|
+
/**
|
|
6239
|
+
* <p>Displays the sorted findings in the requested order. The default
|
|
6240
|
+
* value of <code>orderBy</code> is <code>DESC</code>.</p>
|
|
6241
|
+
* <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
|
|
6242
|
+
* @public
|
|
6243
|
+
*/
|
|
6244
|
+
OrderBy?: OrderBy;
|
|
6245
|
+
/**
|
|
6246
|
+
* <p>The maximum number of results to be returned in the response. The default value is 25.</p>
|
|
6247
|
+
* <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
|
|
6248
|
+
* @public
|
|
6249
|
+
*/
|
|
6250
|
+
MaxResults?: number;
|
|
6017
6251
|
}
|
|
6018
6252
|
/**
|
|
6019
6253
|
* @public
|
|
@@ -6024,6 +6258,12 @@ export interface GetFindingsStatisticsResponse {
|
|
|
6024
6258
|
* @public
|
|
6025
6259
|
*/
|
|
6026
6260
|
FindingStatistics: FindingStatistics | undefined;
|
|
6261
|
+
/**
|
|
6262
|
+
* <p>The pagination parameter to be used on the next list operation to retrieve more items.</p>
|
|
6263
|
+
* <p>This parameter is currently not supported.</p>
|
|
6264
|
+
* @public
|
|
6265
|
+
*/
|
|
6266
|
+
NextToken?: string;
|
|
6027
6267
|
}
|
|
6028
6268
|
/**
|
|
6029
6269
|
* @public
|
|
@@ -6045,7 +6285,7 @@ export interface GetInvitationsCountResponse {
|
|
|
6045
6285
|
*/
|
|
6046
6286
|
export interface GetIPSetRequest {
|
|
6047
6287
|
/**
|
|
6048
|
-
* <p>The unique ID of the detector that
|
|
6288
|
+
* <p>The unique ID of the detector that is associated with the IPSet.</p>
|
|
6049
6289
|
* @public
|
|
6050
6290
|
*/
|
|
6051
6291
|
DetectorId: string | undefined;
|
|
@@ -6155,7 +6395,7 @@ export interface GetMalwareProtectionPlanResponse {
|
|
|
6155
6395
|
*/
|
|
6156
6396
|
Arn?: string;
|
|
6157
6397
|
/**
|
|
6158
|
-
* <p>IAM role that includes the permissions
|
|
6398
|
+
* <p>Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and
|
|
6159
6399
|
* add tags to the associated protected resource.</p>
|
|
6160
6400
|
* @public
|
|
6161
6401
|
*/
|
|
@@ -6199,7 +6439,7 @@ export interface GetMalwareProtectionPlanResponse {
|
|
|
6199
6439
|
*/
|
|
6200
6440
|
export interface GetMalwareScanSettingsRequest {
|
|
6201
6441
|
/**
|
|
6202
|
-
* <p>The unique ID of the detector that
|
|
6442
|
+
* <p>The unique ID of the detector that is associated with this scan.</p>
|
|
6203
6443
|
* @public
|
|
6204
6444
|
*/
|
|
6205
6445
|
DetectorId: string | undefined;
|
|
@@ -6336,7 +6576,7 @@ export interface GetMemberDetectorsRequest {
|
|
|
6336
6576
|
*/
|
|
6337
6577
|
DetectorId: string | undefined;
|
|
6338
6578
|
/**
|
|
6339
|
-
* <p>
|
|
6579
|
+
* <p>A list of member account IDs.</p>
|
|
6340
6580
|
* @public
|
|
6341
6581
|
*/
|
|
6342
6582
|
AccountIds: string[] | undefined;
|
|
@@ -6610,111 +6850,6 @@ export interface OrganizationDetails {
|
|
|
6610
6850
|
*/
|
|
6611
6851
|
OrganizationStatistics?: OrganizationStatistics;
|
|
6612
6852
|
}
|
|
6613
|
-
/**
|
|
6614
|
-
* @public
|
|
6615
|
-
*/
|
|
6616
|
-
export interface GetOrganizationStatisticsResponse {
|
|
6617
|
-
/**
|
|
6618
|
-
* <p>Information about the statistics report for your organization.</p>
|
|
6619
|
-
* @public
|
|
6620
|
-
*/
|
|
6621
|
-
OrganizationDetails?: OrganizationDetails;
|
|
6622
|
-
}
|
|
6623
|
-
/**
|
|
6624
|
-
* @public
|
|
6625
|
-
*/
|
|
6626
|
-
export interface GetRemainingFreeTrialDaysRequest {
|
|
6627
|
-
/**
|
|
6628
|
-
* <p>The unique ID of the detector of the GuardDuty member account.</p>
|
|
6629
|
-
* @public
|
|
6630
|
-
*/
|
|
6631
|
-
DetectorId: string | undefined;
|
|
6632
|
-
/**
|
|
6633
|
-
* <p>A list of account identifiers of the GuardDuty member account.</p>
|
|
6634
|
-
* @public
|
|
6635
|
-
*/
|
|
6636
|
-
AccountIds?: string[];
|
|
6637
|
-
}
|
|
6638
|
-
/**
|
|
6639
|
-
* @public
|
|
6640
|
-
*/
|
|
6641
|
-
export interface GetRemainingFreeTrialDaysResponse {
|
|
6642
|
-
/**
|
|
6643
|
-
* <p>The member accounts which were included in a request and were processed
|
|
6644
|
-
* successfully.</p>
|
|
6645
|
-
* @public
|
|
6646
|
-
*/
|
|
6647
|
-
Accounts?: AccountFreeTrialInfo[];
|
|
6648
|
-
/**
|
|
6649
|
-
* <p>The member account that was included in a request but for which the request could not be
|
|
6650
|
-
* processed.</p>
|
|
6651
|
-
* @public
|
|
6652
|
-
*/
|
|
6653
|
-
UnprocessedAccounts?: UnprocessedAccount[];
|
|
6654
|
-
}
|
|
6655
|
-
/**
|
|
6656
|
-
* @public
|
|
6657
|
-
*/
|
|
6658
|
-
export interface GetThreatIntelSetRequest {
|
|
6659
|
-
/**
|
|
6660
|
-
* <p>The unique ID of the detector that the threatIntelSet is associated with.</p>
|
|
6661
|
-
* @public
|
|
6662
|
-
*/
|
|
6663
|
-
DetectorId: string | undefined;
|
|
6664
|
-
/**
|
|
6665
|
-
* <p>The unique ID of the threatIntelSet that you want to get.</p>
|
|
6666
|
-
* @public
|
|
6667
|
-
*/
|
|
6668
|
-
ThreatIntelSetId: string | undefined;
|
|
6669
|
-
}
|
|
6670
|
-
/**
|
|
6671
|
-
* @public
|
|
6672
|
-
* @enum
|
|
6673
|
-
*/
|
|
6674
|
-
export declare const ThreatIntelSetStatus: {
|
|
6675
|
-
readonly ACTIVATING: "ACTIVATING";
|
|
6676
|
-
readonly ACTIVE: "ACTIVE";
|
|
6677
|
-
readonly DEACTIVATING: "DEACTIVATING";
|
|
6678
|
-
readonly DELETED: "DELETED";
|
|
6679
|
-
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
6680
|
-
readonly ERROR: "ERROR";
|
|
6681
|
-
readonly INACTIVE: "INACTIVE";
|
|
6682
|
-
};
|
|
6683
|
-
/**
|
|
6684
|
-
* @public
|
|
6685
|
-
*/
|
|
6686
|
-
export type ThreatIntelSetStatus = (typeof ThreatIntelSetStatus)[keyof typeof ThreatIntelSetStatus];
|
|
6687
|
-
/**
|
|
6688
|
-
* @public
|
|
6689
|
-
*/
|
|
6690
|
-
export interface GetThreatIntelSetResponse {
|
|
6691
|
-
/**
|
|
6692
|
-
* <p>A user-friendly ThreatIntelSet name displayed in all findings that are generated by
|
|
6693
|
-
* activity that involves IP addresses included in this ThreatIntelSet.</p>
|
|
6694
|
-
* @public
|
|
6695
|
-
*/
|
|
6696
|
-
Name: string | undefined;
|
|
6697
|
-
/**
|
|
6698
|
-
* <p>The format of the threatIntelSet.</p>
|
|
6699
|
-
* @public
|
|
6700
|
-
*/
|
|
6701
|
-
Format: ThreatIntelSetFormat | undefined;
|
|
6702
|
-
/**
|
|
6703
|
-
* <p>The URI of the file that contains the ThreatIntelSet. </p>
|
|
6704
|
-
* @public
|
|
6705
|
-
*/
|
|
6706
|
-
Location: string | undefined;
|
|
6707
|
-
/**
|
|
6708
|
-
* <p>The status of threatIntelSet file uploaded.</p>
|
|
6709
|
-
* @public
|
|
6710
|
-
*/
|
|
6711
|
-
Status: ThreatIntelSetStatus | undefined;
|
|
6712
|
-
/**
|
|
6713
|
-
* <p>The tags of the threat list resource.</p>
|
|
6714
|
-
* @public
|
|
6715
|
-
*/
|
|
6716
|
-
Tags?: Record<string, string>;
|
|
6717
|
-
}
|
|
6718
6853
|
/**
|
|
6719
6854
|
* @internal
|
|
6720
6855
|
*/
|