aws-sdk-transcribestreamingservice 1.69.0 → 1.70.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e47c1649b90a0c8c31a3b62bfd1963d5156c7221a7c6f19f03818d7c6ab2fcd7
|
4
|
+
data.tar.gz: ce944d8b9747dd3d2b902c130dbaa0e5f9e236e141e4d4848a9280db078fe9a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc315f55d8b664b42b7530bb6020899b535c2436d73fab07b8cead6bd5b4ebc361e717828c7cb15b6e689887f98d6680a3986c17117dfd49c3a837ff534a2bc
|
7
|
+
data.tar.gz: 1fe9a051bcaa4beb1de6b5bbe3f1c3639b2b49c29a1d2fa20cf3c0d686235423f9886d58d2dee4ba7d82f54242287f4fdcf76a567479136f73f3a22f23cb9b50
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -1751,7 +1751,7 @@ module Aws::TranscribeStreamingService
|
|
1751
1751
|
tracer: tracer
|
1752
1752
|
)
|
1753
1753
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
1754
|
-
context[:gem_version] = '1.
|
1754
|
+
context[:gem_version] = '1.70.0'
|
1755
1755
|
Seahorse::Client::Request.new(handlers, context)
|
1756
1756
|
end
|
1757
1757
|
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
39
39
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:transcribestreamingservice)
|
41
|
-
|
42
40
|
module Aws::TranscribeStreamingService
|
43
41
|
# An API client for TranscribeStreamingService. To construct a client, you need to configure a `:region` and `:credentials`.
|
44
42
|
#
|
@@ -478,7 +476,7 @@ module Aws::TranscribeStreamingService
|
|
478
476
|
tracer: tracer
|
479
477
|
)
|
480
478
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
481
|
-
context[:gem_version] = '1.
|
479
|
+
context[:gem_version] = '1.70.0'
|
482
480
|
Seahorse::Client::Request.new(handlers, context)
|
483
481
|
end
|
484
482
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:transcribestreamingservice)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Transcribe Streaming Service. This module is available in the
|
15
17
|
# `aws-sdk-transcribestreamingservice` gem.
|
16
18
|
#
|
@@ -54,7 +56,7 @@ module Aws::TranscribeStreamingService
|
|
54
56
|
autoload :AsyncClient, 'aws-sdk-transcribestreamingservice/async_client'
|
55
57
|
autoload :EventStreams, 'aws-sdk-transcribestreamingservice/event_streams'
|
56
58
|
|
57
|
-
GEM_VERSION = '1.
|
59
|
+
GEM_VERSION = '1.70.0'
|
58
60
|
|
59
61
|
end
|
60
62
|
|
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.
|
4
|
+
version: 1.70.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: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|