aws-sdk-transcribestreamingservice 1.38.0 → 1.39.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: adc9a0c83ffdae541a50bbb003d1092bfab7d52e099ead4785c182466d92ed99
4
+ data.tar.gz: 505d8d263a2658590c59d850babbd744a089aeb1691dbab68d4e1ccb1d6dced3
5
5
  SHA512:
6
- metadata.gz: 6d2e8762a087c84494b4949aa64d309c48d72bc43787b43bf566802bbe4b22fa43b634415050804b26198e7f0697dab854454702369bcc176204b27fff9d5fe4
7
- data.tar.gz: 1b21c8aa645cca8709e7282f2edfee215f8b7760839054ebc2f45d7898fbb1c0a8eb042f0e0389b45e83fc4c36d133717e2112dae534eb46aad533208d6d107f
6
+ metadata.gz: 7dcd1952c527759d2d8546d6c0e61e15bcbaf9ef4222c915029eb3e9c95aec8ff4d61ed93c3908a053678cbc420a9b81babbadf64155e21e4d1657c630f1421b
7
+ data.tar.gz: 812b7a8df2b4c3e2090a995e95461166f717452c675750f994bb06f25ced49b07a30368d333ec1e050ce6e8aa7f4086f343b5e71bf6e382977f7959358a79728
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -23,6 +23,7 @@ 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/defaults_mode.rb'
26
27
  require 'aws-sdk-core/plugins/invocation_id.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
@@ -52,6 +53,7 @@ module Aws::TranscribeStreamingService
52
53
  add_plugin(Aws::Plugins::IdempotencyToken)
53
54
  add_plugin(Aws::Plugins::JsonvalueConverter)
54
55
  add_plugin(Aws::Plugins::HttpChecksum)
56
+ add_plugin(Aws::Plugins::DefaultsMode)
55
57
  add_plugin(Aws::Plugins::InvocationId)
56
58
  add_plugin(Aws::Plugins::SignatureV4)
57
59
  add_plugin(Aws::Plugins::Protocols::RestJson)
@@ -130,6 +132,10 @@ module Aws::TranscribeStreamingService
130
132
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
131
133
  # a clock skew correction and retry requests with skewed client clocks.
132
134
  #
135
+ # @option options [String] :defaults_mode ("legacy")
136
+ # See {Aws::DefaultsModeConfiguration} for a list of the
137
+ # accepted modes and the configuration defaults that are included.
138
+ #
133
139
  # @option options [String] :endpoint
134
140
  # The client endpoint is normally constructed from the `:region`
135
141
  # option. You should only configure an `:endpoint` when connecting
@@ -917,7 +923,7 @@ module Aws::TranscribeStreamingService
917
923
  http_response: Seahorse::Client::Http::AsyncResponse.new,
918
924
  config: config)
919
925
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
920
- context[:gem_version] = '1.38.0'
926
+ context[:gem_version] = '1.39.0'
921
927
  Seahorse::Client::Request.new(handlers, context)
922
928
  end
923
929
 
@@ -27,6 +27,7 @@ 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/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
33
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
@@ -74,6 +75,7 @@ module Aws::TranscribeStreamingService
74
75
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
76
  add_plugin(Aws::Plugins::TransferEncoding)
76
77
  add_plugin(Aws::Plugins::HttpChecksum)
78
+ add_plugin(Aws::Plugins::DefaultsMode)
77
79
  add_plugin(Aws::Plugins::SignatureV4)
78
80
  add_plugin(Aws::Plugins::Protocols::RestJson)
79
81
  add_plugin(Aws::Plugins::EventStreamConfiguration)
@@ -177,6 +179,10 @@ module Aws::TranscribeStreamingService
177
179
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
178
180
  # a clock skew correction and retry requests with skewed client clocks.
179
181
  #
182
+ # @option options [String] :defaults_mode ("legacy")
183
+ # See {Aws::DefaultsModeConfiguration} for a list of the
184
+ # accepted modes and the configuration defaults that are included.
185
+ #
180
186
  # @option options [Boolean] :disable_host_prefix_injection (false)
181
187
  # Set to true to disable SDK automatically adding host prefix
182
188
  # to default service endpoint when available.
@@ -308,7 +314,7 @@ module Aws::TranscribeStreamingService
308
314
  # seconds to wait when opening a HTTP session before raising a
309
315
  # `Timeout::Error`.
310
316
  #
311
- # @option options [Integer] :http_read_timeout (60) The default
317
+ # @option options [Float] :http_read_timeout (60) The default
312
318
  # number of seconds to wait for response data. This value can
313
319
  # safely be set per-request on the session.
314
320
  #
@@ -324,6 +330,9 @@ module Aws::TranscribeStreamingService
324
330
  # disables this behaviour. This value can safely be set per
325
331
  # request on the session.
326
332
  #
333
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
334
+ # in seconds.
335
+ #
327
336
  # @option options [Boolean] :http_wire_trace (false) When `true`,
328
337
  # HTTP debug output will be sent to the `:logger`.
329
338
  #
@@ -362,7 +371,7 @@ module Aws::TranscribeStreamingService
362
371
  params: params,
363
372
  config: config)
364
373
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
365
- context[:gem_version] = '1.38.0'
374
+ context[:gem_version] = '1.39.0'
366
375
  Seahorse::Client::Request.new(handlers, context)
367
376
  end
368
377
 
@@ -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.39.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.39.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: 2021-12-21 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.125.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.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement