@aws-sdk/client-batch 3.325.0 → 3.327.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.
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +7 -0
- package/dist-types/commands/CreateJobQueueCommand.d.ts +7 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +7 -0
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +69 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +321 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +396 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +24 -0
- package/dist-types/commands/ListJobsCommand.d.ts +32 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +8 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +8 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TerminateJobCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +7 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -40,6 +40,11 @@ export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __M
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateJobQueueCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateJobQueueResponse
|
|
44
|
+
* // jobQueueName: "STRING_VALUE",
|
|
45
|
+
* // jobQueueArn: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param UpdateJobQueueCommandInput - {@link UpdateJobQueueCommandInput}
|
|
@@ -56,6 +61,8 @@ export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __M
|
|
|
56
61
|
* @throws {@link ServerException} (server fault)
|
|
57
62
|
* <p>These errors are usually caused by a server issue.</p>
|
|
58
63
|
*
|
|
64
|
+
* @throws {@link BatchServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Batch service.</p>
|
|
59
66
|
*
|
|
60
67
|
* @example To update a job queue
|
|
61
68
|
* ```javascript
|
|
@@ -41,6 +41,8 @@ export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPol
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateSchedulingPolicyCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param UpdateSchedulingPolicyCommandInput - {@link UpdateSchedulingPolicyCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPol
|
|
|
57
59
|
* @throws {@link ServerException} (server fault)
|
|
58
60
|
* <p>These errors are usually caused by a server issue.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link BatchServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Batch service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UpdateSchedulingPolicyCommand extends $Command<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig> {
|
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.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|