aws-sdk-workspaces 1.6.0 → 1.7.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: cdfa17ac6e16c56dde305e0da55a4a140a1a37d2
4
- data.tar.gz: c02bdd5e948e6f4f5e8d6748665966d7b02378bd
3
+ metadata.gz: b52dab30b43c1198535088eb8db626366efb9c6e
4
+ data.tar.gz: 21ce905d839662e1b9ea00e3fb3cb1e356fabb81
5
5
  SHA512:
6
- metadata.gz: dae665d27c5f6b407c7d57cce2b900d3c2012b1dabcded995a31baa2c43a78aa0c296ef995063e8d3fcfe3538e7fd015c2a3962ef81d283a34faaece589e452c
7
- data.tar.gz: 51dd732e3139e281eb2e1c95db3ccee81f5eea6e087a75e890438a6db60c4838debfb3e7c437dd6c8ffd9430ab3a8b4d98e035b4f1f5b9d095a8244bc1af3f5e
6
+ metadata.gz: 11d6890de729b705acc61781d787172bc224c5d7fd088c790eec487ea172006c0af26b1554fe989f4a9b1c9186b454d5661cfbb6e3dd254889f38eae9fbc3f8e
7
+ data.tar.gz: b4e6ae8760ef02f360de9496799c8e7d5279f09117c17aee7d526ec8c90caa2b1233b1210b74ed37438cf03df781e3dd5091a493ea6eee41c641b1fffc87a987
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::WorkSpaces
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -1159,7 +1159,7 @@ module Aws::WorkSpaces
1159
1159
  params: params,
1160
1160
  config: config)
1161
1161
  context[:gem_name] = 'aws-sdk-workspaces'
1162
- context[:gem_version] = '1.6.0'
1162
+ context[:gem_version] = '1.7.0'
1163
1163
  Seahorse::Client::Request.new(handlers, context)
1164
1164
  end
1165
1165
 
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.6.0
4
+ version: 1.7.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: 2018-10-19 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core