aws-sdk-translate 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: 0cfff7c97f9079d54359ff8468870c8b1ff1de0183b845fe747312250b00b23b
4
- data.tar.gz: 010ea2e3472c16ee16bf041fb22ed56704831ed08d435875a278c79c0c4799ba
3
+ metadata.gz: 2a150d5d828810afbc2c752f721c22cc3ad3e2d3adcd49fdb3b383e2659d31f7
4
+ data.tar.gz: c667b93cef1e1961c6753a9a6390a2c5dd899fde7917f5e005f540bf29b9d4c5
5
5
  SHA512:
6
- metadata.gz: ee1dcb85f7cc45a05727bba7fee74cc5a48116031d7f335f86bb16f2cc8e1b24d1073bf480355bb19901e15d909fe37692fcf84c2f206f4913defc5d81444c07
7
- data.tar.gz: c63a34deaed4379c5e7a36d2908fb1fa14a3268110eb8da51f62bb0fbf7887fcdc1bf8eb4bc3f8bede83367ec0bdf180f2542709561cec03f1733b1cd9df5ce4
6
+ metadata.gz: b57cf159e08975ca2f15a9a25f351ecd8063cfc8c467d347bb4a2e8f6c332e3585b26e43a2ae504239518852ed807871f33a25f53610a0469daac667cb2731d7
7
+ data.tar.gz: b0b5830f38d3bf3562adc59179a6ef138e6fb2c0286e81c09f991f1e9741aea65ecd8e719839b102ab9aac634a9b2ef23b7fb66ed247d8fc01d768adab51a575
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
@@ -97,8 +97,8 @@ module Aws::Translate
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::Translate
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::Translate
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
@@ -386,8 +383,8 @@ module Aws::Translate
386
383
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
387
384
  #
388
385
  # @option options [Aws::TokenProvider] :token_provider
389
- # Your Bearer token used for authentication. This can be an instance of any one of the
390
- # following classes:
386
+ # Your Bearer token used for authentication. This can be any class that includes and implements
387
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
391
388
  #
392
389
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
393
390
  # tokens.
@@ -1751,7 +1748,7 @@ module Aws::Translate
1751
1748
  tracer: tracer
1752
1749
  )
1753
1750
  context[:gem_name] = 'aws-sdk-translate'
1754
- context[:gem_version] = '1.85.0'
1751
+ context[:gem_version] = '1.86.0'
1755
1752
  Seahorse::Client::Request.new(handlers, context)
1756
1753
  end
1757
1754
 
@@ -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.85.0'
57
+ GEM_VERSION = '1.86.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.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services