aws-sdk-appconfigdata 1.0.0 → 1.1.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: 515cf800905040b65326696f24706af4b2915e58f2a327687980adb2f4093ba1
4
- data.tar.gz: f2446e33d0adab212665dcf33af5a005dd5a5bbe643cee077bebf36b84f7c36d
3
+ metadata.gz: 2eca6d77c72137d7106e828dc5a0760455ef43b97ac93f83edc4444af7452663
4
+ data.tar.gz: cc8cc840ba8495955b0067f9a0806785708c23da6273e5b1000c96be717ebbcf
5
5
  SHA512:
6
- metadata.gz: 88d935194374ae9fbfea45a66553e891780e4a1a6a31803fed41bded77a716e7e9693f898bd7b24da397edcf9ea3f6d4d511c35b313f17a5aae973504593962e
7
- data.tar.gz: 5f70daf907ef1228ed03f244c587c66c0031edbb287c626e0e17e9327d85c6f307c5e1a50b130521e22d5a8f1ee7ce6e0b0de193573a8b998cf9cffc3bd6edf9
6
+ metadata.gz: 66eca66818fbff3647bc4f500b909856d12eaa1567a3e0b53884a5397d78647222bbf0e999ce538d706c5881a4308baea97912ad21ec4ff794fc72d28eb5fd5d
7
+ data.tar.gz: ef29805cbd61ec1e151d6f2bc276fd250be81e1b7351833a3ae85d3fcc7cd86a4ddb7e1f96879fc33fe1aef16828ee618219aa6695945b7411aa5b1de798b6bd
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-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -119,7 +119,9 @@ module Aws::AppConfigData
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
@@ -445,7 +447,7 @@ module Aws::AppConfigData
445
447
  params: params,
446
448
  config: config)
447
449
  context[:gem_name] = 'aws-sdk-appconfigdata'
448
- context[:gem_version] = '1.0.0'
450
+ context[:gem_version] = '1.1.0'
449
451
  Seahorse::Client::Request.new(handlers, context)
450
452
  end
451
453
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appconfigdata/customizations'
48
48
  # @!group service
49
49
  module Aws::AppConfigData
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-appconfigdata
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-17 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