aws-sdk-cloudformation 1.103.0 → 1.104.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +6 -5
- data/lib/aws-sdk-cloudformation/client_api.rb +2 -0
- data/lib/aws-sdk-cloudformation/types.rb +22 -2
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a72ba5389c06b47b5650f814e6377456b0c43bb34c51f718a53c529b7785d07a
|
|
4
|
+
data.tar.gz: cb9be22cbef24702c552a6ae7ecc9658d28a13e855a458f2c7f423544083ffe7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0784f741b95b4081a9d85e949237b5abb1aabcea0689c0d40bd205c155633ea7edef2a49aaf0b3909498c13df3f318b9742c05e7a3f065e6df0564c0d5dcc5b
|
|
7
|
+
data.tar.gz: 1e7ce9a50713fc1471f2d5e87c54a6a722dc4a804c3ff4c10fcc0ad68f50d7c69001889680de571becfeb4e553026c8a14e15cf5d17eb84c27e8a0113ed42e8f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.104.0 (2024-04-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
|
|
8
|
+
|
|
4
9
|
1.103.0 (2024-03-19)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.104.0
|
|
@@ -417,7 +417,7 @@ module Aws::CloudFormation
|
|
|
417
417
|
#
|
|
418
418
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html
|
|
419
419
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
|
420
|
-
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
420
|
+
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
421
421
|
#
|
|
422
422
|
# @option params [String] :type
|
|
423
423
|
# The extension type.
|
|
@@ -531,7 +531,7 @@ module Aws::CloudFormation
|
|
|
531
531
|
#
|
|
532
532
|
#
|
|
533
533
|
#
|
|
534
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
534
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
535
535
|
#
|
|
536
536
|
# @option params [required, Array<Types::TypeConfigurationIdentifier>] :type_configuration_identifiers
|
|
537
537
|
# The list of identifiers for the desired extension configurations.
|
|
@@ -2535,6 +2535,7 @@ module Aws::CloudFormation
|
|
|
2535
2535
|
# resp.changes #=> Array
|
|
2536
2536
|
# resp.changes[0].type #=> String, one of "Resource"
|
|
2537
2537
|
# resp.changes[0].hook_invocation_count #=> Integer
|
|
2538
|
+
# resp.changes[0].resource_change.policy_action #=> String, one of "Delete", "Retain", "Snapshot", "ReplaceAndDelete", "ReplaceAndRetain", "ReplaceAndSnapshot"
|
|
2538
2539
|
# resp.changes[0].resource_change.action #=> String, one of "Add", "Modify", "Remove", "Import", "Dynamic"
|
|
2539
2540
|
# resp.changes[0].resource_change.logical_resource_id #=> String
|
|
2540
2541
|
# resp.changes[0].resource_change.physical_resource_id #=> String
|
|
@@ -6529,7 +6530,7 @@ module Aws::CloudFormation
|
|
|
6529
6530
|
# [1]: https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html
|
|
6530
6531
|
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html
|
|
6531
6532
|
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
|
6532
|
-
# [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
6533
|
+
# [4]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
6533
6534
|
#
|
|
6534
6535
|
# @option params [String] :type
|
|
6535
6536
|
# The kind of extension.
|
|
@@ -6771,7 +6772,7 @@ module Aws::CloudFormation
|
|
|
6771
6772
|
#
|
|
6772
6773
|
#
|
|
6773
6774
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html
|
|
6774
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
6775
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
6775
6776
|
# [3]: https://docs.aws.amazon.com/
|
|
6776
6777
|
#
|
|
6777
6778
|
# @option params [String] :type_arn
|
|
@@ -8330,7 +8331,7 @@ module Aws::CloudFormation
|
|
|
8330
8331
|
params: params,
|
|
8331
8332
|
config: config)
|
|
8332
8333
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
8333
|
-
context[:gem_version] = '1.
|
|
8334
|
+
context[:gem_version] = '1.104.0'
|
|
8334
8335
|
Seahorse::Client::Request.new(handlers, context)
|
|
8335
8336
|
end
|
|
8336
8337
|
|
|
@@ -309,6 +309,7 @@ module Aws::CloudFormation
|
|
|
309
309
|
PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
|
|
310
310
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
|
311
311
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
|
312
|
+
PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
|
|
312
313
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
|
313
314
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
|
314
315
|
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
|
@@ -1500,6 +1501,7 @@ module Aws::CloudFormation
|
|
|
1500
1501
|
|
|
1501
1502
|
RequiredActivatedTypes.member = Shapes::ShapeRef.new(shape: RequiredActivatedType)
|
|
1502
1503
|
|
|
1504
|
+
ResourceChange.add_member(:policy_action, Shapes::ShapeRef.new(shape: PolicyAction, location_name: "PolicyAction"))
|
|
1503
1505
|
ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
|
|
1504
1506
|
ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
|
1505
1507
|
ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
|
@@ -3692,7 +3692,7 @@ module Aws::CloudFormation
|
|
|
3692
3692
|
#
|
|
3693
3693
|
#
|
|
3694
3694
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html
|
|
3695
|
-
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
3695
|
+
# [2]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
3696
3696
|
# @return [String]
|
|
3697
3697
|
#
|
|
3698
3698
|
# @!attribute [rw] publisher_id
|
|
@@ -6570,6 +6570,25 @@ module Aws::CloudFormation
|
|
|
6570
6570
|
# The `ResourceChange` structure describes the resource and the action
|
|
6571
6571
|
# that CloudFormation will perform on it if you execute this change set.
|
|
6572
6572
|
#
|
|
6573
|
+
# @!attribute [rw] policy_action
|
|
6574
|
+
# The action that will be taken on the physical resource when the
|
|
6575
|
+
# change set is executed.
|
|
6576
|
+
#
|
|
6577
|
+
# * `Delete` The resource will be deleted.
|
|
6578
|
+
#
|
|
6579
|
+
# * `Retain` The resource will be retained.
|
|
6580
|
+
#
|
|
6581
|
+
# * `Snapshot` The resource will have a snapshot taken.
|
|
6582
|
+
#
|
|
6583
|
+
# * `ReplaceAndDelete` The resource will be replaced and then deleted.
|
|
6584
|
+
#
|
|
6585
|
+
# * `ReplaceAndRetain` The resource will be replaced and then
|
|
6586
|
+
# retained.
|
|
6587
|
+
#
|
|
6588
|
+
# * `ReplaceAndSnapshot` The resource will be replaced and then have a
|
|
6589
|
+
# snapshot taken.
|
|
6590
|
+
# @return [String]
|
|
6591
|
+
#
|
|
6573
6592
|
# @!attribute [rw] action
|
|
6574
6593
|
# The action that CloudFormation takes on the resource, such as `Add`
|
|
6575
6594
|
# (adds a new resource), `Modify` (changes a resource), `Remove`
|
|
@@ -6632,6 +6651,7 @@ module Aws::CloudFormation
|
|
|
6632
6651
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ResourceChange AWS API Documentation
|
|
6633
6652
|
#
|
|
6634
6653
|
class ResourceChange < Struct.new(
|
|
6654
|
+
:policy_action,
|
|
6635
6655
|
:action,
|
|
6636
6656
|
:logical_resource_id,
|
|
6637
6657
|
:physical_resource_id,
|
|
@@ -10056,7 +10076,7 @@ module Aws::CloudFormation
|
|
|
10056
10076
|
#
|
|
10057
10077
|
#
|
|
10058
10078
|
#
|
|
10059
|
-
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-
|
|
10079
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration
|
|
10060
10080
|
#
|
|
10061
10081
|
# @!attribute [rw] arn
|
|
10062
10082
|
# The Amazon Resource Name (ARN) for the configuration data, in this
|
data/sig/types.rbs
CHANGED
|
@@ -1195,6 +1195,7 @@ module Aws::CloudFormation
|
|
|
1195
1195
|
end
|
|
1196
1196
|
|
|
1197
1197
|
class ResourceChange
|
|
1198
|
+
attr_accessor policy_action: ("Delete" | "Retain" | "Snapshot" | "ReplaceAndDelete" | "ReplaceAndRetain" | "ReplaceAndSnapshot")
|
|
1198
1199
|
attr_accessor action: ("Add" | "Modify" | "Remove" | "Import" | "Dynamic")
|
|
1199
1200
|
attr_accessor logical_resource_id: ::String
|
|
1200
1201
|
attr_accessor physical_resource_id: ::String
|
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.104.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-03
|
|
11
|
+
date: 2024-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|