aws-sdk-cloudformation 1.66.0 → 1.67.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: ae98163b091cd85aeb40d8a34920e3d611ea4c84b347c7ce9a33287a13715115
4
- data.tar.gz: 9bfaf0122b6fb431b33117e53822484d540cac015c2f4684bda98de1bcb8d8c1
3
+ metadata.gz: 8a82a7358d56e6c20ba1ce4dadb67c4f21ea8fb06b010777ebbd93ea405ffc85
4
+ data.tar.gz: c59752e386651418150dda852516d446713d5c1abaa6b1d531e8801415d33d53
5
5
  SHA512:
6
- metadata.gz: ea6d9d189a16aa1c76038ab36f1b99ad1a4bdfb8309280cf728f9f99f40b52132574a5fb0eb11fa8e792c59ca05fe34812c1382b917e7b1eabe90af07f8709a9
7
- data.tar.gz: 01d59212aa0756617e73557393da5597a9b6c13973c4a0ce18bd9414516adf199e1e09d7de65670bc35a944823bafe39887ba1bd7f71dfa3a83e956e3f328b7a
6
+ metadata.gz: 16f66fe9a200a0b32d8266c5297bf038c7d35867b840e529a296e5aff771e627230bef1215fe12ba0f81d0beff43c3b3cf99d226f04ffd2cb4125d1350778570
7
+ data.tar.gz: e902d692ee27bd9c8b6158317001fd8a9418e1dbe3099538c6afc6cb7dfeb27a22ff968e9e9bcc61123d19670cbb44598f5ec39bcb9cf4747f95de5576fe4169
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2022-02-10)
5
+ ------------------
6
+
7
+ * Feature - This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes
8
+
4
9
  1.66.0 (2022-02-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -5073,7 +5073,7 @@ module Aws::CloudFormation
5073
5073
  # operation_status: "PENDING", # required, accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5074
5074
  # current_operation_status: "PENDING", # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5075
5075
  # status_message: "StatusMessage",
5076
- # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration
5076
+ # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown
5077
5077
  # resource_model: "ResourceModel",
5078
5078
  # client_request_token: "ClientRequestToken",
5079
5079
  # })
@@ -6772,7 +6772,7 @@ module Aws::CloudFormation
6772
6772
  params: params,
6773
6773
  config: config)
6774
6774
  context[:gem_name] = 'aws-sdk-cloudformation'
6775
- context[:gem_version] = '1.66.0'
6775
+ context[:gem_version] = '1.67.0'
6776
6776
  Seahorse::Client::Request.new(handlers, context)
6777
6777
  end
6778
6778
 
@@ -5936,7 +5936,7 @@ module Aws::CloudFormation
5936
5936
  # operation_status: "PENDING", # required, accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5937
5937
  # current_operation_status: "PENDING", # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5938
5938
  # status_message: "StatusMessage",
5939
- # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration
5939
+ # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown
5940
5940
  # resource_model: "ResourceModel",
5941
5941
  # client_request_token: "ClientRequestToken",
5942
5942
  # }
@@ -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.66.0'
56
+ GEM_VERSION = '1.67.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.66.0
4
+ version: 1.67.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: 2022-02-09 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core