aws-sdk-polly 1.49.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-polly/client.rb +4 -2
- data/lib/aws-sdk-polly.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c94a39ba6901a56ea2f26dec7ed612c3ec890d56750658aaf9b2a2f07f66e8b0
|
|
4
|
+
data.tar.gz: 59439a6ac29581e9516cb1079766897e41d8b0a31298b073222b001457443f20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19965e9d37e74214743dbab32cd9f204af177d9208ee1d0b866a882b6678677410db38223dc001bc062c549ee3ad11514aeca32cd0bb3513f748a6dc44dc1a2e
|
|
7
|
+
data.tar.gz: 39f1f7d114f9c3b7504b50882a082874ccaf645c878f18bd8ebd999ed88eca0530238397217e46a4f3445af49a3c74997e6d3eadb08a63ebdf40332e4df62461
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.50.0
|
data/lib/aws-sdk-polly/client.rb
CHANGED
|
@@ -119,7 +119,9 @@ module Aws::Polly
|
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
122
|
-
# enable retries and extended timeouts.
|
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
124
|
+
# to true.
|
|
123
125
|
#
|
|
124
126
|
# @option options [required, String] :region
|
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -1097,7 +1099,7 @@ module Aws::Polly
|
|
|
1097
1099
|
params: params,
|
|
1098
1100
|
config: config)
|
|
1099
1101
|
context[:gem_name] = 'aws-sdk-polly'
|
|
1100
|
-
context[:gem_version] = '1.
|
|
1102
|
+
context[:gem_version] = '1.50.0'
|
|
1101
1103
|
Seahorse::Client::Request.new(handlers, context)
|
|
1102
1104
|
end
|
|
1103
1105
|
|
data/lib/aws-sdk-polly.rb
CHANGED
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.50.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: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|