aws-sdk-cloudwatchlogs 1.68.0 → 1.69.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-cloudwatchlogs/client.rb +5 -1
- data/lib/aws-sdk-cloudwatchlogs.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: 349687f619e47706eeabc3cff0a6f7c6c36c48359b88977f74db9865c1f70346
|
4
|
+
data.tar.gz: 87aa8c1362919d2cb7310896db1979931c723d8e29b261569b511bac3125fd0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efd96c89d68ed5eabccc546730f43e578942324b46e84a21631907e58a558f58398360a5fb634899ef8fe2ad56aa8dee6e62b5731f08c0e5a8718db3cd37b8cc
|
7
|
+
data.tar.gz: ee4e14ea8ec4b87253979cfbe70b85a9145fabfd40a47d23ade37e5ddb69f1ad4a387a1f10229feb6b90cbcad0e2f6a52d2334cc31dce409a0bf885104204bb0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -216,6 +216,10 @@ module Aws::CloudWatchLogs
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -3610,7 +3614,7 @@ module Aws::CloudWatchLogs
|
|
3610
3614
|
params: params,
|
3611
3615
|
config: config)
|
3612
3616
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
3613
|
-
context[:gem_version] = '1.
|
3617
|
+
context[:gem_version] = '1.69.0'
|
3614
3618
|
Seahorse::Client::Request.new(handlers, context)
|
3615
3619
|
end
|
3616
3620
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchlogs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.69.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-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|