aws-sdk-workspaces 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d117c84db7b34e4b4c4409aeee5471c801810ec8
4
- data.tar.gz: 8cf6c46292ceea926dfcebc9dfa2770e399012d6
3
+ metadata.gz: 0ec8da074036a4d61eeda5f89faf82ecdf7fbbc4
4
+ data.tar.gz: 50706b352347bbbaa1ec0d1ecb7518d12c364ee8
5
5
  SHA512:
6
- metadata.gz: 239398a9608e8e141b9139d63b4210881275ba2d71e346475a5a9d421f2abfb1be2fd5660273f06111ca2555137c70c3eabd414a66161dddb060656287e11b7e
7
- data.tar.gz: 47d8557f7855e01e5f979ac9fef67549ea96eb3ecb3e96e9dcc8f16c86235ec4d370f2c7e4b45b09982daa2336229f02f320a2677c33f37fbe340ce859286a79
6
+ metadata.gz: 07d664c5d5fa1b643a8ce6a8b378f75da7200212c2e5382bd69016a27b9b18b056dfaf4307d6e39c3f4264abb7d5fd76882ae519f50827bba21ba73426f69669
7
+ data.tar.gz: fc93fe4420f488203ca62826b38b707791250d4e8a697775afb094481afb807051d1af5c5fcdda850ccd48c2d4dd8906737bc7caf6dfe2376434a1ab02516706
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.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::WorkSpaces
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
 
@@ -1574,7 +1576,7 @@ module Aws::WorkSpaces
1574
1576
  params: params,
1575
1577
  config: config)
1576
1578
  context[:gem_name] = 'aws-sdk-workspaces'
1577
- context[:gem_version] = '1.19.0'
1579
+ context[:gem_version] = '1.20.0'
1578
1580
  Seahorse::Client::Request.new(handlers, context)
1579
1581
  end
1580
1582
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
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-25 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