aws-sdk-cloudformation 1.90.0 → 1.91.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: 036376d88d43a72fedd6b73b1e521000aa985264b1d1ddb83e80dfccd7474879
4
- data.tar.gz: f9fc8740292419f2a8e01607d747bb8a903edde1c5e906cb9aab7446648ea7ee
3
+ metadata.gz: 2f8b161e3dd557a5114c04f06db7ef86925ffda94f704c1a46ebb01112d5d5f2
4
+ data.tar.gz: 8ed88c506558e5b3761484e2d68faddb336037ec733cbba4ce978e724511847a
5
5
  SHA512:
6
- metadata.gz: 70badf0c5d9178f07fccdcddeeec5049b80d0a8683251a2d52f8a82bd7b432d6c477f11aca21ec7bef71eedef4980d1266cf8987d498ff252efe9c08728a727d
7
- data.tar.gz: 17c765128f6ae8be3d9c06af610806b7b9c9cf09ad507ccee338b3301c9bc7b1d774af63d014d76c4ebbbe4e6e49a6d774e72463c7897b056d2f3cef95632210
6
+ metadata.gz: e7073114b255177c38d156ec4ed4a31d088d3c1abe375c8a30fff0370c0fa05bd88ab9c6998eaf7d3082f05d8ce69ad6a3165139298e69c7d4a812a61906e2b1
7
+ data.tar.gz: 4ffe6de5c2082fe5b883b563a02cbd3f403e1e4bbbd545ced895ec527d8c75e96937a35373e79e74a70eadb5395ecb07a362e20f65abec057575371ec804f4de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2023-10-16)
5
+ ------------------
6
+
7
+ * Feature - SDK and documentation updates for UpdateReplacePolicy
8
+
4
9
  1.90.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -2378,9 +2378,9 @@ module Aws::CloudFormation
2378
2378
  # resp.changes[0].resource_change.resource_type #=> String
2379
2379
  # resp.changes[0].resource_change.replacement #=> String, one of "True", "False", "Conditional"
2380
2380
  # resp.changes[0].resource_change.scope #=> Array
2381
- # resp.changes[0].resource_change.scope[0] #=> String, one of "Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "Tags"
2381
+ # resp.changes[0].resource_change.scope[0] #=> String, one of "Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "UpdateReplacePolicy", "Tags"
2382
2382
  # resp.changes[0].resource_change.details #=> Array
2383
- # resp.changes[0].resource_change.details[0].target.attribute #=> String, one of "Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "Tags"
2383
+ # resp.changes[0].resource_change.details[0].target.attribute #=> String, one of "Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "UpdateReplacePolicy", "Tags"
2384
2384
  # resp.changes[0].resource_change.details[0].target.name #=> String
2385
2385
  # resp.changes[0].resource_change.details[0].target.requires_recreation #=> String, one of "Never", "Conditionally", "Always"
2386
2386
  # resp.changes[0].resource_change.details[0].evaluation #=> String, one of "Static", "Dynamic"
@@ -7160,7 +7160,7 @@ module Aws::CloudFormation
7160
7160
  params: params,
7161
7161
  config: config)
7162
7162
  context[:gem_name] = 'aws-sdk-cloudformation'
7163
- context[:gem_version] = '1.90.0'
7163
+ context[:gem_version] = '1.91.0'
7164
7164
  Seahorse::Client::Request.new(handlers, context)
7165
7165
  end
7166
7166
 
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.90.0'
60
+ GEM_VERSION = '1.91.0'
61
61
 
62
62
  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.90.0
4
+ version: 1.91.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core