aws-sdk-transcribeservice 1.4.0 → 1.5.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: 5f74d1a22feadf4fc49af6a92caf172e43cb16b8
4
- data.tar.gz: 2eaa5aa202556dbae52467b89d0a024fdb9e5495
3
+ metadata.gz: aeaba75cdf8aaa6bb9d53d2016ab73a243b7b722
4
+ data.tar.gz: 13291182aea409174e16ef63c755dbd239d78783
5
5
  SHA512:
6
- metadata.gz: db123643c6f9f44f6eb870b3dfb61c03b8ad458e65d61e66779e1ede61ff8956bbd7743c15937a1d4430fb17c786675132e646d4d4ddbbfd56256683873ce101
7
- data.tar.gz: ed50df32b99f3fb8a49ed778146e1575718070204e52bba3d80fab80bcba0a01b54658e1caeb7c386faf6dbafff8651fc7e13c330b53bd58d1cb4391114c4f32
6
+ metadata.gz: a0c9fc7f04e6fbf0e75be9c9381acceb8299926afba02bcfe4ec96ea2b25c3b31f4fda3cb81aca23671ec7db348e6c0da09d7d47a73d4e14bc03c7aca15ec12a
7
+ data.tar.gz: e40c8e26cbe59fdc752be8c77a2fa482e6972b52ef2cf26b3202ba652a369141ab4dbc02fc9f1c87a957ad99ed9fbcf0699c7e480e3568c3719f699537181281
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.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::TranscribeService
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::TranscribeService
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.
@@ -576,7 +596,7 @@ module Aws::TranscribeService
576
596
  params: params,
577
597
  config: config)
578
598
  context[:gem_name] = 'aws-sdk-transcribeservice'
579
- context[:gem_version] = '1.4.0'
599
+ context[:gem_version] = '1.5.0'
580
600
  Seahorse::Client::Request.new(handlers, context)
581
601
  end
582
602
 
@@ -189,13 +189,16 @@ module Aws::TranscribeService
189
189
  api.version = "2017-10-26"
190
190
 
191
191
  api.metadata = {
192
+ "apiVersion" => "2017-10-26",
192
193
  "endpointPrefix" => "transcribe",
193
194
  "jsonVersion" => "1.1",
194
195
  "protocol" => "json",
195
196
  "serviceFullName" => "Amazon Transcribe Service",
197
+ "serviceId" => "Transcribe",
196
198
  "signatureVersion" => "v4",
197
199
  "signingName" => "transcribe",
198
200
  "targetPrefix" => "Transcribe",
201
+ "uid" => "transcribe-2017-10-26",
199
202
  }
200
203
 
201
204
  api.add_operation(:create_vocabulary, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-01 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