aws-sdk-amplify 1.34.0 → 1.35.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: d5b4886f2b6704657ddbe16d52c86165d00bc8a8aedb4f4860cd24288de7c133
4
- data.tar.gz: f5bafc5be9af9dc54f8f526e71cfd4f982323adc737e93bcf567438a3b7399ec
3
+ metadata.gz: '0586573c175439aad2462f675095701ddb82f45e8f8b7b01c8bf5f6e5e5362ab'
4
+ data.tar.gz: 7e5efb94c5e8d214fbec3ed6f2b9ff260639dc465e2e711411633c5cd7f9d542
5
5
  SHA512:
6
- metadata.gz: a1270d39742314efeab33d7c0125988978e5b02354afd370b97493acbb1f5876e56a2dd03de05b19c7aa9ef896d606a5e0261ee5fe9a6871dd04f6f8e344dd04
7
- data.tar.gz: 01f74f7a6f729f94ac9d44889c393ef3ec82e454bb2ca18a9b97c8b7a5d957f00014abd171565b35a433bc3b127b04a327e6e9b85e64c0a9b878811c44dd3dab
6
+ metadata.gz: c8fd3e2a7314c9768b12156a6aafeb7fbfd452e689bba5ee21d9164bb362fcd05b776905db2ea09cf859dbf4bbe6e45e165bd48fdfe0e0f1376581c5d7c793ee
7
+ data.tar.gz: bb7daf87fb6941141b6016ec28303851d4b2cce46b4d8f623aea459d052feb6345a4dbdd34f3f717eb43f40e69cfa8d661c34e627f71f4fbe4e9b32d461b08a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -119,7 +119,9 @@ module Aws::Amplify
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
@@ -2594,7 +2596,7 @@ module Aws::Amplify
2594
2596
  params: params,
2595
2597
  config: config)
2596
2598
  context[:gem_name] = 'aws-sdk-amplify'
2597
- context[:gem_version] = '1.34.0'
2599
+ context[:gem_version] = '1.35.0'
2598
2600
  Seahorse::Client::Request.new(handlers, context)
2599
2601
  end
2600
2602
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-amplify/customizations'
48
48
  # @!group service
49
49
  module Aws::Amplify
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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