aws-sdk-cloudformation 1.96.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +2 -2
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloudformation/types.rb +3 -3
- 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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ab22517d79b2a06d23fdf61105b031df6dbac8e64d4c72d59b32c8ef5578477
|
4
|
+
data.tar.gz: 3d4a04eba9c454fd55c0c77f9e8bc410382c4aefd651fd6ec3ad1b29025002dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d6919eb6a1af4dd293c7008b0f7bc89b979350260c30a808f3b893ae0a8eb177f65c2b225ab69ea8583ead4825477195b85057d7c23b8400b870d54e8b9fd99
|
7
|
+
data.tar.gz: 8667ef5eefd8da9e25a48954775ad1e03dd450fc272ab98752f153e66a03709b015533c2cc6c83eafc58fdc1fa9ef9727ee6dbf756b33855a3136c50e583e279
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.98.0 (2024-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.97.0 (2023-12-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation update, December 2023
|
13
|
+
|
4
14
|
1.96.0 (2023-12-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|
@@ -1031,7 +1031,7 @@ module Aws::CloudFormation
|
|
1031
1031
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ExecuteChangeSet.html
|
1032
1032
|
#
|
1033
1033
|
# @option params [Boolean] :import_existing_resources
|
1034
|
-
# Indicates if the
|
1034
|
+
# Indicates if the change set imports resources that already exist.
|
1035
1035
|
#
|
1036
1036
|
# <note markdown="1"> This parameter can only import resources that have custom names in
|
1037
1037
|
# templates. For more information, see [name type][1] in the
|
@@ -7221,7 +7221,7 @@ module Aws::CloudFormation
|
|
7221
7221
|
params: params,
|
7222
7222
|
config: config)
|
7223
7223
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
7224
|
-
context[:gem_version] = '1.
|
7224
|
+
context[:gem_version] = '1.98.0'
|
7225
7225
|
Seahorse::Client::Request.new(handlers, context)
|
7226
7226
|
end
|
7227
7227
|
|
@@ -14,6 +14,7 @@ module Aws::CloudFormation
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::CloudFormation::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -581,7 +581,7 @@ module Aws::CloudFormation
|
|
581
581
|
# @return [String]
|
582
582
|
#
|
583
583
|
# @!attribute [rw] import_existing_resources
|
584
|
-
# Indicates if the
|
584
|
+
# Indicates if the change set imports resources that already exist.
|
585
585
|
# @return [Boolean]
|
586
586
|
#
|
587
587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ChangeSetSummary AWS API Documentation
|
@@ -974,7 +974,7 @@ module Aws::CloudFormation
|
|
974
974
|
# @return [String]
|
975
975
|
#
|
976
976
|
# @!attribute [rw] import_existing_resources
|
977
|
-
# Indicates if the
|
977
|
+
# Indicates if the change set imports resources that already exist.
|
978
978
|
#
|
979
979
|
# <note markdown="1"> This parameter can only import resources that have custom names in
|
980
980
|
# templates. For more information, see [name type][1] in the
|
@@ -2446,7 +2446,7 @@ module Aws::CloudFormation
|
|
2446
2446
|
# @return [String]
|
2447
2447
|
#
|
2448
2448
|
# @!attribute [rw] import_existing_resources
|
2449
|
-
# Indicates if the
|
2449
|
+
# Indicates if the change set imports resources that already exist.
|
2450
2450
|
#
|
2451
2451
|
# <note markdown="1"> This parameter can only import resources that have [custom names][1]
|
2452
2452
|
# in templates. To import resources that do not accept custom names,
|