aws-sdk-transcribestreamingservice 1.85.0 → 1.86.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85e9532f962ba51bca8ba66d5383fbe4a2dbdfbbae4692dac64ac416dd8c064f
|
4
|
+
data.tar.gz: 66c2e15735cf6198de7049024603a51da5286cf767317aab1afdf6e5773310a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 520e5c0e5db08420f58f137e441584acfae212b70073c3c431ae0390b1a22fa24ef4e16d68e948b61eb7fc278807eb9f41bec4a04b63b7549a6088193073f073
|
7
|
+
data.tar.gz: feea38483c07e582480afe1f4133a2d84829a93bd95c1330c7e8599be02ce8e95709c759f5356d78a04dab30d16fa2c7d3a96055fe811f95ee0aafe6db872ca9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.86.0
|
@@ -88,8 +88,8 @@ module Aws::TranscribeStreamingService
|
|
88
88
|
# class name or an instance of a plugin class.
|
89
89
|
#
|
90
90
|
# @option options [required, Aws::CredentialProvider] :credentials
|
91
|
-
# Your AWS credentials used for authentication. This can be
|
92
|
-
# following classes:
|
91
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
92
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
93
93
|
#
|
94
94
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
95
95
|
# credentials.
|
@@ -117,8 +117,7 @@ module Aws::TranscribeStreamingService
|
|
117
117
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
118
118
|
# from the Cognito Identity service.
|
119
119
|
#
|
120
|
-
# When `:credentials` are not configured directly, the following
|
121
|
-
# locations will be searched for credentials:
|
120
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
122
121
|
#
|
123
122
|
# * `Aws.config[:credentials]`
|
124
123
|
#
|
@@ -132,12 +131,10 @@ module Aws::TranscribeStreamingService
|
|
132
131
|
#
|
133
132
|
# * `~/.aws/config`
|
134
133
|
#
|
135
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
140
|
-
# to `true`.
|
134
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
135
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
136
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
137
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
141
138
|
#
|
142
139
|
# @option options [required, String] :region
|
143
140
|
# The AWS region to connect to. The configured `:region` is
|
@@ -337,8 +334,8 @@ module Aws::TranscribeStreamingService
|
|
337
334
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
338
335
|
#
|
339
336
|
# @option options [Aws::TokenProvider] :token_provider
|
340
|
-
# Your Bearer token used for authentication. This can be
|
341
|
-
# following classes:
|
337
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
338
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
342
339
|
#
|
343
340
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
344
341
|
# tokens.
|
@@ -2093,7 +2090,7 @@ module Aws::TranscribeStreamingService
|
|
2093
2090
|
tracer: tracer
|
2094
2091
|
)
|
2095
2092
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
2096
|
-
context[:gem_version] = '1.
|
2093
|
+
context[:gem_version] = '1.86.0'
|
2097
2094
|
Seahorse::Client::Request.new(handlers, context)
|
2098
2095
|
end
|
2099
2096
|
|
@@ -97,8 +97,8 @@ module Aws::TranscribeStreamingService
|
|
97
97
|
# class name or an instance of a plugin class.
|
98
98
|
#
|
99
99
|
# @option options [required, Aws::CredentialProvider] :credentials
|
100
|
-
# Your AWS credentials used for authentication. This can be
|
101
|
-
# following classes:
|
100
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
101
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
102
102
|
#
|
103
103
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
104
104
|
# credentials.
|
@@ -126,8 +126,7 @@ module Aws::TranscribeStreamingService
|
|
126
126
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
127
127
|
# from the Cognito Identity service.
|
128
128
|
#
|
129
|
-
# When `:credentials` are not configured directly, the following
|
130
|
-
# locations will be searched for credentials:
|
129
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
131
130
|
#
|
132
131
|
# * `Aws.config[:credentials]`
|
133
132
|
#
|
@@ -141,12 +140,10 @@ module Aws::TranscribeStreamingService
|
|
141
140
|
#
|
142
141
|
# * `~/.aws/config`
|
143
142
|
#
|
144
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
145
|
-
#
|
146
|
-
#
|
147
|
-
#
|
148
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
149
|
-
# to `true`.
|
143
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
144
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
145
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
146
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
150
147
|
#
|
151
148
|
# @option options [required, String] :region
|
152
149
|
# The AWS region to connect to. The configured `:region` is
|
@@ -388,8 +385,8 @@ module Aws::TranscribeStreamingService
|
|
388
385
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
389
386
|
#
|
390
387
|
# @option options [Aws::TokenProvider] :token_provider
|
391
|
-
# Your Bearer token used for authentication. This can be
|
392
|
-
# following classes:
|
388
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
389
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
393
390
|
#
|
394
391
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
395
392
|
# tokens.
|
@@ -563,7 +560,7 @@ module Aws::TranscribeStreamingService
|
|
563
560
|
tracer: tracer
|
564
561
|
)
|
565
562
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
566
|
-
context[:gem_version] = '1.
|
563
|
+
context[:gem_version] = '1.86.0'
|
567
564
|
Seahorse::Client::Request.new(handlers, context)
|
568
565
|
end
|
569
566
|
|
@@ -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.86.0'
|
60
60
|
|
61
61
|
end
|
62
62
|
|