aws-sdk-guardduty 1.117.0 → 1.118.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ef353128a429a6b14944fee695f167014fed82d663f036ab34339f3247fd58b
4
- data.tar.gz: 26c4428674f70ae702a0b81e89d1a1a1bf2fc1ba1c76fce424623a0772647af4
3
+ metadata.gz: 42c68eb381bada3c3c5e0f43c78beb320879927e7493c0efd7e76ae819f3a3c7
4
+ data.tar.gz: 3eba5cd6dde16d53b39368294ac2996503f4cb47ea78b86e1e992d8e3a102e72
5
5
  SHA512:
6
- metadata.gz: d8d8057034df00b8fb271c85dfdff398bad04f5f936f4d1bbefb3c7ccd6934cf94956a1e7087b0ea42ca4f486e6f019df371d098d3bdc72da9bdae55ff35fd5f
7
- data.tar.gz: 8ed5f5ce7868bffea98e1b04758be3dc0944a1959c040bdf889254e9bead2cb866efd3339b982900501406578748ad0aa3e938b2c1ad485daab84245d8a46e7b
6
+ metadata.gz: a708c6de3fced4ce33599024f166f5e3309bc0842bf637b4d7a256725c2a13ddfcf395da7e1af610b52f217cf06e374d15262d302d24d8fc4af713804e87d175
7
+ data.tar.gz: 2ddb863ba1243d224362b6b9505cdc31b0fa55b1d46197c49db634aee5384f5b416566bfe59e74bd5844d60b58e8571b16042eec29d6ba12b56e2ce67bad83f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2025-06-17)
5
+ ------------------
6
+
7
+ * Feature - Adding support for extended threat detection for EKS Audit Logs and EKS Runtime Monitoring.
8
+
4
9
  1.117.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.118.0
@@ -2157,10 +2157,18 @@ module Aws::GuardDuty
2157
2157
  # Provides the details of the GuardDuty administrator account associated
2158
2158
  # with the current GuardDuty member account.
2159
2159
  #
2160
- # <note markdown="1"> If the organization's management account or a delegated administrator
2161
- # runs this API, it will return success (`HTTP 200`) but no content.
2160
+ # Based on the type of account that runs this API, the following list
2161
+ # shows how the API behavior varies:
2162
2162
  #
2163
- # </note>
2163
+ # * When the GuardDuty administrator account runs this API, it will
2164
+ # return success (`HTTP 200`) but no content.
2165
+ #
2166
+ # * When a member account runs this API, it will return the details of
2167
+ # the GuardDuty administrator account that is associated with this
2168
+ # calling member account.
2169
+ #
2170
+ # * When an individual account (not associated with an organization)
2171
+ # runs this API, it will return success (`HTTP 200`) but no content.
2164
2172
  #
2165
2173
  # @option params [required, String] :detector_id
2166
2174
  # The unique ID of the detector of the GuardDuty member account.
@@ -2915,11 +2923,14 @@ module Aws::GuardDuty
2915
2923
  # resp.findings[0].service.detection.sequence.actors[0].session.mfa_status #=> String, one of "ENABLED", "DISABLED"
2916
2924
  # resp.findings[0].service.detection.sequence.actors[0].session.created_time #=> Time
2917
2925
  # resp.findings[0].service.detection.sequence.actors[0].session.issuer #=> String
2926
+ # resp.findings[0].service.detection.sequence.actors[0].process.name #=> String
2927
+ # resp.findings[0].service.detection.sequence.actors[0].process.path #=> String
2928
+ # resp.findings[0].service.detection.sequence.actors[0].process.sha_256 #=> String
2918
2929
  # resp.findings[0].service.detection.sequence.resources #=> Array
2919
2930
  # resp.findings[0].service.detection.sequence.resources[0].uid #=> String
2920
2931
  # resp.findings[0].service.detection.sequence.resources[0].name #=> String
2921
2932
  # resp.findings[0].service.detection.sequence.resources[0].account_id #=> String
2922
- # resp.findings[0].service.detection.sequence.resources[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY"
2933
+ # resp.findings[0].service.detection.sequence.resources[0].resource_type #=> String, one of "EC2_INSTANCE", "EC2_NETWORK_INTERFACE", "S3_BUCKET", "S3_OBJECT", "ACCESS_KEY", "EKS_CLUSTER", "KUBERNETES_WORKLOAD", "CONTAINER"
2923
2934
  # resp.findings[0].service.detection.sequence.resources[0].region #=> String
2924
2935
  # resp.findings[0].service.detection.sequence.resources[0].service #=> String
2925
2936
  # resp.findings[0].service.detection.sequence.resources[0].cloud_partition #=> String
@@ -2973,6 +2984,18 @@ module Aws::GuardDuty
2973
2984
  # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.etag #=> String
2974
2985
  # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.key #=> String
2975
2986
  # resp.findings[0].service.detection.sequence.resources[0].data.s3_object.version_id #=> String
2987
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.arn #=> String
2988
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.created_at #=> Time
2989
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
2990
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.vpc_id #=> String
2991
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.ec2_instance_uids #=> Array
2992
+ # resp.findings[0].service.detection.sequence.resources[0].data.eks_cluster.ec2_instance_uids[0] #=> String
2993
+ # resp.findings[0].service.detection.sequence.resources[0].data.kubernetes_workload.container_uids #=> Array
2994
+ # resp.findings[0].service.detection.sequence.resources[0].data.kubernetes_workload.container_uids[0] #=> String
2995
+ # resp.findings[0].service.detection.sequence.resources[0].data.kubernetes_workload.namespace #=> String
2996
+ # resp.findings[0].service.detection.sequence.resources[0].data.kubernetes_workload.kubernetes_resources_types #=> String, one of "PODS", "JOBS", "CRONJOBS", "DEPLOYMENTS", "DAEMONSETS", "STATEFULSETS", "REPLICASETS", "REPLICATIONCONTROLLERS"
2997
+ # resp.findings[0].service.detection.sequence.resources[0].data.container.image #=> String
2998
+ # resp.findings[0].service.detection.sequence.resources[0].data.container.image_uid #=> String
2976
2999
  # resp.findings[0].service.detection.sequence.endpoints #=> Array
2977
3000
  # resp.findings[0].service.detection.sequence.endpoints[0].id #=> String
2978
3001
  # resp.findings[0].service.detection.sequence.endpoints[0].ip #=> String
@@ -2987,7 +3010,7 @@ module Aws::GuardDuty
2987
3010
  # resp.findings[0].service.detection.sequence.endpoints[0].connection.direction #=> String, one of "INBOUND", "OUTBOUND"
2988
3011
  # resp.findings[0].service.detection.sequence.signals #=> Array
2989
3012
  # resp.findings[0].service.detection.sequence.signals[0].uid #=> String
2990
- # resp.findings[0].service.detection.sequence.signals[0].type #=> String, one of "FINDING", "CLOUD_TRAIL", "S3_DATA_EVENTS"
3013
+ # resp.findings[0].service.detection.sequence.signals[0].type #=> String, one of "FINDING", "CLOUD_TRAIL", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "FLOW_LOGS", "DNS_LOGS", "RUNTIME_MONITORING"
2991
3014
  # resp.findings[0].service.detection.sequence.signals[0].description #=> String
2992
3015
  # resp.findings[0].service.detection.sequence.signals[0].name #=> String
2993
3016
  # resp.findings[0].service.detection.sequence.signals[0].created_at #=> Time
@@ -3003,15 +3026,17 @@ module Aws::GuardDuty
3003
3026
  # resp.findings[0].service.detection.sequence.signals[0].endpoint_ids #=> Array
3004
3027
  # resp.findings[0].service.detection.sequence.signals[0].endpoint_ids[0] #=> String
3005
3028
  # resp.findings[0].service.detection.sequence.signals[0].signal_indicators #=> Array
3006
- # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].key #=> String, one of "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"
3029
+ # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].key #=> String, one of "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", "SUSPICIOUS_PROCESS", "MALICIOUS_DOMAIN", "MALICIOUS_PROCESS", "CRYPTOMINING_IP", "CRYPTOMINING_DOMAIN", "CRYPTOMINING_PROCESS"
3007
3030
  # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].values #=> Array
3008
3031
  # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].values[0] #=> String
3009
3032
  # resp.findings[0].service.detection.sequence.signals[0].signal_indicators[0].title #=> String
3010
3033
  # resp.findings[0].service.detection.sequence.sequence_indicators #=> Array
3011
- # resp.findings[0].service.detection.sequence.sequence_indicators[0].key #=> String, one of "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"
3034
+ # resp.findings[0].service.detection.sequence.sequence_indicators[0].key #=> String, one of "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", "SUSPICIOUS_PROCESS", "MALICIOUS_DOMAIN", "MALICIOUS_PROCESS", "CRYPTOMINING_IP", "CRYPTOMINING_DOMAIN", "CRYPTOMINING_PROCESS"
3012
3035
  # resp.findings[0].service.detection.sequence.sequence_indicators[0].values #=> Array
3013
3036
  # resp.findings[0].service.detection.sequence.sequence_indicators[0].values[0] #=> String
3014
3037
  # resp.findings[0].service.detection.sequence.sequence_indicators[0].title #=> String
3038
+ # resp.findings[0].service.detection.sequence.additional_sequence_types #=> Array
3039
+ # resp.findings[0].service.detection.sequence.additional_sequence_types[0] #=> String
3015
3040
  # resp.findings[0].service.malware_scan_details.threats #=> Array
3016
3041
  # resp.findings[0].service.malware_scan_details.threats[0].name #=> String
3017
3042
  # resp.findings[0].service.malware_scan_details.threats[0].source #=> String
@@ -5556,7 +5581,7 @@ module Aws::GuardDuty
5556
5581
  tracer: tracer
5557
5582
  )
5558
5583
  context[:gem_name] = 'aws-sdk-guardduty'
5559
- context[:gem_version] = '1.117.0'
5584
+ context[:gem_version] = '1.118.0'
5560
5585
  Seahorse::Client::Request.new(handlers, context)
5561
5586
  end
5562
5587
 
@@ -34,7 +34,9 @@ module Aws::GuardDuty
34
34
  Action = Shapes::StructureShape.new(name: 'Action')
35
35
  Actor = Shapes::StructureShape.new(name: 'Actor')
36
36
  ActorIds = Shapes::ListShape.new(name: 'ActorIds')
37
+ ActorProcess = Shapes::StructureShape.new(name: 'ActorProcess')
37
38
  Actors = Shapes::ListShape.new(name: 'Actors')
39
+ AdditionalSequenceTypes = Shapes::ListShape.new(name: 'AdditionalSequenceTypes')
38
40
  AddonDetails = Shapes::StructureShape.new(name: 'AddonDetails')
39
41
  AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
40
42
  AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
@@ -63,10 +65,15 @@ module Aws::GuardDuty
63
65
  City = Shapes::StructureShape.new(name: 'City')
64
66
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
65
67
  CloudTrailConfigurationResult = Shapes::StructureShape.new(name: 'CloudTrailConfigurationResult')
68
+ ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
66
69
  Condition = Shapes::StructureShape.new(name: 'Condition')
67
70
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
68
71
  Container = Shapes::StructureShape.new(name: 'Container')
72
+ ContainerFindingResource = Shapes::StructureShape.new(name: 'ContainerFindingResource')
73
+ ContainerImageUid = Shapes::StringShape.new(name: 'ContainerImageUid')
69
74
  ContainerInstanceDetails = Shapes::StructureShape.new(name: 'ContainerInstanceDetails')
75
+ ContainerUid = Shapes::StringShape.new(name: 'ContainerUid')
76
+ ContainerUids = Shapes::ListShape.new(name: 'ContainerUids')
70
77
  Containers = Shapes::ListShape.new(name: 'Containers')
71
78
  CountByCoverageStatus = Shapes::MapShape.new(name: 'CountByCoverageStatus')
72
79
  CountByResourceType = Shapes::MapShape.new(name: 'CountByResourceType')
@@ -176,10 +183,13 @@ module Aws::GuardDuty
176
183
  EbsVolumeScanDetails = Shapes::StructureShape.new(name: 'EbsVolumeScanDetails')
177
184
  EbsVolumesResult = Shapes::StructureShape.new(name: 'EbsVolumesResult')
178
185
  Ec2Instance = Shapes::StructureShape.new(name: 'Ec2Instance')
186
+ Ec2InstanceUid = Shapes::StringShape.new(name: 'Ec2InstanceUid')
187
+ Ec2InstanceUids = Shapes::ListShape.new(name: 'Ec2InstanceUids')
179
188
  Ec2NetworkInterface = Shapes::StructureShape.new(name: 'Ec2NetworkInterface')
180
189
  Ec2NetworkInterfaceUids = Shapes::ListShape.new(name: 'Ec2NetworkInterfaceUids')
181
190
  EcsClusterDetails = Shapes::StructureShape.new(name: 'EcsClusterDetails')
182
191
  EcsTaskDetails = Shapes::StructureShape.new(name: 'EcsTaskDetails')
192
+ EksCluster = Shapes::StructureShape.new(name: 'EksCluster')
183
193
  EksClusterDetails = Shapes::StructureShape.new(name: 'EksClusterDetails')
184
194
  Email = Shapes::StringShape.new(name: 'Email')
185
195
  EnableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountRequest')
@@ -296,9 +306,11 @@ module Aws::GuardDuty
296
306
  KubernetesDataSourceFreeTrial = Shapes::StructureShape.new(name: 'KubernetesDataSourceFreeTrial')
297
307
  KubernetesDetails = Shapes::StructureShape.new(name: 'KubernetesDetails')
298
308
  KubernetesPermissionCheckedDetails = Shapes::StructureShape.new(name: 'KubernetesPermissionCheckedDetails')
309
+ KubernetesResourcesTypes = Shapes::StringShape.new(name: 'KubernetesResourcesTypes')
299
310
  KubernetesRoleBindingDetails = Shapes::StructureShape.new(name: 'KubernetesRoleBindingDetails')
300
311
  KubernetesRoleDetails = Shapes::StructureShape.new(name: 'KubernetesRoleDetails')
301
312
  KubernetesUserDetails = Shapes::StructureShape.new(name: 'KubernetesUserDetails')
313
+ KubernetesWorkload = Shapes::StructureShape.new(name: 'KubernetesWorkload')
302
314
  KubernetesWorkloadDetails = Shapes::StructureShape.new(name: 'KubernetesWorkloadDetails')
303
315
  LambdaDetails = Shapes::StructureShape.new(name: 'LambdaDetails')
304
316
  Lineage = Shapes::ListShape.new(name: 'Lineage')
@@ -422,6 +434,9 @@ module Aws::GuardDuty
422
434
  PrivateIpAddressDetails = Shapes::StructureShape.new(name: 'PrivateIpAddressDetails')
423
435
  PrivateIpAddresses = Shapes::ListShape.new(name: 'PrivateIpAddresses')
424
436
  ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
437
+ ProcessName = Shapes::StringShape.new(name: 'ProcessName')
438
+ ProcessPath = Shapes::StringShape.new(name: 'ProcessPath')
439
+ ProcessSha256 = Shapes::StringShape.new(name: 'ProcessSha256')
425
440
  ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
426
441
  ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
427
442
  ProfileSubtype = Shapes::StringShape.new(name: 'ProfileSubtype')
@@ -655,12 +670,20 @@ module Aws::GuardDuty
655
670
  Actor.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
656
671
  Actor.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "user"))
657
672
  Actor.add_member(:session, Shapes::ShapeRef.new(shape: Session, location_name: "session"))
673
+ Actor.add_member(:process, Shapes::ShapeRef.new(shape: ActorProcess, location_name: "process"))
658
674
  Actor.struct_class = Types::Actor
659
675
 
660
676
  ActorIds.member = Shapes::ShapeRef.new(shape: String)
661
677
 
678
+ ActorProcess.add_member(:name, Shapes::ShapeRef.new(shape: ProcessName, required: true, location_name: "name"))
679
+ ActorProcess.add_member(:path, Shapes::ShapeRef.new(shape: ProcessPath, required: true, location_name: "path"))
680
+ ActorProcess.add_member(:sha_256, Shapes::ShapeRef.new(shape: ProcessSha256, location_name: "sha256"))
681
+ ActorProcess.struct_class = Types::ActorProcess
682
+
662
683
  Actors.member = Shapes::ShapeRef.new(shape: Actor)
663
684
 
685
+ AdditionalSequenceTypes.member = Shapes::ShapeRef.new(shape: FindingType)
686
+
664
687
  AddonDetails.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
665
688
  AddonDetails.add_member(:addon_status, Shapes::ShapeRef.new(shape: String, location_name: "addonStatus"))
666
689
  AddonDetails.struct_class = Types::AddonDetails
@@ -782,10 +805,16 @@ module Aws::GuardDuty
782
805
  Container.add_member(:security_context, Shapes::ShapeRef.new(shape: SecurityContext, location_name: "securityContext"))
783
806
  Container.struct_class = Types::Container
784
807
 
808
+ ContainerFindingResource.add_member(:image, Shapes::ShapeRef.new(shape: String, required: true, location_name: "image"))
809
+ ContainerFindingResource.add_member(:image_uid, Shapes::ShapeRef.new(shape: ContainerImageUid, location_name: "imageUid"))
810
+ ContainerFindingResource.struct_class = Types::ContainerFindingResource
811
+
785
812
  ContainerInstanceDetails.add_member(:covered_container_instances, Shapes::ShapeRef.new(shape: Long, location_name: "coveredContainerInstances"))
786
813
  ContainerInstanceDetails.add_member(:compatible_container_instances, Shapes::ShapeRef.new(shape: Long, location_name: "compatibleContainerInstances"))
787
814
  ContainerInstanceDetails.struct_class = Types::ContainerInstanceDetails
788
815
 
816
+ ContainerUids.member = Shapes::ShapeRef.new(shape: ContainerUid)
817
+
789
818
  Containers.member = Shapes::ShapeRef.new(shape: Container)
790
819
 
791
820
  CountByCoverageStatus.key = Shapes::ShapeRef.new(shape: CoverageStatus)
@@ -1180,6 +1209,8 @@ module Aws::GuardDuty
1180
1209
  Ec2Instance.add_member(:ec2_network_interface_uids, Shapes::ShapeRef.new(shape: Ec2NetworkInterfaceUids, location_name: "ec2NetworkInterfaceUids"))
1181
1210
  Ec2Instance.struct_class = Types::Ec2Instance
1182
1211
 
1212
+ Ec2InstanceUids.member = Shapes::ShapeRef.new(shape: Ec2InstanceUid)
1213
+
1183
1214
  Ec2NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6Addresses, location_name: "ipv6Addresses"))
1184
1215
  Ec2NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddresses, location_name: "privateIpAddresses"))
1185
1216
  Ec2NetworkInterface.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
@@ -1213,6 +1244,13 @@ module Aws::GuardDuty
1213
1244
  EcsTaskDetails.add_member(:launch_type, Shapes::ShapeRef.new(shape: String, location_name: "launchType"))
1214
1245
  EcsTaskDetails.struct_class = Types::EcsTaskDetails
1215
1246
 
1247
+ EksCluster.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
1248
+ EksCluster.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1249
+ EksCluster.add_member(:status, Shapes::ShapeRef.new(shape: ClusterStatus, location_name: "status"))
1250
+ EksCluster.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
1251
+ EksCluster.add_member(:ec2_instance_uids, Shapes::ShapeRef.new(shape: Ec2InstanceUids, location_name: "ec2InstanceUids"))
1252
+ EksCluster.struct_class = Types::EksCluster
1253
+
1216
1254
  EksClusterDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1217
1255
  EksClusterDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
1218
1256
  EksClusterDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
@@ -1607,6 +1645,11 @@ module Aws::GuardDuty
1607
1645
  KubernetesUserDetails.add_member(:impersonated_user, Shapes::ShapeRef.new(shape: ImpersonatedUser, location_name: "impersonatedUser"))
1608
1646
  KubernetesUserDetails.struct_class = Types::KubernetesUserDetails
1609
1647
 
1648
+ KubernetesWorkload.add_member(:container_uids, Shapes::ShapeRef.new(shape: ContainerUids, location_name: "containerUids"))
1649
+ KubernetesWorkload.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
1650
+ KubernetesWorkload.add_member(:kubernetes_resources_types, Shapes::ShapeRef.new(shape: KubernetesResourcesTypes, location_name: "kubernetesResourcesTypes"))
1651
+ KubernetesWorkload.struct_class = Types::KubernetesWorkload
1652
+
1610
1653
  KubernetesWorkloadDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1611
1654
  KubernetesWorkloadDetails.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
1612
1655
  KubernetesWorkloadDetails.add_member(:uid, Shapes::ShapeRef.new(shape: String, location_name: "uid"))
@@ -2127,6 +2170,9 @@ module Aws::GuardDuty
2127
2170
  ResourceData.add_member(:access_key, Shapes::ShapeRef.new(shape: AccessKey, location_name: "accessKey"))
2128
2171
  ResourceData.add_member(:ec2_network_interface, Shapes::ShapeRef.new(shape: Ec2NetworkInterface, location_name: "ec2NetworkInterface"))
2129
2172
  ResourceData.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
2173
+ ResourceData.add_member(:eks_cluster, Shapes::ShapeRef.new(shape: EksCluster, location_name: "eksCluster"))
2174
+ ResourceData.add_member(:kubernetes_workload, Shapes::ShapeRef.new(shape: KubernetesWorkload, location_name: "kubernetesWorkload"))
2175
+ ResourceData.add_member(:container, Shapes::ShapeRef.new(shape: ContainerFindingResource, location_name: "container"))
2130
2176
  ResourceData.struct_class = Types::ResourceData
2131
2177
 
2132
2178
  ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
@@ -2322,6 +2368,7 @@ module Aws::GuardDuty
2322
2368
  Sequence.add_member(:endpoints, Shapes::ShapeRef.new(shape: NetworkEndpoints, location_name: "endpoints"))
2323
2369
  Sequence.add_member(:signals, Shapes::ShapeRef.new(shape: Signals, required: true, location_name: "signals"))
2324
2370
  Sequence.add_member(:sequence_indicators, Shapes::ShapeRef.new(shape: Indicators, location_name: "sequenceIndicators"))
2371
+ Sequence.add_member(:additional_sequence_types, Shapes::ShapeRef.new(shape: AdditionalSequenceTypes, location_name: "additionalSequenceTypes"))
2325
2372
  Sequence.struct_class = Types::Sequence
2326
2373
 
2327
2374
  Service.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "action"))
@@ -194,6 +194,29 @@ module Aws::GuardDuty
194
194
  #
195
195
  # @!attribute [rw] email
196
196
  # The email address of the member account.
197
+ #
198
+ # The rules for a valid email address:
199
+ #
200
+ # * The email address must be a minimum of 6 and a maximum of 64
201
+ # characters long.
202
+ #
203
+ # * All characters must be 7-bit ASCII characters.
204
+ #
205
+ # * There must be one and only one @ symbol, which separates the local
206
+ # name from the domain name.
207
+ #
208
+ # * The local name can't contain any of the following characters:
209
+ #
210
+ # whitespace, " ' ( ) &lt; &gt; \[ \] : ' , \\ \| % &amp;
211
+ #
212
+ # * The local name can't begin with a dot (.).
213
+ #
214
+ # * The domain name can consist of only the characters \[a-z\],
215
+ # \[A-Z\], \[0-9\], hyphen (-), or dot (.).
216
+ #
217
+ # * The domain name can't begin or end with a dot (.) or hyphen (-).
218
+ #
219
+ # * The domain name must contain at least one dot.
197
220
  # @return [String]
198
221
  #
199
222
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AccountDetail AWS API Documentation
@@ -353,12 +376,47 @@ module Aws::GuardDuty
353
376
  # initiated.
354
377
  # @return [Types::Session]
355
378
  #
379
+ # @!attribute [rw] process
380
+ # Contains information about the process associated with the threat
381
+ # actor. This includes details such as process name, path, execution
382
+ # time, and unique identifiers that help track the actor's activities
383
+ # within the system.
384
+ # @return [Types::ActorProcess]
385
+ #
356
386
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Actor AWS API Documentation
357
387
  #
358
388
  class Actor < Struct.new(
359
389
  :id,
360
390
  :user,
361
- :session)
391
+ :session,
392
+ :process)
393
+ SENSITIVE = []
394
+ include Aws::Structure
395
+ end
396
+
397
+ # Contains information about a process involved in a GuardDuty finding,
398
+ # including process identification, execution details, and file
399
+ # information.
400
+ #
401
+ # @!attribute [rw] name
402
+ # The name of the process as it appears in the system.
403
+ # @return [String]
404
+ #
405
+ # @!attribute [rw] path
406
+ # The full file path to the process executable on the system.
407
+ # @return [String]
408
+ #
409
+ # @!attribute [rw] sha_256
410
+ # The SHA256 hash of the process executable file, which can be used
411
+ # for identification and verification purposes.
412
+ # @return [String]
413
+ #
414
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ActorProcess AWS API Documentation
415
+ #
416
+ class ActorProcess < Struct.new(
417
+ :name,
418
+ :path,
419
+ :sha_256)
362
420
  SENSITIVE = []
363
421
  include Aws::Structure
364
422
  end
@@ -896,6 +954,28 @@ module Aws::GuardDuty
896
954
  include Aws::Structure
897
955
  end
898
956
 
957
+ # Contains information about container resources involved in a GuardDuty
958
+ # finding. This structure provides details about containers that were
959
+ # identified as part of suspicious or malicious activity.
960
+ #
961
+ # @!attribute [rw] image
962
+ # The container image information, including the image name and tag
963
+ # used to run the container that was involved in the finding.
964
+ # @return [String]
965
+ #
966
+ # @!attribute [rw] image_uid
967
+ # The unique ID associated with the container image.
968
+ # @return [String]
969
+ #
970
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ContainerFindingResource AWS API Documentation
971
+ #
972
+ class ContainerFindingResource < Struct.new(
973
+ :image,
974
+ :image_uid)
975
+ SENSITIVE = []
976
+ include Aws::Structure
977
+ end
978
+
899
979
  # Contains information about the Amazon EC2 instance that is running the
900
980
  # Amazon ECS container.
901
981
  #
@@ -3252,6 +3332,46 @@ module Aws::GuardDuty
3252
3332
  include Aws::Structure
3253
3333
  end
3254
3334
 
3335
+ # Contains information about the Amazon EKS cluster involved in a
3336
+ # GuardDuty finding, including cluster identification, status, and
3337
+ # network configuration.
3338
+ #
3339
+ # @!attribute [rw] arn
3340
+ # The Amazon Resource Name (ARN) that uniquely identifies the Amazon
3341
+ # EKS cluster involved in the finding.
3342
+ # @return [String]
3343
+ #
3344
+ # @!attribute [rw] created_at
3345
+ # The timestamp indicating when the Amazon EKS cluster was created, in
3346
+ # UTC format.
3347
+ # @return [Time]
3348
+ #
3349
+ # @!attribute [rw] status
3350
+ # The current status of the Amazon EKS cluster.
3351
+ # @return [String]
3352
+ #
3353
+ # @!attribute [rw] vpc_id
3354
+ # The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated
3355
+ # with the Amazon EKS cluster.
3356
+ # @return [String]
3357
+ #
3358
+ # @!attribute [rw] ec2_instance_uids
3359
+ # A list of unique identifiers for the Amazon EC2 instances that serve
3360
+ # as worker nodes in the Amazon EKS cluster.
3361
+ # @return [Array<String>]
3362
+ #
3363
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/EksCluster AWS API Documentation
3364
+ #
3365
+ class EksCluster < Struct.new(
3366
+ :arn,
3367
+ :created_at,
3368
+ :status,
3369
+ :vpc_id,
3370
+ :ec2_instance_uids)
3371
+ SENSITIVE = []
3372
+ include Aws::Structure
3373
+ end
3374
+
3255
3375
  # Details about the EKS cluster involved in a Kubernetes finding.
3256
3376
  #
3257
3377
  # @!attribute [rw] name
@@ -3407,11 +3527,6 @@ module Aws::GuardDuty
3407
3527
  # @!attribute [rw] criterion_key
3408
3528
  # An enum value representing possible scan properties to match with
3409
3529
  # given scan entries.
3410
- #
3411
- # <note markdown="1"> Replace the enum value `CLUSTER_NAME` with `EKS_CLUSTER_NAME`.
3412
- # `CLUSTER_NAME` has been deprecated.
3413
- #
3414
- # </note>
3415
3530
  # @return [String]
3416
3531
  #
3417
3532
  # @!attribute [rw] filter_condition
@@ -3459,7 +3574,17 @@ module Aws::GuardDuty
3459
3574
  # @return [String]
3460
3575
  #
3461
3576
  # @!attribute [rw] region
3462
- # The Region where the finding was generated.
3577
+ # The Region where the finding was generated. For findings generated
3578
+ # from [Global Service Events][1], the Region value in the finding
3579
+ # might differ from the Region where GuardDuty identifies the
3580
+ # potential threat. For more information, see [How GuardDuty handles
3581
+ # Amazon Web Services CloudTrail global events][2] in the *Amazon
3582
+ # GuardDuty User Guide*.
3583
+ #
3584
+ #
3585
+ #
3586
+ # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html#cloudtrail-concepts-global-service-events
3587
+ # [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_data-sources.html#cloudtrail_global
3463
3588
  # @return [String]
3464
3589
  #
3465
3590
  # @!attribute [rw] resource
@@ -5062,6 +5187,34 @@ module Aws::GuardDuty
5062
5187
  include Aws::Structure
5063
5188
  end
5064
5189
 
5190
+ # Contains information about Kubernetes workloads involved in a
5191
+ # GuardDuty finding, including pods, deployments, and other Kubernetes
5192
+ # resources.
5193
+ #
5194
+ # @!attribute [rw] container_uids
5195
+ # A list of unique identifiers for the containers that are part of the
5196
+ # Kubernetes workload.
5197
+ # @return [Array<String>]
5198
+ #
5199
+ # @!attribute [rw] namespace
5200
+ # The Kubernetes namespace in which the workload is running, providing
5201
+ # logical isolation within the cluster.
5202
+ # @return [String]
5203
+ #
5204
+ # @!attribute [rw] kubernetes_resources_types
5205
+ # The types of Kubernetes resources involved in the workload.
5206
+ # @return [String]
5207
+ #
5208
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/KubernetesWorkload AWS API Documentation
5209
+ #
5210
+ class KubernetesWorkload < Struct.new(
5211
+ :container_uids,
5212
+ :namespace,
5213
+ :kubernetes_resources_types)
5214
+ SENSITIVE = []
5215
+ include Aws::Structure
5216
+ end
5217
+
5065
5218
  # Details about the Kubernetes workload involved in a Kubernetes
5066
5219
  # finding.
5067
5220
  #
@@ -7718,6 +7871,23 @@ module Aws::GuardDuty
7718
7871
  # Contains information about the Amazon S3 object.
7719
7872
  # @return [Types::S3Object]
7720
7873
  #
7874
+ # @!attribute [rw] eks_cluster
7875
+ # Contains detailed information about the Amazon EKS cluster
7876
+ # associated with the activity that prompted GuardDuty to generate a
7877
+ # finding.
7878
+ # @return [Types::EksCluster]
7879
+ #
7880
+ # @!attribute [rw] kubernetes_workload
7881
+ # Contains detailed information about the Kubernetes workload
7882
+ # associated with the activity that prompted GuardDuty to generate a
7883
+ # finding.
7884
+ # @return [Types::KubernetesWorkload]
7885
+ #
7886
+ # @!attribute [rw] container
7887
+ # Contains detailed information about the container associated with
7888
+ # the activity that prompted GuardDuty to generate a finding.
7889
+ # @return [Types::ContainerFindingResource]
7890
+ #
7721
7891
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ResourceData AWS API Documentation
7722
7892
  #
7723
7893
  class ResourceData < Struct.new(
@@ -7725,7 +7895,10 @@ module Aws::GuardDuty
7725
7895
  :ec2_instance,
7726
7896
  :access_key,
7727
7897
  :ec2_network_interface,
7728
- :s3_object)
7898
+ :s3_object,
7899
+ :eks_cluster,
7900
+ :kubernetes_workload,
7901
+ :container)
7729
7902
  SENSITIVE = []
7730
7903
  include Aws::Structure
7731
7904
  end
@@ -8657,6 +8830,12 @@ module Aws::GuardDuty
8657
8830
  # sequence.
8658
8831
  # @return [Array<Types::Indicator>]
8659
8832
  #
8833
+ # @!attribute [rw] additional_sequence_types
8834
+ # Additional types of sequences that may be associated with the attack
8835
+ # sequence finding, providing further context about the nature of the
8836
+ # detected threat.
8837
+ # @return [Array<String>]
8838
+ #
8660
8839
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Sequence AWS API Documentation
8661
8840
  #
8662
8841
  class Sequence < Struct.new(
@@ -8666,7 +8845,8 @@ module Aws::GuardDuty
8666
8845
  :resources,
8667
8846
  :endpoints,
8668
8847
  :signals,
8669
- :sequence_indicators)
8848
+ :sequence_indicators,
8849
+ :additional_sequence_types)
8670
8850
  SENSITIVE = []
8671
8851
  include Aws::Structure
8672
8852
  end
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.118.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -104,6 +104,14 @@ module Aws::GuardDuty
104
104
  attr_accessor id: ::String
105
105
  attr_accessor user: Types::User
106
106
  attr_accessor session: Types::Session
107
+ attr_accessor process: Types::ActorProcess
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class ActorProcess
112
+ attr_accessor name: ::String
113
+ attr_accessor path: ::String
114
+ attr_accessor sha_256: ::String
107
115
  SENSITIVE: []
108
116
  end
109
117
 
@@ -248,6 +256,12 @@ module Aws::GuardDuty
248
256
  SENSITIVE: []
249
257
  end
250
258
 
259
+ class ContainerFindingResource
260
+ attr_accessor image: ::String
261
+ attr_accessor image_uid: ::String
262
+ SENSITIVE: []
263
+ end
264
+
251
265
  class ContainerInstanceDetails
252
266
  attr_accessor covered_container_instances: ::Integer
253
267
  attr_accessor compatible_container_instances: ::Integer
@@ -802,6 +816,15 @@ module Aws::GuardDuty
802
816
  SENSITIVE: []
803
817
  end
804
818
 
819
+ class EksCluster
820
+ attr_accessor arn: ::String
821
+ attr_accessor created_at: ::Time
822
+ attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "PENDING")
823
+ attr_accessor vpc_id: ::String
824
+ attr_accessor ec2_instance_uids: ::Array[::String]
825
+ SENSITIVE: []
826
+ end
827
+
805
828
  class EksClusterDetails
806
829
  attr_accessor name: ::String
807
830
  attr_accessor arn: ::String
@@ -1149,7 +1172,7 @@ module Aws::GuardDuty
1149
1172
  end
1150
1173
 
1151
1174
  class Indicator
1152
- attr_accessor 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")
1175
+ attr_accessor 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" | "SUSPICIOUS_PROCESS" | "MALICIOUS_DOMAIN" | "MALICIOUS_PROCESS" | "CRYPTOMINING_IP" | "CRYPTOMINING_DOMAIN" | "CRYPTOMINING_PROCESS")
1153
1176
  attr_accessor values: ::Array[::String]
1154
1177
  attr_accessor title: ::String
1155
1178
  SENSITIVE: []
@@ -1284,6 +1307,13 @@ module Aws::GuardDuty
1284
1307
  SENSITIVE: []
1285
1308
  end
1286
1309
 
1310
+ class KubernetesWorkload
1311
+ attr_accessor container_uids: ::Array[::String]
1312
+ attr_accessor namespace: ::String
1313
+ attr_accessor kubernetes_resources_types: ("PODS" | "JOBS" | "CRONJOBS" | "DEPLOYMENTS" | "DAEMONSETS" | "STATEFULSETS" | "REPLICASETS" | "REPLICATIONCONTROLLERS")
1314
+ SENSITIVE: []
1315
+ end
1316
+
1287
1317
  class KubernetesWorkloadDetails
1288
1318
  attr_accessor name: ::String
1289
1319
  attr_accessor type: ::String
@@ -1933,6 +1963,9 @@ module Aws::GuardDuty
1933
1963
  attr_accessor access_key: Types::AccessKey
1934
1964
  attr_accessor ec2_network_interface: Types::Ec2NetworkInterface
1935
1965
  attr_accessor s3_object: Types::S3Object
1966
+ attr_accessor eks_cluster: Types::EksCluster
1967
+ attr_accessor kubernetes_workload: Types::KubernetesWorkload
1968
+ attr_accessor container: Types::ContainerFindingResource
1936
1969
  SENSITIVE: []
1937
1970
  end
1938
1971
 
@@ -1960,7 +1993,7 @@ module Aws::GuardDuty
1960
1993
  attr_accessor uid: ::String
1961
1994
  attr_accessor name: ::String
1962
1995
  attr_accessor account_id: ::String
1963
- attr_accessor resource_type: ("EC2_INSTANCE" | "EC2_NETWORK_INTERFACE" | "S3_BUCKET" | "S3_OBJECT" | "ACCESS_KEY")
1996
+ attr_accessor resource_type: ("EC2_INSTANCE" | "EC2_NETWORK_INTERFACE" | "S3_BUCKET" | "S3_OBJECT" | "ACCESS_KEY" | "EKS_CLUSTER" | "KUBERNETES_WORKLOAD" | "CONTAINER")
1964
1997
  attr_accessor region: ::String
1965
1998
  attr_accessor service: ::String
1966
1999
  attr_accessor cloud_partition: ::String
@@ -2159,6 +2192,7 @@ module Aws::GuardDuty
2159
2192
  attr_accessor endpoints: ::Array[Types::NetworkEndpoint]
2160
2193
  attr_accessor signals: ::Array[Types::Signal]
2161
2194
  attr_accessor sequence_indicators: ::Array[Types::Indicator]
2195
+ attr_accessor additional_sequence_types: ::Array[::String]
2162
2196
  SENSITIVE: []
2163
2197
  end
2164
2198
 
@@ -2205,7 +2239,7 @@ module Aws::GuardDuty
2205
2239
 
2206
2240
  class Signal
2207
2241
  attr_accessor uid: ::String
2208
- attr_accessor type: ("FINDING" | "CLOUD_TRAIL" | "S3_DATA_EVENTS")
2242
+ attr_accessor type: ("FINDING" | "CLOUD_TRAIL" | "S3_DATA_EVENTS" | "EKS_AUDIT_LOGS" | "FLOW_LOGS" | "DNS_LOGS" | "RUNTIME_MONITORING")
2209
2243
  attr_accessor description: ::String
2210
2244
  attr_accessor name: ::String
2211
2245
  attr_accessor created_at: ::Time
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services