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 +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: 43fad1c325e2380f4467c0d995d48e7ebf00f27c2292b47342162588d5ab7d80
|
4
|
+
data.tar.gz: 171a5b6a420a391737b32f506cdd3cfbfd89f84f076aed0a99ccba66b774fd8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85bbe18414e9f5eb2127a63e85495f97a8d6f7e8a8445a60bdbdc7fa8d5585336407fbca769aa607b5361a63614bae56c59f83d32b3ca1d14a78488ff9b3713d
|
7
|
+
data.tar.gz: bb7a877333f71dc89ed8b2dd0a9be15d1ff30fee5da9b0f26ae1002f466b6aa5a9963745f18665d7293982cc7b417d5df955e83cfea4f78657768cc1560250e3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
# }
|
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.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-
|
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
|