aws-sdk-cloudformation 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +134 -86
- data/lib/aws-sdk-cloudformation/event.rb +1 -1
- data/lib/aws-sdk-cloudformation/resource.rb +12 -12
- data/lib/aws-sdk-cloudformation/stack.rb +23 -23
- data/lib/aws-sdk-cloudformation/stack_resource.rb +2 -2
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +1 -1
- data/lib/aws-sdk-cloudformation/types.rb +98 -94
- metadata +3 -3
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.19.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-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- lib/aws-sdk-cloudformation/stack_resource_summary.rb
|
65
65
|
- lib/aws-sdk-cloudformation/types.rb
|
66
66
|
- lib/aws-sdk-cloudformation/waiters.rb
|
67
|
-
homepage:
|
67
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
68
68
|
licenses:
|
69
69
|
- Apache-2.0
|
70
70
|
metadata:
|