@aws-sdk/client-guardduty 3.940.0 → 3.943.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 +263 -16
- package/dist-es/models/enums.js +19 -0
- package/dist-es/schemas/schemas_0.js +244 -16
- package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
- package/dist-types/commands/GetFilterCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +40 -1
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +6 -0
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +6 -0
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +199 -190
- package/dist-types/models/models_1.d.ts +190 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +22 -0
- package/dist-types/ts3.4/models/models_0.d.ts +41 -42
- package/dist-types/ts3.4/models/models_1.d.ts +43 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +5 -5
|
@@ -28,12 +28,14 @@ export declare var AnomalyUnusual: StaticStructureSchema;
|
|
|
28
28
|
export declare var ArchiveFindingsRequest: StaticStructureSchema;
|
|
29
29
|
export declare var ArchiveFindingsResponse: StaticStructureSchema;
|
|
30
30
|
export declare var AutonomousSystem: StaticStructureSchema;
|
|
31
|
+
export declare var AutoscalingAutoScalingGroup: StaticStructureSchema;
|
|
31
32
|
export declare var AwsApiCallAction: StaticStructureSchema;
|
|
32
33
|
export declare var BadRequestException: StaticErrorSchema;
|
|
33
34
|
export declare var BlockPublicAccess: StaticStructureSchema;
|
|
34
35
|
export declare var BucketLevelPermissions: StaticStructureSchema;
|
|
35
36
|
export declare var BucketPolicy: StaticStructureSchema;
|
|
36
37
|
export declare var City: StaticStructureSchema;
|
|
38
|
+
export declare var CloudformationStack: StaticStructureSchema;
|
|
37
39
|
export declare var CloudTrailConfigurationResult: StaticStructureSchema;
|
|
38
40
|
export declare var Condition: StaticStructureSchema;
|
|
39
41
|
export declare var ConflictException: StaticErrorSchema;
|
|
@@ -129,10 +131,15 @@ export declare var EbsSnapshotDetails: StaticStructureSchema;
|
|
|
129
131
|
export declare var EbsVolumeDetails: StaticStructureSchema;
|
|
130
132
|
export declare var EbsVolumeScanDetails: StaticStructureSchema;
|
|
131
133
|
export declare var EbsVolumesResult: StaticStructureSchema;
|
|
134
|
+
export declare var Ec2Image: StaticStructureSchema;
|
|
132
135
|
export declare var Ec2ImageDetails: StaticStructureSchema;
|
|
133
136
|
export declare var Ec2Instance: StaticStructureSchema;
|
|
137
|
+
export declare var Ec2LaunchTemplate: StaticStructureSchema;
|
|
134
138
|
export declare var Ec2NetworkInterface: StaticStructureSchema;
|
|
139
|
+
export declare var Ec2Vpc: StaticStructureSchema;
|
|
140
|
+
export declare var EcsCluster: StaticStructureSchema;
|
|
135
141
|
export declare var EcsClusterDetails: StaticStructureSchema;
|
|
142
|
+
export declare var EcsTask: StaticStructureSchema;
|
|
136
143
|
export declare var EcsTaskDetails: StaticStructureSchema;
|
|
137
144
|
export declare var EksCluster: StaticStructureSchema;
|
|
138
145
|
export declare var EksClusterDetails: StaticStructureSchema;
|
|
@@ -193,6 +200,7 @@ export declare var GetUsageStatisticsResponse: StaticStructureSchema;
|
|
|
193
200
|
export declare var HighestSeverityThreatDetails: StaticStructureSchema;
|
|
194
201
|
export declare var HostPath: StaticStructureSchema;
|
|
195
202
|
export declare var IamInstanceProfile: StaticStructureSchema;
|
|
203
|
+
export declare var IamInstanceProfileV2: StaticStructureSchema;
|
|
196
204
|
export declare var ImpersonatedUser: StaticStructureSchema;
|
|
197
205
|
export declare var IncrementalScanDetails: StaticStructureSchema;
|
|
198
206
|
export declare var Indicator: StaticStructureSchema;
|
|
@@ -477,6 +485,7 @@ export declare var MalwareProtectionPlansSummary: StaticListSchema;
|
|
|
477
485
|
export declare var MalwareProtectionPlanStatusReasonsList: StaticListSchema;
|
|
478
486
|
export declare var MalwareScans: StaticListSchema;
|
|
479
487
|
export declare var MapEquals: StaticListSchema;
|
|
488
|
+
export declare var Matches: number;
|
|
480
489
|
export declare var MemberAdditionalConfigurationResults: StaticListSchema;
|
|
481
490
|
export declare var MemberAdditionalConfigurations: StaticListSchema;
|
|
482
491
|
export declare var MemberDataSourceConfigurations: StaticListSchema;
|
|
@@ -488,6 +497,7 @@ export declare var Neq: number;
|
|
|
488
497
|
export declare var NetworkEndpoints: StaticListSchema;
|
|
489
498
|
export declare var NetworkInterfaces: StaticListSchema;
|
|
490
499
|
export declare var NotEquals: number;
|
|
500
|
+
export declare var NotMatches: number;
|
|
491
501
|
export declare var ObservationTexts: number;
|
|
492
502
|
export declare var OrganizationAdditionalConfigurationResults: StaticListSchema;
|
|
493
503
|
export declare var OrganizationAdditionalConfigurations: StaticListSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetMemberDetectorsResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { GetMemberDetectorsRequest } from "../models/models_0";
|
|
9
|
+
import { GetMemberDetectorsResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetMemberDetectorsCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GuardDutyClient";
|
|
8
|
-
import { GetMembersRequest, GetMembersResponse } from "../models/
|
|
8
|
+
import { GetMembersRequest, GetMembersResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetMembersCommandInput extends GetMembersRequest {}
|
|
@@ -279,6 +279,20 @@ export declare const NetworkDirection: {
|
|
|
279
279
|
};
|
|
280
280
|
export type NetworkDirection =
|
|
281
281
|
(typeof NetworkDirection)[keyof typeof NetworkDirection];
|
|
282
|
+
export declare const EcsClusterStatus: {
|
|
283
|
+
readonly ACTIVE: "ACTIVE";
|
|
284
|
+
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
285
|
+
readonly FAILED: "FAILED";
|
|
286
|
+
readonly INACTIVE: "INACTIVE";
|
|
287
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
288
|
+
};
|
|
289
|
+
export type EcsClusterStatus =
|
|
290
|
+
(typeof EcsClusterStatus)[keyof typeof EcsClusterStatus];
|
|
291
|
+
export declare const EcsLaunchType: {
|
|
292
|
+
readonly EC2: "EC2";
|
|
293
|
+
readonly FARGATE: "FARGATE";
|
|
294
|
+
};
|
|
295
|
+
export type EcsLaunchType = (typeof EcsLaunchType)[keyof typeof EcsLaunchType];
|
|
282
296
|
export declare const KubernetesResourcesTypes: {
|
|
283
297
|
readonly CRONJOBS: "CRONJOBS";
|
|
284
298
|
readonly DAEMONSETS: "DAEMONSETS";
|
|
@@ -311,10 +325,18 @@ export type PublicBucketRestrictBehavior =
|
|
|
311
325
|
(typeof PublicBucketRestrictBehavior)[keyof typeof PublicBucketRestrictBehavior];
|
|
312
326
|
export declare const FindingResourceType: {
|
|
313
327
|
readonly ACCESS_KEY: "ACCESS_KEY";
|
|
328
|
+
readonly AUTOSCALING_AUTO_SCALING_GROUP: "AUTOSCALING_AUTO_SCALING_GROUP";
|
|
329
|
+
readonly CLOUDFORMATION_STACK: "CLOUDFORMATION_STACK";
|
|
314
330
|
readonly CONTAINER: "CONTAINER";
|
|
331
|
+
readonly EC2_IMAGE: "EC2_IMAGE";
|
|
315
332
|
readonly EC2_INSTANCE: "EC2_INSTANCE";
|
|
333
|
+
readonly EC2_LAUNCH_TEMPLATE: "EC2_LAUNCH_TEMPLATE";
|
|
316
334
|
readonly EC2_NETWORK_INTERFACE: "EC2_NETWORK_INTERFACE";
|
|
335
|
+
readonly EC2_VPC: "EC2_VPC";
|
|
336
|
+
readonly ECS_CLUSTER: "ECS_CLUSTER";
|
|
337
|
+
readonly ECS_TASK: "ECS_TASK";
|
|
317
338
|
readonly EKS_CLUSTER: "EKS_CLUSTER";
|
|
339
|
+
readonly IAM_INSTANCE_PROFILE: "IAM_INSTANCE_PROFILE";
|
|
318
340
|
readonly KUBERNETES_WORKLOAD: "KUBERNETES_WORKLOAD";
|
|
319
341
|
readonly S3_BUCKET: "S3_BUCKET";
|
|
320
342
|
readonly S3_OBJECT: "S3_OBJECT";
|
|
@@ -14,6 +14,8 @@ import {
|
|
|
14
14
|
DetectorFeatureResult,
|
|
15
15
|
DetectorStatus,
|
|
16
16
|
EbsSnapshotPreservation,
|
|
17
|
+
EcsClusterStatus,
|
|
18
|
+
EcsLaunchType,
|
|
17
19
|
FeatureAdditionalConfiguration,
|
|
18
20
|
FeatureStatus,
|
|
19
21
|
FilterAction,
|
|
@@ -338,6 +340,9 @@ export interface AutonomousSystem {
|
|
|
338
340
|
Name: string | undefined;
|
|
339
341
|
Number: number | undefined;
|
|
340
342
|
}
|
|
343
|
+
export interface AutoscalingAutoScalingGroup {
|
|
344
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
345
|
+
}
|
|
341
346
|
export interface BucketPolicy {
|
|
342
347
|
AllowsPublicReadAccess?: boolean | undefined;
|
|
343
348
|
AllowsPublicWriteAccess?: boolean | undefined;
|
|
@@ -347,6 +352,9 @@ export interface BucketLevelPermissions {
|
|
|
347
352
|
BucketPolicy?: BucketPolicy | undefined;
|
|
348
353
|
BlockPublicAccess?: BlockPublicAccess | undefined;
|
|
349
354
|
}
|
|
355
|
+
export interface CloudformationStack {
|
|
356
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
357
|
+
}
|
|
350
358
|
export interface CloudTrailConfigurationResult {
|
|
351
359
|
Status: DataSourceStatus | undefined;
|
|
352
360
|
}
|
|
@@ -363,6 +371,8 @@ export interface Condition {
|
|
|
363
371
|
GreaterThanOrEqual?: number | undefined;
|
|
364
372
|
LessThan?: number | undefined;
|
|
365
373
|
LessThanOrEqual?: number | undefined;
|
|
374
|
+
Matches?: string[] | undefined;
|
|
375
|
+
NotMatches?: string[] | undefined;
|
|
366
376
|
}
|
|
367
377
|
export interface SecurityContext {
|
|
368
378
|
Privileged?: boolean | undefined;
|
|
@@ -861,6 +871,9 @@ export interface NetworkEndpoint {
|
|
|
861
871
|
AutonomousSystem?: AutonomousSystem | undefined;
|
|
862
872
|
Connection?: NetworkConnection | undefined;
|
|
863
873
|
}
|
|
874
|
+
export interface Ec2Image {
|
|
875
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
876
|
+
}
|
|
864
877
|
export interface IamInstanceProfile {
|
|
865
878
|
Arn?: string | undefined;
|
|
866
879
|
Id?: string | undefined;
|
|
@@ -880,6 +893,10 @@ export interface Ec2Instance {
|
|
|
880
893
|
ProductCodes?: ProductCode[] | undefined;
|
|
881
894
|
Ec2NetworkInterfaceUids?: string[] | undefined;
|
|
882
895
|
}
|
|
896
|
+
export interface Ec2LaunchTemplate {
|
|
897
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
898
|
+
Version?: string | undefined;
|
|
899
|
+
}
|
|
883
900
|
export interface PrivateIpAddressDetails {
|
|
884
901
|
PrivateDnsName?: string | undefined;
|
|
885
902
|
PrivateIpAddress?: string | undefined;
|
|
@@ -896,6 +913,19 @@ export interface Ec2NetworkInterface {
|
|
|
896
913
|
SubNetId?: string | undefined;
|
|
897
914
|
VpcId?: string | undefined;
|
|
898
915
|
}
|
|
916
|
+
export interface Ec2Vpc {
|
|
917
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface EcsCluster {
|
|
920
|
+
Status?: EcsClusterStatus | undefined;
|
|
921
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface EcsTask {
|
|
924
|
+
CreatedAt?: Date | undefined;
|
|
925
|
+
TaskDefinitionArn?: string | undefined;
|
|
926
|
+
LaunchType?: EcsLaunchType | undefined;
|
|
927
|
+
ContainerUids?: string[] | undefined;
|
|
928
|
+
}
|
|
899
929
|
export interface EksCluster {
|
|
900
930
|
Arn?: string | undefined;
|
|
901
931
|
CreatedAt?: Date | undefined;
|
|
@@ -903,6 +933,9 @@ export interface EksCluster {
|
|
|
903
933
|
VpcId?: string | undefined;
|
|
904
934
|
Ec2InstanceUids?: string[] | undefined;
|
|
905
935
|
}
|
|
936
|
+
export interface IamInstanceProfileV2 {
|
|
937
|
+
Ec2InstanceUids?: string[] | undefined;
|
|
938
|
+
}
|
|
906
939
|
export interface KubernetesWorkload {
|
|
907
940
|
ContainerUids?: string[] | undefined;
|
|
908
941
|
Namespace?: string | undefined;
|
|
@@ -940,6 +973,14 @@ export interface ResourceData {
|
|
|
940
973
|
EksCluster?: EksCluster | undefined;
|
|
941
974
|
KubernetesWorkload?: KubernetesWorkload | undefined;
|
|
942
975
|
Container?: ContainerFindingResource | undefined;
|
|
976
|
+
EcsCluster?: EcsCluster | undefined;
|
|
977
|
+
EcsTask?: EcsTask | undefined;
|
|
978
|
+
IamInstanceProfile?: IamInstanceProfileV2 | undefined;
|
|
979
|
+
AutoscalingAutoScalingGroup?: AutoscalingAutoScalingGroup | undefined;
|
|
980
|
+
Ec2LaunchTemplate?: Ec2LaunchTemplate | undefined;
|
|
981
|
+
Ec2Vpc?: Ec2Vpc | undefined;
|
|
982
|
+
Ec2Image?: Ec2Image | undefined;
|
|
983
|
+
CloudformationStack?: CloudformationStack | undefined;
|
|
943
984
|
}
|
|
944
985
|
export interface Tag {
|
|
945
986
|
Key?: string | undefined;
|
|
@@ -1615,45 +1656,3 @@ export interface GetMemberDetectorsRequest {
|
|
|
1615
1656
|
DetectorId: string | undefined;
|
|
1616
1657
|
AccountIds: string[] | undefined;
|
|
1617
1658
|
}
|
|
1618
|
-
export interface MemberAdditionalConfigurationResult {
|
|
1619
|
-
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1620
|
-
Status?: FeatureStatus | undefined;
|
|
1621
|
-
UpdatedAt?: Date | undefined;
|
|
1622
|
-
}
|
|
1623
|
-
export interface MemberFeaturesConfigurationResult {
|
|
1624
|
-
Name?: OrgFeature | undefined;
|
|
1625
|
-
Status?: FeatureStatus | undefined;
|
|
1626
|
-
UpdatedAt?: Date | undefined;
|
|
1627
|
-
AdditionalConfiguration?: MemberAdditionalConfigurationResult[] | undefined;
|
|
1628
|
-
}
|
|
1629
|
-
export interface MemberDataSourceConfiguration {
|
|
1630
|
-
AccountId: string | undefined;
|
|
1631
|
-
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
1632
|
-
Features?: MemberFeaturesConfigurationResult[] | undefined;
|
|
1633
|
-
}
|
|
1634
|
-
export interface GetMemberDetectorsResponse {
|
|
1635
|
-
MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
|
|
1636
|
-
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1637
|
-
}
|
|
1638
|
-
export interface GetMembersRequest {
|
|
1639
|
-
DetectorId: string | undefined;
|
|
1640
|
-
AccountIds: string[] | undefined;
|
|
1641
|
-
}
|
|
1642
|
-
export interface Member {
|
|
1643
|
-
AccountId: string | undefined;
|
|
1644
|
-
DetectorId?: string | undefined;
|
|
1645
|
-
MasterId: string | undefined;
|
|
1646
|
-
Email: string | undefined;
|
|
1647
|
-
RelationshipStatus: string | undefined;
|
|
1648
|
-
InvitedAt?: string | undefined;
|
|
1649
|
-
UpdatedAt: string | undefined;
|
|
1650
|
-
AdministratorId?: string | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface GetMembersResponse {
|
|
1653
|
-
Members: Member[] | undefined;
|
|
1654
|
-
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
1655
|
-
}
|
|
1656
|
-
export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
1657
|
-
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
1658
|
-
EnabledAccountsCount?: number | undefined;
|
|
1659
|
-
}
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
CoverageResource,
|
|
31
31
|
CoverageSortCriteria,
|
|
32
32
|
DataSourceConfigurations,
|
|
33
|
+
DataSourceConfigurationsResult,
|
|
33
34
|
Destination,
|
|
34
35
|
DestinationProperties,
|
|
35
36
|
DetectorFeatureConfiguration,
|
|
@@ -37,12 +38,52 @@ import {
|
|
|
37
38
|
FindingCriteria,
|
|
38
39
|
IncrementalScanDetails,
|
|
39
40
|
MalwareProtectionPlanActions,
|
|
40
|
-
Member,
|
|
41
|
-
OrganizationFeatureStatisticsAdditionalConfiguration,
|
|
42
41
|
ScanResourceCriteria,
|
|
43
42
|
SortCriteria,
|
|
44
43
|
UnprocessedAccount,
|
|
45
44
|
} from "./models_0";
|
|
45
|
+
export interface MemberAdditionalConfigurationResult {
|
|
46
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
47
|
+
Status?: FeatureStatus | undefined;
|
|
48
|
+
UpdatedAt?: Date | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface MemberFeaturesConfigurationResult {
|
|
51
|
+
Name?: OrgFeature | undefined;
|
|
52
|
+
Status?: FeatureStatus | undefined;
|
|
53
|
+
UpdatedAt?: Date | undefined;
|
|
54
|
+
AdditionalConfiguration?: MemberAdditionalConfigurationResult[] | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface MemberDataSourceConfiguration {
|
|
57
|
+
AccountId: string | undefined;
|
|
58
|
+
DataSources?: DataSourceConfigurationsResult | undefined;
|
|
59
|
+
Features?: MemberFeaturesConfigurationResult[] | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface GetMemberDetectorsResponse {
|
|
62
|
+
MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
|
|
63
|
+
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface GetMembersRequest {
|
|
66
|
+
DetectorId: string | undefined;
|
|
67
|
+
AccountIds: string[] | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface Member {
|
|
70
|
+
AccountId: string | undefined;
|
|
71
|
+
DetectorId?: string | undefined;
|
|
72
|
+
MasterId: string | undefined;
|
|
73
|
+
Email: string | undefined;
|
|
74
|
+
RelationshipStatus: string | undefined;
|
|
75
|
+
InvitedAt?: string | undefined;
|
|
76
|
+
UpdatedAt: string | undefined;
|
|
77
|
+
AdministratorId?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface GetMembersResponse {
|
|
80
|
+
Members: Member[] | undefined;
|
|
81
|
+
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
84
|
+
Name?: OrgFeatureAdditionalConfiguration | undefined;
|
|
85
|
+
EnabledAccountsCount?: number | undefined;
|
|
86
|
+
}
|
|
46
87
|
export interface OrganizationFeatureStatistics {
|
|
47
88
|
Name?: OrgFeature | undefined;
|
|
48
89
|
EnabledAccountsCount?: number | undefined;
|
|
@@ -35,12 +35,14 @@ export declare var AnomalyUnusual: StaticStructureSchema;
|
|
|
35
35
|
export declare var ArchiveFindingsRequest: StaticStructureSchema;
|
|
36
36
|
export declare var ArchiveFindingsResponse: StaticStructureSchema;
|
|
37
37
|
export declare var AutonomousSystem: StaticStructureSchema;
|
|
38
|
+
export declare var AutoscalingAutoScalingGroup: StaticStructureSchema;
|
|
38
39
|
export declare var AwsApiCallAction: StaticStructureSchema;
|
|
39
40
|
export declare var BadRequestException: StaticErrorSchema;
|
|
40
41
|
export declare var BlockPublicAccess: StaticStructureSchema;
|
|
41
42
|
export declare var BucketLevelPermissions: StaticStructureSchema;
|
|
42
43
|
export declare var BucketPolicy: StaticStructureSchema;
|
|
43
44
|
export declare var City: StaticStructureSchema;
|
|
45
|
+
export declare var CloudformationStack: StaticStructureSchema;
|
|
44
46
|
export declare var CloudTrailConfigurationResult: StaticStructureSchema;
|
|
45
47
|
export declare var Condition: StaticStructureSchema;
|
|
46
48
|
export declare var ConflictException: StaticErrorSchema;
|
|
@@ -136,10 +138,15 @@ export declare var EbsSnapshotDetails: StaticStructureSchema;
|
|
|
136
138
|
export declare var EbsVolumeDetails: StaticStructureSchema;
|
|
137
139
|
export declare var EbsVolumeScanDetails: StaticStructureSchema;
|
|
138
140
|
export declare var EbsVolumesResult: StaticStructureSchema;
|
|
141
|
+
export declare var Ec2Image: StaticStructureSchema;
|
|
139
142
|
export declare var Ec2ImageDetails: StaticStructureSchema;
|
|
140
143
|
export declare var Ec2Instance: StaticStructureSchema;
|
|
144
|
+
export declare var Ec2LaunchTemplate: StaticStructureSchema;
|
|
141
145
|
export declare var Ec2NetworkInterface: StaticStructureSchema;
|
|
146
|
+
export declare var Ec2Vpc: StaticStructureSchema;
|
|
147
|
+
export declare var EcsCluster: StaticStructureSchema;
|
|
142
148
|
export declare var EcsClusterDetails: StaticStructureSchema;
|
|
149
|
+
export declare var EcsTask: StaticStructureSchema;
|
|
143
150
|
export declare var EcsTaskDetails: StaticStructureSchema;
|
|
144
151
|
export declare var EksCluster: StaticStructureSchema;
|
|
145
152
|
export declare var EksClusterDetails: StaticStructureSchema;
|
|
@@ -200,6 +207,7 @@ export declare var GetUsageStatisticsResponse: StaticStructureSchema;
|
|
|
200
207
|
export declare var HighestSeverityThreatDetails: StaticStructureSchema;
|
|
201
208
|
export declare var HostPath: StaticStructureSchema;
|
|
202
209
|
export declare var IamInstanceProfile: StaticStructureSchema;
|
|
210
|
+
export declare var IamInstanceProfileV2: StaticStructureSchema;
|
|
203
211
|
export declare var ImpersonatedUser: StaticStructureSchema;
|
|
204
212
|
export declare var IncrementalScanDetails: StaticStructureSchema;
|
|
205
213
|
export declare var Indicator: StaticStructureSchema;
|
|
@@ -484,6 +492,7 @@ export declare var MalwareProtectionPlansSummary: StaticListSchema;
|
|
|
484
492
|
export declare var MalwareProtectionPlanStatusReasonsList: StaticListSchema;
|
|
485
493
|
export declare var MalwareScans: StaticListSchema;
|
|
486
494
|
export declare var MapEquals: StaticListSchema;
|
|
495
|
+
export declare var Matches: number;
|
|
487
496
|
export declare var MemberAdditionalConfigurationResults: StaticListSchema;
|
|
488
497
|
export declare var MemberAdditionalConfigurations: StaticListSchema;
|
|
489
498
|
export declare var MemberDataSourceConfigurations: StaticListSchema;
|
|
@@ -495,6 +504,7 @@ export declare var Neq: number;
|
|
|
495
504
|
export declare var NetworkEndpoints: StaticListSchema;
|
|
496
505
|
export declare var NetworkInterfaces: StaticListSchema;
|
|
497
506
|
export declare var NotEquals: number;
|
|
507
|
+
export declare var NotMatches: number;
|
|
498
508
|
export declare var ObservationTexts: number;
|
|
499
509
|
export declare var OrganizationAdditionalConfigurationResults: StaticListSchema;
|
|
500
510
|
export declare var OrganizationAdditionalConfigurations: StaticListSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.943.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.943.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.943.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
30
|
"@aws-sdk/types": "3.936.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.943.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|