aws-sdk-importexport 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: fd32b9a426b398066a14c694f795074ab59057cefcfb140239cf2f34520a87d0
4
- data.tar.gz: 1f3d11349ac88db54aa3bbdcc625143fdaa1883ad41193225d67ba3dbbf36220
3
+ metadata.gz: cd463b529928c82e067ff7f469257535c5df7b747395eecab3130c7f496bca85
4
+ data.tar.gz: e79bb47999e280028773f71387a796e320a4ed89202dd9a540ebd3ca4c95ec80
5
5
  SHA512:
6
- metadata.gz: 62f67b4fa2ca6ca2af430e49b0acde935a25ac955f459541f94f85ec32e70a2b2af47f3b795991acb8154bccf437a191dde30ae6884e7e8ea7c226d22a591268
7
- data.tar.gz: e8be314d3ccf1eeb4ac34fa023e91376db4548f26b80f07ac07b70f94fef0dbf5807b34371b69f253513e3bd216605280ad71594a485b6cfa8088705ad6de5c0
6
+ metadata.gz: 4d4a04fcf637f3901b0cb9cb475ad68b689e234af11ded3a3f71c6cc524119dc6fbb216cca668e7312af01287303a11675b0c221c589480217109be06a93752d
7
+ data.tar.gz: 693309b7205dc502bfdf98f622d1b681b9dec19e342491620c7624897ec2e371842a46803b562175a50197a16499810031e3141dc66aefb8411b35d206fed8b8
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::ImportExport
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
@@ -687,7 +689,7 @@ module Aws::ImportExport
687
689
  params: params,
688
690
  config: config)
689
691
  context[:gem_name] = 'aws-sdk-importexport'
690
- context[:gem_version] = '1.31.0'
692
+ context[:gem_version] = '1.32.0'
691
693
  Seahorse::Client::Request.new(handlers, context)
692
694
  end
693
695
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-importexport/customizations'
48
48
  # @!group service
49
49
  module Aws::ImportExport
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-importexport
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