aws-sdk-devicefarm 1.8.0 → 1.9.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: abc8dfdce4b00291ac3bf08ef62d33610f1538ae
4
- data.tar.gz: 9ca68d134ff23ff9bc7a2086cea3decfae68a8af
3
+ metadata.gz: b249d6b7c5a61bfc32aa86ed8b6a066bdd6245fb
4
+ data.tar.gz: 51762b27263643bdc5c566a7cd5466b1b33a13e0
5
5
  SHA512:
6
- metadata.gz: 45c71422528032fd96fa6b282ed88203f337d4cda1ed93fe4b946e5565b03d75518d40904bad23054a6c511ee126c4d431e87ec3cf9d1011a504ffcabb2d0924
7
- data.tar.gz: 6ce5c42becb4ef7a4c1880ab772cc839379f24487cf6fa21bf4ddc3e0c093ad89ee64fec53928525b95833ad92ee2db5e34eab818bf6916c06e733c9fb2d56dd
6
+ metadata.gz: 35a2c6c235739345b2dcedec5e29ad09533a17c77b4762d0d1ca538f7970afd3355edb23289992820a50cc986dcf0749067805464e5c157a070cb5720346cca1
7
+ data.tar.gz: '008fb14ced9ddd0e7fa20148ca2386b8fe9994d6dcdd47e3c76478cf0b62b05321a54c7362248f7365d767ea72d8d4aef0b2be473620f46c76e47a4ef7894ab4'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
42
42
  # @service
43
43
  module Aws::DeviceFarm
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.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::DeviceFarm
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::DeviceFarm
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.
@@ -4992,7 +5012,7 @@ module Aws::DeviceFarm
4992
5012
  params: params,
4993
5013
  config: config)
4994
5014
  context[:gem_name] = 'aws-sdk-devicefarm'
4995
- context[:gem_version] = '1.8.0'
5015
+ context[:gem_version] = '1.9.0'
4996
5016
  Seahorse::Client::Request.new(handlers, context)
4997
5017
  end
4998
5018
 
@@ -1193,12 +1193,15 @@ module Aws::DeviceFarm
1193
1193
  api.version = "2015-06-23"
1194
1194
 
1195
1195
  api.metadata = {
1196
+ "apiVersion" => "2015-06-23",
1196
1197
  "endpointPrefix" => "devicefarm",
1197
1198
  "jsonVersion" => "1.1",
1198
1199
  "protocol" => "json",
1199
1200
  "serviceFullName" => "AWS Device Farm",
1201
+ "serviceId" => "Device Farm",
1200
1202
  "signatureVersion" => "v4",
1201
1203
  "targetPrefix" => "DeviceFarm_20150623",
1204
+ "uid" => "devicefarm-2015-06-23",
1202
1205
  }
1203
1206
 
1204
1207
  api.add_operation(:create_device_pool, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-08-15 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