aws-sdk-cloudformation 1.119.0 → 1.121.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +241 -308
- data/lib/aws-sdk-cloudformation/event.rb +6 -4
- data/lib/aws-sdk-cloudformation/resource.rb +35 -46
- data/lib/aws-sdk-cloudformation/stack.rb +78 -102
- data/lib/aws-sdk-cloudformation/stack_resource.rb +6 -5
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +5 -4
- data/lib/aws-sdk-cloudformation/types.rb +312 -407
- data/lib/aws-sdk-cloudformation.rb +3 -1
- metadata +2 -2
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:cloudformation)
|
15
|
+
|
14
16
|
# This module provides support for AWS CloudFormation. This module is available in the
|
15
17
|
# `aws-sdk-cloudformation` gem.
|
16
18
|
#
|
@@ -57,7 +59,7 @@ module Aws::CloudFormation
|
|
57
59
|
autoload :StackResource, 'aws-sdk-cloudformation/stack_resource'
|
58
60
|
autoload :StackResourceSummary, 'aws-sdk-cloudformation/stack_resource_summary'
|
59
61
|
|
60
|
-
GEM_VERSION = '1.
|
62
|
+
GEM_VERSION = '1.121.0'
|
61
63
|
|
62
64
|
end
|
63
65
|
|
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.121.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: 2024-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|