aws-sdk-cloudwatch 1.77.0 → 1.78.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-cloudwatch/client.rb +5 -1
- data/lib/aws-sdk-cloudwatch.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: 053ab65b5b89f728c1638f66a1f220414f0ec46256a02b8c8e0ec2f37c0622bb
|
|
4
|
+
data.tar.gz: 00f8016e4d9bf3818ee68e84665e1a2e7d3a64b6242c3e49830a6a35bd094706
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 782e18865afd39365d181686fe7fe75ab2a06ea2621e19c701d844e8fd5bb0f6bfa2bb9ee6b205c851d8b2ab5bd5dc320f0ecbbf8b7cae5fc535dbca521bf309
|
|
7
|
+
data.tar.gz: 2b02204633eb5efb7438e42d3fa60c59b56b34ebc244c995e26bd0b2b91e23de1307cc8f1c18aefc815575dedbae376a14479c83d355ef6ab4bd6cfb7b7c7118
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|
|
@@ -216,6 +216,10 @@ module Aws::CloudWatch
|
|
|
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
|
#
|
|
@@ -3939,7 +3943,7 @@ module Aws::CloudWatch
|
|
|
3939
3943
|
params: params,
|
|
3940
3944
|
config: config)
|
|
3941
3945
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
3942
|
-
context[:gem_version] = '1.
|
|
3946
|
+
context[:gem_version] = '1.78.0'
|
|
3943
3947
|
Seahorse::Client::Request.new(handlers, context)
|
|
3944
3948
|
end
|
|
3945
3949
|
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.78.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
|