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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +10 -13
- data/lib/aws-sdk-cloudwatchlogs.rb +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: 6b7c9c284a19b1a30d128a5d780ea43de09500700bf0aa76e06a4abdd0041861
|
4
|
+
data.tar.gz: 5368f04fd247797d8087cef695427f59a9a8f953ce2d256a978af3db11a7f5b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b7ab4acfffe99192cb6d142c770f2e8d31961267d0952f65e91ca43e9cbbe49dbd1647e15dc60bc2a97db0637445804a23994630b8320fc71967adffa73d5d7
|
7
|
+
data.tar.gz: 700fb8b85b17cb0cfed06edb6c540f6ff423e12d18b9762d53a87ae533883cbee1f7ff5eff6c9cdf9e4df9dac5cc8afedac83cadef6cf8849efdfe7570261a9b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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
|
-
#
|
146
|
-
#
|
147
|
-
#
|
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
|
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.
|
7542
|
+
context[:gem_version] = '1.124.0'
|
7546
7543
|
Seahorse::Client::Request.new(handlers, context)
|
7547
7544
|
end
|
7548
7545
|
|