aws-sdk-translate 1.89.0 → 1.90.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: ebe964bc32b1685e2292662acd4659b8c8d8688468dc8e4ea57601e8e9789776
4
- data.tar.gz: a324b9ed654e213bd3df012dcac53e0a045f43a776aa0cbf01b6b868d26289c6
3
+ metadata.gz: 6d3b9074b1dbcd6e54c78798a901ee84d3da44e83d798e338a439ccdd246bbe0
4
+ data.tar.gz: f37aca004ae17b5fa80291d4ae304d89251ca8fefef7cab40cab194483f8319c
5
5
  SHA512:
6
- metadata.gz: b8a1d70b1be401839b92b2d0fb25ab14175fe25250034e0d8c4cd2e6673349dd22f5ed849cb0554723d85ced057e1b9c959ffe58affcecc5c4f174e4c47cc439
7
- data.tar.gz: 8c7f60cee758bf1f498e9970e88c359f4538ebd765b52eccc90ac266c959fdfc1ae9b864e194fff30347e30fa65163c5791ac2d2a9b2efc58a3ee59bf46c0a31
6
+ metadata.gz: 1271adb911e308b0c8f1e6b3a37fe3a2b4805868b315e6d6dc30ec0a91839e674075bfdb430f92c12a8a7739e37c195bc3013b859c0298d6d38ff0e3262af03e
7
+ data.tar.gz: a9d2fdf01c6ff0f2de9b38986f097deddf595c114eedd5aae99e0306e3086b166628aa24d733c5a890866e86c5884b50577a9c4033c8e7f2eebd2861ba4300a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.89.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -1748,7 +1748,7 @@ module Aws::Translate
1748
1748
  tracer: tracer
1749
1749
  )
1750
1750
  context[:gem_name] = 'aws-sdk-translate'
1751
- context[:gem_version] = '1.89.0'
1751
+ context[:gem_version] = '1.90.0'
1752
1752
  Seahorse::Client::Request.new(handlers, context)
1753
1753
  end
1754
1754
 
@@ -13,22 +13,22 @@ module Aws::Translate
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::Translate
54
54
  autoload :EndpointProvider, 'aws-sdk-translate/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-translate/endpoints'
56
56
 
57
- GEM_VERSION = '1.89.0'
57
+ GEM_VERSION = '1.90.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services