aws-sdk-guardduty 1.108.0 → 1.109.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-guardduty/client.rb +11 -7
- data/lib/aws-sdk-guardduty/types.rb +23 -12
- data/lib/aws-sdk-guardduty.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4144b58fd8c227c46907bb8b9eb5e88b95e494b9fcb70b99aad1bb713d3883e0
|
4
|
+
data.tar.gz: c0409cefa3900a39acfb545a71dfe35d5cd6e55d8aa4a585708f4148d18ff697
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cbb78cd0043cb6bae9d4019d9daa557f24cc428c9f6ee3f8838182b689c37af65e72aef8b98fae05208e19c4712b0e556bca0a498d3c9907bade325b630272e
|
7
|
+
data.tar.gz: 7c5ce7c8a2ad9a9704a04c089b8d19064e63a764d0034e9eb93f51f0e2834ce53dec7dc70ada2107fffe94d9db1d33da3cfa53f9a61f0d3afa7a22e8b8376a5e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.109.0
|
@@ -740,9 +740,11 @@ module Aws::GuardDuty
|
|
740
740
|
#
|
741
741
|
# * **Medium**: `["4", "5", "6"]`
|
742
742
|
#
|
743
|
-
# * **High**: `["7", "8"
|
744
|
-
#
|
745
|
-
#
|
743
|
+
# * **High**: `["7", "8"]`
|
744
|
+
#
|
745
|
+
# * **Critical**: `["9", "10"]`
|
746
|
+
# For more information, see [Findings severity levels][2] in the
|
747
|
+
# *Amazon GuardDuty User Guide*.
|
746
748
|
#
|
747
749
|
# * type
|
748
750
|
#
|
@@ -933,7 +935,7 @@ module Aws::GuardDuty
|
|
933
935
|
#
|
934
936
|
#
|
935
937
|
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_FindingCriteria.html
|
936
|
-
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings.html
|
938
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html
|
937
939
|
#
|
938
940
|
# @option params [String] :client_token
|
939
941
|
# The idempotency token for the create request.
|
@@ -5328,8 +5330,10 @@ module Aws::GuardDuty
|
|
5328
5330
|
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
|
5329
5331
|
#
|
5330
5332
|
# @option params [Boolean] :auto_enable
|
5331
|
-
# Represents whether
|
5332
|
-
#
|
5333
|
+
# Represents whether to automatically enable member accounts in the
|
5334
|
+
# organization. This applies to only new member accounts, not the
|
5335
|
+
# existing member accounts. When a new account joins the organization,
|
5336
|
+
# the chosen features will be enabled for them by default.
|
5333
5337
|
#
|
5334
5338
|
# Even though this is still supported, we recommend using
|
5335
5339
|
# `AutoEnableOrganizationMembers` to achieve the similar results. You
|
@@ -5530,7 +5534,7 @@ module Aws::GuardDuty
|
|
5530
5534
|
tracer: tracer
|
5531
5535
|
)
|
5532
5536
|
context[:gem_name] = 'aws-sdk-guardduty'
|
5533
|
-
context[:gem_version] = '1.
|
5537
|
+
context[:gem_version] = '1.109.0'
|
5534
5538
|
Seahorse::Client::Request.new(handlers, context)
|
5535
5539
|
end
|
5536
5540
|
|
@@ -1367,9 +1367,11 @@ module Aws::GuardDuty
|
|
1367
1367
|
#
|
1368
1368
|
# * **Medium**: `["4", "5", "6"]`
|
1369
1369
|
#
|
1370
|
-
# * **High**: `["7", "8"
|
1371
|
-
#
|
1372
|
-
#
|
1370
|
+
# * **High**: `["7", "8"]`
|
1371
|
+
#
|
1372
|
+
# * **Critical**: `["9", "10"]`
|
1373
|
+
# For more information, see [Findings severity levels][2] in the
|
1374
|
+
# *Amazon GuardDuty User Guide*.
|
1373
1375
|
#
|
1374
1376
|
# * type
|
1375
1377
|
#
|
@@ -1560,7 +1562,7 @@ module Aws::GuardDuty
|
|
1560
1562
|
#
|
1561
1563
|
#
|
1562
1564
|
# [1]: https://docs.aws.amazon.com/guardduty/latest/APIReference/API_FindingCriteria.html
|
1563
|
-
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings.html
|
1565
|
+
# [2]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html
|
1564
1566
|
# @return [Types::FindingCriteria]
|
1565
1567
|
#
|
1566
1568
|
# @!attribute [rw] client_token
|
@@ -2441,7 +2443,8 @@ module Aws::GuardDuty
|
|
2441
2443
|
end
|
2442
2444
|
|
2443
2445
|
# @!attribute [rw] scans
|
2444
|
-
# Contains information about malware scans
|
2446
|
+
# Contains information about malware scans associated with GuardDuty
|
2447
|
+
# Malware Protection for EC2.
|
2445
2448
|
# @return [Array<Types::Scan>]
|
2446
2449
|
#
|
2447
2450
|
# @!attribute [rw] next_token
|
@@ -6595,9 +6598,13 @@ module Aws::GuardDuty
|
|
6595
6598
|
# A list of additional configurations which will be configured for the
|
6596
6599
|
# organization.
|
6597
6600
|
#
|
6601
|
+
# Additional configuration applies to only GuardDuty Runtime Monitoring
|
6602
|
+
# protection plan.
|
6603
|
+
#
|
6598
6604
|
# @!attribute [rw] name
|
6599
6605
|
# The name of the additional configuration that will be configured for
|
6600
|
-
# the organization.
|
6606
|
+
# the organization. These values are applicable to only Runtime
|
6607
|
+
# Monitoring protection plan.
|
6601
6608
|
# @return [String]
|
6602
6609
|
#
|
6603
6610
|
# @!attribute [rw] auto_enable
|
@@ -6636,7 +6643,8 @@ module Aws::GuardDuty
|
|
6636
6643
|
#
|
6637
6644
|
# @!attribute [rw] name
|
6638
6645
|
# The name of the additional configuration that is configured for the
|
6639
|
-
# member accounts within the organization.
|
6646
|
+
# member accounts within the organization. These values are applicable
|
6647
|
+
# to only Runtime Monitoring protection plan.
|
6640
6648
|
# @return [String]
|
6641
6649
|
#
|
6642
6650
|
# @!attribute [rw] auto_enable
|
@@ -8249,10 +8257,11 @@ module Aws::GuardDuty
|
|
8249
8257
|
include Aws::Structure
|
8250
8258
|
end
|
8251
8259
|
|
8252
|
-
# Contains information about
|
8260
|
+
# Contains information about malware scans associated with GuardDuty
|
8261
|
+
# Malware Protection for EC2.
|
8253
8262
|
#
|
8254
8263
|
# @!attribute [rw] detector_id
|
8255
|
-
# The unique ID of the detector that
|
8264
|
+
# The unique ID of the detector that is associated with the request.
|
8256
8265
|
#
|
8257
8266
|
# To find the `detectorId` in the current Region, see the Settings
|
8258
8267
|
# page in the GuardDuty console, or run the [ListDetectors][1] API.
|
@@ -8284,7 +8293,7 @@ module Aws::GuardDuty
|
|
8284
8293
|
# @return [String]
|
8285
8294
|
#
|
8286
8295
|
# @!attribute [rw] failure_reason
|
8287
|
-
# Represents the reason for FAILED scan status.
|
8296
|
+
# Represents the reason for `FAILED` scan status.
|
8288
8297
|
# @return [String]
|
8289
8298
|
#
|
8290
8299
|
# @!attribute [rw] scan_start_time
|
@@ -9663,8 +9672,10 @@ module Aws::GuardDuty
|
|
9663
9672
|
# @return [String]
|
9664
9673
|
#
|
9665
9674
|
# @!attribute [rw] auto_enable
|
9666
|
-
# Represents whether
|
9667
|
-
#
|
9675
|
+
# Represents whether to automatically enable member accounts in the
|
9676
|
+
# organization. This applies to only new member accounts, not the
|
9677
|
+
# existing member accounts. When a new account joins the organization,
|
9678
|
+
# the chosen features will be enabled for them by default.
|
9668
9679
|
#
|
9669
9680
|
# Even though this is still supported, we recommend using
|
9670
9681
|
# `AutoEnableOrganizationMembers` to achieve the similar results. You
|
data/lib/aws-sdk-guardduty.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-guardduty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|