aws-sdk-sns 1.13.0 → 1.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0173c8b2e9f123c3c9efb4dde64d9545410b0466
4
- data.tar.gz: 3fe274d7cb01e3fe6741ec6ee1632c2728851fa4
3
+ metadata.gz: cb426d9783d4027228fcaa20b93acc1493b2525a
4
+ data.tar.gz: 7cc6e1c08bb212b9b16a3638e2b1580dea46edb4
5
5
  SHA512:
6
- metadata.gz: eb0dae7bd607475ab016cba6406a98f0b9abc9f70dfb686e17c352f1a1ff2fa3ec1ecca9f59d61e0e28481dd9330ee2ca8f74bfa233cc00a1a9fae82ea63ee47
7
- data.tar.gz: e44f548847b4483bdaa71a305f58d435ef2f49df3f734d7483ec76b0d1ef93524265b8aef95eea2f5ec89202016b7fdd25b3eaed177ff1f0fd5a6cea000daa11
6
+ metadata.gz: 8ac4ceb550be2addd230ab406b1e5c0de4aab2aa659d07ae91ba6989d4deeb69e7bcb6f85a82d12e0fb783a7832f8fa0b1335cea682a9e669903d8d11247df26
7
+ data.tar.gz: 1225a14fb48cf98f9b44d5d67524c97f1494048799ef7ad0e2ff47d471f82a4fc653621737685d513edb931c94eda11d88fec656b2d4bbc4a61532d87e0da5a7
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sns/customizations'
46
46
  # @service
47
47
  module Aws::SNS
48
48
 
49
- GEM_VERSION = '1.13.0'
49
+ GEM_VERSION = '1.14.0'
50
50
 
51
51
  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::SNS
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
 
@@ -1974,7 +1976,7 @@ module Aws::SNS
1974
1976
  params: params,
1975
1977
  config: config)
1976
1978
  context[:gem_name] = 'aws-sdk-sns'
1977
- context[:gem_version] = '1.13.0'
1979
+ context[:gem_version] = '1.14.0'
1978
1980
  Seahorse::Client::Request.new(handlers, context)
1979
1981
  end
1980
1982
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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-26 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