aws-sdk-managedgrafana 1.2.0 → 1.3.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: 9538fee745e8666a669ad932fde922ebcbe41fcae7ad915201bc563fb1b54a83
4
- data.tar.gz: d0b59bf719b7544eb90d73071a384bd5eaf68beb9e3a54745827eaf41c8c36c4
3
+ metadata.gz: e5dd1179d81be3f2b4a201c696a3b5beaf13518b466b401453f630bdce4fab28
4
+ data.tar.gz: abdd30b1a0a1f8e07d5a1ac59135e824ef94dce76bfcbd276da477573f1672fa
5
5
  SHA512:
6
- metadata.gz: a3f230dc04ab616e3798c02bea4a98ec38132bb1e36484928d16dcd1ce440da690fe088c380b95565100bd136fbea085417131b0d051cbfca6d9d5b1f277f26b
7
- data.tar.gz: 3145447e13b77b5f7933947f7f602abcb4104ac059e067fa77c8958c7568c29af0a1a8ab74bdf9c6dcb351a85dce21f72cb4f61e8faf3004d3f7805ec271d5e6
6
+ metadata.gz: e63199ee2ed064ad36a967bcee010757f3777bdb38c11bb50f81441188e13f0c3f2436655eaf31a6a8f1823fe83e4d040398378a42cbaa549fb83cc7a08bba95
7
+ data.tar.gz: 56ca5894f0446166cd61b075828c19f6cba7c2466dd26e3c0845bd23d0f0780a9a9a591818b23dcb1e79d5673095b8932cecdf2a5d023d42f1619ae1dcc61349
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.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.2.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -119,7 +119,9 @@ module Aws::ManagedGrafana
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
@@ -1195,7 +1197,7 @@ module Aws::ManagedGrafana
1195
1197
  params: params,
1196
1198
  config: config)
1197
1199
  context[:gem_name] = 'aws-sdk-managedgrafana'
1198
- context[:gem_version] = '1.2.0'
1200
+ context[:gem_version] = '1.3.0'
1199
1201
  Seahorse::Client::Request.new(handlers, context)
1200
1202
  end
1201
1203
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-managedgrafana/customizations'
48
48
  # @!group service
49
49
  module Aws::ManagedGrafana
50
50
 
51
- GEM_VERSION = '1.2.0'
51
+ GEM_VERSION = '1.3.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-managedgrafana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-04 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