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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3760b737892b44c4cdbec96abc0194c0e3c41c8d
4
- data.tar.gz: '0269f32d7d29b7f7679beb1343c8e52f3f9c7cf7'
3
+ metadata.gz: 51679204e6b4e81dc94add96fe135ff654598c26
4
+ data.tar.gz: 5246665f91f8522e93d4215b34367075d5ae0775
5
5
  SHA512:
6
- metadata.gz: f33209655f65dc0866b014c58bdf62729c4b53a9e514d4804d58b9b2eaeab8de4c0118708023fefd35169ac72b489fc812423613ad0b4d420dff455c583ae410
7
- data.tar.gz: b76e809dda7cdb4ee5009090d820e04e73ec7aee8d84bfaa4376a39fd01c157a10dd57739a2dc0d638b0d3f0181a773224b474b070dd2e2225a235c1b9f9cf5b
6
+ metadata.gz: 4dd2ef6ff8bd99ab457e379761780c4903447746f2ba0f6bf23c57f2baefaa40e91cb952abf81197dc3f352e0e841470e046d64abec12a2ec7f235b41fe4d704
7
+ data.tar.gz: 99a707a108ce7136ad9fb74e3d01ff4a179e58d195acd18d29e5573912dcb158da79c6439c54a9c190a914501e9922e303dd0a8a1eecc6b2f6408f43d5bf8746
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-polly/customizations'
42
42
  # @service
43
43
  module Aws::Polly
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -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.11.0'
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.11.0
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-09-13 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