aws-sdk-transcribestreamingservice 1.58.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 496123aa479126a65729a157962a10b188a73ddf2d0536d48080f8e4647c4e36
4
- data.tar.gz: f330cbd00f231dd1d8fa371ad6949e85e8fe9ee215451c3b2e2f49684d81fdfb
3
+ metadata.gz: cdf5d6aa920be99a2f99f27b4d5a0d26116f7e4c8c0bd067bf4fdeb588a43b15
4
+ data.tar.gz: 4d8cfedf0dd9da1c29315fa76430c13e72213fc6caf7a4224f7bb7c33ebec499
5
5
  SHA512:
6
- metadata.gz: 1e926abbb6dc9553e10db5243bc40a6d1f8309de6467d430c3dc725071ae4eaba40407ce5ef129aa5c288ca4105194faaa30757635ba400c584f605de52323fb
7
- data.tar.gz: e7b7c0ba8884933cb51b6dc3d4fabe7771eba321dafd099ee0d21d6a4966a9f9370fa48b2ccfe6262f464fa69dc4a8dc6916d15b288ca6220b7f451b3af6dc97
6
+ metadata.gz: b904aff7a8797472a20ca208f1f0add96f347d8b536de612702b140a32ec90a3f1b3594d62b26ac7a8b4ace3079814e13e4e135a63dda0b388c46c112ceb3c6b
7
+ data.tar.gz: b6112390cf51a03733f1faa0f611f9827dbd4708a7760bcb51dda86c18b8ffb2fb2f630771b1bc4c8523a8e8aca0f3ef87e3ce8a098d6e55154cf756b7394cd2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.58.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -244,8 +244,9 @@ module Aws::TranscribeStreamingService
244
244
  #
245
245
  # @option options [String] :sdk_ua_app_id
246
246
  # A unique and opaque application ID that is appended to the
247
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
248
- # maximum length of 50.
247
+ # User-Agent header as app/sdk_ua_app_id. It should have a
248
+ # maximum length of 50. This variable is sourced from environment
249
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
249
250
  #
250
251
  # @option options [String] :secret_access_key
251
252
  #
@@ -1720,7 +1721,7 @@ module Aws::TranscribeStreamingService
1720
1721
  http_response: Seahorse::Client::Http::AsyncResponse.new,
1721
1722
  config: config)
1722
1723
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
1723
- context[:gem_version] = '1.58.0'
1724
+ context[:gem_version] = '1.59.0'
1724
1725
  Seahorse::Client::Request.new(handlers, context)
1725
1726
  end
1726
1727
 
@@ -312,8 +312,9 @@ module Aws::TranscribeStreamingService
312
312
  #
313
313
  # @option options [String] :sdk_ua_app_id
314
314
  # A unique and opaque application ID that is appended to the
315
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
316
- # maximum length of 50.
315
+ # User-Agent header as app/sdk_ua_app_id. It should have a
316
+ # maximum length of 50. This variable is sourced from environment
317
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
317
318
  #
318
319
  # @option options [String] :secret_access_key
319
320
  #
@@ -436,7 +437,7 @@ module Aws::TranscribeStreamingService
436
437
  params: params,
437
438
  config: config)
438
439
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
439
- context[:gem_version] = '1.58.0'
440
+ context[:gem_version] = '1.59.0'
440
441
  Seahorse::Client::Request.new(handlers, context)
441
442
  end
442
443
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
54
54
  # @!group service
55
55
  module Aws::TranscribeStreamingService
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.0'
58
58
 
59
59
  end
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.58.0
4
+ version: 1.59.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core