aws-sdk-batch 1.134.0 → 1.135.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: 9b5ea2c994846250f1f4dc318130dfb390bb4e7a3e7027fb9f7a469270b4d45d
4
- data.tar.gz: af24b457076e7047020a48f9d42708ac121264c6f1908270be4023a81b262bc0
3
+ metadata.gz: 513c32ba2da18be6dcb82ff66b35622fee9bee382b95b35c1d78bfd5ee9e3897
4
+ data.tar.gz: 534a0c60b1ff9aabe7279307b245de9486ec27dba6dee4bccb4f6c133e509e08
5
5
  SHA512:
6
- metadata.gz: 26241a2dc38418c4eefb2135b84a42a5239ea524f857fa4ae025a638113779760c12927abeb5f41f3c47c534ae469af8cb4474d5fb61f605f0755fd563c05433
7
- data.tar.gz: fddbdfda814db27b85f7b5caf4055ade6aab2ab1cc1fbf39cb0800d0f093d1c6fa04b9a370a0cb1df680db9b48ad00e11547bfb8b9cd286bc1117bdcb3469edd
6
+ metadata.gz: 8be5b60ec6f955b228c2a33509fadb45c20e6565e205d244e7f035703bd05fb5eae16da06515fe886db70fe8349165fd8dd4d15f334c0771b683856ee61262d0
7
+ data.tar.gz: 487b82330ee44a8082bcb636a15fd9e18f510106072018c59b28f0bed09d73186a8e1ee9dcdb4409fbbc3e51959df1adc3c6fa79a1299a22d777179aea6a9f34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2026-02-25)
5
+ ------------------
6
+
7
+ * Feature - AWS Batch documentation update for service job capacity units.
8
+
4
9
  1.134.0 (2026-02-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -6196,7 +6196,7 @@ module Aws::Batch
6196
6196
  tracer: tracer
6197
6197
  )
6198
6198
  context[:gem_name] = 'aws-sdk-batch'
6199
- context[:gem_version] = '1.134.0'
6199
+ context[:gem_version] = '1.135.0'
6200
6200
  Seahorse::Client::Request.new(handlers, context)
6201
6201
  end
6202
6202
 
@@ -5424,7 +5424,7 @@ module Aws::Batch
5424
5424
  # @!attribute [rw] capacity_unit
5425
5425
  # The unit of measure for the capacity usage. For compute jobs, this
5426
5426
  # is `VCPU` for Amazon EC2 and `cpu` for Amazon EKS. For service jobs,
5427
- # this is `NUM_INSTANCES`.
5427
+ # this is the instance type.
5428
5428
  # @return [String]
5429
5429
  #
5430
5430
  # @!attribute [rw] quantity
@@ -7909,7 +7909,7 @@ module Aws::Batch
7909
7909
  # @!attribute [rw] capacity_unit
7910
7910
  # The unit of measure for the capacity usage. For compute jobs, this
7911
7911
  # is `VCPU` for Amazon EC2 and `cpu` for Amazon EKS. For service jobs,
7912
- # this is `NUM_INSTANCES`.
7912
+ # this is the instance type.
7913
7913
  # @return [String]
7914
7914
  #
7915
7915
  # @!attribute [rw] quantity
@@ -8660,7 +8660,7 @@ module Aws::Batch
8660
8660
  #
8661
8661
  # @!attribute [rw] capacity_unit
8662
8662
  # The unit of measure for the service job capacity usage. For service
8663
- # jobs, this is `NUM_INSTANCES`.
8663
+ # jobs, this is the instance type.
8664
8664
  # @return [String]
8665
8665
  #
8666
8666
  # @!attribute [rw] quantity
@@ -8682,7 +8682,7 @@ module Aws::Batch
8682
8682
  #
8683
8683
  # @!attribute [rw] capacity_unit
8684
8684
  # The unit of measure for the service job capacity usage. For service
8685
- # jobs, this is `NUM_INSTANCES`.
8685
+ # jobs, this is the instance type.
8686
8686
  # @return [String]
8687
8687
  #
8688
8688
  # @!attribute [rw] quantity
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.134.0'
57
+ GEM_VERSION = '1.135.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.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services