aws-sdk-guardduty 1.128.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: baf8ac86e4eebd0d750637f1202974cd2783524e0ced32dabf944bd90860c5db
4
- data.tar.gz: 8ff8077a385ced4d7b003ebe22f52f6031f183233ea2e80ea2d4dc5f7dbf9c26
3
+ metadata.gz: a417ede7e113a5f3c1a0f0f67fd92542181529d5b3c8b8d56fc39867de889078
4
+ data.tar.gz: aa1f67b506e519d5fb94de2941b5d5fd9e911b5581ff32072d12c128eccbd6e9
5
5
  SHA512:
6
- metadata.gz: '099947c7edf2055ca731c51b368e58fa5f950b7c20e25d91e76ccf8e4679d2e4123ea104c5dea330e8574b60376c3a0c4d952f87b7c3cf39d6a14f2ac9a41e25'
7
- data.tar.gz: e940e9ae82d6ca80204f319e0a15898d3d34d48225a451790e62c0b12d5180cc4febcfb79ba0b96359c7c6c56f299d6b602190043629a5d03a9e6627d92d8acf
6
+ metadata.gz: 03517da208d4e7c21eb3d45633ee257e7e9ee69ceb9bc52b5491081d7cbdd896c6508ba3bc8a98a50130542afccaceb561c7e88f8357866e29a706317f96727c
7
+ data.tar.gz: ab9f2ad72d598aa49a5dfc140dba57d2cd27c70856a05b4e869875159712234c374ec5a1cd5915ace7f51e3b39a4ae2a864bfb9931e6255e27bfa79bd74a2b38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.128.0 (2025-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.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.128.0'
6212
+ context[:gem_version] = '1.129.0'
6193
6213
  Seahorse::Client::Request.new(handlers, context)
6194
6214
  end
6195
6215
 
@@ -1991,7 +1991,17 @@ module Aws::GuardDuty
1991
1991
  # @return [String]
1992
1992
  #
1993
1993
  # @!attribute [rw] location
1994
- # 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
1995
2005
  # @return [String]
1996
2006
  #
1997
2007
  # @!attribute [rw] expected_bucket_owner
@@ -2141,7 +2151,17 @@ module Aws::GuardDuty
2141
2151
  # @return [String]
2142
2152
  #
2143
2153
  # @!attribute [rw] location
2144
- # 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
2145
2165
  # @return [String]
2146
2166
  #
2147
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.128.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.128.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services