aws-sdk-amplify 1.34.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplify/client.rb +4 -2
- data/lib/aws-sdk-amplify.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0586573c175439aad2462f675095701ddb82f45e8f8b7b01c8bf5f6e5e5362ab'
|
4
|
+
data.tar.gz: 7e5efb94c5e8d214fbec3ed6f2b9ff260639dc465e2e711411633c5cd7f9d542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8fd3e2a7314c9768b12156a6aafeb7fbfd452e689bba5ee21d9164bb362fcd05b776905db2ea09cf859dbf4bbe6e45e165bd48fdfe0e0f1376581c5d7c793ee
|
7
|
+
data.tar.gz: bb7daf87fb6941141b6016ec28303851d4b2cce46b4d8f623aea459d052feb6345a4dbdd34f3f717eb43f40e69cfa8d661c34e627f71f4fbe4e9b32d461b08a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
2599
|
+
context[:gem_version] = '1.35.0'
|
2598
2600
|
Seahorse::Client::Request.new(handlers, context)
|
2599
2601
|
end
|
2600
2602
|
|
data/lib/aws-sdk-amplify.rb
CHANGED
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.
|
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-
|
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
|