aws-sdk-polly 1.22.0 → 1.23.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: 238d2107620ebde1dce5f1ab895aae124805af67
4
- data.tar.gz: 3107a841b47cfa447666cda1bba04b4503ca59db
3
+ metadata.gz: b00cfd27f1d7e8a17c9cf26efc4ed5c47b3d7512
4
+ data.tar.gz: a16599294d71b9422b089f226498aa42a7116a47
5
5
  SHA512:
6
- metadata.gz: 35a07039e65d156cf0aa58d66b7951d88a93ad8d900056922bed5cb33e59cffee1a36d03454ce700255e6c2f9c582bb8df8af82f9bc96bac4e46ac67afbf5d8d
7
- data.tar.gz: 507d41727b36d247a33a297c98cb85cc54929a92e1c0a8811a6ffdec8039f59c14155ee7376759c5dff8f9018d5c35ae14acffd896c6e07a16b2694ecb4817a7
6
+ metadata.gz: fc427b08891fd0df75ba855e382d277c33a455e4c43da2ca6dcce751ae0654d9c172ed52e56d8edd52b16f384849f1c7a76a00449f366205d1bc486ea53942a1
7
+ data.tar.gz: 2fb49d86aa5fda6713142f1bc30d2bf71c4816a013fc82cc1515b07d85a9748ebfef971439ddac1d6b2e0189b62bac20e7f4b8e3b279db5e3512c3ca1f09c87f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-polly/customizations'
42
42
  # @service
43
43
  module Aws::Polly
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Polly
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -957,7 +961,7 @@ module Aws::Polly
957
961
  params: params,
958
962
  config: config)
959
963
  context[:gem_name] = 'aws-sdk-polly'
960
- context[:gem_version] = '1.22.0'
964
+ context[:gem_version] = '1.23.0'
961
965
  Seahorse::Client::Request.new(handlers, context)
962
966
  end
963
967
 
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.22.0
4
+ version: 1.23.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement