aws-sdk-translate 1.2.0 → 1.3.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: 3b2deb022469266a9b32c15936a5be39f9191363
4
- data.tar.gz: 315806f3b7d9cbeaaac83f286f2c87ba2d4da225
3
+ metadata.gz: 7904ce6633fd4b4ba8a7bb66468de707bcf60253
4
+ data.tar.gz: 9c5c865a59c022b5c085a21e81c4cf5c01ce56bd
5
5
  SHA512:
6
- metadata.gz: 856515cf19c360f71aae9be2cdb91a45d2b1b77af555c9cd2784255c480852dd2b1348177893c1f73a0971267aaed41b5b9501a3ec544bb58bcd42ed8acbca34
7
- data.tar.gz: 2039203d7b38c6c2d6c956cb1cba9b5e195660ddd49ef08f931d913c93fc98a6b039247718a97d695f7d399bc41d5f95de8f30f220311a7eadfc985398a7732c
6
+ metadata.gz: 36e2b44bd4d3734cddbd7bbbbd5cbbb398bd7b5c9dcf379def24e47385b26c6797d650c72e5ebb51b0ea3c8104fe74275096290ee7123b88bda5d24a32cc2dcc
7
+ data.tar.gz: 017d100adbdb770f68e7024e567c9ba990f4626e83e088f33f2905cfacdb2e5d4cc8f04d5fa7582139d567614fd77c2ee11a2e36b23715d1af2cac64a6525595
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-translate/customizations'
42
42
  # @service
43
43
  module Aws::Translate
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.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::Translate
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::Translate
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.
@@ -247,7 +267,7 @@ module Aws::Translate
247
267
  params: params,
248
268
  config: config)
249
269
  context[:gem_name] = 'aws-sdk-translate'
250
- context[:gem_version] = '1.2.0'
270
+ context[:gem_version] = '1.3.0'
251
271
  Seahorse::Client::Request.new(handlers, context)
252
272
  end
253
273
 
@@ -41,13 +41,16 @@ module Aws::Translate
41
41
  api.version = "2017-07-01"
42
42
 
43
43
  api.metadata = {
44
+ "apiVersion" => "2017-07-01",
44
45
  "endpointPrefix" => "translate",
45
46
  "jsonVersion" => "1.1",
46
47
  "protocol" => "json",
47
48
  "serviceFullName" => "Amazon Translate",
49
+ "serviceId" => "Translate",
48
50
  "signatureVersion" => "v4",
49
51
  "signingName" => "translate",
50
52
  "targetPrefix" => "AWSShineFrontendService_20170701",
53
+ "uid" => "translate-2017-07-01",
51
54
  }
52
55
 
53
56
  api.add_operation(:translate_text, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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