@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.
package/dist-cjs/index.js CHANGED
@@ -61,6 +61,7 @@ __export(src_exports, {
61
61
  DescribeOrganizationConfigurationCommand: () => DescribeOrganizationConfigurationCommand,
62
62
  DescribePublishingDestinationCommand: () => DescribePublishingDestinationCommand,
63
63
  DestinationType: () => DestinationType,
64
+ DetectionFilterSensitiveLog: () => DetectionFilterSensitiveLog,
64
65
  DetectorFeature: () => DetectorFeature,
65
66
  DetectorFeatureResult: () => DetectorFeatureResult,
66
67
  DetectorStatus: () => DetectorStatus,
@@ -69,6 +70,7 @@ __export(src_exports, {
69
70
  DisassociateFromMasterAccountCommand: () => DisassociateFromMasterAccountCommand,
70
71
  DisassociateMembersCommand: () => DisassociateMembersCommand,
71
72
  EbsSnapshotPreservation: () => EbsSnapshotPreservation,
73
+ Ec2NetworkInterfaceFilterSensitiveLog: () => Ec2NetworkInterfaceFilterSensitiveLog,
72
74
  EnableOrganizationAdminAccountCommand: () => EnableOrganizationAdminAccountCommand,
73
75
  FeatureAdditionalConfiguration: () => FeatureAdditionalConfiguration,
74
76
  FeatureStatus: () => FeatureStatus,
@@ -76,6 +78,7 @@ __export(src_exports, {
76
78
  FilterAction: () => FilterAction,
77
79
  FindingFilterSensitiveLog: () => FindingFilterSensitiveLog,
78
80
  FindingPublishingFrequency: () => FindingPublishingFrequency,
81
+ FindingResourceType: () => FindingResourceType,
79
82
  FindingStatisticType: () => FindingStatisticType,
80
83
  FreeTrialFeatureResult: () => FreeTrialFeatureResult,
81
84
  GetAdministratorAccountCommand: () => GetAdministratorAccountCommand,
@@ -101,6 +104,7 @@ __export(src_exports, {
101
104
  GuardDuty: () => GuardDuty,
102
105
  GuardDutyClient: () => GuardDutyClient,
103
106
  GuardDutyServiceException: () => GuardDutyServiceException,
107
+ IndicatorType: () => IndicatorType,
104
108
  InstanceDetailsFilterSensitiveLog: () => InstanceDetailsFilterSensitiveLog,
105
109
  InternalServerErrorException: () => InternalServerErrorException,
106
110
  InviteMembersCommand: () => InviteMembersCommand,
@@ -125,7 +129,9 @@ __export(src_exports, {
125
129
  MalwareProtectionPlanTaggingActionStatus: () => MalwareProtectionPlanTaggingActionStatus,
126
130
  ManagementType: () => ManagementType,
127
131
  MemberFilterSensitiveLog: () => MemberFilterSensitiveLog,
132
+ MfaStatus: () => MfaStatus,
128
133
  NetworkConnectionActionFilterSensitiveLog: () => NetworkConnectionActionFilterSensitiveLog,
134
+ NetworkDirection: () => NetworkDirection,
129
135
  NetworkInterfaceFilterSensitiveLog: () => NetworkInterfaceFilterSensitiveLog,
130
136
  OrderBy: () => OrderBy,
131
137
  OrgFeature: () => OrgFeature,
@@ -136,17 +142,24 @@ __export(src_exports, {
136
142
  PrivateIpAddressDetailsFilterSensitiveLog: () => PrivateIpAddressDetailsFilterSensitiveLog,
137
143
  ProfileSubtype: () => ProfileSubtype,
138
144
  ProfileType: () => ProfileType,
145
+ PublicAccessStatus: () => PublicAccessStatus,
146
+ PublicAclIgnoreBehavior: () => PublicAclIgnoreBehavior,
147
+ PublicBucketRestrictBehavior: () => PublicBucketRestrictBehavior,
139
148
  PublishingStatus: () => PublishingStatus,
140
149
  RdsLoginAttemptActionFilterSensitiveLog: () => RdsLoginAttemptActionFilterSensitiveLog,
141
150
  RemoteIpDetailsFilterSensitiveLog: () => RemoteIpDetailsFilterSensitiveLog,
151
+ ResourceDataFilterSensitiveLog: () => ResourceDataFilterSensitiveLog,
142
152
  ResourceFilterSensitiveLog: () => ResourceFilterSensitiveLog,
143
153
  ResourceNotFoundException: () => ResourceNotFoundException,
144
154
  ResourceType: () => ResourceType,
155
+ ResourceV2FilterSensitiveLog: () => ResourceV2FilterSensitiveLog,
145
156
  ScanCriterionKey: () => ScanCriterionKey,
146
157
  ScanResult: () => ScanResult,
147
158
  ScanStatus: () => ScanStatus,
148
159
  ScanType: () => ScanType,
160
+ SequenceFilterSensitiveLog: () => SequenceFilterSensitiveLog,
149
161
  ServiceFilterSensitiveLog: () => ServiceFilterSensitiveLog,
162
+ SignalType: () => SignalType,
150
163
  StartMalwareScanCommand: () => StartMalwareScanCommand,
151
164
  StartMonitoringMembersCommand: () => StartMonitoringMembersCommand,
152
165
  StopMonitoringMembersCommand: () => StopMonitoringMembersCommand,
@@ -421,6 +434,10 @@ var FreeTrialFeatureResult = {
421
434
  RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS",
422
435
  S3_DATA_EVENTS: "S3_DATA_EVENTS"
423
436
  };
437
+ var MfaStatus = {
438
+ DISABLED: "DISABLED",
439
+ ENABLED: "ENABLED"
440
+ };
424
441
  var AdminStatus = {
425
442
  DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
426
443
  ENABLED: "ENABLED"
@@ -633,6 +650,46 @@ var PublishingStatus = {
633
650
  STOPPED: "STOPPED",
634
651
  UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY"
635
652
  };
653
+ var NetworkDirection = {
654
+ INBOUND: "INBOUND",
655
+ OUTBOUND: "OUTBOUND"
656
+ };
657
+ var PublicAccessStatus = {
658
+ ALLOWED: "ALLOWED",
659
+ BLOCKED: "BLOCKED"
660
+ };
661
+ var PublicAclIgnoreBehavior = {
662
+ IGNORED: "IGNORED",
663
+ NOT_IGNORED: "NOT_IGNORED"
664
+ };
665
+ var PublicBucketRestrictBehavior = {
666
+ NOT_RESTRICTED: "NOT_RESTRICTED",
667
+ RESTRICTED: "RESTRICTED"
668
+ };
669
+ var FindingResourceType = {
670
+ ACCESS_KEY: "ACCESS_KEY",
671
+ EC2_INSTANCE: "EC2_INSTANCE",
672
+ EC2_NETWORK_INTERFACE: "EC2_NETWORK_INTERFACE",
673
+ S3_BUCKET: "S3_BUCKET",
674
+ S3_OBJECT: "S3_OBJECT"
675
+ };
676
+ var IndicatorType = {
677
+ ATTACK_TACTIC: "ATTACK_TACTIC",
678
+ ATTACK_TECHNIQUE: "ATTACK_TECHNIQUE",
679
+ HIGH_RISK_API: "HIGH_RISK_API",
680
+ MALICIOUS_IP: "MALICIOUS_IP",
681
+ SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK",
682
+ SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT",
683
+ TOR_IP: "TOR_IP",
684
+ UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT",
685
+ UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT",
686
+ UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER"
687
+ };
688
+ var SignalType = {
689
+ CLOUD_TRAIL: "CLOUD_TRAIL",
690
+ FINDING: "FINDING",
691
+ S3_DATA_EVENTS: "S3_DATA_EVENTS"
692
+ };
636
693
  var DetectorFeatureResult = {
637
694
  CLOUD_TRAIL: "CLOUD_TRAIL",
638
695
  DNS_LOGS: "DNS_LOGS",
@@ -667,23 +724,6 @@ var GroupByType = {
667
724
  RESOURCE: "RESOURCE",
668
725
  SEVERITY: "SEVERITY"
669
726
  };
670
- var IpSetStatus = {
671
- ACTIVATING: "ACTIVATING",
672
- ACTIVE: "ACTIVE",
673
- DEACTIVATING: "DEACTIVATING",
674
- DELETED: "DELETED",
675
- DELETE_PENDING: "DELETE_PENDING",
676
- ERROR: "ERROR",
677
- INACTIVE: "INACTIVE"
678
- };
679
- var MalwareProtectionPlanStatus = {
680
- ACTIVE: "ACTIVE",
681
- ERROR: "ERROR",
682
- WARNING: "WARNING"
683
- };
684
- var ScanCriterionKey = {
685
- EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG"
686
- };
687
727
  var AccountDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
688
728
  ...obj,
689
729
  ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
@@ -750,6 +790,27 @@ var PrivateIpAddressDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
750
790
  ...obj,
751
791
  ...obj.PrivateIpAddress && { PrivateIpAddress: import_smithy_client.SENSITIVE_STRING }
752
792
  }), "PrivateIpAddressDetailsFilterSensitiveLog");
793
+ var Ec2NetworkInterfaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
794
+ ...obj,
795
+ ...obj.PrivateIpAddresses && {
796
+ PrivateIpAddresses: obj.PrivateIpAddresses.map((item) => PrivateIpAddressDetailsFilterSensitiveLog(item))
797
+ }
798
+ }), "Ec2NetworkInterfaceFilterSensitiveLog");
799
+ var ResourceDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
800
+ ...obj,
801
+ ...obj.Ec2NetworkInterface && {
802
+ Ec2NetworkInterface: Ec2NetworkInterfaceFilterSensitiveLog(obj.Ec2NetworkInterface)
803
+ }
804
+ }), "ResourceDataFilterSensitiveLog");
805
+ var ResourceV2FilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
806
+ ...obj
807
+ }), "ResourceV2FilterSensitiveLog");
808
+ var SequenceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
809
+ ...obj
810
+ }), "SequenceFilterSensitiveLog");
811
+ var DetectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
812
+ ...obj
813
+ }), "DetectionFilterSensitiveLog");
753
814
  var NetworkInterfaceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
