aws-sdk-cloudformation 1.72.0 → 1.73.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: 46a507b6b348e97c8fecb70958267c29ad15fe519652e40d6041edcc70c3526c
4
- data.tar.gz: f8bf054f14da9660c53527348764373a27157a91e5e4633469fde0d9b0237e71
3
+ metadata.gz: 43fad1c325e2380f4467c0d995d48e7ebf00f27c2292b47342162588d5ab7d80
4
+ data.tar.gz: 171a5b6a420a391737b32f506cdd3cfbfd89f84f076aed0a99ccba66b774fd8c
5
5
  SHA512:
6
- metadata.gz: 6a489660e970c726e059c62c1240c90434706ecacdeb694da7401ac2dcb431cfa11825dd36bb70937fff548b355760114c163ff175dd3a4f59e08519f2a1f617
7
- data.tar.gz: ad12e7e4b134035fd44600c519f2f94dfc899023ca6a1c7eb5342a8f4b29f2cdfe5942b11470d8cd58abe53222fbb8c50e594b1325a2927ce265bb89d660a57b
6
+ metadata.gz: 85bbe18414e9f5eb2127a63e85495f97a8d6f7e8a8445a60bdbdc7fa8d5585336407fbca769aa607b5361a63614bae56c59f83d32b3ca1d14a78488ff9b3713d
7
+ data.tar.gz: bb7a877333f71dc89ed8b2dd0a9be15d1ff30fee5da9b0f26ae1002f466b6aa5a9963745f18665d7293982cc7b417d5df955e83cfea4f78657768cc1560250e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2022-11-16)
5
+ ------------------
6
+
7
+ * Feature - Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
8
+
4
9
  1.72.0 (2022-10-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -5118,7 +5118,7 @@ module Aws::CloudFormation
5118
5118
  # operation_status: "PENDING", # required, accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5119
5119
  # current_operation_status: "PENDING", # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
5120
5120
  # status_message: "StatusMessage",
5121
- # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown
5121
+ # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown, UnsupportedTarget
5122
5122
  # resource_model: "ResourceModel",
5123
5123
  # client_request_token: "ClientRequestToken",
5124
5124
  # })
@@ -6823,7 +6823,7 @@ module Aws::CloudFormation
6823
6823
  params: params,
6824
6824
  config: config)
6825
6825
  context[:gem_name] = 'aws-sdk-cloudformation'
6826
- context[:gem_version] = '1.72.0'
6826
+ context[:gem_version] = '1.73.0'
6827
6827
  Seahorse::Client::Request.new(handlers, context)
6828
6828
  end
6829
6829
 
@@ -6004,7 +6004,7 @@ module Aws::CloudFormation
6004
6004
  # operation_status: "PENDING", # required, accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
6005
6005
  # current_operation_status: "PENDING", # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED
6006
6006
  # status_message: "StatusMessage",
6007
- # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown
6007
+ # error_code: "NotUpdatable", # accepts NotUpdatable, InvalidRequest, AccessDenied, InvalidCredentials, AlreadyExists, NotFound, ResourceConflict, Throttling, ServiceLimitExceeded, NotStabilized, GeneralServiceException, ServiceInternalError, NetworkFailure, InternalFailure, InvalidTypeConfiguration, HandlerInternalFailure, NonCompliant, Unknown, UnsupportedTarget
6008
6008
  # resource_model: "ResourceModel",
6009
6009
  # client_request_token: "ClientRequestToken",
6010
6010
  # }
@@ -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.72.0'
60
+ GEM_VERSION = '1.73.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.72.0
4
+ version: 1.73.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-10-28 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core