aws-sdk-transcribestreamingservice 1.91.0 → 1.92.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribestreamingservice/async_client.rb +1 -1
- data/lib/aws-sdk-transcribestreamingservice/client.rb +1 -1
- data/lib/aws-sdk-transcribestreamingservice/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-transcribestreamingservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0956ae688c20fd7961f45cebe03307f11caf46b1678922458fac7879e040a4b2'
|
|
4
|
+
data.tar.gz: 37df1fd7f831f84a62c6c3d6b098712ebe891171164bc03ad12a70bcb1533091
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb71514f7ed7ea0df04e33586c5df683efbc0fdb87ac4c3a38aae4fbd7c2efe4a11fa13d317aba0fe2f905a0d15d9e4e9840714b6105d2beb2257fc738504cde
|
|
7
|
+
data.tar.gz: 4510c47b6ef77cc386d271d018f054ef0d2d4b2b1ec0ab155fa37c613ef1540d43326fe5077678b7d9962fc40609e75090eb3838fe8b7bb42e68383f0ded98da
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -2191,7 +2191,7 @@ module Aws::TranscribeStreamingService
|
|
|
2191
2191
|
tracer: tracer
|
|
2192
2192
|
)
|
|
2193
2193
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
|
2194
|
-
context[:gem_version] = '1.
|
|
2194
|
+
context[:gem_version] = '1.92.0'
|
|
2195
2195
|
Seahorse::Client::Request.new(handlers, context)
|
|
2196
2196
|
end
|
|
2197
2197
|
|
|
@@ -561,7 +561,7 @@ module Aws::TranscribeStreamingService
|
|
|
561
561
|
tracer: tracer
|
|
562
562
|
)
|
|
563
563
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
|
564
|
-
context[:gem_version] = '1.
|
|
564
|
+
context[:gem_version] = '1.92.0'
|
|
565
565
|
Seahorse::Client::Request.new(handlers, context)
|
|
566
566
|
end
|
|
567
567
|
|
|
@@ -13,22 +13,22 @@ module Aws::TranscribeStreamingService
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
|
@@ -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.92.0'
|
|
60
60
|
|
|
61
61
|
end
|
|
62
62
|
|