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: 2af23c742fde5c34f954ebfb0036d4664e5d14ba53e8c2d58ae5eddea8659205
4
- data.tar.gz: 8b42d5d54f53c1201be1ec81c3717a2bdcbe576141e1a47ee619211d7d6f0d0c
3
+ metadata.gz: 85e9532f962ba51bca8ba66d5383fbe4a2dbdfbbae4692dac64ac416dd8c064f
4
+ data.tar.gz: 66c2e15735cf6198de7049024603a51da5286cf767317aab1afdf6e5773310a2
5
5
  SHA512:
6
- metadata.gz: 562139c951f7e38180869ad075716283dfaba2152b98863c506684860ae8e1e1b6b568baec4365f086206a905e81384271d5e1e8c3c2b0616e818603f4ac784e
7
- data.tar.gz: 90dd56045031cd678927eec80a5bd94bd7618ad2e2bb3615f63a4c7ea7806ca50510fb1466b0de36c596ae63c6d3e4d54069acca6502aacf9d45aecee0427211
6
+ metadata.gz: 520e5c0e5db08420f58f137e441584acfae212b70073c3c431ae0390b1a22fa24ef4e16d68e948b61eb7fc278807eb9f41bec4a04b63b7549a6088193073f073
7
+ data.tar.gz: feea38483c07e582480afe1f4133a2d84829a93bd95c1330c7e8599be02ce8e95709c759f5356d78a04dab30d16fa2c7d3a96055fe811f95ee0aafe6db872ca9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
137
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
138
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.85.0'
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.85.0'
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.85.0'
59
+ GEM_VERSION = '1.86.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.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services