aws-sdk-batch 1.103.0 → 1.104.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +5 -6
- data/lib/aws-sdk-batch/types.rb +15 -15
- data/lib/aws-sdk-batch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f764f139f43e281a19f709d761ba0f0a5c3a3da6d0e9b0bf24e9131ca31ca59
|
4
|
+
data.tar.gz: 5fc7d65f0ff6a214e1378eaa0d9aeda7b1354e1c2dd43ceb2812554d1955c44c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ef4f0ebe5fdf3fac6541f988fcbfb553036dc304d4568743561c73d15957994e24a9b90a8f3a1204fbd5f0a812d74db112ae1a1bb36deddbebabf5f951d1d2d
|
7
|
+
data.tar.gz: c8f21f5339e919e849452b6d603d457fd45516493db89a2bf1a2f589076d5790ede2337caa5ec705d1dcecadb2765481a6bbf76124f2242853ca33702f8722de
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
@@ -1442,10 +1442,9 @@ module Aws::Batch
|
|
1442
1442
|
# @option params [Array<String>] :job_definitions
|
1443
1443
|
# A list of up to 100 job definitions. Each entry in the list can either
|
1444
1444
|
# be an ARN in the format
|
1445
|
-
# `arn:aws:batch
|
1446
|
-
# or a short version using the form
|
1447
|
-
#
|
1448
|
-
# with other parameters.
|
1445
|
+
# `arn:aws:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}`
|
1446
|
+
# or a short version using the form `${JobDefinitionName}:${Revision}`.
|
1447
|
+
# This parameter can't be used with other parameters.
|
1449
1448
|
#
|
1450
1449
|
# @option params [Integer] :max_results
|
1451
1450
|
# The maximum number of results returned by `DescribeJobDefinitions` in
|
@@ -2827,7 +2826,7 @@ module Aws::Batch
|
|
2827
2826
|
# the job definition that's used doesn't affect the sort order. When
|
2828
2827
|
# the `JOB_DEFINITION` filter is used and the ARN is used (which is in
|
2829
2828
|
# the form
|
2830
|
-
# `arn
|
2829
|
+
# `arn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}`),
|
2831
2830
|
# the results include jobs that used the specified revision of the job
|
2832
2831
|
# definition. Asterisk (*) isn't supported when the ARN is used.
|
2833
2832
|
#
|
@@ -4920,7 +4919,7 @@ module Aws::Batch
|
|
4920
4919
|
tracer: tracer
|
4921
4920
|
)
|
4922
4921
|
context[:gem_name] = 'aws-sdk-batch'
|
4923
|
-
context[:gem_version] = '1.
|
4922
|
+
context[:gem_version] = '1.104.0'
|
4924
4923
|
Seahorse::Client::Request.new(handlers, context)
|
4925
4924
|
end
|
4926
4925
|
|
data/lib/aws-sdk-batch/types.rb
CHANGED
@@ -704,9 +704,9 @@ module Aws::Batch
|
|
704
704
|
# Key-value pair tags to be applied to Amazon EC2 resources that are
|
705
705
|
# launched in the compute environment. For Batch, these take the form
|
706
706
|
# of `"String1": "String2"`, where `String1` is the tag key and
|
707
|
-
# `String2` is the tag value-for example,
|
708
|
-
#
|
709
|
-
#
|
707
|
+
# `String2` is the tag value-for example, `{ "Name": "Batch Instance -
|
708
|
+
# C4OnDemand" }`. This is helpful for recognizing your Batch instances
|
709
|
+
# in the Amazon EC2 console. Updating these tags requires an
|
710
710
|
# infrastructure update to the compute environment. For more
|
711
711
|
# information, see [Updating compute environments][1] in the *Batch
|
712
712
|
# User Guide*. These tags aren't seen when using the Batch
|
@@ -1100,10 +1100,10 @@ module Aws::Batch
|
|
1100
1100
|
# Key-value pair tags to be applied to Amazon EC2 resources that are
|
1101
1101
|
# launched in the compute environment. For Batch, these take the form
|
1102
1102
|
# of `"String1": "String2"`, where `String1` is the tag key and
|
1103
|
-
# `String2` is the tag value-for example,
|
1104
|
-
#
|
1105
|
-
#
|
1106
|
-
#
|
1103
|
+
# `String2` is the tag value-for example, `{ "Name": "Batch Instance -
|
1104
|
+
# C4OnDemand" }`. This is helpful for recognizing your Batch instances
|
1105
|
+
# in the Amazon EC2 console. These tags aren't seen when using the
|
1106
|
+
# Batch `ListTagsForResource` API operation.
|
1107
1107
|
#
|
1108
1108
|
# When updating a compute environment, changing this setting requires
|
1109
1109
|
# an infrastructure update of the compute environment. For more
|
@@ -2574,10 +2574,10 @@ module Aws::Batch
|
|
2574
2574
|
# @!attribute [rw] job_definitions
|
2575
2575
|
# A list of up to 100 job definitions. Each entry in the list can
|
2576
2576
|
# either be an ARN in the format
|
2577
|
-
# `arn:aws:batch
|
2577
|
+
# `arn:aws:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}`
|
2578
2578
|
# or a short version using the form
|
2579
|
-
#
|
2580
|
-
#
|
2579
|
+
# `${JobDefinitionName}:${Revision}`. This parameter can't be used
|
2580
|
+
# with other parameters.
|
2581
2581
|
# @return [Array<String>]
|
2582
2582
|
#
|
2583
2583
|
# @!attribute [rw] max_results
|
@@ -5716,7 +5716,7 @@ module Aws::Batch
|
|
5716
5716
|
# version of the job definition that's used doesn't affect the
|
5717
5717
|
# sort order. When the `JOB_DEFINITION` filter is used and the ARN
|
5718
5718
|
# is used (which is in the form
|
5719
|
-
# `arn
|
5719
|
+
# `arn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}`),
|
5720
5720
|
# the results include jobs that used the specified revision of the
|
5721
5721
|
# job definition. Asterisk (*) isn't supported when the ARN is
|
5722
5722
|
# used.
|
@@ -7290,7 +7290,7 @@ module Aws::Batch
|
|
7290
7290
|
# greater on your container instance. To check the Docker Remote API
|
7291
7291
|
# version on your container instance, log in to your container
|
7292
7292
|
# instance and run the following command: sudo docker version
|
7293
|
-
# `--format '
|
7293
|
+
# `--format '{{.Server.APIVersion}}'`
|
7294
7294
|
#
|
7295
7295
|
# <note markdown="1"> The Amazon ECS container agent running on a container instance must
|
7296
7296
|
# register the logging drivers available on that instance with the
|
@@ -7406,7 +7406,7 @@ module Aws::Batch
|
|
7406
7406
|
# greater on your container instance. To check the Docker Remote API
|
7407
7407
|
# version on your container instance, log in to your container
|
7408
7408
|
# instance and run the following command: sudo docker version
|
7409
|
-
# `--format '
|
7409
|
+
# `--format '{{.Server.APIVersion}}'`
|
7410
7410
|
#
|
7411
7411
|
# <note markdown="1"> This parameter is not supported for Windows containers.
|
7412
7412
|
#
|
@@ -7670,7 +7670,7 @@ module Aws::Batch
|
|
7670
7670
|
# greater on your container instance. To check the Docker Remote API
|
7671
7671
|
# version on your container instance, log in to your container
|
7672
7672
|
# instance and run the following command: sudo docker version
|
7673
|
-
# `--format '
|
7673
|
+
# `--format '{{.Server.APIVersion}}'`
|
7674
7674
|
#
|
7675
7675
|
# <note markdown="1"> The Amazon ECS container agent running on a container instance must
|
7676
7676
|
# register the logging drivers available on that instance with the
|
@@ -7787,7 +7787,7 @@ module Aws::Batch
|
|
7787
7787
|
# greater on your container instance. To check the Docker Remote API
|
7788
7788
|
# version on your container instance, log in to your container
|
7789
7789
|
# instance and run the following command: sudo docker version
|
7790
|
-
# `--format '
|
7790
|
+
# `--format '{{.Server.APIVersion}}'`
|
7791
7791
|
#
|
7792
7792
|
# <note markdown="1"> This parameter is not supported for Windows containers.
|
7793
7793
|
#
|
data/lib/aws-sdk-batch.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.104.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|