aws-sdk-cloudformation 1.97.0 → 1.98.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.
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.97.0
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: 2023-12-05 00:00:00.000000000 Z
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.188.0
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.188.0
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.1.6
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: []