754
815
  ...obj,
755
816
  ...obj.PrivateIpAddress && { PrivateIpAddress: import_smithy_client.SENSITIVE_STRING },
@@ -779,14 +840,6 @@ var GetFindingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
779
840
  ...obj,
780
841
  ...obj.Findings && { Findings: obj.Findings.map((item) => FindingFilterSensitiveLog(item)) }
781
842
  }), "GetFindingsResponseFilterSensitiveLog");
782
- var MemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
783
- ...obj,
784
- ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
785
- }), "MemberFilterSensitiveLog");
786
- var GetMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
787
- ...obj,
788
- ...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
789
- }), "GetMembersResponseFilterSensitiveLog");
790
843
 
791
844
  // src/protocols/Aws_restJson1.ts
792
845
  var se_AcceptAdministratorInvitationCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -3283,6 +3336,13 @@ var de_AccessControlList = /* @__PURE__ */ __name((output, context) => {
3283
3336
  AllowsPublicWriteAccess: [, import_smithy_client.expectBoolean, `allowsPublicWriteAccess`]
3284
3337
  });
3285
3338
  }, "de_AccessControlList");
3339
+ var de_AccessKey = /* @__PURE__ */ __name((output, context) => {
3340
+ return (0, import_smithy_client.take)(output, {
3341
+ PrincipalId: [, import_smithy_client.expectString, `principalId`],
3342
+ UserName: [, import_smithy_client.expectString, `userName`],
3343
+ UserType: [, import_smithy_client.expectString, `userType`]
3344
+ });
3345
+ }, "de_AccessKey");
3286
3346
  var de_AccessKeyDetails = /* @__PURE__ */ __name((output, context) => {
3287
3347
  return (0, import_smithy_client.take)(output, {
3288
3348
  AccessKeyId: [, import_smithy_client.expectString, `accessKeyId`],
@@ -3291,6 +3351,12 @@ var de_AccessKeyDetails = /* @__PURE__ */ __name((output, context) => {
3291
3351
  UserType: [, import_smithy_client.expectString, `userType`]
3292
3352
  });
3293
3353
  }, "de_AccessKeyDetails");
3354
+ var de_Account = /* @__PURE__ */ __name((output, context) => {
3355
+ return (0, import_smithy_client.take)(output, {
3356
+ Name: [, import_smithy_client.expectString, `account`],
3357
+ Uid: [, import_smithy_client.expectString, `uid`]
3358
+ });
3359
+ }, "de_Account");
3294
3360
  var de_AccountFreeTrialInfo = /* @__PURE__ */ __name((output, context) => {
3295
3361
  return (0, import_smithy_client.take)(output, {
3296
3362
  AccountId: [, import_smithy_client.expectString, `accountId`],
@@ -3338,6 +3404,19 @@ var de_Action = /* @__PURE__ */ __name((output, context) => {
3338
3404
  RdsLoginAttemptAction: [, (_) => de_RdsLoginAttemptAction(_, context), `rdsLoginAttemptAction`]
3339
3405
  });
3340
3406
  }, "de_Action");
3407
+ var de_Actor = /* @__PURE__ */ __name((output, context) => {
3408
+ return (0, import_smithy_client.take)(output, {
3409
+ Id: [, import_smithy_client.expectString, `id`],
3410
+ Session: [, (_) => de_Session(_, context), `session`],
3411
+ User: [, (_) => de_User(_, context), `user`]
3412
+ });
3413
+ }, "de_Actor");
3414
+ var de_Actors = /* @__PURE__ */ __name((output, context) => {
3415
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3416
+ return de_Actor(entry, context);
3417
+ });
3418
+ return retVal;
3419
+ }, "de_Actors");
3341
3420
  var de_AddonDetails = /* @__PURE__ */ __name((output, context) => {
3342
3421
  return (0, import_smithy_client.take)(output, {
3343
3422
  AddonStatus: [, import_smithy_client.expectString, `addonStatus`],
@@ -3423,6 +3502,12 @@ var de_AnomalyUnusualBehaviorFeature = /* @__PURE__ */ __name((output, context)
3423
3502
  return acc;
3424
3503
  }, {});
3425
3504
  }, "de_AnomalyUnusualBehaviorFeature");
3505
+ var de_AutonomousSystem = /* @__PURE__ */ __name((output, context) => {
3506
+ return (0, import_smithy_client.take)(output, {
3507
+ Name: [, import_smithy_client.expectString, `name`],
3508
+ Number: [, import_smithy_client.expectInt32, `number`]
3509
+ });
3510
+ }, "de_AutonomousSystem");
3426
3511
  var de_AwsApiCallAction = /* @__PURE__ */ __name((output, context) => {
3427
3512
  return (0, import_smithy_client.take)(output, {
3428
3513
  AffectedResources: [, import_smithy_client._json, `affectedResources`],
@@ -3660,7 +3745,8 @@ var de_Destinations = /* @__PURE__ */ __name((output, context) => {
3660
3745
  }, "de_Destinations");
3661
3746
  var de_Detection = /* @__PURE__ */ __name((output, context) => {
3662
3747
  return (0, import_smithy_client.take)(output, {
3663
- Anomaly: [, (_) => de_Anomaly(_, context), `anomaly`]
3748
+ Anomaly: [, (_) => de_Anomaly(_, context), `anomaly`],
3749
+ Sequence: [, (_) => de_Sequence(_, context), `sequence`]
3664
3750
  });
3665
3751
  }, "de_Detection");
3666
3752
  var de_DetectorAdditionalConfigurationResult = /* @__PURE__ */ __name((output, context) => {
@@ -3735,6 +3821,29 @@ var de_EbsVolumesResult = /* @__PURE__ */ __name((output, context) => {
3735
3821
  Status: [, import_smithy_client.expectString, `status`]
3736
3822
  });
3737
3823
  }, "de_EbsVolumesResult");
3824
+ var de_Ec2Instance = /* @__PURE__ */ __name((output, context) => {
3825
+ return (0, import_smithy_client.take)(output, {
3826
+ AvailabilityZone: [, import_smithy_client.expectString, `availabilityZone`],
3827
+ Ec2NetworkInterfaceUids: [, import_smithy_client._json, `ec2NetworkInterfaceUids`],
3828
+ IamInstanceProfile: (_) => de_IamInstanceProfile(_, context),
3829
+ ImageDescription: [, import_smithy_client.expectString, `imageDescription`],
3830
+ InstanceState: [, import_smithy_client.expectString, `instanceState`],
3831
+ InstanceType: [, import_smithy_client.expectString, `instanceType`],
3832
+ OutpostArn: [, import_smithy_client.expectString, `outpostArn`],
3833
+ Platform: [, import_smithy_client.expectString, `platform`],
3834
+ ProductCodes: [, (_) => de_ProductCodes(_, context), `productCodes`]
3835
+ });
3836
+ }, "de_Ec2Instance");
3837
+ var de_Ec2NetworkInterface = /* @__PURE__ */ __name((output, context) => {
3838
+ return (0, import_smithy_client.take)(output, {
3839
+ Ipv6Addresses: [, import_smithy_client._json, `ipv6Addresses`],
3840
+ PrivateIpAddresses: [, (_) => de_PrivateIpAddresses(_, context), `privateIpAddresses`],
3841
+ PublicIp: [, import_smithy_client.expectString, `publicIp`],
3842
+ SecurityGroups: [, (_) => de_SecurityGroups(_, context), `securityGroups`],
3843
+ SubNetId: [, import_smithy_client.expectString, `subNetId`],
3844
+ VpcId: [, import_smithy_client.expectString, `vpcId`]
3845
+ });
3846
+ }, "de_Ec2NetworkInterface");
3738
3847
  var de_EcsClusterDetails = /* @__PURE__ */ __name((output, context) => {
3739
3848
  return (0, import_smithy_client.take)(output, {
3740
3849
  ActiveServicesCount: [, import_smithy_client.expectInt32, `activeServicesCount`],
@@ -3793,6 +3902,7 @@ var de_Finding = /* @__PURE__ */ __name((output, context) => {
3793
3902
  return (0, import_smithy_client.take)(output, {
3794
3903
  AccountId: [, import_smithy_client.expectString, `accountId`],
3795
3904
  Arn: [, import_smithy_client.expectString, `arn`],
3905
+ AssociatedAttackSequenceArn: [, import_smithy_client.expectString, `associatedAttackSequenceArn`],
3796
3906
  Confidence: [, import_smithy_client.limitedParseDouble, `confidence`],
3797
3907
  CreatedAt: [, import_smithy_client.expectString, `createdAt`],
3798
3908
  Description: [, import_smithy_client.expectString, `description`],
@@ -3913,6 +4023,19 @@ var de_ImpersonatedUser = /* @__PURE__ */ __name((output, context) => {
3913
4023
  Username: [, import_smithy_client.expectString, `username`]
3914
4024
  });
3915
4025
  }, "de_ImpersonatedUser");
4026
+ var de_Indicator = /* @__PURE__ */ __name((output, context) => {
4027
+ return (0, import_smithy_client.take)(output, {
4028
+ Key: [, import_smithy_client.expectString, `key`],
4029
+ Title: [, import_smithy_client.expectString, `title`],
4030
+ Values: [, import_smithy_client._json, `values`]
4031
+ });
4032
+ }, "de_Indicator");
4033
+ var de_Indicators = /* @__PURE__ */ __name((output, context) => {
4034
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4035
+ return de_Indicator(entry, context);
4036
+ });
4037
+ return retVal;
4038
+ }, "de_Indicators");
3916
4039
  var de_InstanceDetails = /* @__PURE__ */ __name((output, context) => {
3917
4040
  return (0, import_smithy_client.take)(output, {
3918
4041
  AvailabilityZone: [, import_smithy_client.expectString, `availabilityZone`],
@@ -4226,6 +4349,11 @@ var de_Members = /* @__PURE__ */ __name((output, context) => {
4226
4349
  });
4227
4350
  return retVal;
4228
4351
  }, "de_Members");
4352
+ var de_NetworkConnection = /* @__PURE__ */ __name((output, context) => {
4353
+ return (0, import_smithy_client.take)(output, {
4354
+ Direction: [, import_smithy_client.expectString, `direction`]
4355
+ });
4356
+ }, "de_NetworkConnection");
4229
4357
  var de_NetworkConnectionAction = /* @__PURE__ */ __name((output, context) => {
4230
4358
  return (0, import_smithy_client.take)(output, {
4231
4359
  Blocked: [, import_smithy_client.expectBoolean, `blocked`],
@@ -4238,6 +4366,31 @@ var de_NetworkConnectionAction = /* @__PURE__ */ __name((output, context) => {
4238
4366
  RemotePortDetails: [, (_) => de_RemotePortDetails(_, context), `remotePortDetails`]
4239
4367
  });
4240
4368
  }, "de_NetworkConnectionAction");
4369
+ var de_NetworkEndpoint = /* @__PURE__ */ __name((output, context) => {
4370
+ return (0, import_smithy_client.take)(output, {
4371
+ AutonomousSystem: [, (_) => de_AutonomousSystem(_, context), `autonomousSystem`],
4372
+ Connection: [, (_) => de_NetworkConnection(_, context), `connection`],
4373
+ Domain: [, import_smithy_client.expectString, `domain`],
4374
+ Id: [, import_smithy_client.expectString, `id`],
4375
+ Ip: [, import_smithy_client.expectString, `ip`],
4376
+ Location: [, (_) => de_NetworkGeoLocation(_, context), `location`],
4377
+ Port: [, import_smithy_client.expectInt32, `port`]
4378
+ });
4379
+ }, "de_NetworkEndpoint");
4380
+ var de_NetworkEndpoints = /* @__PURE__ */ __name((output, context) => {
4381
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4382
+ return de_NetworkEndpoint(entry, context);
4383
+ });
4384
+ return retVal;
4385
+ }, "de_NetworkEndpoints");
4386
+ var de_NetworkGeoLocation = /* @__PURE__ */ __name((output, context) => {
4387
+ return (0, import_smithy_client.take)(output, {
4388
+ City: [, import_smithy_client.expectString, `city`],
4389
+ Country: [, import_smithy_client.expectString, `country`],
4390
+ Latitude: [, import_smithy_client.limitedParseDouble, `lat`],
4391
+ Longitude: [, import_smithy_client.limitedParseDouble, `lon`]
4392
+ });
4393
+ }, "de_NetworkGeoLocation");
4241
4394
  var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
4242
4395
  return (0, import_smithy_client.take)(output, {
4243
4396
  Ipv6Addresses: [, import_smithy_client._json, `ipv6Addresses`],
@@ -4466,6 +4619,14 @@ var de_PublicAccess = /* @__PURE__ */ __name((output, context) => {
4466
4619
  PermissionConfiguration: [, (_) => de_PermissionConfiguration(_, context), `permissionConfiguration`]
4467
4620
  });
4468
4621
  }, "de_PublicAccess");
4622
+ var de_PublicAccessConfiguration = /* @__PURE__ */ __name((output, context) => {
4623
+ return (0, import_smithy_client.take)(output, {
4624
+ PublicAclAccess: [, import_smithy_client.expectString, `publicAclAccess`],
4625
+ PublicAclIgnoreBehavior: [, import_smithy_client.expectString, `publicAclIgnoreBehavior`],
4626
+ PublicBucketRestrictBehavior: [, import_smithy_client.expectString, `publicBucketRestrictBehavior`],
4627
+ PublicPolicyAccess: [, import_smithy_client.expectString, `publicPolicyAccess`]
4628
+ });
4629
+ }, "de_PublicAccessConfiguration");
4469
4630
  var de_RdsDbInstanceDetails = /* @__PURE__ */ __name((output, context) => {
4470
4631
  return (0, import_smithy_client.take)(output, {
4471
4632
  DbClusterIdentifier: [, import_smithy_client.expectString, `dbClusterIdentifier`],
@@ -4541,11 +4702,26 @@ var de_Resource = /* @__PURE__ */ __name((output, context) => {
4541
4702
  S3BucketDetails: [, (_) => de_S3BucketDetails(_, context), `s3BucketDetails`]
4542
4703
  });
4543
4704
  }, "de_Resource");
4705
+ var de_ResourceData = /* @__PURE__ */ __name((output, context) => {
4706
+ return (0, import_smithy_client.take)(output, {
4707
+ AccessKey: [, (_) => de_AccessKey(_, context), `accessKey`],
4708
+ Ec2Instance: [, (_) => de_Ec2Instance(_, context), `ec2Instance`],
4709
+ Ec2NetworkInterface: [, (_) => de_Ec2NetworkInterface(_, context), `ec2NetworkInterface`],
4710
+ S3Bucket: [, (_) => de_S3Bucket(_, context), `s3Bucket`],
4711
+ S3Object: [, (_) => de_S3Object(_, context), `s3Object`]
4712
+ });
4713
+ }, "de_ResourceData");
4544
4714
  var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
4545
4715
  return (0, import_smithy_client.take)(output, {
4546
4716
  InstanceArn: [, import_smithy_client.expectString, `instanceArn`]
4547
4717
  });
4548
4718
  }, "de_ResourceDetails");
4719
+ var de_Resources = /* @__PURE__ */ __name((output, context) => {
4720
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4721
+ return de_ResourceV2(entry, context);
4722
+ });
4723
+ return retVal;
4724
+ }, "de_Resources");
4549
4725
  var de_ResourceStatistics = /* @__PURE__ */ __name((output, context) => {
4550
4726
  return (0, import_smithy_client.take)(output, {
4551
4727
  AccountId: [, import_smithy_client.expectString, `accountId`],
@@ -4555,6 +4731,19 @@ var de_ResourceStatistics = /* @__PURE__ */ __name((output, context) => {
4555
4731
  TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
4556
4732
  });
4557
4733
  }, "de_ResourceStatistics");
4734
+ var de_ResourceV2 = /* @__PURE__ */ __name((output, context) => {
4735
+ return (0, import_smithy_client.take)(output, {
4736
+ AccountId: [, import_smithy_client.expectString, `accountId`],
4737
+ CloudPartition: [, import_smithy_client.expectString, `cloudPartition`],
4738
+ Data: [, (_) => de_ResourceData(_, context), `data`],
4739
+ Name: [, import_smithy_client.expectString, `name`],
4740
+ Region: [, import_smithy_client.expectString, `region`],
4741
+ ResourceType: [, import_smithy_client.expectString, `resourceType`],
4742
+ Service: [, import_smithy_client.expectString, `service`],
4743
+ Tags: [, (_) => de_Tags(_, context), `tags`],
4744
+ Uid: [, import_smithy_client.expectString, `uid`]
4745
+ });
4746
+ }, "de_ResourceV2");
4558
4747
  var de_RuntimeContext = /* @__PURE__ */ __name((output, context) => {
4559
4748
  return (0, import_smithy_client.take)(output, {
4560
4749
  AddressFamily: [, import_smithy_client.expectString, `addressFamily`],
@@ -4590,6 +4779,20 @@ var de_RuntimeDetails = /* @__PURE__ */ __name((output, context) => {
4590
4779
  Process: [, (_) => de_ProcessDetails(_, context), `process`]
4591
4780
  });
4592
4781
  }, "de_RuntimeDetails");
4782
+ var de_S3Bucket = /* @__PURE__ */ __name((output, context) => {
4783
+ return (0, import_smithy_client.take)(output, {
4784
+ AccountPublicAccess: [, (_) => de_PublicAccessConfiguration(_, context), `accountPublicAccess`],
4785
+ BucketPublicAccess: [, (_) => de_PublicAccessConfiguration(_, context), `bucketPublicAccess`],
4786
+ CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `createdAt`],
4787
+ EffectivePermission: [, import_smithy_client.expectString, `effectivePermission`],
4788
+ EncryptionKeyArn: [, import_smithy_client.expectString, `encryptionKeyArn`],
4789
+ EncryptionType: [, import_smithy_client.expectString, `encryptionType`],
4790
+ OwnerId: [, import_smithy_client.expectString, `ownerId`],
4791
+ PublicReadAccess: [, import_smithy_client.expectString, `publicReadAccess`],
4792
+ PublicWriteAccess: [, import_smithy_client.expectString, `publicWriteAccess`],
4793
+ S3ObjectUids: [, import_smithy_client._json, `s3ObjectUids`]
4794
+ });
4795
+ }, "de_S3Bucket");
4593
4796
  var de_S3BucketDetail = /* @__PURE__ */ __name((output, context) => {
4594
4797
  return (0, import_smithy_client.take)(output, {
4595
4798
  Arn: [, import_smithy_client.expectString, `arn`],
@@ -4618,6 +4821,13 @@ var de_S3LogsConfigurationResult = /* @__PURE__ */ __name((output, context) => {
4618
4821
  Status: [, import_smithy_client.expectString, `status`]
4619
4822
  });
4620
4823
  }, "de_S3LogsConfigurationResult");
4824
+ var de_S3Object = /* @__PURE__ */ __name((output, context) => {
4825
+ return (0, import_smithy_client.take)(output, {
4826
+ ETag: [, import_smithy_client.expectString, `eTag`],
4827
+ Key: [, import_smithy_client.expectString, `key`],
4828
+ VersionId: [, import_smithy_client.expectString, `versionId`]
4829
+ });
4830
+ }, "de_S3Object");
4621
4831
  var de_S3ObjectDetail = /* @__PURE__ */ __name((output, context) => {
4622
4832
  return (0, import_smithy_client.take)(output, {
4623
4833
  ETag: [, import_smithy_client.expectString, `eTag`],
@@ -4756,6 +4966,17 @@ var de_SecurityGroups = /* @__PURE__ */ __name((output, context) => {
4756
4966
  });
4757
4967
  return retVal;
4758
4968
  }, "de_SecurityGroups");
4969
+ var de_Sequence = /* @__PURE__ */ __name((output, context) => {
4970
+ return (0, import_smithy_client.take)(output, {
4971
+ Actors: [, (_) => de_Actors(_, context), `actors`],
4972
+ Description: [, import_smithy_client.expectString, `description`],
4973
+ Endpoints: [, (_) => de_NetworkEndpoints(_, context), `endpoints`],
4974
+ Resources: [, (_) => de_Resources(_, context), `resources`],
4975
+ SequenceIndicators: [, (_) => de_Indicators(_, context), `sequenceIndicators`],
4976
+ Signals: [, (_) => de_Signals(_, context), `signals`],
4977
+ Uid: [, import_smithy_client.expectString, `uid`]
4978
+ });
4979
+ }, "de_Sequence");
4759
4980
  var de_Service = /* @__PURE__ */ __name((output, context) => {
4760
4981
  return (0, import_smithy_client.take)(output, {
4761
4982
  Action: [, (_) => de_Action(_, context), `action`],
@@ -4782,6 +5003,14 @@ var de_ServiceAdditionalInfo = /* @__PURE__ */ __name((output, context) => {
4782
5003
  Value: [, import_smithy_client.expectString, `value`]
4783
5004
  });
4784
5005
  }, "de_ServiceAdditionalInfo");
5006
+ var de_Session = /* @__PURE__ */ __name((output, context) => {
5007
+ return (0, import_smithy_client.take)(output, {
5008
+ CreatedTime: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `createdTime`],
5009
+ Issuer: [, import_smithy_client.expectString, `issuer`],
5010
+ MfaStatus: [, import_smithy_client.expectString, `mfaStatus`],
5011
+ Uid: [, import_smithy_client.expectString, `uid`]
5012
+ });
5013
+ }, "de_Session");
4785
5014
  var de_SeverityStatistics = /* @__PURE__ */ __name((output, context) => {
4786
5015
  return (0, import_smithy_client.take)(output, {
4787
5016
  LastGeneratedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastGeneratedAt`],
@@ -4789,6 +5018,30 @@ var de_SeverityStatistics = /* @__PURE__ */ __name((output, context) => {
4789
5018
  TotalFindings: [, import_smithy_client.expectInt32, `totalFindings`]
4790
5019
  });
4791
5020
  }, "de_SeverityStatistics");
5021
+ var de_Signal = /* @__PURE__ */ __name((output, context) => {
5022
+ return (0, import_smithy_client.take)(output, {
5023
+ ActorIds: [, import_smithy_client._json, `actorIds`],
5024
+ Count: [, import_smithy_client.expectInt32, `count`],
5025
+ CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `createdAt`],
5026
+ Description: [, import_smithy_client.expectString, `description`],
5027
+ EndpointIds: [, import_smithy_client._json, `endpointIds`],
5028
+ FirstSeenAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `firstSeenAt`],
5029
+ LastSeenAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastSeenAt`],
5030
+ Name: [, import_smithy_client.expectString, `name`],
5031
+ ResourceUids: [, import_smithy_client._json, `resourceUids`],
5032
+ Severity: [, import_smithy_client.limitedParseDouble, `severity`],
5033
+ SignalIndicators: [, (_) => de_Indicators(_, context), `signalIndicators`],
5034
+ Type: [, import_smithy_client.expectString, `type`],
5035
+ Uid: [, import_smithy_client.expectString, `uid`],
5036
+ UpdatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `updatedAt`]
5037
+ });
5038
+ }, "de_Signal");
5039
+ var de_Signals = /* @__PURE__ */ __name((output, context) => {
5040
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
5041
+ return de_Signal(entry, context);
5042
+ });
5043
+ return retVal;
5044
+ }, "de_Signals");
4792
5045
  var de_Tag = /* @__PURE__ */ __name((output, context) => {
4793
5046
  return (0, import_smithy_client.take)(output, {
4794
5047
  Key: [, import_smithy_client.expectString, `key`],
@@ -4951,6 +5204,15 @@ var de_UsageTopAccountsResultList = /* @__PURE__ */ __name((output, context) =>
4951
5204
  });
4952
5205
  return retVal;
4953
5206
  }, "de_UsageTopAccountsResultList");
5207
+ var de_User = /* @__PURE__ */ __name((output, context) => {
5208
+ return (0, import_smithy_client.take)(output, {
5209
+ Account: [, (_) => de_Account(_, context), `account`],
5210
+ CredentialUid: [, import_smithy_client.expectString, `credentialUid`],
5211
+ Name: [, import_smithy_client.expectString, `name`],
5212
+ Type: [, import_smithy_client.expectString, `type`],
5213
+ Uid: [, import_smithy_client.expectString, `uid`]
5214
+ });
5215
+ }, "de_User");
4954
5216
  var de_Volume = /* @__PURE__ */ __name((output, context) => {
4955
5217
  return (0, import_smithy_client.take)(output, {
4956
5218
  HostPath: [, (_) => de_HostPath(_, context), `hostPath`],
@@ -5575,6 +5837,72 @@ var GetMemberDetectorsCommand = _GetMemberDetectorsCommand;
5575
5837
 
5576
5838
 
5577
5839
 
5840
+
5841
+ // src/models/models_1.ts
5842
+
5843
+ var IpSetStatus = {
5844
+ ACTIVATING: "ACTIVATING",
5845
+ ACTIVE: "ACTIVE",
5846
+ DEACTIVATING: "DEACTIVATING",
5847
+ DELETED: "DELETED",
5848
+ DELETE_PENDING: "DELETE_PENDING",
5849
+ ERROR: "ERROR",
5850
+ INACTIVE: "INACTIVE"
5851
+ };
5852
+ var MalwareProtectionPlanStatus = {
5853
+ ACTIVE: "ACTIVE",
5854
+ ERROR: "ERROR",
5855
+ WARNING: "WARNING"
5856
+ };
5857
+ var ScanCriterionKey = {
5858
+ EC2_INSTANCE_TAG: "EC2_INSTANCE_TAG"
5859
+ };
5860
+ var ThreatIntelSetStatus = {
5861
+ ACTIVATING: "ACTIVATING",
5862
+ ACTIVE: "ACTIVE",
5863
+ DEACTIVATING: "DEACTIVATING",
5864
+ DELETED: "DELETED",
5865
+ DELETE_PENDING: "DELETE_PENDING",
5866
+ ERROR: "ERROR",
5867
+ INACTIVE: "INACTIVE"
5868
+ };
5869
+ var UsageFeature = {
5870
+ CLOUD_TRAIL: "CLOUD_TRAIL",
5871
+ DNS_LOGS: "DNS_LOGS",
5872
+ EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION",
5873
+ EC2_RUNTIME_MONITORING: "EC2_RUNTIME_MONITORING",
5874
+ EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS",
5875
+ EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING",
5876
+ FARGATE_RUNTIME_MONITORING: "FARGATE_RUNTIME_MONITORING",
5877
+ FLOW_LOGS: "FLOW_LOGS",
5878
+ LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS",
5879
+ RDS_DBI_PROTECTION_PROVISIONED: "RDS_DBI_PROTECTION_PROVISIONED",
5880
+ RDS_DBI_PROTECTION_SERVERLESS: "RDS_DBI_PROTECTION_SERVERLESS",
5881
+ RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS",
5882
+ S3_DATA_EVENTS: "S3_DATA_EVENTS"
5883
+ };
5884
+ var UsageStatisticType = {
5885
+ SUM_BY_ACCOUNT: "SUM_BY_ACCOUNT",
5886
+ SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE",
5887
+ SUM_BY_FEATURES: "SUM_BY_FEATURES",
5888
+ SUM_BY_RESOURCE: "SUM_BY_RESOURCE",
5889
+ TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE",
5890
+ TOP_RESOURCES: "TOP_RESOURCES"
5891
+ };
5892
+ var MemberFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5893
+ ...obj,
5894
+ ...obj.Email && { Email: import_smithy_client.SENSITIVE_STRING }
5895
+ }), "MemberFilterSensitiveLog");
5896
+ var GetMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5897
+ ...obj,
5898
+ ...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
5899
+ }), "GetMembersResponseFilterSensitiveLog");
5900
+ var ListMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5901
+ ...obj,
5902
+ ...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
5903
+ }), "ListMembersResponseFilterSensitiveLog");
5904
+
5905
+ // src/commands/GetMembersCommand.ts
5578
5906
  var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5579
5907
  return [
5580
5908
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -5757,46 +6085,6 @@ var ListMalwareProtectionPlansCommand = _ListMalwareProtectionPlansCommand;
5757
6085
 
5758
6086
 
5759
6087
 
5760
-
5761
- // src/models/models_1.ts
5762
- var ThreatIntelSetStatus = {
5763
- ACTIVATING: "ACTIVATING",
5764
- ACTIVE: "ACTIVE",
5765
- DEACTIVATING: "DEACTIVATING",
5766
- DELETED: "DELETED",
5767
- DELETE_PENDING: "DELETE_PENDING",
5768
- ERROR: "ERROR",
5769
- INACTIVE: "INACTIVE"
5770
- };
5771
- var UsageFeature = {
5772
- CLOUD_TRAIL: "CLOUD_TRAIL",
5773
- DNS_LOGS: "DNS_LOGS",
5774
- EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION",
5775
- EC2_RUNTIME_MONITORING: "EC2_RUNTIME_MONITORING",
5776
- EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS",
5777
- EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING",
5778
- FARGATE_RUNTIME_MONITORING: "FARGATE_RUNTIME_MONITORING",
5779
- FLOW_LOGS: "FLOW_LOGS",
5780
- LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS",
5781
- RDS_DBI_PROTECTION_PROVISIONED: "RDS_DBI_PROTECTION_PROVISIONED",
5782
- RDS_DBI_PROTECTION_SERVERLESS: "RDS_DBI_PROTECTION_SERVERLESS",
5783
- RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS",
5784
- S3_DATA_EVENTS: "S3_DATA_EVENTS"
5785
- };
5786
- var UsageStatisticType = {
5787
- SUM_BY_ACCOUNT: "SUM_BY_ACCOUNT",
5788
- SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE",
5789
- SUM_BY_FEATURES: "SUM_BY_FEATURES",
5790
- SUM_BY_RESOURCE: "SUM_BY_RESOURCE",
5791
- TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE",
5792
- TOP_RESOURCES: "TOP_RESOURCES"
5793
- };
5794
- var ListMembersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
5795
- ...obj,
5796
- ...obj.Members && { Members: obj.Members.map((item) => MemberFilterSensitiveLog(item)) }
5797
- }), "ListMembersResponseFilterSensitiveLog");
5798
-
5799
- // src/commands/ListMembersCommand.ts
5800
6088
  var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5801
6089
  return [
5802
6090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -6320,6 +6608,7 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
6320
6608
  InternalServerErrorException,
6321
6609
  AccessDeniedException,
6322
6610
  FreeTrialFeatureResult,
6611
+ MfaStatus,
6323
6612
  AdminStatus,
6324
6613
  ProfileSubtype,
6325
6614
  ProfileType,
@@ -6352,15 +6641,19 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
6352
6641
  OrgFeatureAdditionalConfiguration,
6353
6642
  OrgFeature,
6354
6643
  PublishingStatus,
6644
+ NetworkDirection,
6645
+ PublicAccessStatus,
6646
+ PublicAclIgnoreBehavior,
6647
+ PublicBucketRestrictBehavior,
6648
+ FindingResourceType,
6649
+ IndicatorType,
6650
+ SignalType,
6355
6651
  DetectorFeatureResult,
6356
6652
  DetectorStatus,
6357
6653
  EbsSnapshotPreservation,
6358
6654
  Feedback,
6359
6655
  FindingStatisticType,
6360
6656
  GroupByType,
6361
- IpSetStatus,
6362
- MalwareProtectionPlanStatus,
6363
- ScanCriterionKey,
6364
6657
  AccountDetailFilterSensitiveLog,
6365
6658
  RemoteIpDetailsFilterSensitiveLog,
6366
6659
  AwsApiCallActionFilterSensitiveLog,
@@ -6373,17 +6666,25 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
6373
6666
  ActionFilterSensitiveLog,
6374
6667
  CreateMembersRequestFilterSensitiveLog,
6375
6668
  PrivateIpAddressDetailsFilterSensitiveLog,
6669
+ Ec2NetworkInterfaceFilterSensitiveLog,
6670
+ ResourceDataFilterSensitiveLog,
6671
+ ResourceV2FilterSensitiveLog,
6672
+ SequenceFilterSensitiveLog,
6673
+ DetectionFilterSensitiveLog,
6376
6674
  NetworkInterfaceFilterSensitiveLog,
6377
6675
  InstanceDetailsFilterSensitiveLog,
6378
6676
  ResourceFilterSensitiveLog,
6379
6677
  ServiceFilterSensitiveLog,
6380
6678
  FindingFilterSensitiveLog,
6381
6679
  GetFindingsResponseFilterSensitiveLog,
6382
- MemberFilterSensitiveLog,
6383
- GetMembersResponseFilterSensitiveLog,
6680
+ IpSetStatus,
6681
+ MalwareProtectionPlanStatus,
6682
+ ScanCriterionKey,
6384
6683
  ThreatIntelSetStatus,
6385
6684
  UsageFeature,
6386
6685
  UsageStatisticType,
6686
+ MemberFilterSensitiveLog,
6687
+ GetMembersResponseFilterSensitiveLog,
6387
6688
  ListMembersResponseFilterSensitiveLog
6388
6689
  });
6389
6690