aws-sdk-cloudwatch 1.77.0 → 1.78.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb3b0eb21e9d37aa0fb6e6e05ad533a7ece5d1b58679212334567f3f36918d8b
4
- data.tar.gz: 56999f52e8ba35d9b7f7a95528dbc2e839eac9b26f824a5818c63b87f71d4e30
3
+ metadata.gz: 053ab65b5b89f728c1638f66a1f220414f0ec46256a02b8c8e0ec2f37c0622bb
4
+ data.tar.gz: 00f8016e4d9bf3818ee68e84665e1a2e7d3a64b6242c3e49830a6a35bd094706
5
5
  SHA512:
6
- metadata.gz: a5658d9306ed1719ccbbfa063dc6672ed8de2a18c7463df665317b07cc29933363a56bc9487341c11a1a472b0fc627ee5f283e68f3bf3725838047c103a5e854
7
- data.tar.gz: 96cbc666b295853d305f01581bd84f4b5604081d2531a79fbcccae5fe490eb06c36e46151565f06d50b7815158c8da85f4e2b440c958e3b9016129d7ca52783a
6
+ metadata.gz: 782e18865afd39365d181686fe7fe75ab2a06ea2621e19c701d844e8fd5bb0f6bfa2bb9ee6b205c851d8b2ab5bd5dc320f0ecbbf8b7cae5fc535dbca521bf309
7
+ data.tar.gz: 2b02204633eb5efb7438e42d3fa60c59b56b34ebc244c995e26bd0b2b91e23de1307cc8f1c18aefc815575dedbae376a14479c83d355ef6ab4bd6cfb7b7c7118
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.77.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
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.77.0'
3946
+ context[:gem_version] = '1.78.0'
3943
3947
  Seahorse::Client::Request.new(handlers, context)
3944
3948
  end
3945
3949
 
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
56
56
  # @!group service
57
57
  module Aws::CloudWatch
58
58
 
59
- GEM_VERSION = '1.77.0'
59
+ GEM_VERSION = '1.78.0'
60
60
 
61
61
  end
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.77.0
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-06 00:00:00.000000000 Z
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