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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baa361d64ff48a87d503c83208c41f96b1a3452971cac8eb94a954102b94dda8
4
- data.tar.gz: a9438d9110b8110bce4f70f5f0e8ec10137ca8a80101ffa2213d950ee1ba0fac
3
+ metadata.gz: '0956ae688c20fd7961f45cebe03307f11caf46b1678922458fac7879e040a4b2'
4
+ data.tar.gz: 37df1fd7f831f84a62c6c3d6b098712ebe891171164bc03ad12a70bcb1533091
5
5
  SHA512:
6
- metadata.gz: 2580f1174d8ba7d7fa61f80c8a68732335281774bc4a10b9bc95c7f4c27b83091b35aed6404ff2037c7ce46237cd06911d55b16ffa7b89ded308f1cc9757ec47
7
- data.tar.gz: b2405913eb7200c9de039254c9e274bdfacd164db360c5cdb56e22ffe807e66eea9f60370400ba774e44acf82c6c5e3ff1906e6a22a904e09471c5dc9201a0f6
6
+ metadata.gz: fb71514f7ed7ea0df04e33586c5df683efbc0fdb87ac4c3a38aae4fbd7c2efe4a11fa13d317aba0fe2f905a0d15d9e4e9840714b6105d2beb2257fc738504cde
7
+ data.tar.gz: 4510c47b6ef77cc386d271d018f054ef0d2d4b2b1ec0ab155fa37c613ef1540d43326fe5077678b7d9962fc40609e75090eb3838fe8b7bb42e68383f0ded98da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.91.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
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.91.0'
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.91.0'
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 [String]
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 [Boolean]
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 [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
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.91.0'
59
+ GEM_VERSION = '1.92.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services