aws-sdk-cloudformation 1.56.0 → 1.60.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +14 -6
- data/lib/aws-sdk-cloudformation/types.rb +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d30524e381c780114507372c60777ddf87608e658f74aa12f2355358296ea61
|
|
4
|
+
data.tar.gz: 481b90a2022a6e226df9cb64ae9077aaef3156d69b2603e749bae321b921cb64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fe3b9a9b3c44e312667eeafc572928e7da7b7e9b81ec4bea7b917a88fcfe3811420874f3951304be3d1e2d051d4b66b3fdc10e39cd1cddbca0f8dc10ffd18bd
|
|
7
|
+
data.tar.gz: e56a8307e82458eb73cf38030d7c90dc45c7097550ae93db523153fb784775a717696fb6d219e13996fddc02d6e81046d0f3295e3ca7ae6c2a18d27d910d5633
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.60.0 (2021-11-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.59.0 (2021-10-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.58.0 (2021-09-10)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Doc only update for CloudFormation that fixes several customer-reported issues.
|
|
18
|
+
|
|
19
|
+
1.57.0 (2021-09-01)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
4
24
|
1.56.0 (2021-08-30)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -275,6 +275,15 @@ module Aws::CloudFormation
|
|
|
275
275
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
|
276
276
|
# requests are made, and retries are disabled.
|
|
277
277
|
#
|
|
278
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
|
279
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
|
280
|
+
# will be used if available.
|
|
281
|
+
#
|
|
282
|
+
# @option options [Boolean] :use_fips_endpoint
|
|
283
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
|
284
|
+
# When a `fips` region is used, the region is normalized and this config
|
|
285
|
+
# is set to `true`.
|
|
286
|
+
#
|
|
278
287
|
# @option options [Boolean] :validate_params (true)
|
|
279
288
|
# When `true`, request parameters are validated before
|
|
280
289
|
# sending the request.
|
|
@@ -2581,9 +2590,9 @@ module Aws::CloudFormation
|
|
|
2581
2590
|
# configuration drift.
|
|
2582
2591
|
#
|
|
2583
2592
|
# For a given stack, there will be one `StackResourceDrift` for each
|
|
2584
|
-
# stack resource that has been checked for drift. Resources that
|
|
2585
|
-
#
|
|
2586
|
-
# currently support drift detection are not checked, and so not
|
|
2593
|
+
# stack resource that has been checked for drift. Resources that
|
|
2594
|
+
# haven't yet been checked for drift are not included. Resources that
|
|
2595
|
+
# do not currently support drift detection are not checked, and so not
|
|
2587
2596
|
# included. For a list of resources that support drift detection, see
|
|
2588
2597
|
# [Resources that Support Drift Detection][1].
|
|
2589
2598
|
#
|
|
@@ -2939,8 +2948,7 @@ module Aws::CloudFormation
|
|
|
2939
2948
|
# Returns the description for the specified stack; if no stack name was
|
|
2940
2949
|
# specified, then it returns the description for all the stacks created.
|
|
2941
2950
|
#
|
|
2942
|
-
# <note markdown="1"> If the stack does not exist, an `
|
|
2943
|
-
# returned.
|
|
2951
|
+
# <note markdown="1"> If the stack does not exist, an `ValidationError` is returned.
|
|
2944
2952
|
#
|
|
2945
2953
|
# </note>
|
|
2946
2954
|
#
|
|
@@ -6638,7 +6646,7 @@ module Aws::CloudFormation
|
|
|
6638
6646
|
params: params,
|
|
6639
6647
|
config: config)
|
|
6640
6648
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
6641
|
-
context[:gem_version] = '1.
|
|
6649
|
+
context[:gem_version] = '1.60.0'
|
|
6642
6650
|
Seahorse::Client::Request.new(handlers, context)
|
|
6643
6651
|
end
|
|
6644
6652
|
|
|
@@ -14,7 +14,7 @@ module Aws::CloudFormation
|
|
|
14
14
|
# CloudFormation invokes, if present, before proceeding with a stack set
|
|
15
15
|
# operation in an account and Region.
|
|
16
16
|
#
|
|
17
|
-
# For each account and Region, CloudFormation lets you specify a
|
|
17
|
+
# For each account and Region, CloudFormation lets you specify a Lambda
|
|
18
18
|
# function that encapsulates any requirements that must be met before
|
|
19
19
|
# CloudFormation can proceed with a stack set operation in that account
|
|
20
20
|
# and Region. CloudFormation invokes the function each time a stack set
|
|
@@ -4113,10 +4113,10 @@ module Aws::CloudFormation
|
|
|
4113
4113
|
#
|
|
4114
4114
|
# @!attribute [rw] capabilities
|
|
4115
4115
|
# The capabilities found within the template. If your template
|
|
4116
|
-
# contains IAM resources, you must specify the
|
|
4117
|
-
#
|
|
4116
|
+
# contains IAM resources, you must specify the `CAPABILITY_IAM` or
|
|
4117
|
+
# `CAPABILITY_NAMED_IAM` value for this parameter when you use the
|
|
4118
4118
|
# CreateStack or UpdateStack actions with your template; otherwise,
|
|
4119
|
-
# those actions return an InsufficientCapabilities error.
|
|
4119
|
+
# those actions return an `InsufficientCapabilities` error.
|
|
4120
4120
|
#
|
|
4121
4121
|
# For more information, see [Acknowledging IAM Resources in
|
|
4122
4122
|
# CloudFormation Templates][1].
|
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.60.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: 2021-
|
|
11
|
+
date: 2021-11-04 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.122.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.122.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
requirements:
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: '
|
|
84
|
+
version: '2.3'
|
|
85
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - ">="
|