aws-sdk-guardduty 1.147.0 → 1.148.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: 11928397af97f1d0821e3c322947f78f96dc726ebe6df9d7825203f7cad23f38
4
- data.tar.gz: b8b7a519e294923c029cbacc4439f1ad15df0f66f4095c36a04b1c27bd73bc3d
3
+ metadata.gz: c050f7595285865572851ec2a94976465f91ee2e1607a31c787e15ffba8dc1b8
4
+ data.tar.gz: 1e4c45d7ed4c84b020fbf22e78688da8683b68fe77230a0fdfbc03df3ba85bbc
5
5
  SHA512:
6
- metadata.gz: 906c9b14721b12f19199305363d2a3b5e9dba939af71f82f5a23db845766f36a24f50f87558e9e8ad02123cb6f3927ce81aaf8c218daf0d441749dfde1a30772
7
- data.tar.gz: 691b972657c0905e1d87707ab586e061cd028420440442fb89c8dab3aaac047fdbaeef00ac079aea93efd4173087e7848eec67bf30ec52313d876fbe8d6cf5a3
6
+ metadata.gz: 06b20a8d8bf4f94e0ff13f811f9afa04ca21450fd56efc545e86fa0c4faaac267d458d13aaedf4efb763262850b1e29096048c02d80030673740e28d8b057e35
7
+ data.tar.gz: 37bbf4e9884937ebd4a15ece19e8b739925f3ddb6a564da64f1ef4df82fc7c29f5f8e0cf60aecce1dcb14bac758cedd6ff0bcea6898db81eab4db939952580b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2026-05-07)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation update
8
+
4
9
  1.147.0 (2026-04-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.147.0
1
+ 1.148.0
@@ -8965,7 +8965,7 @@ module Aws::GuardDuty
8965
8965
  tracer: tracer
8966
8966
  )
8967
8967
  context[:gem_name] = 'aws-sdk-guardduty'
8968
- context[:gem_version] = '1.147.0'
8968
+ context[:gem_version] = '1.148.0'
8969
8969
  Seahorse::Client::Request.new(handlers, context)
8970
8970
  end
8971
8971
 
@@ -167,10 +167,12 @@ module Aws::GuardDuty
167
167
  include Aws::Structure
168
168
  end
169
169
 
170
- # Contains information about the account.
170
+ # Contains information about the Amazon Web Services account within
171
+ # which the activity took place.
171
172
  #
172
173
  # @!attribute [rw] uid
173
- # ID of the member's Amazon Web Services account
174
+ # The Amazon Web Services account ID within which the activity took
175
+ # place. This may differ from the account that owns the user identity.
174
176
  # @return [String]
175
177
  #
176
178
  # @!attribute [rw] name
@@ -14444,7 +14446,9 @@ module Aws::GuardDuty
14444
14446
  # @return [String]
14445
14447
  #
14446
14448
  # @!attribute [rw] account
14447
- # Contains information about the Amazon Web Services account.
14449
+ # Contains information about the Amazon Web Services account within
14450
+ # which the activity took place. This is not necessarily the account
14451
+ # that owns the user identity.
14448
14452
  # @return [Types::Account]
14449
14453
  #
14450
14454
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/User AWS API Documentation
@@ -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.147.0'
57
+ GEM_VERSION = '1.148.0'
58
58
 
59
59
  end
60
60
 
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.147.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services