aws-sdk-acm 1.30.0 → 1.31.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 +4 -4
- data/lib/aws-sdk-acm.rb +1 -1
- data/lib/aws-sdk-acm/client.rb +2 -2
- 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: 475f89f1b601b8d7a9843e9a9a4e5387363df3f7a54e40394cc9ec72fe833914
|
4
|
+
data.tar.gz: 66c928ba717346046d42269e051d4fed2f5a20e91a446dea9b6ab223c425edde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73716fc67b4bc311998c912e73db074f0b01626b5761ee05571f74baf92bd881e566b088699057454abab020e44396a16d96b7a68e976ce33c37eb0ee95a2774
|
7
|
+
data.tar.gz: 931adb2754e328e53afa81ea091b0a6f900f8699af5aad1345b2cac26a6e5a07c3415df248bf72a6e41c8199c3f434579ac3afa51676aa5d881d6fbac7294f7c
|
data/lib/aws-sdk-acm.rb
CHANGED
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::ACM
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -1214,7 +1214,7 @@ module Aws::ACM
|
|
1214
1214
|
params: params,
|
1215
1215
|
config: config)
|
1216
1216
|
context[:gem_name] = 'aws-sdk-acm'
|
1217
|
-
context[:gem_version] = '1.
|
1217
|
+
context[:gem_version] = '1.31.0'
|
1218
1218
|
Seahorse::Client::Request.new(handlers, context)
|
1219
1219
|
end
|
1220
1220
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-acm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.31.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|