aws-sdk-workspaces 1.3.0 → 1.4.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: 1c03dc4d9384d00b9c4904e976865718eec8c87a
4
- data.tar.gz: 9a3970a300b4349c5a19acf7990d80c172b6a81b
3
+ metadata.gz: ce878a2ded23ecb0482cf0feec0b08227c4601f3
4
+ data.tar.gz: 86f4d9c43b0725a55194190b53736f06692c5ecc
5
5
  SHA512:
6
- metadata.gz: 86794a4452ff6953058a16f9acc0159694e041abd292ba82f379da43d04e579a622f31fd08f097176927d7c00c78ad8c1a93e19316ba348f3d20f4540c05b6b5
7
- data.tar.gz: 398fbdf7bd39c27d1ba7046fecd61d9a32dac41e0b09204d014d85656b35618ae639df178f0852f7a0f392f4c1e91be204b7d739b269868073a6a7dcd1f46d3e
6
+ metadata.gz: cee65ed05b110ba9b50bd2dfd25684a771b37d0f64b4ec56a6121c3c2299e55effec5c57ee678ebf3ca9960c21f6f261be1e835d7a76be61d0c76a6adaf2eb83
7
+ data.tar.gz: 001110d45a5578494ff0b90352e657e447f98a761a5b783d2eda2bebf93a07344c341d05fadad605abf510b23b6f047c717b6f9e70dcbb9dd408a63dcf0a62f0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::WorkSpaces
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::WorkSpaces
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -1139,7 +1159,7 @@ module Aws::WorkSpaces
1139
1159
  params: params,
1140
1160
  config: config)
1141
1161
  context[:gem_name] = 'aws-sdk-workspaces'
1142
- context[:gem_version] = '1.3.0'
1162
+ context[:gem_version] = '1.4.0'
1143
1163
  Seahorse::Client::Request.new(handlers, context)
1144
1164
  end
1145
1165
 
@@ -504,12 +504,15 @@ module Aws::WorkSpaces
504
504
  api.version = "2015-04-08"
505
505
 
506
506
  api.metadata = {
507
+ "apiVersion" => "2015-04-08",
507
508
  "endpointPrefix" => "workspaces",
508
509
  "jsonVersion" => "1.1",
509
510
  "protocol" => "json",
510
511
  "serviceFullName" => "Amazon WorkSpaces",
512
+ "serviceId" => "WorkSpaces",
511
513
  "signatureVersion" => "v4",
512
514
  "targetPrefix" => "WorkspacesService",
515
+ "uid" => "workspaces-2015-04-08",
513
516
  }
514
517
 
515
518
  api.add_operation(:associate_ip_groups, Seahorse::Model::Operation.new.tap do |o|
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.3.0
4
+ version: 1.4.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-06-26 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core