aws-sdk-cloudformation 1.97.0 → 1.98.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +1 -1
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +1366 -0
- data/sig/errors.rbs +61 -0
- data/sig/event.rbs +80 -0
- data/sig/resource.rbs +134 -0
- data/sig/stack.rbs +222 -0
- data/sig/stack_resource.rbs +74 -0
- data/sig/stack_resource_summary.rbs +62 -0
- data/sig/types.rbs +1687 -0
- data/sig/waiters.rbs +101 -0
- metadata +17 -8
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,101 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module CloudFormation
|
10
|
+
module Waiters
|
11
|
+
|
12
|
+
class ChangeSetCreateComplete
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
15
|
+
|
16
|
+
def wait: (
|
17
|
+
change_set_name: ::String,
|
18
|
+
?stack_name: ::String,
|
19
|
+
?next_token: ::String
|
20
|
+
) -> Client::_DescribeChangeSetResponseSuccess
|
21
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeChangeSetResponseSuccess
|
22
|
+
end
|
23
|
+
|
24
|
+
class StackCreateComplete
|
25
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
26
|
+
| (?Hash[Symbol, untyped]) -> void
|
27
|
+
|
28
|
+
def wait: (
|
29
|
+
?stack_name: ::String,
|
30
|
+
?next_token: ::String
|
31
|
+
) -> Client::_DescribeStacksResponseSuccess
|
32
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
33
|
+
end
|
34
|
+
|
35
|
+
class StackDeleteComplete
|
36
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
37
|
+
| (?Hash[Symbol, untyped]) -> void
|
38
|
+
|
39
|
+
def wait: (
|
40
|
+
?stack_name: ::String,
|
41
|
+
?next_token: ::String
|
42
|
+
) -> Client::_DescribeStacksResponseSuccess
|
43
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
44
|
+
end
|
45
|
+
|
46
|
+
class StackExists
|
47
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
48
|
+
| (?Hash[Symbol, untyped]) -> void
|
49
|
+
|
50
|
+
def wait: (
|
51
|
+
?stack_name: ::String,
|
52
|
+
?next_token: ::String
|
53
|
+
) -> Client::_DescribeStacksResponseSuccess
|
54
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
55
|
+
end
|
56
|
+
|
57
|
+
class StackImportComplete
|
58
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
59
|
+
| (?Hash[Symbol, untyped]) -> void
|
60
|
+
|
61
|
+
def wait: (
|
62
|
+
?stack_name: ::String,
|
63
|
+
?next_token: ::String
|
64
|
+
) -> Client::_DescribeStacksResponseSuccess
|
65
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
66
|
+
end
|
67
|
+
|
68
|
+
class StackRollbackComplete
|
69
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
70
|
+
| (?Hash[Symbol, untyped]) -> void
|
71
|
+
|
72
|
+
def wait: (
|
73
|
+
?stack_name: ::String,
|
74
|
+
?next_token: ::String
|
75
|
+
) -> Client::_DescribeStacksResponseSuccess
|
76
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
77
|
+
end
|
78
|
+
|
79
|
+
class StackUpdateComplete
|
80
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
81
|
+
| (?Hash[Symbol, untyped]) -> void
|
82
|
+
|
83
|
+
def wait: (
|
84
|
+
?stack_name: ::String,
|
85
|
+
?next_token: ::String
|
86
|
+
) -> Client::_DescribeStacksResponseSuccess
|
87
|
+
| (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
|
88
|
+
end
|
89
|
+
|
90
|
+
class TypeRegistrationComplete
|
91
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
92
|
+
| (?Hash[Symbol, untyped]) -> void
|
93
|
+
|
94
|
+
def wait: (
|
95
|
+
registration_token: ::String
|
96
|
+
) -> Client::_DescribeTypeRegistrationResponseSuccess
|
97
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeTypeRegistrationResponseSuccess
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
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.98.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -71,13 +71,22 @@ files:
|
|
71
71
|
- lib/aws-sdk-cloudformation/stack_resource_summary.rb
|
72
72
|
- lib/aws-sdk-cloudformation/types.rb
|
73
73
|
- lib/aws-sdk-cloudformation/waiters.rb
|
74
|
+
- sig/client.rbs
|
75
|
+
- sig/errors.rbs
|
76
|
+
- sig/event.rbs
|
77
|
+
- sig/resource.rbs
|
78
|
+
- sig/stack.rbs
|
79
|
+
- sig/stack_resource.rbs
|
80
|
+
- sig/stack_resource_summary.rbs
|
81
|
+
- sig/types.rbs
|
82
|
+
- sig/waiters.rbs
|
74
83
|
homepage: https://github.com/aws/aws-sdk-ruby
|
75
84
|
licenses:
|
76
85
|
- Apache-2.0
|
77
86
|
metadata:
|
78
87
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation
|
79
88
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation/CHANGELOG.md
|
80
|
-
post_install_message:
|
89
|
+
post_install_message:
|
81
90
|
rdoc_options: []
|
82
91
|
require_paths:
|
83
92
|
- lib
|
@@ -92,8 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
101
|
- !ruby/object:Gem::Version
|
93
102
|
version: '0'
|
94
103
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
104
|
+
rubygems_version: 3.4.10
|
105
|
+
signing_key:
|
97
106
|
specification_version: 4
|
98
107
|
summary: AWS SDK for Ruby - AWS CloudFormation
|
99
108
|
test_files: []
|