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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2ee74e333e7addf0dd32f6afbfcfdb73f6e0b06cd7433fbca042453c2a3b379
4
- data.tar.gz: 62ff29df6a2a875c4aabe2a9cfe090685fc7e33288dc0e52296a3cc85a0f3237
3
+ metadata.gz: 4144b58fd8c227c46907bb8b9eb5e88b95e494b9fcb70b99aad1bb713d3883e0
4
+ data.tar.gz: c0409cefa3900a39acfb545a71dfe35d5cd6e55d8aa4a585708f4148d18ff697
5
5
  SHA512:
6
- metadata.gz: bd671491196eddb280b558faa35ea83d8a37beebc9233e23aeaccf35f396fb264f376247f885a14379373c7fd2a82b6052b2e2750a6edf89c68b2053ac4a8459
7
- data.tar.gz: 823134a9f3eb689ad6c9093ed97e358edca63aa237c3d0c884f54b39e101b00b971338261832bda2fdf1d816a9172faced120fd8614c15e1977b665aa67f9bca
6
+ metadata.gz: 3cbb78cd0043cb6bae9d4019d9daa557f24cc428c9f6ee3f8838182b689c37af65e72aef8b98fae05208e19c4712b0e556bca0a498d3c9907bade325b630272e
7
+ data.tar.gz: 7c5ce7c8a2ad9a9704a04c089b8d19064e63a764d0034e9eb93f51f0e2834ce53dec7dc70ada2107fffe94d9db1d33da3cfa53f9a61f0d3afa7a22e8b8376a5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2024-12-12)
5
+ ------------------
6
+
7
+ * Feature - Improved descriptions for certain APIs.
8
+
4
9
  1.108.0 (2024-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
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", "9"]`
744
- # For more information, see [Severity levels for GuardDuty
745
- # findings][2].
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#guardduty_findings-severity
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 or not to automatically enable member accounts in
5332
- # the organization.
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.108.0'
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", "9"]`
1371
- # For more information, see [Severity levels for GuardDuty
1372
- # findings][2].
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#guardduty_findings-severity
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 a malware scan.
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 the request is associated with.
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 or not to automatically enable member accounts in
9667
- # the organization.
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
@@ -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.108.0'
57
+ GEM_VERSION = '1.109.0'
58
58
 
59
59
  end
60
60
 
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.108.0
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-02 00:00:00.000000000 Z
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