aws-sdk-transcribeservice 1.107.0 → 1.108.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: 395456c07186ee9e7bcee65895fb33e547103e8eb214d266a5cc91c204dd8772
4
- data.tar.gz: 8ad60344d1022ee9f5b9dbecba652e2c6aaf80580f869cf8e66aa9f14560c9ba
3
+ metadata.gz: 58981d0af148831f61d932e44f1e1fff88f7de855d2650dce1c98a4b6fc5acbe
4
+ data.tar.gz: ebcf6b130d29e02c6e0e1db721c5439517ecedb25a16e424221eeff316bb08af
5
5
  SHA512:
6
- metadata.gz: a2842dde19b6e78325f1270e725fc7b93b8c5ee18e36c8b62244db175a9d3b48798eb66f0d0da3f086915988d7f143a4f4f28fe2d8204cf38cb1e23ab4c4022b
7
- data.tar.gz: 3d329dcdedf85e036d4075858d670453342ec0fa8f9533010e64548fe222d92467f90dec4c3fbe1f1a4bc72a57f4b0232738cba11b73117cf52df67e4a006076
6
+ metadata.gz: 63ceedf286730467ed9cbfce86abacb6cf2468c0afd0f2a06adb3e238e04a242da50f307400e06a0f4ed8f7fa6a5e26e2c0830b3def8b0d1f8b91243d4e59b63
7
+ data.tar.gz: 6be0ba073be8d74d99cb6f5a7cf9393b66414aa73fbc02443e12a64613e9075c0ac9e926058c207f436ef7540df856d45d4877612e65c267a67265e99f897375
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.107.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -4483,7 +4483,7 @@ module Aws::TranscribeService
4483
4483
  tracer: tracer
4484
4484
  )
4485
4485
  context[:gem_name] = 'aws-sdk-transcribeservice'
4486
- context[:gem_version] = '1.107.0'
4486
+ context[:gem_version] = '1.108.0'
4487
4487
  Seahorse::Client::Request.new(handlers, context)
4488
4488
  end
4489
4489
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::TranscribeService
11
12
  # @api private
12
13
  module ClientApi
@@ -6005,3 +6005,4 @@ module Aws::TranscribeService
6005
6005
 
6006
6006
  end
6007
6007
  end
6008
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-transcribeservice/types'
15
- require_relative 'aws-sdk-transcribeservice/client_api'
16
- require_relative 'aws-sdk-transcribeservice/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-transcribeservice/client'
18
- require_relative 'aws-sdk-transcribeservice/errors'
19
- require_relative 'aws-sdk-transcribeservice/resource'
20
- require_relative 'aws-sdk-transcribeservice/endpoint_parameters'
21
- require_relative 'aws-sdk-transcribeservice/endpoint_provider'
22
- require_relative 'aws-sdk-transcribeservice/endpoints'
23
- require_relative 'aws-sdk-transcribeservice/customizations'
24
-
25
14
  # This module provides support for Amazon Transcribe Service. This module is available in the
26
15
  # `aws-sdk-transcribeservice` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-transcribeservice/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::TranscribeService
43
+ autoload :Types, 'aws-sdk-transcribeservice/types'
44
+ autoload :ClientApi, 'aws-sdk-transcribeservice/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-transcribeservice/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-transcribeservice/client'
49
+ autoload :Errors, 'aws-sdk-transcribeservice/errors'
50
+ autoload :Resource, 'aws-sdk-transcribeservice/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-transcribeservice/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
54
54
 
55
- GEM_VERSION = '1.107.0'
55
+ GEM_VERSION = '1.108.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-transcribeservice/customizations'
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.107.0
4
+ version: 1.108.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-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core