aws-sdk-alexaforbusiness 1.22.0 → 1.23.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: b1f5eb6daf7cd9beb3dabeb7b12d6db0922daed0
4
- data.tar.gz: 7ab150253f29a07b44ac69aa8621deec41e348d7
3
+ metadata.gz: 9576bc284c30356cf9b10ace953cc806da729d31
4
+ data.tar.gz: 43c1bd679d2bba2be44057ba580218614ddf90b1
5
5
  SHA512:
6
- metadata.gz: f9da71504a18165846e238d2ce30bfd415d686b09f3f5cd144f6b353422fc8a2e05aed64d41fd059013883b31123e4045f8154974c388890a3c793329e393935
7
- data.tar.gz: bb9f1f8dc8bf2288940b8f2cd73d25023e37f4587269e189841f5c3c19136b8092d4e54733d88748c0d088c9c30b76b48f11e7dce17e8ee2605f4da1c1e9cb5e
6
+ metadata.gz: 57c4c4e1f2a9f518aafd468115f66d9a2e6be7dcda43977bdb15d3ac7b83242a27a158f4852685d5616fe2f438785af7408282136eab4ff264f8e270ba12d733
7
+ data.tar.gz: 590d611bd9336a5f59a8625b2597a03434af107df5eac014426f3a615263fce8da7a6f7e854f40449290584faaed911ab2365139149c6afb5315d21a09359f53
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  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/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::AlexaForBusiness
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::JsonRpc)
60
62
 
@@ -3587,7 +3589,7 @@ module Aws::AlexaForBusiness
3587
3589
  params: params,
3588
3590
  config: config)
3589
3591
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
3590
- context[:gem_version] = '1.22.0'
3592
+ context[:gem_version] = '1.23.0'
3591
3593
  Seahorse::Client::Request.new(handlers, context)
3592
3594
  end
3593
3595
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-alexaforbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-05-07 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