aws-sdk-guardduty 1.128.0 → 1.130.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +25 -5
- data/lib/aws-sdk-guardduty/client_api.rb +1 -1
- data/lib/aws-sdk-guardduty/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-guardduty/types.rb +24 -4
- data/lib/aws-sdk-guardduty.rb +1 -1
- data/sig/types.rbs +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: b06fcbb80e1dd42826e662685f1b189a653f605bff32d61e9b85b17a29c975fa
|
4
|
+
data.tar.gz: 0f3280839fe5cfb368ff683754f618e07617d5035a0e58f46696cc0f0ec87076
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5a358051b1b22cf856f1eead7af178c51916e5b2e919c29a12dd68a9d78fb0dc179d90f7ecbbba61536360ba6a13188d933be257e3a4a5786662bbcf5cd04e8
|
7
|
+
data.tar.gz: eacd54b373769ea145ec040927554285aa9b393dec71998b677980781b903e9fe34ade0213e707709e2a30d6798979da6490b0bd7c48f9da378201f7e41b401c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.130.0 (2025-10-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API
|
8
|
+
|
9
|
+
1.129.0 (2025-10-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet.
|
13
|
+
|
4
14
|
1.128.0 (2025-09-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.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
|
@@ -4724,7 +4744,7 @@ module Aws::GuardDuty
|
|
4724
4744
|
# this parameter to null on your first call to the list action. For
|
4725
4745
|
# subsequent calls to the action, fill nextToken in the request with the
|
4726
4746
|
# value of `NextToken` from the previous response to continue listing
|
4727
|
-
# data.
|
4747
|
+
# data. The default page size is 100 plans.
|
4728
4748
|
#
|
4729
4749
|
# @return [Types::ListMalwareProtectionPlansResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4730
4750
|
#
|
@@ -5561,7 +5581,7 @@ module Aws::GuardDuty
|
|
5561
5581
|
# detector_id: "DetectorId", # required
|
5562
5582
|
# finding_ids: ["FindingId"], # required
|
5563
5583
|
# feedback: "USEFUL", # required, accepts USEFUL, NOT_USEFUL
|
5564
|
-
# comments: "
|
5584
|
+
# comments: "SensitiveString",
|
5565
5585
|
# })
|
5566
5586
|
#
|
5567
5587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateFindingsFeedback AWS API Documentation
|
@@ -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.130.0'
|
6193
6213
|
Seahorse::Client::Request.new(handlers, context)
|
6194
6214
|
end
|
6195
6215
|
|
@@ -2672,7 +2672,7 @@ module Aws::GuardDuty
|
|
2672
2672
|
UpdateFindingsFeedbackRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
|
2673
2673
|
UpdateFindingsFeedbackRequest.add_member(:finding_ids, Shapes::ShapeRef.new(shape: FindingIds, required: true, location_name: "findingIds"))
|
2674
2674
|
UpdateFindingsFeedbackRequest.add_member(:feedback, Shapes::ShapeRef.new(shape: Feedback, required: true, location_name: "feedback"))
|
2675
|
-
UpdateFindingsFeedbackRequest.add_member(:comments, Shapes::ShapeRef.new(shape:
|
2675
|
+
UpdateFindingsFeedbackRequest.add_member(:comments, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "comments"))
|
2676
2676
|
UpdateFindingsFeedbackRequest.struct_class = Types::UpdateFindingsFeedbackRequest
|
2677
2677
|
|
2678
2678
|
UpdateFindingsFeedbackResponse.struct_class = Types::UpdateFindingsFeedbackResponse
|
@@ -13,22 +13,22 @@ module Aws::GuardDuty
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|
@@ -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
|
@@ -6213,7 +6233,7 @@ module Aws::GuardDuty
|
|
6213
6233
|
# this parameter to null on your first call to the list action. For
|
6214
6234
|
# subsequent calls to the action, fill nextToken in the request with
|
6215
6235
|
# the value of `NextToken` from the previous response to continue
|
6216
|
-
# listing data.
|
6236
|
+
# listing data. The default page size is 100 plans.
|
6217
6237
|
# @return [String]
|
6218
6238
|
#
|
6219
6239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListMalwareProtectionPlansRequest AWS API Documentation
|
@@ -10183,7 +10203,7 @@ module Aws::GuardDuty
|
|
10183
10203
|
:finding_ids,
|
10184
10204
|
:feedback,
|
10185
10205
|
:comments)
|
10186
|
-
SENSITIVE = []
|
10206
|
+
SENSITIVE = [:comments]
|
10187
10207
|
include Aws::Structure
|
10188
10208
|
end
|
10189
10209
|
|
data/lib/aws-sdk-guardduty.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -2529,7 +2529,7 @@ module Aws::GuardDuty
|
|
2529
2529
|
attr_accessor finding_ids: ::Array[::String]
|
2530
2530
|
attr_accessor feedback: ("USEFUL" | "NOT_USEFUL")
|
2531
2531
|
attr_accessor comments: ::String
|
2532
|
-
SENSITIVE: []
|
2532
|
+
SENSITIVE: [:comments]
|
2533
2533
|
end
|
2534
2534
|
|
2535
2535
|
class UpdateFindingsFeedbackResponse < Aws::EmptyStructure
|