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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +1 -1
- data/lib/aws-sdk-batch/types.rb +4 -4
- data/lib/aws-sdk-batch.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 513c32ba2da18be6dcb82ff66b35622fee9bee382b95b35c1d78bfd5ee9e3897
|
|
4
|
+
data.tar.gz: 534a0c60b1ff9aabe7279307b245de9486ec27dba6dee4bccb4f6c133e509e08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8be5b60ec6f955b228c2a33509fadb45c20e6565e205d244e7f035703bd05fb5eae16da06515fe886db70fe8349165fd8dd4d15f334c0771b683856ee61262d0
|
|
7
|
+
data.tar.gz: 487b82330ee44a8082bcb636a15fd9e18f510106072018c59b28f0bed09d73186a8e1ee9dcdb4409fbbc3e51959df1adc3c6fa79a1299a22d777179aea6a9f34
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.135.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
data/lib/aws-sdk-batch/types.rb
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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