aws-sdk-guardduty 1.127.0 → 1.129.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: 51c81748ea9e750fb3ecd6025d31d47836352440deb42e5e8660ac045ef38655
4
- data.tar.gz: 8e75d593da2867c278fe96e5fa37cd9bd3b85d6f91e0c799d7ab502af58fda9e
3
+ metadata.gz: a417ede7e113a5f3c1a0f0f67fd92542181529d5b3c8b8d56fc39867de889078
4
+ data.tar.gz: aa1f67b506e519d5fb94de2941b5d5fd9e911b5581ff32072d12c128eccbd6e9
5
5
  SHA512:
6
- metadata.gz: f79f6c1893111aa71d4971dc89bc3a68aa1bde913a8ea3f44d55ccb83ebde3db4bc57214b1c7fdd7a5f802a12e417719b423f15eee6526cd19185fe3139a852f
7
- data.tar.gz: '077786f154ac36959a5a1c25814740dd791ac0d96a26dcb19e20cf8b410fa51bb616af042d5b361f76b0f4827e3c91a5a501d6f4f6507dd82fcb6e19a7736758'
6
+ metadata.gz: 03517da208d4e7c21eb3d45633ee257e7e9ee69ceb9bc52b5491081d7cbdd896c6508ba3bc8a98a50130542afccaceb561c7e88f8357866e29a706317f96727c
7
+ data.tar.gz: ab9f2ad72d598aa49a5dfc140dba57d2cd27c70856a05b4e869875159712234c374ec5a1cd5915ace7f51e3b39a4ae2a864bfb9931e6255e27bfa79bd74a2b38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2025-10-02)
5
+ ------------------
6
+
7
+ * Feature - Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet.
8
+
9
+ 1.128.0 (2025-09-11)
10
+ ------------------
11
+
12
+ * Feature - Updated Java SDK implementation of entity set status in GuardDuty API.
13
+
4
14
  1.127.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.127.0
1
+ 1.129.0
@@ -1379,7 +1379,17 @@ module Aws::GuardDuty
1379
1379
  # The format of the file that contains the threat entity set.
1380
1380
  #
1381
1381
  # @option params [required, String] :location
1382
- # The URI of the file that contains the threat entity set.
1382
+ # The URI of the file that contains the threat entity set. The format of
1383
+ # the `Location` URL must be a valid Amazon S3 URL format. Invalid URL
1384
+ # formats will result in an error, regardless of whether you activate
1385
+ # the entity set or not. For more information about format of the
1386
+ # location URLs, see [Format of location URL under Step 2: Adding
1387
+ # trusted or threat intelligence data][1] in the *Amazon GuardDuty User
1388
+ # Guide*.
1389
+ #
1390
+ #
1391
+ #
1392
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html
1383
1393
  #
1384
1394
  # @option params [String] :expected_bucket_owner
1385
1395
  # The Amazon Web Services account ID that owns the Amazon S3 bucket
@@ -1537,7 +1547,17 @@ module Aws::GuardDuty
1537
1547
  # The format of the file that contains the trusted entity set.
1538
1548
  #
1539
1549
  # @option params [required, String] :location
1540
- # The URI of the file that contains the trusted entity set.
1550
+ # The URI of the file that contains the threat entity set. The format of
1551
+ # the `Location` URL must be a valid Amazon S3 URL format. Invalid URL
1552
+ # formats will result in an error, regardless of whether you activate
1553
+ # the entity set or not. For more information about format of the
1554
+ # location URLs, see [Format of location URL under Step 2: Adding
1555
+ # trusted or threat intelligence data][1] in the *Amazon GuardDuty User
1556
+ # Guide*.
1557
+ #
1558
+ #
1559
+ #
1560
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html
1541
1561
  #
1542
1562
  # @option params [String] :expected_bucket_owner
1543
1563
  # The Amazon Web Services account ID that owns the Amazon S3 bucket
@@ -6189,7 +6209,7 @@ module Aws::GuardDuty
6189
6209
  tracer: tracer
6190
6210
  )
6191
6211
  context[:gem_name] = 'aws-sdk-guardduty'
6192
- context[:gem_version] = '1.127.0'
6212
+ context[:gem_version] = '1.129.0'
6193
6213
  Seahorse::Client::Request.new(handlers, context)
6194
6214
  end
6195
6215
 
@@ -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.
@@ -1992,7 +1991,17 @@ module Aws::GuardDuty
1992
1991
  # @return [String]
1993
1992
  #
1994
1993
  # @!attribute [rw] location
1995
- # The URI of the file that contains the threat entity set.
1994
+ # The URI of the file that contains the threat entity set. The format
1995
+ # of the `Location` URL must be a valid Amazon S3 URL format. Invalid
1996
+ # URL formats will result in an error, regardless of whether you
1997
+ # activate the entity set or not. For more information about format of
1998
+ # the location URLs, see [Format of location URL under Step 2: Adding
1999
+ # trusted or threat intelligence data][1] in the *Amazon GuardDuty
2000
+ # User Guide*.
2001
+ #
2002
+ #
2003
+ #
2004
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html
1996
2005
  # @return [String]
1997
2006
  #
1998
2007
  # @!attribute [rw] expected_bucket_owner
@@ -2142,7 +2151,17 @@ module Aws::GuardDuty
2142
2151
  # @return [String]
2143
2152
  #
2144
2153
  # @!attribute [rw] location
2145
- # The URI of the file that contains the trusted entity set.
2154
+ # The URI of the file that contains the threat entity set. The format
2155
+ # of the `Location` URL must be a valid Amazon S3 URL format. Invalid
2156
+ # URL formats will result in an error, regardless of whether you
2157
+ # activate the entity set or not. For more information about format of
2158
+ # the location URLs, see [Format of location URL under Step 2: Adding
2159
+ # trusted or threat intelligence data][1] in the *Amazon GuardDuty
2160
+ # User Guide*.
2161
+ #
2162
+ #
2163
+ #
2164
+ # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-lists-create-activate.html
2146
2165
  # @return [String]
2147
2166
  #
2148
2167
  # @!attribute [rw] expected_bucket_owner
@@ -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.127.0'
57
+ GEM_VERSION = '1.129.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.127.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services