aws-sdk-cloudwatchevidently 1.0.0 → 1.1.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: bd6815beeea3c1b60114dcec5b832ff7b58da53523187ddc11a000dea2c1063e
4
- data.tar.gz: 78fa6fb8565a6cefd9d11d82daf123418ce778faabc1488b7db5826b1ef163e0
3
+ metadata.gz: 220cc4b354a0d4fea486995b28a6eac81f10806b053e0de90da680c0b9696212
4
+ data.tar.gz: 454bf2b4112cad5aeee55a80e755a1cf72ecd28d0d654c9760350477c6244ea5
5
5
  SHA512:
6
- metadata.gz: 8569abb0fa2cfde59bdf81489dece78f4ae8ce7070476f26077fe6c5d04890f6ca71446e8d08c28fe0a66d0e84f6f35381fa68738c4019911108b2306445d91e
7
- data.tar.gz: f12ba790b0d5db15b2388870e49804f20a13147bfc197ec9bb82787a31174c83b27b5df97038b337bb555579554f41adc686e5801b54310d663478b9d2730c83
6
+ metadata.gz: bf67bc921287a768836114764c7912c6acd695fea09cce5507b9c463f4b746d35d75fd78607dff4af98b4917d7be1e8cd39877546df42e94d6e88803d4aad1ea
7
+ data.tar.gz: d571aeea45ddf8c012642da4d93aab719cc80c41d2f555cbf79d14c1367aac184798b806b42a8b4026da3f949108b89fd18c14361b52b5d27e9f29b0589296ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.0.0 (2021-11-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -119,7 +119,9 @@ module Aws::CloudWatchEvidently
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -2572,7 +2574,7 @@ module Aws::CloudWatchEvidently
2572
2574
  params: params,
2573
2575
  config: config)
2574
2576
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
2575
- context[:gem_version] = '1.0.0'
2577
+ context[:gem_version] = '1.1.0'
2576
2578
  Seahorse::Client::Request.new(handlers, context)
2577
2579
  end
2578
2580
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudwatchevidently/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudWatchEvidently
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core