aws-sdk-mobile 1.31.0 → 1.32.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: c6f7e56f3397e0b7a9308ac81a32cbadd878aea615c6193ff0770646a219c657
4
- data.tar.gz: 48b937210208e3ab93aa73fa579b15d63f528aa9e4e343602fece6ae197b9acc
3
+ metadata.gz: 5457560c68f623521df7f058d6ae6b392ec5bcc483b91ad5e526778b9165a2ec
4
+ data.tar.gz: de57f572f584ec86f125187f5a0ebd00cd32e28255786e53a561890cc6037ba7
5
5
  SHA512:
6
- metadata.gz: 92fb371d93716fe55d76566d08f91d84ad4e0b1ac3e54da24eb53d063d75a9f80d4276d70647f293e4eb7eec267d6f32793c6a7cf190ecf60a844578449e96be
7
- data.tar.gz: a60f131af61b81a5a1fc3a9096c2cba9500bb1fabcca4f48c64b132e85d610f272eddd8f11c103c70a8b4de484ffe98294cb1795cce392c952da053f34858895
6
+ metadata.gz: c384fa151864125b53613d30aec6aa4c8b730f240bfae51a7f3838d3acb65a5b404ccb730af0b5a0ccd6c9f0941c7822acf72bf791666abc12194b32cf7c9f0f
7
+ data.tar.gz: 6b10f04e956a0ebc3a0c4d8278df45a4a5e6ae272957f2b90bfcd7e600c2243678adc5d7adef0269068ecade019d94949eab1a7db236f6bffabcc6a33dd302b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -119,7 +119,9 @@ module Aws::Mobile
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
@@ -734,7 +736,7 @@ module Aws::Mobile
734
736
  params: params,
735
737
  config: config)
736
738
  context[:gem_name] = 'aws-sdk-mobile'
737
- context[:gem_version] = '1.31.0'
739
+ context[:gem_version] = '1.32.0'
738
740
  Seahorse::Client::Request.new(handlers, context)
739
741
  end
740
742
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mobile/customizations'
48
48
  # @!group service
49
49
  module Aws::Mobile
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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