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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a49e29e82e8c1c140648a871af3a4eadc5a3ffe4869a0557521c41e433c1a996
4
- data.tar.gz: '09477a4ef0619fed6dbfe16f55d31751e1587553e38d5f66a367bc3138eb165b'
3
+ metadata.gz: 4f764f139f43e281a19f709d761ba0f0a5c3a3da6d0e9b0bf24e9131ca31ca59
4
+ data.tar.gz: 5fc7d65f0ff6a214e1378eaa0d9aeda7b1354e1c2dd43ceb2812554d1955c44c
5
5
  SHA512:
6
- metadata.gz: 162f96beb7e6eb3e801c3de9e5582ccae382ca67dba8dbe6aaed9a9bbf8536820ac9c2224f8c89084f1efd196a765d0073139303c7946aef77b8ae5a350a5fd5
7
- data.tar.gz: c47b9b65699eb3419e17f868c7c18eff430a0e59bb9102dbc967d42cb2a4ecf9f8ce02308c23a06a6c0d1ee44e732510dfe133e0a4aa0d41a5a4432f736f3e24
6
+ metadata.gz: 9ef4f0ebe5fdf3fac6541f988fcbfb553036dc304d4568743561c73d15957994e24a9b90a8f3a1204fbd5f0a812d74db112ae1a1bb36deddbebabf5f951d1d2d
7
+ data.tar.gz: c8f21f5339e919e849452b6d603d457fd45516493db89a2bf1a2f589076d5790ede2337caa5ec705d1dcecadb2765481a6bbf76124f2242853ca33702f8722de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.103.0 (2024-10-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -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:$\{Region\}:$\{Account\}:job-definition/$\{JobDefinitionName\}:$\{Revision\}`
1446
- # or a short version using the form
1447
- # `$\{JobDefinitionName\}:$\{Revision\}`. This parameter can't be used
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:$\{Partition\}:batch:$\{Region\}:$\{Account\}:job-definition/$\{JobDefinitionName\}:$\{Revision\}`),
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.103.0'
4922
+ context[:gem_version] = '1.104.0'
4924
4923
  Seahorse::Client::Request.new(handlers, context)
4925
4924
  end
4926
4925
 
@@ -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, `\{ "Name": "Batch Instance
708
- # - C4OnDemand" \}`. This is helpful for recognizing your Batch
709
- # instances in the Amazon EC2 console. Updating these tags requires an
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, `\{ "Name": "Batch Instance
1104
- # - C4OnDemand" \}`. This is helpful for recognizing your Batch
1105
- # instances in the Amazon EC2 console. These tags aren't seen when
1106
- # using the Batch `ListTagsForResource` API operation.
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:$\{Region\}:$\{Account\}:job-definition/$\{JobDefinitionName\}:$\{Revision\}`
2577
+ # `arn:aws:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}`
2578
2578
  # or a short version using the form
2579
- # `$\{JobDefinitionName\}:$\{Revision\}`. This parameter can't be
2580
- # used with other parameters.
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:$\{Partition\}:batch:$\{Region\}:$\{Account\}:job-definition/$\{JobDefinitionName\}:$\{Revision\}`),
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 '\{\{.Server.APIVersion\}\}'`
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 '\{\{.Server.APIVersion\}\}'`
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 '\{\{.Server.APIVersion\}\}'`
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 '\{\{.Server.APIVersion\}\}'`
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
@@ -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.103.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
60
 
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.103.0
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-10-31 00:00:00.000000000 Z
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