aws-sdk-cloudformation 1.22.0 → 1.23.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 200062e37d027cd1709d1b8e77018cb74a90c2c9
|
|
4
|
+
data.tar.gz: 886c957942d67a820e7e953083d79208759f4a30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fc62d790be8646ebe9f78247790d96048eda4ac1d2879cf35ddc5fbb497c8aa94dc0df86d2afc538000d317280a509995a11a6050162d2f4db78261567aeac6
|
|
7
|
+
data.tar.gz: 7a2f896ea25471e076d8eec44cadd342a964b9ab9dceb77a171d9fa659bd7b3b8021aeb54833d95bc8ab1ebc41ef6e14a62ff0b91a9205f0859ac183a4ada90d
|
|
@@ -116,6 +116,10 @@ module Aws::CloudFormation
|
|
|
116
116
|
# Allows you to provide an identifier for this client which will be attached to
|
|
117
117
|
# all generated client side metrics. Defaults to an empty string.
|
|
118
118
|
#
|
|
119
|
+
# @option options [String] :client_side_monitoring_host ("127.0.0.1")
|
|
120
|
+
# Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
|
|
121
|
+
# side monitoring agent is running on, where client metrics will be published via UDP.
|
|
122
|
+
#
|
|
119
123
|
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
120
124
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
121
125
|
# agent is running on, where client metrics will be published via UDP.
|
|
@@ -4218,7 +4222,7 @@ module Aws::CloudFormation
|
|
|
4218
4222
|
params: params,
|
|
4219
4223
|
config: config)
|
|
4220
4224
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
4221
|
-
context[:gem_version] = '1.
|
|
4225
|
+
context[:gem_version] = '1.23.0'
|
|
4222
4226
|
Seahorse::Client::Request.new(handlers, context)
|
|
4223
4227
|
end
|
|
4224
4228
|
|
|
@@ -258,10 +258,10 @@ module Aws::CloudFormation
|
|
|
258
258
|
# @option options [Proc] :before_attempt
|
|
259
259
|
# @option options [Proc] :before_wait
|
|
260
260
|
# @return [Stack]
|
|
261
|
-
def wait_until_exists(options = {})
|
|
261
|
+
def wait_until_exists(options = {}, &block)
|
|
262
262
|
options, params = separate_params_and_options(options)
|
|
263
263
|
waiter = Waiters::StackExists.new(options)
|
|
264
|
-
yield_waiter_and_warn(waiter, &
|
|
264
|
+
yield_waiter_and_warn(waiter, &block) if block_given?
|
|
265
265
|
waiter.wait(params.merge(stack_name: @name))
|
|
266
266
|
Stack.new({
|
|
267
267
|
name: @name,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudformation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.23.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: 2019-
|
|
11
|
+
date: 2019-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.56.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.56.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|