aws-sdk-transcribestreamingservice 1.50.0 → 1.51.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: 61085e8084a6cadc390907b808f964d3a34dea02ad57605cae45444c84e71a0a
4
- data.tar.gz: 20e8c0908e98638b84178708dde8fcd59c6f46fe62f0be83d26d1e8b28c08178
3
+ metadata.gz: 1b123b07d9824d9fda35a91cc41be1b176b5116b3915c942ae36ee40b2ad71c0
4
+ data.tar.gz: 42157451649d841b3f3304fc5bff667845dfd6fc70bdd81ebb6915e4476a9ce3
5
5
  SHA512:
6
- metadata.gz: 4a875e3ead22d029c842adb911a30984248554a942171c2eab10cb2515654a369a2d57a7a8abb6de11b3013cfc60b13a82882e0ac5317a125d112dcc3c7092d1
7
- data.tar.gz: d0721bb6666200af4a2490b625983dae8d056d0f2bb1a4e77625f864cc5a2a767864cc4d70a7a174e734f7ff3bed2c143ab8fe6cdf2980a09f0ad7f8cddf4bbf
6
+ metadata.gz: c753fbc3c501605e39daae4d326b559bfd91cf3e99730911dc37973089ca782341f0cc16726a8b94833335ad1498de71a2ab20fc44d4dcd9ed8431a0f169cc7b
7
+ data.tar.gz: 2d9eefa34ee9a0fd1f03242b7b66bb7de38d970d9e972fa79051d48a6a682545d898a836fe2ff58051b0946a234e839a2d28de84a9305dc6106a90a7c937f876
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -155,6 +155,10 @@ module Aws::TranscribeStreamingService
155
155
  # @option options [Proc] :event_stream_handler
156
156
  # When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
157
157
  #
158
+ # @option options [Boolean] :ignore_configured_endpoint_urls
159
+ # Setting to true disables use of endpoint URLs provided via environment
160
+ # variables and the shared configuration file.
161
+ #
158
162
  # @option options [Proc] :input_event_stream_handler
159
163
  # When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
160
164
  #
@@ -1643,7 +1647,7 @@ module Aws::TranscribeStreamingService
1643
1647
  http_response: Seahorse::Client::Http::AsyncResponse.new,
1644
1648
  config: config)
1645
1649
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
1646
- context[:gem_version] = '1.50.0'
1650
+ context[:gem_version] = '1.51.0'
1647
1651
  Seahorse::Client::Request.new(handlers, context)
1648
1652
  end
1649
1653
 
@@ -221,6 +221,10 @@ module Aws::TranscribeStreamingService
221
221
  # @option options [Proc] :event_stream_handler
222
222
  # When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
223
223
  #
224
+ # @option options [Boolean] :ignore_configured_endpoint_urls
225
+ # Setting to true disables use of endpoint URLs provided via environment
226
+ # variables and the shared configuration file.
227
+ #
224
228
  # @option options [Proc] :input_event_stream_handler
225
229
  # When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
226
230
  #
@@ -408,7 +412,7 @@ module Aws::TranscribeStreamingService
408
412
  params: params,
409
413
  config: config)
410
414
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
411
- context[:gem_version] = '1.50.0'
415
+ context[:gem_version] = '1.51.0'
412
416
  Seahorse::Client::Request.new(handlers, context)
413
417
  end
414
418
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
54
54
  # @!group service
55
55
  module Aws::TranscribeStreamingService
56
56
 
57
- GEM_VERSION = '1.50.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  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.50.0
4
+ version: 1.51.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core