aws-sdk-cloudformation 1.89.0 → 1.91.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b613affeed5d4d7976aa33b943f2a3382fef0dfc2e965a7ec1f2ec0a94be9830
4
- data.tar.gz: ad4a562426a19117bd8531bfb64c03ec4b98d3042bdca3a005a47614e3f4bb12
3
+ metadata.gz: 2f8b161e3dd557a5114c04f06db7ef86925ffda94f704c1a46ebb01112d5d5f2
4
+ data.tar.gz: 8ed88c506558e5b3761484e2d68faddb336037ec733cbba4ce978e724511847a
5
5
  SHA512:
6
- metadata.gz: 2eaad6325fc781321ffd73462eaa2061d5c9ea94a45683408200a15ac356335bba8ea41a05a6478b61773b5b91eb88d309fb2dba16089078a464c1ce2250e4e9
7
- data.tar.gz: 2248ef7b914a3e9ffa0e314571542d86ea77c52c5e61ddf07c2a3fcd52f0d41430eaf31a4e0ecab042300cd430c715e9c7ed334e35dada69dbb762f4e20c7bc8
6
+ metadata.gz: e7073114b255177c38d156ec4ed4a31d088d3c1abe375c8a30fff0370c0fa05bd88ab9c6998eaf7d3082f05d8ce69ad6a3165139298e69c7d4a812a61906e2b1
7
+ data.tar.gz: 4ffe6de5c2082fe5b883b563a02cbd3f403e1e4bbbd545ced895ec527d8c75e96937a35373e79e74a70eadb5395ecb07a362e20f65abec057575371ec804f4de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.90.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.89.0 (2023-09-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.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.89.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.89.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.89.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-14 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement