aws-sdk-batch 1.139.0 → 1.140.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: 2a205246a476a01ba847050f07643572a3e5dc39f3b522084f8ef06f43f2caa9
4
- data.tar.gz: be4d16f44158bed08d1c8301f73dbdd77ccd34314e893c3b0d26a780f4d98e82
3
+ metadata.gz: df92337dd7d638ebb425837efab9a329584b13813d087d88abca83c0d1bcf255
4
+ data.tar.gz: 4581c0a2ca65a8f6236e654b4fdc3e41eee76b8e589b0f5933d66031ebb323d3
5
5
  SHA512:
6
- metadata.gz: 6cc21e4d00f8d7808c247e75dd96967097d15b0e24ebe002ea0237489d0054e37cc64cea23ff6eac36124d4445485bf585deb015c5753a2a9d2a20e5c4ef067b
7
- data.tar.gz: 9025c999bb3e98a98904e282480ad89e3e23164a3e7253b34ac7640cfbbbb584100df24875be90a47563990c84cb96052ac0274dec0b88d4ce93bc704d3b666f
6
+ metadata.gz: 8d6d4d0327f199b044b1964edcc7b7af50258e76220f35712adca8f90c44003f5d082b45f3011308753488d6b81fa38111a98eb268e3cd23c0b5e8ed0e729c9c
7
+ data.tar.gz: fc7cf378b2222bd4fb413d61e52c4d48a6f44c9be901dd7d4f917ebd0cf79e66a34b2481dfe9156c25dcecf1780817a9000ad6e321e8c0b5dd52362304ca4182
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2026-03-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update for AWS Batch.
8
+
4
9
  1.139.0 (2026-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -4037,12 +4037,13 @@ module Aws::Batch
4037
4037
  # @option params [String] :job_status
4038
4038
  # The job status used to filter service jobs in the specified queue. If
4039
4039
  # the `filters` parameter is specified, the `jobStatus` parameter is
4040
- # ignored and jobs with any status are returned. The exception is the
4041
- # `SHARE_IDENTIFIER` filter and `jobStatus` can be used together. If you
4042
- # don't specify a status, only `RUNNING` jobs are returned.
4040
+ # ignored and jobs with any status are returned. The exceptions are the
4041
+ # `SHARE_IDENTIFIER` filter and `QUOTA_SHARE_NAME` filter, which can be
4042
+ # used with `jobStatus`. If you don't specify a status, only `RUNNING`
4043
+ # jobs are returned.
4043
4044
  #
4044
- # <note markdown="1"> The `SHARE_IDENTIFIER` filter and the `jobStatus` field can be used
4045
- # together to filter results.
4045
+ # <note markdown="1"> The `SHARE_IDENTIFIER` filter or `QUOTA_SHARE_NAME` filter can be used
4046
+ # with the `jobStatus` field to filter results.
4046
4047
  #
4047
4048
  # </note>
4048
4049
  #
@@ -4071,12 +4072,12 @@ module Aws::Batch
4071
4072
  # @option params [Array<Types::KeyValuesPair>] :filters
4072
4073
  # The filter to apply to the query. Only one filter can be used at a
4073
4074
  # time. When the filter is used, `jobStatus` is ignored with the
4074
- # exception that `SHARE_IDENTIFIER` and `jobStatus` can be used
4075
- # together. The results are sorted by the `createdAt` field, with the
4076
- # most recent jobs being first.
4075
+ # exception that `SHARE_IDENTIFIER` or `QUOTA_SHARE_NAME` and
4076
+ # `jobStatus` can be used together. The results are sorted by the
4077
+ # `createdAt` field, with the most recent jobs being first.
4077
4078
  #
4078
- # <note markdown="1"> The `SHARE_IDENTIFIER` filter and the `jobStatus` field can be used
4079
- # together to filter results.
4079
+ # <note markdown="1"> The `SHARE_IDENTIFIER` or `QUOTA_SHARE_NAME` filter and the
4080
+ # `jobStatus` field can be used together to filter results.
4080
4081
  #
4081
4082
  # </note>
4082
4083
  #
@@ -4109,6 +4110,10 @@ module Aws::Batch
4109
4110
  # : The value for the filter is the fairshare scheduling share
4110
4111
  # identifier.
4111
4112
  #
4113
+ # QUOTA\_SHARE\_NAME
4114
+ #
4115
+ # : The value for the filter is the quota management share name.
4116
+ #
4112
4117
  # @return [Types::ListServiceJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4113
4118
  #
4114
4119
  # * {Types::ListServiceJobsResponse#job_summary_list #job_summary_list} => Array&lt;Types::ServiceJobSummary&gt;
@@ -6593,7 +6598,7 @@ module Aws::Batch
6593
6598
  tracer: tracer
6594
6599
  )
