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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +16 -11
- data/lib/aws-sdk-batch/types.rb +15 -10
- 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: df92337dd7d638ebb425837efab9a329584b13813d087d88abca83c0d1bcf255
|
|
4
|
+
data.tar.gz: 4581c0a2ca65a8f6236e654b4fdc3e41eee76b8e589b0f5933d66031ebb323d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d6d4d0327f199b044b1964edcc7b7af50258e76220f35712adca8f90c44003f5d082b45f3011308753488d6b81fa38111a98eb268e3cd23c0b5e8ed0e729c9c
|
|
7
|
+
data.tar.gz: fc7cf378b2222bd4fb413d61e52c4d48a6f44c9be901dd7d4f917ebd0cf79e66a34b2481dfe9156c25dcecf1780817a9000ad6e321e8c0b5dd52362304ca4182
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.140.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
|
@@ -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
|
|
4041
|
-
# `SHARE_IDENTIFIER` filter and `
|
|
4042
|
-
# don't specify a status, only `RUNNING`
|
|
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
|
|
4045
|
-
#
|
|
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`
|
|
4075
|
-
# together. The results are sorted by 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`
|
|
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<Types::ServiceJobSummary>
|
|
@@ -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.
|
|
6601
|
+
context[:gem_version] = '1.140.0'
|
|
6597
6602
|
Seahorse::Client::Request.new(handlers, context)
|
|
6598
6603
|
end
|
|
6599
6604
|
|
data/lib/aws-sdk-batch/types.rb
CHANGED
|
@@ -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
|
|
7728
|
-
# the `SHARE_IDENTIFIER` filter and `
|
|
7729
|
-
# If you don't specify a status, only
|
|
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
|
|
7732
|
-
#
|
|
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`
|
|
7767
|
-
# together. The results are sorted by 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`
|
|
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