aws-sdk-cloudwatchlogs 1.123.0 → 1.124.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35e8c7d7f850da7d78f982c27e2f84d1fec20e26377a4e70f75ec44fdfff663d
4
- data.tar.gz: fa527ffb8a02b4d15c87a434166951353f62d1c75694c2108b4e394bc834532f
3
+ metadata.gz: 6b7c9c284a19b1a30d128a5d780ea43de09500700bf0aa76e06a4abdd0041861
4
+ data.tar.gz: 5368f04fd247797d8087cef695427f59a9a8f953ce2d256a978af3db11a7f5b1
5
5
  SHA512:
6
- metadata.gz: f8de2ae55b3d4cf19ed2fcfed40064f2e1fb7d76e7eb5117a4f7bbe0d6d91de0151c746adb2e872f6ddded509cff49c502efe1a07d4dae8febe3ae332f560ad8
7
- data.tar.gz: 65cd336e461d204e5b5a243e435c3adf74e0be85ade67b3813ea3328575ce013c6084dd2b28874cb1b601bb8e704b2bda9c428c3c4f4d8d93e3a60f4252ad2e6
6
+ metadata.gz: 1b7ab4acfffe99192cb6d142c770f2e8d31961267d0952f65e91ca43e9cbbe49dbd1647e15dc60bc2a97db0637445804a23994630b8320fc71967adffa73d5d7
7
+ data.tar.gz: 700fb8b85b17cb0cfed06edb6c540f6ff423e12d18b9762d53a87ae533883cbee1f7ff5eff6c9cdf9e4df9dac5cc8afedac83cadef6cf8849efdfe7570261a9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.123.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -97,8 +97,8 @@ module Aws::CloudWatchLogs
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::CloudWatchLogs
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::CloudWatchLogs
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -395,8 +392,8 @@ module Aws::CloudWatchLogs
395
392
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
396
393
  #
397
394
  # @option options [Aws::TokenProvider] :token_provider
398
- # Your Bearer token used for authentication. This can be an instance of any one of the
399
- # following classes:
395
+ # Your Bearer token used for authentication. This can be any class that includes and implements
396
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
400
397
  #
401
398
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
402
399
  # tokens.
@@ -7542,7 +7539,7 @@ module Aws::CloudWatchLogs
7542
7539
  tracer: tracer
7543
7540
  )
7544
7541
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
7545
- context[:gem_version] = '1.123.0'
7542
+ context[:gem_version] = '1.124.0'
7546
7543
  Seahorse::Client::Request.new(handlers, context)
7547
7544
  end
7548
7545
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.123.0'
58
+ GEM_VERSION = '1.124.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.123.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services