aws-sdk-cloudformation 1.57.0 → 1.58.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +5 -6
- data/lib/aws-sdk-cloudformation/types.rb +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- 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: d545609324c015bb77d6a99e771b7894b6bbb13daae3eac5c49112ba3460694e
|
4
|
+
data.tar.gz: 7837aea1d7dd2e09e5b8a6c2f53c71bff18d759ad8d91ae18ee69ee9a36bc81e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2be7d6c938f19a4538410755420c29a4c0308681c4f571f970dc0a3474205db82b99edccbcda0aab3e882051e8c7a1828538703556131d9eb97332b115eb3504
|
7
|
+
data.tar.gz: 7fcee0f31b1330794f4ba113f39bf87670c7928439122de10f3a57467da5095bfbb1012d6ee1bcaf1f19c466b5e70098a2a7de02e56f256192ff8cadbdf01f4b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -2581,9 +2581,9 @@ module Aws::CloudFormation
|
|
2581
2581
|
# configuration drift.
|
2582
2582
|
#
|
2583
2583
|
# 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
|
2584
|
+
# stack resource that has been checked for drift. Resources that
|
2585
|
+
# haven't yet been checked for drift are not included. Resources that
|
2586
|
+
# do not currently support drift detection are not checked, and so not
|
2587
2587
|
# included. For a list of resources that support drift detection, see
|
2588
2588
|
# [Resources that Support Drift Detection][1].
|
2589
2589
|
#
|
@@ -2939,8 +2939,7 @@ module Aws::CloudFormation
|
|
2939
2939
|
# Returns the description for the specified stack; if no stack name was
|
2940
2940
|
# specified, then it returns the description for all the stacks created.
|
2941
2941
|
#
|
2942
|
-
# <note markdown="1"> If the stack does not exist, an `
|
2943
|
-
# returned.
|
2942
|
+
# <note markdown="1"> If the stack does not exist, an `ValidationError` is returned.
|
2944
2943
|
#
|
2945
2944
|
# </note>
|
2946
2945
|
#
|
@@ -6638,7 +6637,7 @@ module Aws::CloudFormation
|
|
6638
6637
|
params: params,
|
6639
6638
|
config: config)
|
6640
6639
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
6641
|
-
context[:gem_version] = '1.
|
6640
|
+
context[:gem_version] = '1.58.0'
|
6642
6641
|
Seahorse::Client::Request.new(handlers, context)
|
6643
6642
|
end
|
6644
6643
|
|
@@ -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.58.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-09-
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|