6595
6600
  context[:gem_name] = 'aws-sdk-batch'
6596
- context[:gem_version] = '1.139.0'
6601
+ context[:gem_version] = '1.140.0'
6597
6602
  Seahorse::Client::Request.new(handlers, context)
6598
6603
  end
6599
6604
 
@@ -7724,12 +7724,13 @@ module Aws::Batch
7724
7724
  # @!attribute [rw] job_status
7725
7725
  # The job status used to filter service jobs in the specified queue.
7726
7726
  # If the `filters` parameter is specified, the `jobStatus` parameter
7727
- # is ignored and jobs with any status are returned. The exception is
7728
- # the `SHARE_IDENTIFIER` filter and `jobStatus` can be used together.
7729
- # If you don't specify a status, only `RUNNING` jobs are returned.
7727
+ # is ignored and jobs with any status are returned. The exceptions are
7728
+ # the `SHARE_IDENTIFIER` filter and `QUOTA_SHARE_NAME` filter, which
7729
+ # can be used with `jobStatus`. If you don't specify a status, only
7730
+ # `RUNNING` jobs are returned.
7730
7731
  #
7731
- # <note markdown="1"> The `SHARE_IDENTIFIER` filter and the `jobStatus` field can be used
7732
- # together to filter results.
7732
+ # <note markdown="1"> The `SHARE_IDENTIFIER` filter or `QUOTA_SHARE_NAME` filter can be
7733
+ # used with the `jobStatus` field to filter results.
7733
7734
  #
7734
7735
  # </note>
7735
7736
  # @return [String]
@@ -7763,12 +7764,12 @@ module Aws::Batch
7763
7764
  # @!attribute [rw] filters
7764
7765
  # The filter to apply to the query. Only one filter can be used at a
7765
7766
  # time. When the filter is used, `jobStatus` is ignored with the
7766
- # exception that `SHARE_IDENTIFIER` and `jobStatus` can be used
7767
- # together. The results are sorted by the `createdAt` field, with the
7768
- # most recent jobs being first.
7767
+ # exception that `SHARE_IDENTIFIER` or `QUOTA_SHARE_NAME` and
7768
+ # `jobStatus` can be used together. The results are sorted by the
7769
+ # `createdAt` field, with the most recent jobs being first.
7769
7770
  #
7770
- # <note markdown="1"> The `SHARE_IDENTIFIER` filter and the `jobStatus` field can be used
7771
- # together to filter results.
7771
+ # <note markdown="1"> The `SHARE_IDENTIFIER` or `QUOTA_SHARE_NAME` filter and the
7772
+ # `jobStatus` field can be used together to filter results.
7772
7773
  #
7773
7774
  # </note>
7774
7775
  #
@@ -7800,6 +7801,10 @@ module Aws::Batch
7800
7801
  #
7801
7802
  # : The value for the filter is the fairshare scheduling share
7802
7803
  # identifier.
7804
+ #
7805
+ # QUOTA\_SHARE\_NAME
7806
+ #
7807
+ # : The value for the filter is the quota management share name.
7803
7808
  # @return [Array<Types::KeyValuesPair>]
7804
7809
  #
7805
7810
  # @see http://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/ListServiceJobsRequest AWS API Documentation
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.139.0'
57
+ GEM_VERSION = '1.140.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.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services