aws-sdk-cloudformation 1.19.0 → 1.20.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
  SHA1:
3
- metadata.gz: c5dd757901dfcbda60af4ea156616ff5aaa06ff8
4
- data.tar.gz: a7338d5dd8f736e881c605d10087e3e8f36322f7
3
+ metadata.gz: 6fd900b1fbf099f4eb56df497d87b30cd9de390c
4
+ data.tar.gz: 853800e505ee1d8579715880405cc39300243a53
5
5
  SHA512:
6
- metadata.gz: 987fc62457f802f140438ea18183c986387e9e263d49ac87fb18a2d3bd1e18fc0369083d241325fad6108b61a75d3957ad0d8195961b4c4df49826474873ec7d
7
- data.tar.gz: 95b34dd2c85ff934b27034e05f4ba077d45b59e63088d65bad988944fdd5b71955c922b6ba2d874f9894a9ab0d2b480ab2b025d003d71a93218001d46bd5d318
6
+ metadata.gz: c66798059ffc3370523c76777eb17ab13d1c118fffe91443a4a1452accfcad09968ae4a2e74bbc2570e23d1cea8c7eec0557e89aafca609aca6382b84c63aa40
7
+ data.tar.gz: 6dffa7ec20950d772732dbfe74c6a4bdb9f79ea5fbcc7024dddddcbe6e1323e45e6c6b7e0f7a7a650349df2f6ff9c79cd3592206951ad8fd01ee7e29d839d3a3
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
47
47
  # @service
48
48
  module Aws::CloudFormation
49
49
 
50
- GEM_VERSION = '1.19.0'
50
+ GEM_VERSION = '1.20.0'
51
51
 
52
52
  end
@@ -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.19.0'
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.19.0
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-04-24 00:00:00.000000000 Z
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