aws-sdk-guardduty 1.126.0 → 1.128.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: c2de1930cb20315ea9de4dc107d4d93ada5b8eacb82fe675bcce9d41d77e7f82
4
- data.tar.gz: 7cddc8e78af4405a0727520367a40927b14c061858fd6b71d24705167e9fd507
3
+ metadata.gz: baf8ac86e4eebd0d750637f1202974cd2783524e0ced32dabf944bd90860c5db
4
+ data.tar.gz: 8ff8077a385ced4d7b003ebe22f52f6031f183233ea2e80ea2d4dc5f7dbf9c26
5
5
  SHA512:
6
- metadata.gz: d9cad03ba08e92645290954a0e49437982a4d7a2a893adf1250bdd0d771a80c661d250663cce1fe992336fbee295664a98c89190e6d40c3fa7255467c31121d9
7
- data.tar.gz: 38ae0adf71560d3156fdbe52a00db8d3e15d5f60598cfb34db9d48998cb682be4205b954529d72841beed945b2272976fb7fbc943d9acd68f5c9d8a772c46673
6
+ metadata.gz: '099947c7edf2055ca731c51b368e58fa5f950b7c20e25d91e76ccf8e4679d2e4123ea104c5dea330e8574b60376c3a0c4d952f87b7c3cf39d6a14f2ac9a41e25'
7
+ data.tar.gz: e940e9ae82d6ca80204f319e0a15898d3d34d48225a451790e62c0b12d5180cc4febcfb79ba0b96359c7c6c56f299d6b602190043629a5d03a9e6627d92d8acf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.128.0 (2025-09-11)
5
+ ------------------
6
+
7
+ * Feature - Updated Java SDK implementation of entity set status in GuardDuty API.
8
+
9
+ 1.127.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.126.0 (2025-08-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.126.0
1
+ 1.128.0
@@ -6189,7 +6189,7 @@ module Aws::GuardDuty
6189
6189
  tracer: tracer
6190
6190
  )
6191
6191
  context[:gem_name] = 'aws-sdk-guardduty'
6192
- context[:gem_version] = '1.126.0'
6192
+ context[:gem_version] = '1.128.0'
6193
6193
  Seahorse::Client::Request.new(handlers, context)
6194
6194
  end
6195
6195
 
@@ -193,9 +193,8 @@ module Aws::GuardDuty
193
193
  # @return [String]
194
194
  #
195
195
  # @!attribute [rw] email
196
- # The email address of the member account.
197
- #
198
- # The rules for a valid email address:
196
+ # The email address of the member account. The following list includes
197
+ # the rules for a valid email address:
199
198
  #
200
199
  # * The email address must be a minimum of 6 and a maximum of 64
201
200
  # characters long.
@@ -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.126.0'
57
+ GEM_VERSION = '1.128.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.126.0
4
+ version: 1.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement