aws-sdk-acm 1.29.0 → 1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-acm.rb +1 -1
- data/lib/aws-sdk-acm/client.rb +9 -10
- data/lib/aws-sdk-acm/waiters.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8b863e38c345284f47114cb7c2021a100e29cb46246dbcc323b7ccc2c985d66b
|
4
|
+
data.tar.gz: 2d1ff67a880072b3d7fe3fcb9e8aa9f0bf43734ee619019e2dcbf9d6d487f2b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2830288e9769a04f1a2b4231eb1ed45ecce356442698cbbc8b4aa2cc7861358694eb869eeda4219ea5b6a19730cdf6b542fe6c951cd6634121aa879e94d2a8ac
|
7
|
+
data.tar.gz: 6eef1072a0cc6e80b6cbaab77ad069e92984579689d582d27ec7ff0a26ebcec3ac9efd64eae46bf6a93ac1aa5a3b6e5c3ddb9fdebfbbf6bb52c58e6efdcf9bc4
|
data/lib/aws-sdk-acm.rb
CHANGED
data/lib/aws-sdk-acm/client.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::ACM
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::ACM
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -279,8 +279,7 @@ module Aws::ACM
|
|
279
279
|
#
|
280
280
|
# @option options [Integer] :http_read_timeout (60) The default
|
281
281
|
# number of seconds to wait for response data. This value can
|
282
|
-
# safely be set
|
283
|
-
# per-request on the session yielded by {#session_for}.
|
282
|
+
# safely be set per-request on the session.
|
284
283
|
#
|
285
284
|
# @option options [Float] :http_idle_timeout (5) The number of
|
286
285
|
# seconds a connection is allowed to sit idle before it is
|
@@ -292,7 +291,7 @@ module Aws::ACM
|
|
292
291
|
# request body. This option has no effect unless the request has
|
293
292
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
294
293
|
# disables this behaviour. This value can safely be set per
|
295
|
-
# request on the session
|
294
|
+
# request on the session.
|
296
295
|
#
|
297
296
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
298
297
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -505,7 +504,7 @@ module Aws::ACM
|
|
505
504
|
# resp.certificate.options.certificate_transparency_logging_preference #=> String, one of "ENABLED", "DISABLED"
|
506
505
|
#
|
507
506
|
#
|
508
|
-
# The following waiters are defined for this operation (see {Client#
|
507
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
509
508
|
#
|
510
509
|
# * certificate_validated
|
511
510
|
#
|
@@ -1215,7 +1214,7 @@ module Aws::ACM
|
|
1215
1214
|
params: params,
|
1216
1215
|
config: config)
|
1217
1216
|
context[:gem_name] = 'aws-sdk-acm'
|
1218
|
-
context[:gem_version] = '1.
|
1217
|
+
context[:gem_version] = '1.30.0'
|
1219
1218
|
Seahorse::Client::Request.new(handlers, context)
|
1220
1219
|
end
|
1221
1220
|
|
@@ -1281,9 +1280,9 @@ module Aws::ACM
|
|
1281
1280
|
# The following table lists the valid waiter names, the operations they call,
|
1282
1281
|
# and the default `:delay` and `:max_attempts` values.
|
1283
1282
|
#
|
1284
|
-
# | waiter_name | params
|
1285
|
-
# | --------------------- |
|
1286
|
-
# | certificate_validated | {#describe_certificate} | 60 | 40 |
|
1283
|
+
# | waiter_name | params | :delay | :max_attempts |
|
1284
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
1285
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
1287
1286
|
#
|
1288
1287
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
1289
1288
|
# because the waiter has entered a state that it will not transition
|
data/lib/aws-sdk-acm/waiters.rb
CHANGED
@@ -65,9 +65,9 @@ module Aws::ACM
|
|
65
65
|
# The following table lists the valid waiter names, the operations they call,
|
66
66
|
# and the default `:delay` and `:max_attempts` values.
|
67
67
|
#
|
68
|
-
# | waiter_name | params
|
69
|
-
# | --------------------- |
|
70
|
-
# | certificate_validated | {#describe_certificate} | 60 | 40 |
|
68
|
+
# | waiter_name | params | :delay | :max_attempts |
|
69
|
+
# | --------------------- | ----------------------------- | -------- | ------------- |
|
70
|
+
# | certificate_validated | {Client#describe_certificate} | 60 | 40 |
|
71
71
|
#
|
72
72
|
module Waiters
|
73
73
|
|
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.30.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-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.7.6.2
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: AWS SDK for Ruby - ACM
|