aws-sdk-batch 1.125.0 → 1.126.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: f3a86b542489f35f255b75c20e94c52954681f6a846e308818639a9917f2dcf8
4
- data.tar.gz: 6d7d4dce21fd84db93c9bc408b6178423b0187e2b37c014b8fac63cec8a4fa97
3
+ metadata.gz: db8975ca4ec81ef8c7adddadc70e4f1d60682c8b87aad0f2010c77c7349dd8e3
4
+ data.tar.gz: d186c5e3e219ff5b47a9589f0bef2995313a1e459b11e8074e11d0aa99fe7cea
5
5
  SHA512:
6
- metadata.gz: 3d77f9fc9e24d5bbcadbf65b1d5d588fccbbf0601bb8d1844f2a200f56b5a01ac773d527c0005b246119ba83cea6cc6211830b03f42391ed2ec387cef459dd1e
7
- data.tar.gz: f73dfe5ba44f036b492dc70946c0d97d8167e4e4c2e6665bc031f98234b57b4679be126b2553fb9cdbae707aee1637f33a8d9e85fcec621463cadb42d64546e0
6
+ metadata.gz: c530421ea6a5d8bfd60501b166a764123af125772b6a12104b1f94afe8123ec170a76754086d375e51001638ee607c9da228b521968de877d7d6839545c5e333
7
+ data.tar.gz: 51132ccb9444b1f03287e8430ab1a0860aa9a621a5d723e26538dc0846181f8799da03485839f579474a04c102d2f1e4cb62237f4b5a79b95f0dfae520f589e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.126.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.125.0 (2025-09-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.125.0
1
+ 1.126.0
@@ -6130,7 +6130,7 @@ module Aws::Batch
6130
6130
  tracer: tracer
6131
6131
  )
6132
6132
  context[:gem_name] = 'aws-sdk-batch'
6133
- context[:gem_version] = '1.125.0'
6133
+ context[:gem_version] = '1.126.0'
6134
6134
  Seahorse::Client::Request.new(handlers, context)
6135
6135
  end
6136
6136
 
@@ -13,22 +13,22 @@ module Aws::Batch
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,
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.125.0'
57
+ GEM_VERSION = '1.126.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.125.0
4
+ version: 1.126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services