aws-sdk-transcribestreamingservice 1.80.0 → 1.81.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5a06ebb0f7c9d0ea4609c4c03a882dda1830e1f2a01a768c58a51ece1028aa7
|
4
|
+
data.tar.gz: a66e18a0d31ae4502522b66b8f09071e9a92cfdd89498143d0ccda24f53d3517
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a618d4e04a849a7d3402c22dd33d389bdbc5b2cca8bc8b656d276e5936d85a7bc2be2a7bd376b00b4e51583c51465892b59a14bfc05a6b9c455f6c394508e87a
|
7
|
+
data.tar.gz: 685ef179a25913e5a75f1905f724048d40d4c2e9cc7ed36687bd18cf8689e724a5dc22f3bfcb736d81025c46ae20b65b6166edf7b81d2a201ccf666220d113a5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.81.0
|
@@ -2083,7 +2083,7 @@ module Aws::TranscribeStreamingService
|
|
2083
2083
|
tracer: tracer
|
2084
2084
|
)
|
2085
2085
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
2086
|
-
context[:gem_version] = '1.
|
2086
|
+
context[:gem_version] = '1.81.0'
|
2087
2087
|
Seahorse::Client::Request.new(handlers, context)
|
2088
2088
|
end
|
2089
2089
|
|
@@ -202,8 +202,7 @@ module Aws::TranscribeStreamingService
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -554,7 +553,7 @@ module Aws::TranscribeStreamingService
|
|
554
553
|
tracer: tracer
|
555
554
|
)
|
556
555
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
557
|
-
context[:gem_version] = '1.
|
556
|
+
context[:gem_version] = '1.81.0'
|
558
557
|
Seahorse::Client::Request.new(handlers, context)
|
559
558
|
end
|
560
559
|
|
@@ -56,7 +56,7 @@ module Aws::TranscribeStreamingService
|
|
56
56
|
autoload :AsyncClient, 'aws-sdk-transcribestreamingservice/async_client'
|
57
57
|
autoload :EventStreams, 'aws-sdk-transcribestreamingservice/event_streams'
|
58
58
|
|
59
|
-
GEM_VERSION = '1.
|
59
|
+
GEM_VERSION = '1.81.0'
|
60
60
|
|
61
61
|
end
|
62
62
|
|