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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +23 -3
- data/lib/aws-sdk-guardduty/types.rb +22 -2
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a417ede7e113a5f3c1a0f0f67fd92542181529d5b3c8b8d56fc39867de889078
|
4
|
+
data.tar.gz: aa1f67b506e519d5fb94de2941b5d5fd9e911b5581ff32072d12c128eccbd6e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03517da208d4e7c21eb3d45633ee257e7e9ee69ceb9bc52b5491081d7cbdd896c6508ba3bc8a98a50130542afccaceb561c7e88f8357866e29a706317f96727c
|
7
|
+
data.tar.gz: ab9f2ad72d598aa49a5dfc140dba57d2cd27c70856a05b4e869875159712234c374ec5a1cd5915ace7f51e3b39a4ae2a864bfb9931e6255e27bfa79bd74a2b38
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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.
|
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
|
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
|
data/lib/aws-sdk-guardduty.rb
CHANGED