aws-sdk-polly 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-polly.rb +1 -1
- data/lib/aws-sdk-polly/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51679204e6b4e81dc94add96fe135ff654598c26
|
4
|
+
data.tar.gz: 5246665f91f8522e93d4215b34367075d5ae0775
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dd2ef6ff8bd99ab457e379761780c4903447746f2ba0f6bf23c57f2baefaa40e91cb952abf81197dc3f352e0e841470e046d64abec12a2ec7f235b41fe4d704
|
7
|
+
data.tar.gz: 99a707a108ce7136ad9fb74e3d01ff4a179e58d195acd18d29e5573912dcb158da79c6439c54a9c190a914501e9922e303dd0a8a1eecc6b2f6408f43d5bf8746
|
data/lib/aws-sdk-polly.rb
CHANGED
data/lib/aws-sdk-polly/client.rb
CHANGED
@@ -96,19 +96,19 @@ module Aws::Polly
|
|
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
|
#
|
@@ -883,7 +883,7 @@ module Aws::Polly
|
|
883
883
|
params: params,
|
884
884
|
config: config)
|
885
885
|
context[:gem_name] = 'aws-sdk-polly'
|
886
|
-
context[:gem_version] = '1.
|
886
|
+
context[:gem_version] = '1.12.0'
|
887
887
|
Seahorse::Client::Request.new(handlers, context)
|
888
888
|
end
|
889
889
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-polly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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-
|
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
|