aws-sdk-transcribestreamingservice 1.38.0 → 1.41.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: 9f141310767c49cf8ecc83a1484f1e86fdf07883f421731af99235408322b444
4
- data.tar.gz: 211472dee3f0481d224d3667064d9067dabb614dc7457d4335f1b3d667738f4f
3
+ metadata.gz: e9f019103bd8b81208f3ec9ee4569e4e3a0005800a0c24a82e2769e60988448b
4
+ data.tar.gz: 6df9217a0f12a35a04b16481f6084c280896b661409d1ce5f21a28ebd2292b4d
5
5
  SHA512:
6
- metadata.gz: 6d2e8762a087c84494b4949aa64d309c48d72bc43787b43bf566802bbe4b22fa43b634415050804b26198e7f0697dab854454702369bcc176204b27fff9d5fe4
7
- data.tar.gz: 1b21c8aa645cca8709e7282f2edfee215f8b7760839054ebc2f45d7898fbb1c0a8eb042f0e0389b45e83fc4c36d133717e2112dae534eb46aad533208d6d107f
6
+ metadata.gz: 3a8fb95b605d461f98947a67c133f0317ba4ae9df35c1928bd515eb704040cc2f84e5ea36896b0b531218945de634066cc769cf39d3eb6434d668544fc4dec17
7
+ data.tar.gz: 80a07103d99ff7c52a5751116db49efe629a8ebca355301499692d5ead1deb08033e2a2a3a44e1831b714b805df9b00a771e24c0a01b576839250d05daa66e57
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.40.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.39.0 (2021-12-21)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.38.0 (2021-11-30)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.41.0
@@ -23,6 +23,9 @@ require 'aws-sdk-core/plugins/stub_responses.rb'
23
23
  require 'aws-sdk-core/plugins/idempotency_token.rb'
24
24
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
25
25
  require 'aws-sdk-core/plugins/http_checksum.rb'
26
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
27
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
28
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
26
29
  require 'aws-sdk-core/plugins/invocation_id.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
@@ -52,6 +55,9 @@ module Aws::TranscribeStreamingService
52
55
  add_plugin(Aws::Plugins::IdempotencyToken)
53
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
54
57
  add_plugin(Aws::Plugins::HttpChecksum)
58
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
59
+ add_plugin(Aws::Plugins::DefaultsMode)
60
+ add_plugin(Aws::Plugins::RecursionDetection)
55
61
  add_plugin(Aws::Plugins::InvocationId)
56
62
  add_plugin(Aws::Plugins::SignatureV4)
57
63
  add_plugin(Aws::Plugins::Protocols::RestJson)
@@ -130,6 +136,10 @@ module Aws::TranscribeStreamingService
130
136
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
131
137
  # a clock skew correction and retry requests with skewed client clocks.
132
138
  #
139
+ # @option options [String] :defaults_mode ("legacy")
140
+ # See {Aws::DefaultsModeConfiguration} for a list of the
141
+ # accepted modes and the configuration defaults that are included.
142
+ #
133
143
  # @option options [String] :endpoint
134
144
  # The client endpoint is normally constructed from the `:region`
135
145
  # option. You should only configure an `:endpoint` when connecting
@@ -917,7 +927,7 @@ module Aws::TranscribeStreamingService
917
927
  http_response: Seahorse::Client::Http::AsyncResponse.new,
918
928
  config: config)
919
929
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
920
- context[:gem_version] = '1.38.0'
930
+ context[:gem_version] = '1.41.0'
921
931
  Seahorse::Client::Request.new(handlers, context)
922
932
  end
923
933
 
@@ -27,6 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
30
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
35
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
@@ -74,6 +77,9 @@ module Aws::TranscribeStreamingService
74
77
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
78
  add_plugin(Aws::Plugins::TransferEncoding)
76
79
  add_plugin(Aws::Plugins::HttpChecksum)
80
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
81
+ add_plugin(Aws::Plugins::DefaultsMode)
82
+ add_plugin(Aws::Plugins::RecursionDetection)
77
83
  add_plugin(Aws::Plugins::SignatureV4)
78
84
  add_plugin(Aws::Plugins::Protocols::RestJson)
79
85
  add_plugin(Aws::Plugins::EventStreamConfiguration)
@@ -177,6 +183,10 @@ module Aws::TranscribeStreamingService
177
183
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
178
184
  # a clock skew correction and retry requests with skewed client clocks.
179
185
  #
186
+ # @option options [String] :defaults_mode ("legacy")
187
+ # See {Aws::DefaultsModeConfiguration} for a list of the
188
+ # accepted modes and the configuration defaults that are included.
189
+ #
180
190
  # @option options [Boolean] :disable_host_prefix_injection (false)
181
191
  # Set to true to disable SDK automatically adding host prefix
182
192
  # to default service endpoint when available.
@@ -308,7 +318,7 @@ module Aws::TranscribeStreamingService
308
318
  # seconds to wait when opening a HTTP session before raising a
309
319
  # `Timeout::Error`.
310
320
  #
311
- # @option options [Integer] :http_read_timeout (60) The default
321
+ # @option options [Float] :http_read_timeout (60) The default
312
322
  # number of seconds to wait for response data. This value can
313
323
  # safely be set per-request on the session.
314
324
  #
@@ -324,6 +334,9 @@ module Aws::TranscribeStreamingService
324
334
  # disables this behaviour. This value can safely be set per
325
335
  # request on the session.
326
336
  #
337
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
338
+ # in seconds.
339
+ #
327
340
  # @option options [Boolean] :http_wire_trace (false) When `true`,
328
341
  # HTTP debug output will be sent to the `:logger`.
329
342
  #
@@ -362,7 +375,7 @@ module Aws::TranscribeStreamingService
362
375
  params: params,
363
376
  config: config)
364
377
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
365
- context[:gem_version] = '1.38.0'
378
+ context[:gem_version] = '1.41.0'
366
379
  Seahorse::Client::Request.new(handlers, context)
367
380
  end
368
381
 
@@ -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.38.0'
53
+ GEM_VERSION = '1.41.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.38.0
4
+ version: 1.41.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-30 00:00:00.000000000 Z
11
+ date: 2022-02-24 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.122.0
22
+ version: 3.127.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.122.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement