@aws-sdk/client-batch 3.1015.0 → 3.1017.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.
|
@@ -7201,10 +7201,11 @@ export interface ListServiceJobsRequest {
|
|
|
7201
7201
|
/**
|
|
7202
7202
|
* <p>The job status used to filter service jobs in the specified queue. If the <code>filters</code>
|
|
7203
7203
|
* parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any
|
|
7204
|
-
* status are returned. The
|
|
7204
|
+
* status are returned. The exceptions are the <code>SHARE_IDENTIFIER</code> filter and <code>QUOTA_SHARE_NAME</code> filter, which
|
|
7205
|
+
* can be used with <code>jobStatus</code>. If you don't specify a status, only <code>RUNNING</code> jobs are
|
|
7205
7206
|
* returned.</p>
|
|
7206
7207
|
* <note>
|
|
7207
|
-
* <p>The <code>SHARE_IDENTIFIER</code> filter
|
|
7208
|
+
* <p>The <code>SHARE_IDENTIFIER</code> filter or <code>QUOTA_SHARE_NAME</code> filter can be used with the <code>jobStatus</code> field to filter results.</p>
|
|
7208
7209
|
* </note>
|
|
7209
7210
|
* @public
|
|
7210
7211
|
*/
|
|
@@ -7225,10 +7226,10 @@ export interface ListServiceJobsRequest {
|
|
|
7225
7226
|
nextToken?: string | undefined;
|
|
7226
7227
|
/**
|
|
7227
7228
|
* <p>The filter to apply to the query. Only one filter can be used at a time. When the
|
|
7228
|
-
* filter is used, <code>jobStatus</code> is ignored with the exception that <code>SHARE_IDENTIFIER</code> and <code>jobStatus</code> can be used together. The results are sorted by the
|
|
7229
|
+
* filter is used, <code>jobStatus</code> is ignored with the exception that <code>SHARE_IDENTIFIER</code> or <code>QUOTA_SHARE_NAME</code> and <code>jobStatus</code> can be used together. The results are sorted by the
|
|
7229
7230
|
* <code>createdAt</code> field, with the most recent jobs being first.</p>
|
|
7230
7231
|
* <note>
|
|
7231
|
-
* <p>The <code>SHARE_IDENTIFIER</code> filter and the <code>jobStatus</code> field can be used together to filter results.</p>
|
|
7232
|
+
* <p>The <code>SHARE_IDENTIFIER</code> or <code>QUOTA_SHARE_NAME</code> filter and the <code>jobStatus</code> field can be used together to filter results.</p>
|
|
7232
7233
|
* </note>
|
|
7233
7234
|
* <dl>
|
|
7234
7235
|
* <dt>JOB_NAME</dt>
|
|
@@ -7257,6 +7258,10 @@ export interface ListServiceJobsRequest {
|
|
|
7257
7258
|
* <dd>
|
|
7258
7259
|
* <p>The value for the filter is the fairshare scheduling share identifier.</p>
|
|
7259
7260
|
* </dd>
|
|
7261
|
+
* <dt>QUOTA_SHARE_NAME</dt>
|
|
7262
|
+
* <dd>
|
|
7263
|
+
* <p>The value for the filter is the quota management share name.</p>
|
|
7264
|
+
* </dd>
|
|
7260
7265
|
* </dl>
|
|
7261
7266
|
* @public
|
|
7262
7267
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-batch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1017.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-batch",
|