aws-sdk-cloudformation 1.41.0 → 1.131.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,122 @@
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
+ ?include_property_values: bool
21
+ ) -> Client::_DescribeChangeSetResponseSuccess
22
+ | (Hash[Symbol, untyped]) -> Client::_DescribeChangeSetResponseSuccess
23
+ end
24
+
25
+ class StackCreateComplete
26
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
27
+ | (?Hash[Symbol, untyped]) -> void
28
+
29
+ def wait: (
30
+ ?stack_name: ::String,
31
+ ?next_token: ::String
32
+ ) -> Client::_DescribeStacksResponseSuccess
33
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
34
+ end
35
+
36
+ class StackDeleteComplete
37
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
38
+ | (?Hash[Symbol, untyped]) -> void
39
+
40
+ def wait: (
41
+ ?stack_name: ::String,
42
+ ?next_token: ::String
43
+ ) -> Client::_DescribeStacksResponseSuccess
44
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
45
+ end
46
+
47
+ class StackExists
48
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
49
+ | (?Hash[Symbol, untyped]) -> void
50
+
51
+ def wait: (
52
+ ?stack_name: ::String,
53
+ ?next_token: ::String
54
+ ) -> Client::_DescribeStacksResponseSuccess
55
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
56
+ end
57
+
58
+ class StackImportComplete
59
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
60
+ | (?Hash[Symbol, untyped]) -> void
61
+
62
+ def wait: (
63
+ ?stack_name: ::String,
64
+ ?next_token: ::String
65
+ ) -> Client::_DescribeStacksResponseSuccess
66
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
67
+ end
68
+
69
+ class StackRefactorCreateComplete
70
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
71
+ | (?Hash[Symbol, untyped]) -> void
72
+
73
+ def wait: (
74
+ stack_refactor_id: ::String
75
+ ) -> Client::_DescribeStackRefactorResponseSuccess
76
+ | (Hash[Symbol, untyped]) -> Client::_DescribeStackRefactorResponseSuccess
77
+ end
78
+
79
+ class StackRefactorExecuteComplete
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_refactor_id: ::String
85
+ ) -> Client::_DescribeStackRefactorResponseSuccess
86
+ | (Hash[Symbol, untyped]) -> Client::_DescribeStackRefactorResponseSuccess
87
+ end
88
+
89
+ class StackRollbackComplete
90
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
91
+ | (?Hash[Symbol, untyped]) -> void
92
+
93
+ def wait: (
94
+ ?stack_name: ::String,
95
+ ?next_token: ::String
96
+ ) -> Client::_DescribeStacksResponseSuccess
97
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
98
+ end
99
+
100
+ class StackUpdateComplete
101
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
102
+ | (?Hash[Symbol, untyped]) -> void
103
+
104
+ def wait: (
105
+ ?stack_name: ::String,
106
+ ?next_token: ::String
107
+ ) -> Client::_DescribeStacksResponseSuccess
108
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeStacksResponseSuccess
109
+ end
110
+
111
+ class TypeRegistrationComplete
112
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
113
+ | (?Hash[Symbol, untyped]) -> void
114
+
115
+ def wait: (
116
+ registration_token: ::String
117
+ ) -> Client::_DescribeTypeRegistrationResponseSuccess
118
+ | (Hash[Symbol, untyped]) -> Client::_DescribeTypeRegistrationResponseSuccess
119
+ end
120
+ end
121
+ end
122
+ end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.131.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2020-07-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: '3'
20
19
  - - ">="
21
20
  - !ruby/object:Gem::Version
22
- version: 3.99.0
21
+ version: 3.216.0
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,48 +28,63 @@ dependencies:
29
28
  version: '3'
30
29
  - - ">="
31
30
  - !ruby/object:Gem::Version
32
- version: 3.99.0
31
+ version: 3.216.0
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: aws-sigv4
35
34
  requirement: !ruby/object:Gem::Requirement
36
35
  requirements:
37
36
  - - "~>"
38
37
  - !ruby/object:Gem::Version
39
- version: '1.1'
38
+ version: '1.5'
40
39
  type: :runtime
41
40
  prerelease: false
42
41
  version_requirements: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - "~>"
45
44
  - !ruby/object:Gem::Version
46
- version: '1.1'
45
+ version: '1.5'
47
46
  description: Official AWS Ruby gem for AWS CloudFormation. This gem is part of the
48
47
  AWS SDK for Ruby.
49
48
  email:
50
- - trevrowe@amazon.com
49
+ - aws-dr-rubygems@amazon.com
51
50
  executables: []
52
51
  extensions: []
53
52
  extra_rdoc_files: []
54
53
  files:
54
+ - CHANGELOG.md
55
+ - LICENSE.txt
56
+ - VERSION
55
57
  - lib/aws-sdk-cloudformation.rb
56
58
  - lib/aws-sdk-cloudformation/client.rb
57
59
  - lib/aws-sdk-cloudformation/client_api.rb
58
60
  - lib/aws-sdk-cloudformation/customizations.rb
61
+ - lib/aws-sdk-cloudformation/endpoint_parameters.rb
62
+ - lib/aws-sdk-cloudformation/endpoint_provider.rb
63
+ - lib/aws-sdk-cloudformation/endpoints.rb
59
64
  - lib/aws-sdk-cloudformation/errors.rb
60
65
  - lib/aws-sdk-cloudformation/event.rb
66
+ - lib/aws-sdk-cloudformation/plugins/endpoints.rb
61
67
  - lib/aws-sdk-cloudformation/resource.rb
62
68
  - lib/aws-sdk-cloudformation/stack.rb
63
69
  - lib/aws-sdk-cloudformation/stack_resource.rb
64
70
  - lib/aws-sdk-cloudformation/stack_resource_summary.rb
65
71
  - lib/aws-sdk-cloudformation/types.rb
66
72
  - lib/aws-sdk-cloudformation/waiters.rb
73
+ - sig/client.rbs
74
+ - sig/errors.rbs
75
+ - sig/event.rbs
76
+ - sig/resource.rbs
77
+ - sig/stack.rbs
78
+ - sig/stack_resource.rbs
79
+ - sig/stack_resource_summary.rbs
80
+ - sig/types.rbs
81
+ - sig/waiters.rbs
67
82
  homepage: https://github.com/aws/aws-sdk-ruby
68
83
  licenses:
69
84
  - Apache-2.0
70
85
  metadata:
71
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation
72
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudformation/CHANGELOG.md
73
- post_install_message:
86
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation
87
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation/CHANGELOG.md
74
88
  rdoc_options: []
75
89
  require_paths:
76
90
  - lib
@@ -78,16 +92,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
92
  requirements:
79
93
  - - ">="
80
94
  - !ruby/object:Gem::Version
81
- version: '0'
95
+ version: '2.5'
82
96
  required_rubygems_version: !ruby/object:Gem::Requirement
83
97
  requirements:
84
98
  - - ">="
85
99
  - !ruby/object:Gem::Version
86
100
  version: '0'
87
101
  requirements: []
88
- rubyforge_project:
89
- rubygems_version: 2.7.6.2
90
- signing_key:
102
+ rubygems_version: 3.6.7
91
103
  specification_version: 4
92
104
  summary: AWS SDK for Ruby - AWS CloudFormation
93
105
  test_files: []