aws-sdk-translate 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: ba3425ae04550b92a40fa7d1d32868ab368fea7b
4
- data.tar.gz: 92378771e29d4fe5aa92443ab05b67b3446f8dc4
3
+ metadata.gz: d5135d64cf2e9dae243111f144337d3e9028d402
4
+ data.tar.gz: 894098db894374896b39ee308f0547be3c8c28d8
5
5
  SHA512:
6
- metadata.gz: 9dc9d6ed56d1e7f8a1d29ae7d27f85fe55aa0afd33a8ff5bc93c599217d9032569feb1f7994875382f6c4beefa02e121cacf94fbfb59cb3e7049f3ae52b925e5
7
- data.tar.gz: 2ba79ae25c9c3c2d84589e08605b6d8b10407ad5fc2d76759674bc255e630e76d3b25abbf6c7f042a87d8b616168c968d97c54fc903e147e8ab7eeeff394e347
6
+ metadata.gz: bf4eeb7697fd353617d76ecbd52c17c20bed341e4a3961f8c7a89734b14a51630798c9ec07dda092e84b44b7b46a86029ce739b817f3554e4fb19dbdc812ffc8
7
+ data.tar.gz: 315977de048cebe0982b22eb25cef4518dfa7365dfa1175dc07aae2414a4a26a78b904f1be8ad6341fee5c48756c4ae2942572421499ce6706025404f1a6c1b6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-translate/customizations'
42
42
  # @service
43
43
  module Aws::Translate
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Translate
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
  #
@@ -267,7 +267,7 @@ module Aws::Translate
267
267
  params: params,
268
268
  config: config)
269
269
  context[:gem_name] = 'aws-sdk-translate'
270
- context[:gem_version] = '1.4.0'
270
+ context[:gem_version] = '1.5.0'
271
271
  Seahorse::Client::Request.new(handlers, context)
272
272
  end
273
273
 
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.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-09-06 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