aws-sdk-serverlessapplicationrepository 1.39.0 → 1.40.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: 5d47ff624835f717f36086a18870bdd8363b984901b9c146a4cadda5f0c46988
4
- data.tar.gz: 481bde86b024c1ec4cf1aa7a92d61e5239d08024534038fb527eda4f17394df8
3
+ metadata.gz: d364c21b9ab5212d6d2a0e08dde6c504468aaf9ef68e3113a08f1c5feb810ba1
4
+ data.tar.gz: d57ef8c8d36dd2ff78996353c34a9b0e0b06c67578a7367bb6f7aa021285fd46
5
5
  SHA512:
6
- metadata.gz: a1cb625c9ce7ab255f55bd3d75810dfe2dddf10551f3dd40bd8fefa000410250aaccd511ecfb301046d5f54830e7cd3eed420333d859859d44248c10f7fc886a
7
- data.tar.gz: 3f843630adb8d5cd40fd9d170ab809d2306d4158240f8c80e234c349799cec1fee4a37c6e9317b16db0dfa6acd16b988c3d1fbc1fcce8ca2cdcc4ff3d8176b6e
6
+ metadata.gz: 4a19cf6e5d04df8811549f4b5b50531f96acf444a1d0518a2458c07c0e078cdf719e4a88d3efb67356444ca97055f16d74fa280bcda119b982839df788bacfa9
7
+ data.tar.gz: 2613a5e2010ea3c8559af345e8d164e309d855f97789f57b715bf4e28da350f931693809315a21f386c8fd65e9003304f1119f7325721d98030cde45c0ead69e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.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.39.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -119,7 +119,9 @@ module Aws::ServerlessApplicationRepository
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
@@ -1147,7 +1149,7 @@ module Aws::ServerlessApplicationRepository
1147
1149
  params: params,
1148
1150
  config: config)
1149
1151
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1150
- context[:gem_version] = '1.39.0'
1152
+ context[:gem_version] = '1.40.0'
1151
1153
  Seahorse::Client::Request.new(handlers, context)
1152
1154
  end
1153
1155
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
48
48
  # @!group service
49
49
  module Aws::ServerlessApplicationRepository
50
50
 
51
- GEM_VERSION = '1.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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