aws-sdk-transcribeservice 1.93.0 → 1.94.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +1 -1
- data/lib/aws-sdk-transcribeservice/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa8d5add3352ca4ba4fcaa010ede2654680bf19d9a8a459bc3ea96ea9afeba2
|
4
|
+
data.tar.gz: 2fa575b263fe7072c937d9512961d34c3d4a76f4c19832c6aa1967a64acf9e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b23f076e1df53b515f740fc48939991d7cfcb5d6267bbd5600d0baa45dccc3e05f97e0f942319ca9748b158d93e731433de13d538658e2c8102303b85c6072e6
|
7
|
+
data.tar.gz: 148cf4057064e15be1fb001d55d7a70c09ccce5232c541c764c20bfa356998c47518db57de4caa13cd9a7ed63550010155e8175fd123087a8ed83b7aa82e03ae
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -4408,7 +4408,7 @@ module Aws::TranscribeService
|
|
4408
4408
|
params: params,
|
4409
4409
|
config: config)
|
4410
4410
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
4411
|
-
context[:gem_version] = '1.
|
4411
|
+
context[:gem_version] = '1.94.0'
|
4412
4412
|
Seahorse::Client::Request.new(handlers, context)
|
4413
4413
|
end
|
4414
4414
|
|
@@ -25,16 +25,17 @@ module Aws::TranscribeService
|
|
25
25
|
# @api private
|
26
26
|
class Handler < Seahorse::Client::Handler
|
27
27
|
def call(context)
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
29
28
|
unless context[:discovered_endpoint]
|
30
29
|
params = parameters_for_operation(context)
|
31
30
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
31
|
|
33
32
|
context.http_request.endpoint = endpoint.url
|
34
33
|
apply_endpoint_headers(context, endpoint.headers)
|
34
|
+
|
35
|
+
context[:endpoint_params] = params
|
36
|
+
context[:endpoint_properties] = endpoint.properties
|
35
37
|
end
|
36
38
|
|
37
|
-
context[:endpoint_params] = params
|
38
39
|
context[:auth_scheme] =
|
39
40
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
40
41
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transcribeservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.94.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: 2023-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|