aws-sdk-transcribestreamingservice 1.69.0 → 1.70.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: 23e2f9e180094177e67913d59c3e88efeaaef8e17e2d6d3ebc938bcb188d019e
4
- data.tar.gz: a0ea0571c8360e6102482e86411e6394279ae17ae6610f8fba4e9e5f190a166e
3
+ metadata.gz: e47c1649b90a0c8c31a3b62bfd1963d5156c7221a7c6f19f03818d7c6ab2fcd7
4
+ data.tar.gz: ce944d8b9747dd3d2b902c130dbaa0e5f9e236e141e4d4848a9280db078fe9a7
5
5
  SHA512:
6
- metadata.gz: '095b89c71a12113a0ea1367803d62264c4218f122fa1c1b840ec67e4b75d244d6271719d2cf746357c56bddb0c898e72295da5560e7ce0782ee1c9f1d13a5f5f'
7
- data.tar.gz: d0e1b93668bdef63d78fdf671a9f754ad2dc9b5a5bcdf862709f08793536aaa3b98becedaf30c956ce0ad3da9a4d2e417abb1ffeabb22e9d84a9442191e7c8ca
6
+ metadata.gz: 3fc315f55d8b664b42b7530bb6020899b535c2436d73fab07b8cead6bd5b4ebc361e717828c7cb15b6e689887f98d6680a3986c17117dfd49c3a837ff534a2bc
7
+ data.tar.gz: 1fe9a051bcaa4beb1de6b5bbe3f1c3639b2b49c29a1d2fa20cf3c0d686235423f9886d58d2dee4ba7d82f54242287f4fdcf76a567479136f73f3a22f23cb9b50
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.69.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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.69.0'
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.69.0'
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.69.0'
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.69.0
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-23 00:00:00.000000000 Z
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