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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +2 -2
- data/lib/aws-sdk-cloudformation/types.rb +1 -1
- data/lib/aws-sdk-cloudformation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a82a7358d56e6c20ba1ce4dadb67c4f21ea8fb06b010777ebbd93ea405ffc85
|
|
4
|
+
data.tar.gz: c59752e386651418150dda852516d446713d5c1abaa6b1d531e8801415d33d53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16f66fe9a200a0b32d8266c5297bf038c7d35867b840e529a296e5aff771e627230bef1215fe12ba0f81d0beff43c3b3cf99d226f04ffd2cb4125d1350778570
|
|
7
|
+
data.tar.gz: e902d692ee27bd9c8b6158317001fd8a9418e1dbe3099538c6afc6cb7dfeb27a22ff968e9e9bcc61123d19670cbb44598f5ec39bcb9cf4747f95de5576fe4169
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
# }
|
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.
|
|
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-
|
|
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
|