@aws-sdk/client-guardduty 3.696.0 → 3.703.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.
@@ -812,6 +812,177 @@ declare const GetFindingsCommand_base: {
812
812
  * // },
813
813
  * // },
814
814
  * // },
815
+ * // Sequence: { // Sequence
816
+ * // Uid: "STRING_VALUE", // required
817
+ * // Description: "STRING_VALUE", // required
818
+ * // Actors: [ // Actors
819
+ * // { // Actor
820
+ * // Id: "STRING_VALUE", // required
821
+ * // User: { // User
822
+ * // Name: "STRING_VALUE", // required
823
+ * // Uid: "STRING_VALUE", // required
824
+ * // Type: "STRING_VALUE", // required
825
+ * // CredentialUid: "STRING_VALUE",
826
+ * // Account: { // Account
827
+ * // Uid: "STRING_VALUE", // required
828
+ * // Name: "STRING_VALUE",
829
+ * // },
830
+ * // },
831
+ * // Session: { // Session
832
+ * // Uid: "STRING_VALUE",
833
+ * // MfaStatus: "ENABLED" || "DISABLED",
834
+ * // CreatedTime: new Date("TIMESTAMP"),
835
+ * // Issuer: "STRING_VALUE",
836
+ * // },
837
+ * // },
838
+ * // ],
839
+ * // Resources: [ // Resources
840
+ * // { // ResourceV2
841
+ * // Uid: "STRING_VALUE", // required
842
+ * // Name: "STRING_VALUE",
843
+ * // AccountId: "STRING_VALUE",
844
+ * // ResourceType: "EC2_INSTANCE" || "EC2_NETWORK_INTERFACE" || "S3_BUCKET" || "S3_OBJECT" || "ACCESS_KEY", // required
845
+ * // Region: "STRING_VALUE",
846
+ * // Service: "STRING_VALUE",
847
+ * // CloudPartition: "STRING_VALUE",
848
+ * // Tags: "<Tags>",
849
+ * // Data: { // ResourceData
850
+ * // S3Bucket: { // S3Bucket
851
+ * // OwnerId: "STRING_VALUE",
852
+ * // CreatedAt: new Date("TIMESTAMP"),
853
+ * // EncryptionType: "STRING_VALUE",
854
+ * // EncryptionKeyArn: "STRING_VALUE",
855
+ * // EffectivePermission: "STRING_VALUE",
856
+ * // PublicReadAccess: "BLOCKED" || "ALLOWED",
857
+ * // PublicWriteAccess: "BLOCKED" || "ALLOWED",
858
+ * // AccountPublicAccess: { // PublicAccessConfiguration
859
+ * // PublicAclAccess: "BLOCKED" || "ALLOWED",
860
+ * // PublicPolicyAccess: "BLOCKED" || "ALLOWED",
861
+ * // PublicAclIgnoreBehavior: "IGNORED" || "NOT_IGNORED",
862
+ * // PublicBucketRestrictBehavior: "RESTRICTED" || "NOT_RESTRICTED",
863
+ * // },
864
+ * // BucketPublicAccess: {
865
+ * // PublicAclAccess: "BLOCKED" || "ALLOWED",
866
+ * // PublicPolicyAccess: "BLOCKED" || "ALLOWED",
867
+ * // PublicAclIgnoreBehavior: "IGNORED" || "NOT_IGNORED",
868
+ * // PublicBucketRestrictBehavior: "RESTRICTED" || "NOT_RESTRICTED",
869
+ * // },
870
+ * // S3ObjectUids: [ // S3ObjectUids
871
+ * // "STRING_VALUE",
872
+ * // ],
873
+ * // },
874
+ * // Ec2Instance: { // Ec2Instance
875
+ * // AvailabilityZone: "STRING_VALUE",
876
+ * // ImageDescription: "STRING_VALUE",
877
+ * // InstanceState: "STRING_VALUE",
878
+ * // IamInstanceProfile: {
879
+ * // Arn: "STRING_VALUE",
880
+ * // Id: "STRING_VALUE",
881
+ * // },
882
+ * // InstanceType: "STRING_VALUE",
883
+ * // OutpostArn: "STRING_VALUE",
884
+ * // Platform: "STRING_VALUE",
885
+ * // ProductCodes: [
886
+ * // {
887
+ * // Code: "STRING_VALUE",
888
+ * // ProductType: "STRING_VALUE",
889
+ * // },
890
+ * // ],
891
+ * // Ec2NetworkInterfaceUids: [ // Ec2NetworkInterfaceUids
892
+ * // "STRING_VALUE",
893
+ * // ],
894
+ * // },
895
+ * // AccessKey: { // AccessKey
896
+ * // PrincipalId: "STRING_VALUE",
897
+ * // UserName: "STRING_VALUE",
898
+ * // UserType: "STRING_VALUE",
899
+ * // },
900
+ * // Ec2NetworkInterface: { // Ec2NetworkInterface
901
+ * // Ipv6Addresses: [
902
+ * // "STRING_VALUE",
903
+ * // ],
904
+ * // PrivateIpAddresses: [
905
+ * // {
906
+ * // PrivateDnsName: "STRING_VALUE",
907
+ * // PrivateIpAddress: "STRING_VALUE",
908
+ * // },
909
+ * // ],
910
+ * // PublicIp: "STRING_VALUE",
911
+ * // SecurityGroups: "<SecurityGroups>",
912
+ * // SubNetId: "STRING_VALUE",
913
+ * // VpcId: "STRING_VALUE",
914
+ * // },
915
+ * // S3Object: { // S3Object
916
+ * // ETag: "STRING_VALUE",
917
+ * // Key: "STRING_VALUE",
918
+ * // VersionId: "STRING_VALUE",
919
+ * // },
920
+ * // },
921
+ * // },
922
+ * // ],
923
+ * // Endpoints: [ // NetworkEndpoints
924
+ * // { // NetworkEndpoint
925
+ * // Id: "STRING_VALUE", // required
926
+ * // Ip: "STRING_VALUE",
927
+ * // Domain: "STRING_VALUE",
928
+ * // Port: Number("int"),
929
+ * // Location: { // NetworkGeoLocation
930
+ * // City: "STRING_VALUE", // required
931
+ * // Country: "STRING_VALUE", // required
932
+ * // Latitude: Number("double"), // required
933
+ * // Longitude: Number("double"), // required
934
+ * // },
935
+ * // AutonomousSystem: { // AutonomousSystem
936
+ * // Name: "STRING_VALUE", // required
937
+ * // Number: Number("int"), // required
938
+ * // },
939
+ * // Connection: { // NetworkConnection
940
+ * // Direction: "INBOUND" || "OUTBOUND", // required
941
+ * // },
942
+ * // },
943
+ * // ],
944
+ * // Signals: [ // Signals // required
945
+ * // { // Signal
946
+ * // Uid: "STRING_VALUE", // required
947
+ * // Type: "FINDING" || "CLOUD_TRAIL" || "S3_DATA_EVENTS", // required
948
+ * // Description: "STRING_VALUE",
949
+ * // Name: "STRING_VALUE", // required
950
+ * // CreatedAt: new Date("TIMESTAMP"), // required
951
+ * // UpdatedAt: new Date("TIMESTAMP"), // required
952
+ * // FirstSeenAt: new Date("TIMESTAMP"), // required
953
+ * // LastSeenAt: new Date("TIMESTAMP"), // required
954
+ * // Severity: Number("double"),
955
+ * // Count: Number("int"), // required
956
+ * // ResourceUids: [ // ResourceUids
957
+ * // "STRING_VALUE",
958
+ * // ],
959
+ * // ActorIds: [ // ActorIds
960
+ * // "STRING_VALUE",
961
+ * // ],
962
+ * // EndpointIds: [ // EndpointIds
963
+ * // "STRING_VALUE",
964
+ * // ],
965
+ * // SignalIndicators: [ // Indicators
966
+ * // { // Indicator
967
+ * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER", // required
968
+ * // Values: [ // IndicatorValues
969
+ * // "STRING_VALUE",
970
+ * // ],
971
+ * // Title: "STRING_VALUE",
972
+ * // },
973
+ * // ],
974
+ * // },
975
+ * // ],
976
+ * // SequenceIndicators: [
977
+ * // {
978
+ * // Key: "SUSPICIOUS_USER_AGENT" || "SUSPICIOUS_NETWORK" || "MALICIOUS_IP" || "TOR_IP" || "ATTACK_TACTIC" || "HIGH_RISK_API" || "ATTACK_TECHNIQUE" || "UNUSUAL_API_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_ACCOUNT" || "UNUSUAL_ASN_FOR_USER", // required
979
+ * // Values: [
980
+ * // "STRING_VALUE",
981
+ * // ],
982
+ * // Title: "STRING_VALUE",
983
+ * // },
984
+ * // ],
985
+ * // },
815
986
  * // },
816
987
  * // MalwareScanDetails: { // MalwareScanDetails
817
988
  * // Threats: [ // Threats
@@ -832,6 +1003,7 @@ declare const GetFindingsCommand_base: {
832
1003
  * // Title: "STRING_VALUE",
833
1004
  * // Type: "STRING_VALUE", // required
834
1005
  * // UpdatedAt: "STRING_VALUE", // required
1006
+ * // AssociatedAttackSequenceArn: "STRING_VALUE",
835
1007
  * // },
836
1008
  * // ],
837
1009
  * // };
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
4
+ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMalwareProtectionPlanRequest, GetMalwareProtectionPlanResponse } from "../models/models_0";
4
+ import { GetMalwareProtectionPlanRequest, GetMalwareProtectionPlanResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0";
4
+ import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0";
4
+ import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0";
4
+ import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
4
+ import { GetMembersRequest, GetMembersResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */