aws-sdk-guardduty 1.122.0 → 1.124.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: b7a2e8fca9ee91311eaa0cded27f53c057962696adb995f22c7a21aba4f53a5f
4
- data.tar.gz: 3606d8e2bce4b97d6ea8b8b8de78a5e86c7e1943e4246963f6adcd676e217793
3
+ metadata.gz: 2e88f63b95cd94ba31e6c385f3866793cff6d1adf6f4f3e339bdd460c4ffd586
4
+ data.tar.gz: 00c5eab26a73dd7ca589d1e1c347df5cb0d7f7d11e71b48ef90836c6abd48f61
5
5
  SHA512:
6
- metadata.gz: 36e2d679f91eb95fb2a447bba2a725b85a59e983c8fd6c0b596a9009ba610d38441c8b224c45694acbf7d3920e269750598404d9f8b4e81b41295eb55e483df8
7
- data.tar.gz: 8d36a2fd18cd70feba872e26797039f3c2b778f9b01355fc876af4058d7c49269730fd0406774595217a01a0a090c6f1bbdf247037dc546443a5f1345ba115eb
6
+ metadata.gz: bcec004592b4d2758a2ec9ce2242489914ca6268c2057ef3739142a9ad134eacaa27967773056a351ea53cd9da5ba426c8d1f18c4b19e823f90b32b85813f29d
7
+ data.tar.gz: c6c83a98c87e63fa6c0eaf590508d061d6ba4e532a3587ddd0850a8ba509646efa1fb33e2daa2f63ee2c072023e9e98260adadc9815003552fa7722e555fc703
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2025-08-07)
5
+ ------------------
6
+
7
+ * Feature - Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.
8
+
9
+ 1.123.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.122.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.124.0
@@ -95,8 +95,8 @@ module Aws::GuardDuty
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::GuardDuty
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::GuardDuty
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::GuardDuty
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -860,6 +857,8 @@ module Aws::GuardDuty
860
857
  #
861
858
  # * service.action.dnsRequestAction.domainWithSuffix
862
859
  #
860
+ # * service.action.dnsRequestAction.vpcOwnerAccountId
861
+ #
863
862
  # * service.action.networkConnectionAction.blocked
864
863
  #
865
864
  # * service.action.networkConnectionAction.connectionDirection
@@ -2695,6 +2694,7 @@ module Aws::GuardDuty
2695
2694
  # resp.findings[0].service.action.dns_request_action.protocol #=> String
2696
2695
  # resp.findings[0].service.action.dns_request_action.blocked #=> Boolean
2697
2696
  # resp.findings[0].service.action.dns_request_action.domain_with_suffix #=> String
2697
+ # resp.findings[0].service.action.dns_request_action.vpc_owner_account_id #=> String
2698
2698
  # resp.findings[0].service.action.network_connection_action.blocked #=> Boolean
2699
2699
  # resp.findings[0].service.action.network_connection_action.connection_direction #=> String
2700
2700
  # resp.findings[0].service.action.network_connection_action.local_port_details.port #=> Integer
@@ -5615,7 +5615,7 @@ module Aws::GuardDuty
5615
5615
  tracer: tracer
5616
5616
  )
5617
5617
  context[:gem_name] = 'aws-sdk-guardduty'
5618
- context[:gem_version] = '1.122.0'
5618
+ context[:gem_version] = '1.124.0'
5619
5619
  Seahorse::Client::Request.new(handlers, context)
5620
5620
  end
5621
5621
 
@@ -1178,6 +1178,7 @@ module Aws::GuardDuty
1178
1178
  DnsRequestAction.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
1179
1179
  DnsRequestAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "blocked"))
1180
1180
  DnsRequestAction.add_member(:domain_with_suffix, Shapes::ShapeRef.new(shape: String, location_name: "domainWithSuffix"))
1181
+ DnsRequestAction.add_member(:vpc_owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "vpcOwnerAccountId"))
1181
1182
  DnsRequestAction.struct_class = Types::DnsRequestAction
1182
1183
 
1183
1184
  DomainDetails.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
@@ -1535,6 +1535,8 @@ module Aws::GuardDuty
1535
1535
  #
1536
1536
  # * service.action.dnsRequestAction.domainWithSuffix
1537
1537
  #
1538
+ # * service.action.dnsRequestAction.vpcOwnerAccountId
1539
+ #
1538
1540
  # * service.action.networkConnectionAction.blocked
1539
1541
  #
1540
1542
  # * service.action.networkConnectionAction.connectionDirection
@@ -3014,13 +3016,19 @@ module Aws::GuardDuty
3014
3016
  # [1]: https://publicsuffix.org/
3015
3017
  # @return [String]
3016
3018
  #
3019
+ # @!attribute [rw] vpc_owner_account_id
3020
+ # The Amazon Web Services account ID that owns the VPC through which
3021
+ # the DNS request was made.
3022
+ # @return [String]
3023
+ #
3017
3024
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DnsRequestAction AWS API Documentation
3018
3025
  #
3019
3026
  class DnsRequestAction < Struct.new(
3020
3027
  :domain,
3021
3028
  :protocol,
3022
3029
  :blocked,
3023
- :domain_with_suffix)
3030
+ :domain_with_suffix,
3031
+ :vpc_owner_account_id)
3024
3032
  SENSITIVE = []
3025
3033
  include Aws::Structure
3026
3034
  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.122.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -737,6 +737,7 @@ module Aws::GuardDuty
737
737
  attr_accessor protocol: ::String
738
738
  attr_accessor blocked: bool
739
739
  attr_accessor domain_with_suffix: ::String
740
+ attr_accessor vpc_owner_account_id: ::String
740
741
  SENSITIVE: []
741
742
  end
742
743
 
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.122.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services