aws-sdk-translate 1.74.0 → 1.76.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: 0a3b4c0bfc67c94645e0824ed9e02d6a866d47f2b96866c950372d23f4b500b4
4
- data.tar.gz: 7db873146e403878cbd2df5b8b8f2688b12b98cbd5c2d9d5fe608b7e30a4a96d
3
+ metadata.gz: 7d78d771cb48080d2a33803afdd8f661eb9115fd84e544aa4585a1244e131454
4
+ data.tar.gz: c3b8f2371defc387f9701e2bd382f4ab0bc0b3f9a61511a5fc9d10f58b9c898e
5
5
  SHA512:
6
- metadata.gz: 238cc1b5e91c3ecba5e3f58c9b1ff7c32424d2e0d2103d2dff5a65c46648703c0a763c1d96ecac390c4de71924a8902ae7d629a81bd7f6cc6f4a53d561693f01
7
- data.tar.gz: 595ecf0a18ee0a0350dd0d8d942bd369f4d793f5f179fb63ed1a6893f8c515967ed6aee51f73cfa743e765df561427c8c73fcc9e305e7ec273cd16d1798907c6
6
+ metadata.gz: a68e6ef169ccda37d81151f53eab72fae3605ff612b3096a473bee55be2026f2693040018a80871d18e8843fed70330981897202f6257596275100b84bba0f11
7
+ data.tar.gz: ab37c7a3a41e8926b2c0f2d40878bd7b2f7a8ccaf47a319ec01f50578b999cabf9d76f9b853e8b945875cb4d1a4082f578a008d30a8fe93383119bac05c69fa9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.74.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
  require 'aws-sdk-translate/plugins/translate_document_encoding.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:translate)
41
-
42
40
  module Aws::Translate
43
41
  # An API client for Translate. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -1721,7 +1719,7 @@ module Aws::Translate
1721
1719
  tracer: tracer
1722
1720
  )
1723
1721
  context[:gem_name] = 'aws-sdk-translate'
1724
- context[:gem_version] = '1.74.0'
1722
+ context[:gem_version] = '1.76.0'
1725
1723
  Seahorse::Client::Request.new(handlers, context)
1726
1724
  end
1727
1725
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Translate
11
12
  # @api private
12
13
  module ClientApi
@@ -0,0 +1,8 @@
1
+
2
+ module Aws
3
+ module Translate
4
+ module Plugins
5
+ autoload :TranslateDocumentEncoding, 'aws-sdk-translate/plugins/translate_document_encoding'
6
+ end
7
+ end
8
+ end
@@ -2157,3 +2157,4 @@ module Aws::Translate
2157
2157
 
2158
2158
  end
2159
2159
  end
2160
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-translate/types'
15
- require_relative 'aws-sdk-translate/client_api'
16
- require_relative 'aws-sdk-translate/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-translate/client'
18
- require_relative 'aws-sdk-translate/errors'
19
- require_relative 'aws-sdk-translate/resource'
20
- require_relative 'aws-sdk-translate/endpoint_parameters'
21
- require_relative 'aws-sdk-translate/endpoint_provider'
22
- require_relative 'aws-sdk-translate/endpoints'
23
- require_relative 'aws-sdk-translate/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:translate)
24
15
 
25
16
  # This module provides support for Amazon Translate. This module is available in the
26
17
  # `aws-sdk-translate` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-translate/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::Translate
45
+ autoload :Types, 'aws-sdk-translate/types'
46
+ autoload :ClientApi, 'aws-sdk-translate/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-translate/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-translate/client'
51
+ autoload :Errors, 'aws-sdk-translate/errors'
52
+ autoload :Resource, 'aws-sdk-translate/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-translate/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-translate/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-translate/endpoints'
54
56
 
55
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.76.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-translate/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.76.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core