aws-sdk-marketplacecatalog 1.17.0 → 1.18.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-marketplacecatalog/client.rb +4 -2
- data/lib/aws-sdk-marketplacecatalog.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: fc0cc0360566bad2c8747399d29406fa3984dc1ee2aa190f312d961991c18d78
|
4
|
+
data.tar.gz: e85508f6bb2502b8d9eb4a9f9100413a7f6d5970d7afc3e9d35f9707d3799b86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37b273d28e075478429791fead6019e1b6ee8ada8e860b5f7601ca6d6ca3ce23e1018be93e409d79a15452a2d7a407d72f4e1891ed0f9f09331f732be22e10a6
|
7
|
+
data.tar.gz: f8cd05a23a893e3b11e327376d887ac8924751e6e65fef0f9b474cf5cb0d117c5e88fa80bd8576fb3fb742a93261a163bb575393b6f6531ecddbfb88c7772d13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|
@@ -119,7 +119,9 @@ module Aws::MarketplaceCatalog
|
|
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
|
@@ -703,7 +705,7 @@ module Aws::MarketplaceCatalog
|
|
703
705
|
params: params,
|
704
706
|
config: config)
|
705
707
|
context[:gem_name] = 'aws-sdk-marketplacecatalog'
|
706
|
-
context[:gem_version] = '1.
|
708
|
+
context[:gem_version] = '1.18.0'
|
707
709
|
Seahorse::Client::Request.new(handlers, context)
|
708
710
|
end
|
709
711
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-marketplacecatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.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
|