aws-sdk-transcribestreamingservice 1.37.0 → 1.38.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
  SHA256:
3
- metadata.gz: 833697cf9ef72da8a35387c1658670c6dc57ac25ee72a7e58cbc08d6060950c9
4
- data.tar.gz: ca81a308ff36bdbd4a0cbf161832ff6cc0b16040a0be89bad60f4acf54e7effb
3
+ metadata.gz: 9f141310767c49cf8ecc83a1484f1e86fdf07883f421731af99235408322b444
4
+ data.tar.gz: 211472dee3f0481d224d3667064d9067dabb614dc7457d4335f1b3d667738f4f
5
5
  SHA512:
6
- metadata.gz: 6deacd3f0803fc143b1854724669898a86a3babc9ba98359dc11f916d1a7fa6fd21696feef42fd9643a1fc67ba7aee84dbbb8f19abaf12f1b183400beaa3ec3a
7
- data.tar.gz: 396f4865b44db9b640ae246208ebda12582d7c38926513e5e7f29c865801a11446f9966dfaa1d9c00e2f3f8681b50ff65db62c253bf867c4c877ef8809e6a830
6
+ metadata.gz: 6d2e8762a087c84494b4949aa64d309c48d72bc43787b43bf566802bbe4b22fa43b634415050804b26198e7f0697dab854454702369bcc176204b27fff9d5fe4
7
+ data.tar.gz: 1b21c8aa645cca8709e7282f2edfee215f8b7760839054ebc2f45d7898fbb1c0a8eb042f0e0389b45e83fc4c36d133717e2112dae534eb46aad533208d6d107f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2021-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -98,7 +98,9 @@ module Aws::TranscribeStreamingService
98
98
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
99
99
  # are very aggressive. Construct and pass an instance of
100
100
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
101
- # enable retries and extended timeouts.
101
+ # enable retries and extended timeouts. Instance profile credential
102
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
103
+ # to true.
102
104
  #
103
105
  # @option options [required, String] :region
104
106
  # The AWS region to connect to. The configured `:region` is
@@ -915,7 +917,7 @@ module Aws::TranscribeStreamingService
915
917
  http_response: Seahorse::Client::Http::AsyncResponse.new,
916
918
  config: config)
917
919
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
918
- context[:gem_version] = '1.37.0'
920
+ context[:gem_version] = '1.38.0'
919
921
  Seahorse::Client::Request.new(handlers, context)
920
922
  end
921
923
 
@@ -121,7 +121,9 @@ module Aws::TranscribeStreamingService
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -360,7 +362,7 @@ module Aws::TranscribeStreamingService
360
362
  params: params,
361
363
  config: config)
362
364
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
363
- context[:gem_version] = '1.37.0'
365
+ context[:gem_version] = '1.38.0'
364
366
  Seahorse::Client::Request.new(handlers, context)
365
367
  end
366
368
 
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
50
50
  # @!group service
51
51
  module Aws::TranscribeStreamingService
52
52
 
53
- GEM_VERSION = '1.37.0'
53
+ GEM_VERSION = '1.38.0'
54
54
 
55
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-22 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