aws-sdk-transcribeservice 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: 45223f5cc8f9b5e364e94c72a394b914256ae477
4
- data.tar.gz: 4a63fecae1c0a2993dcfeb84284dc90744f35419
3
+ metadata.gz: 2e57c05c9bcc9c496e5718f2b6255454e3db174e
4
+ data.tar.gz: a06e913a8f7f7a6341a25c84b62b1c23db433b23
5
5
  SHA512:
6
- metadata.gz: 43d95b2a73e701ff474fabb777d261600a08d5a9cb276d49f722593fba05a7294d939e2566b129e6e8867193b9445cb7697dc3607427d08c8002a65566af1199
7
- data.tar.gz: defbd3a9a75e3cb731f369c56a4c21948bf9aef687e7010bb8f4fdac5af1cef541ed3040d4b024532fe96999da48d8541fb034c4353badeb2b22dbfbb3785a02
6
+ metadata.gz: 44b0aeae7ae0951f3612a554e7d619cdeac8e0c1cb1486c66fdabddd3e2b415d5439b1dacfdaa69272b33fb6945174d0f2ad7bfbbcef37a401304173ff88409d
7
+ data.tar.gz: 8030c802319cf0a128a8849c435097fac939e06c58f6a6fed23a997b557ce2318ca443b9a15aaea9a0d174f64e1732b679835bba37c1e46b62eabf9a2d06d2e1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::TranscribeService
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
  #
@@ -630,7 +630,7 @@ module Aws::TranscribeService
630
630
  params: params,
631
631
  config: config)
632
632
  context[:gem_name] = 'aws-sdk-transcribeservice'
633
- context[:gem_version] = '1.8.0'
633
+ context[:gem_version] = '1.9.0'
634
634
  Seahorse::Client::Request.new(handlers, context)
635
635
  end
636
636
 
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.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-10-11 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