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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29194c3dff146b7cd91da7a4574047d8a1c03c98bf6ba62d3424c1d42e02a8b2
4
- data.tar.gz: 8d4dd3854bea1f8d8976a8fb7b3303beab7271c4966d511db685e48f2c1a8c6b
3
+ metadata.gz: c94a39ba6901a56ea2f26dec7ed612c3ec890d56750658aaf9b2a2f07f66e8b0
4
+ data.tar.gz: 59439a6ac29581e9516cb1079766897e41d8b0a31298b073222b001457443f20
5
5
  SHA512:
6
- metadata.gz: 8190b03eb3be45de6fd8ec606fd2b984c2a9e3b122e724ce9e88f1f15350c053f98f34c16dac23c4923e3deaa73173389f6bc45ca09bda38fec0a4bd24c779b7
7
- data.tar.gz: ff417599aef708bb35a014a1d55c750884b59f166b514bb6bdd9a989a90929aadd4aa286ec65bd96ae4e0fb4456076da665923bbe2d4c61c460b017ce7b33269
6
+ metadata.gz: 19965e9d37e74214743dbab32cd9f204af177d9208ee1d0b866a882b6678677410db38223dc001bc062c549ee3ad11514aeca32cd0bb3513f748a6dc44dc1a2e
7
+ data.tar.gz: 39f1f7d114f9c3b7504b50882a082874ccaf645c878f18bd8ebd999ed88eca0530238397217e46a4f3445af49a3c74997e6d3eadb08a63ebdf40332e4df62461
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.49.0 (2021-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -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.49.0'
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-polly/customizations'
48
48
  # @!group service
49
49
  module Aws::Polly
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
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.49.0
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-18 00:00:00.000000000 Z
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