aws-sdk-cloudformation 1.19.0 → 1.20.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/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fd900b1fbf099f4eb56df497d87b30cd9de390c
|
4
|
+
data.tar.gz: 853800e505ee1d8579715880405cc39300243a53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c66798059ffc3370523c76777eb17ab13d1c118fffe91443a4a1452accfcad09968ae4a2e74bbc2570e23d1cea8c7eec0557e89aafca609aca6382b84c63aa40
|
7
|
+
data.tar.gz: 6dffa7ec20950d772732dbfe74c6a4bdb9f79ea5fbcc7024dddddcbe6e1323e45e6c6b7e0f7a7a650349df2f6ff9c79cd3592206951ad8fd01ee7e29d839d3a3
|
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
23
23
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
24
24
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
25
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
|
+
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
26
27
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
27
28
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
28
29
|
|
@@ -55,6 +56,7 @@ module Aws::CloudFormation
|
|
55
56
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
56
57
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
57
58
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
59
|
+
add_plugin(Aws::Plugins::TransferEncoding)
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
59
61
|
add_plugin(Aws::Plugins::Protocols::Query)
|
60
62
|
|
@@ -4216,7 +4218,7 @@ module Aws::CloudFormation
|
|
4216
4218
|
params: params,
|
4217
4219
|
config: config)
|
4218
4220
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
4219
|
-
context[:gem_version] = '1.
|
4221
|
+
context[:gem_version] = '1.20.0'
|
4220
4222
|
Seahorse::Client::Request.new(handlers, context)
|
4221
4223
|
end
|
4222
4224
|
|
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.20.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: 2019-
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|