aws-sdk-batch 1.119.0 → 1.120.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: 4f788c30a897ce8f0c5875b1025bc0c3aa2e4d25e781a8ed47d3e5399c271d57
4
- data.tar.gz: 77378a3384a5c95cad8f9a2c8a1fe9c3ed1fb61d63dd627a73f7992feef33af5
3
+ metadata.gz: 0d8e72b11e174d3fd10bcdd92cc0e0414a90ab6135da7e9dc4ad546191730e1b
4
+ data.tar.gz: d074f7709e7e66f1cc1a1e8ff7e1d76244209d3f1dcb378cd4395f525e9e7ee7
5
5
  SHA512:
6
- metadata.gz: 00bf2ac3e5033a959ff7f90c41eb39d1d15bf19128685d63a1970266d28a113ddccc00393f3aa18fc4fa16f45aae66c6bd5e5b9ecdb837ee710bcdacba54ba6a
7
- data.tar.gz: 0ce34029b011696a3135f3127413aa65cf967dd1fb6fb44b52d6651965cca40b6ff1ce737db5556d4f3eafada8d097652e00496e808cd5604a86f5618ac557ab
6
+ metadata.gz: f803819dfb8d3a50430a042b209d7cafa032a30ce0298b5ad72eedbfc05ee51ce9a6c02de8d12e6cddd529525cbbbe27e4161e8f8b70f34bbd9e53bd80db65a2
7
+ data.tar.gz: d06737f5b1c0698945ecfbdf497001eac2206217479ce1c4e6e9664dad7199b374aaf1a37021656e15f1436882ffa8e760ba0abfe37c893c6d9a2dc4068a115e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.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.119.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -95,8 +95,8 @@ module Aws::Batch
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::Batch
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::Batch
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::Batch
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -6178,7 +6175,7 @@ module Aws::Batch
6178
6175
  tracer: tracer
6179
6176
  )
6180
6177
  context[:gem_name] = 'aws-sdk-batch'
6181
- context[:gem_version] = '1.119.0'
6178
+ context[:gem_version] = '1.120.0'
6182
6179
  Seahorse::Client::Request.new(handlers, context)
6183
6180
  end
6184
6181
 
data/lib/aws-sdk-batch.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Batch
54
54
  autoload :EndpointProvider, 'aws-sdk-batch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-batch/endpoints'
56
56
 
57
- GEM_VERSION = '1.119.0'
57
+ GEM_VERSION = '1.120.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-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.119.0
4
+ version: 1.120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services