aws-sdk-cloudformation 1.57.0 → 1.58.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 133b0de8ad2e7bd50bb5c6bd718b18b2d878656aa3aea3f01f9c2a1bd4713f5a
4
- data.tar.gz: 9aa482d290fc3f268688574e9c2f159f862a15fb4118a73dc8ab326cc91c12dc
3
+ metadata.gz: d545609324c015bb77d6a99e771b7894b6bbb13daae3eac5c49112ba3460694e
4
+ data.tar.gz: 7837aea1d7dd2e09e5b8a6c2f53c71bff18d759ad8d91ae18ee69ee9a36bc81e
5
5
  SHA512:
6
- metadata.gz: 8c95dc8274574fc3768f7e6844b5a0440c162e274d3c10ad2a336a2e9fca04f588d05af341c582bc4f3253c5c9a56d607be6c0b5f3769c4b88aa0474f007aa59
7
- data.tar.gz: 82e56f64aca49d169298778430d67cc2a08c7ade96776a4241574356455863fa792e2b30f635f4cae0ccad90864eaa1589b0525ea826e4c2c0db09e769b5b344
6
+ metadata.gz: 2be7d6c938f19a4538410755420c29a4c0308681c4f571f970dc0a3474205db82b99edccbcda0aab3e882051e8c7a1828538703556131d9eb97332b115eb3504
7
+ data.tar.gz: 7fcee0f31b1330794f4ba113f39bf87670c7928439122de10f3a57467da5095bfbb1012d6ee1bcaf1f19c466b5e70098a2a7de02e56f256192ff8cadbdf01f4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2021-09-10)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for CloudFormation that fixes several customer-reported issues.
8
+
4
9
  1.57.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
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 have
2585
- # not yet been checked for drift are not included. Resources that do not
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 `AmazonCloudFormationException` is
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.57.0'
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 Lamdba
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 CAPABILITY\_IAM or
4117
- # CAPABILITY\_NAMED\_IAM value for this parameter when you use the
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].
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFormation
55
55
 
56
- GEM_VERSION = '1.57.0'
56
+ GEM_VERSION = '1.58.0'
57
57
 
58
58
  end
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.57.0
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-01 00:00:00.000000000 Z
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