aws-sdk-configservice 1.103.0 → 1.104.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.
@@ -1497,8 +1497,10 @@ module Aws::ConfigService
1497
1497
  # * Continuous recording allows you to record configuration changes
1498
1498
  # continuously whenever a change occurs.
1499
1499
  #
1500
- # * Daily recording allows you record configuration data once every 24
1501
- # hours, only if a change has occurred.
1500
+ # * Daily recording allows you to receive a configuration item (CI)
1501
+ # representing the most recent state of your resources over the last
1502
+ # 24-hour period, only if it’s different from the previous CI
1503
+ # recorded.
1502
1504
  #
1503
1505
  # <note markdown="1"> Firewall Manager depends on continuous recording to monitor your
1504
1506
  # resources. If you are using Firewall Manager, it is recommended that
@@ -7323,8 +7325,10 @@ module Aws::ConfigService
7323
7325
  # * Continuous recording allows you to record configuration changes
7324
7326
  # continuously whenever a change occurs.
7325
7327
  #
7326
- # * Daily recording allows you record configuration data once every 24
7327
- # hours, only if a change has occurred.
7328
+ # * Daily recording allows you to receive a configuration item (CI)
7329
+ # representing the most recent state of your resources over the last
7330
+ # 24-hour period, only if it’s different from the previous CI
7331
+ # recorded.
7328
7332
  #
7329
7333
  # <note markdown="1"> Firewall Manager depends on continuous recording to monitor your
7330
7334
  # resources. If you are using Firewall Manager, it is recommended that
@@ -7394,8 +7398,10 @@ module Aws::ConfigService
7394
7398
  # * Continuous recording allows you to record configuration changes
7395
7399
  # continuously whenever a change occurs.
7396
7400
  #
7397
- # * Daily recording allows you record configuration data once every 24
7398
- # hours, only if a change has occurred.
7401
+ # * Daily recording allows you to receive a configuration item (CI)
7402
+ # representing the most recent state of your resources over the last
7403
+ # 24-hour period, only if it’s different from the previous CI
7404
+ # recorded.
7399
7405
  #
7400
7406
  # <note markdown="1"> Firewall Manager depends on continuous recording to monitor your
7401
7407
  # resources. If you are using Firewall Manager, it is recommended that
@@ -7597,12 +7603,16 @@ module Aws::ConfigService
7597
7603
  # @return [Integer]
7598
7604
  #
7599
7605
  # @!attribute [rw] retry_attempt_seconds
7600
- # Maximum time in seconds that Config runs auto-remediation. If you do
7601
- # not select a number, the default is 60 seconds.
7602
- #
7603
- # For example, if you specify RetryAttemptSeconds as 50 seconds and
7604
- # MaximumAutomaticAttempts as 5, Config will run auto-remediations 5
7605
- # times within 50 seconds before throwing an exception.
7606
+ # Time window to determine whether or not to add a remediation
7607
+ # exception to prevent infinite remediation attempts. If
7608
+ # `MaximumAutomaticAttempts` remediation attempts have been made under
7609
+ # `RetryAttemptSeconds`, a remediation exception will be added to the
7610
+ # resource. If you do not select a number, the default is 60 seconds.
7611
+ #
7612
+ # For example, if you specify `RetryAttemptSeconds` as 50 seconds and
7613
+ # `MaximumAutomaticAttempts` as 5, Config will run auto-remediations 5
7614
+ # times within 50 seconds before adding a remediation exception to the
7615
+ # resource.
7606
7616
  # @return [Integer]
7607
7617
  #
7608
7618
  # @!attribute [rw] arn
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-configservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConfigService
54
54
 
55
- GEM_VERSION = '1.103.0'
55
+ GEM_VERSION = '1.104.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.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: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core