@aws-sdk/client-batch 3.478.0 → 3.484.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-cjs/commands/CancelJobCommand.js +18 -41
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/CreateJobQueueCommand.js +18 -41
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteJobQueueCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +18 -41
- package/dist-cjs/commands/SubmitJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TerminateJobCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/UpdateJobQueueCommand.js +18 -41
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CancelJobCommand.js +18 -41
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +18 -41
- package/dist-es/commands/CreateJobQueueCommand.js +18 -41
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +18 -41
- package/dist-es/commands/DeleteJobQueueCommand.js +18 -41
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +18 -41
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +18 -41
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +18 -41
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +18 -41
- package/dist-es/commands/DescribeJobQueuesCommand.js +18 -41
- package/dist-es/commands/DescribeJobsCommand.js +18 -41
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +18 -41
- package/dist-es/commands/ListJobsCommand.js +18 -41
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterJobDefinitionCommand.js +18 -41
- package/dist-es/commands/SubmitJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TerminateJobCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +18 -41
- package/dist-es/commands/UpdateJobQueueCommand.js +18 -41
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CancelJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -21
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/SubmitJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TerminateJobCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeJobQueuesCommandInput extends DescribeJobQueuesRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeJobQueuesCommandOutput extends DescribeJobQueuesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeJobQueuesCommand_base: {
|
|
24
|
+
new (input: DescribeJobQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more of your job queues.</p>
|
|
@@ -116,23 +119,5 @@ export interface DescribeJobQueuesCommandOutput extends DescribeJobQueuesRespons
|
|
|
116
119
|
* ```
|
|
117
120
|
*
|
|
118
121
|
*/
|
|
119
|
-
export declare class DescribeJobQueuesCommand extends
|
|
120
|
-
readonly input: DescribeJobQueuesCommandInput;
|
|
121
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
constructor(input: DescribeJobQueuesCommandInput);
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private serialize;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private deserialize;
|
|
122
|
+
export declare class DescribeJobQueuesCommand extends DescribeJobQueuesCommand_base {
|
|
138
123
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeJobsCommand_base: {
|
|
24
|
+
new (input: DescribeJobsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a list of Batch jobs.</p>
|
|
@@ -505,23 +508,5 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
|
|
|
505
508
|
* ```
|
|
506
509
|
*
|
|
507
510
|
*/
|
|
508
|
-
export declare class DescribeJobsCommand extends
|
|
509
|
-
readonly input: DescribeJobsCommandInput;
|
|
510
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
511
|
-
/**
|
|
512
|
-
* @public
|
|
513
|
-
*/
|
|
514
|
-
constructor(input: DescribeJobsCommandInput);
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobsCommandInput, DescribeJobsCommandOutput>;
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
private serialize;
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
private deserialize;
|
|
511
|
+
export declare class DescribeJobsCommand extends DescribeJobsCommand_base {
|
|
527
512
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSchedulingPoliciesCommandInput extends DescribeScheduli
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSchedulingPoliciesCommandOutput extends DescribeSchedulingPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSchedulingPoliciesCommand_base: {
|
|
24
|
+
new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more of your scheduling policies.</p>
|
|
@@ -79,23 +82,5 @@ export interface DescribeSchedulingPoliciesCommandOutput extends DescribeSchedul
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Batch service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DescribeSchedulingPoliciesCommand extends
|
|
83
|
-
readonly input: DescribeSchedulingPoliciesCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DescribeSchedulingPoliciesCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListJobsCommandInput extends ListJobsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListJobsCommand_base: {
|
|
24
|
+
new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Batch jobs.</p>
|
|
@@ -155,23 +158,5 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
155
158
|
* ```
|
|
156
159
|
*
|
|
157
160
|
*/
|
|
158
|
-
export declare class ListJobsCommand extends
|
|
159
|
-
readonly input: ListJobsCommandInput;
|
|
160
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
161
|
-
/**
|
|
162
|
-
* @public
|
|
163
|
-
*/
|
|
164
|
-
constructor(input: ListJobsCommandInput);
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
private serialize;
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
private deserialize;
|
|
161
|
+
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
177
162
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSchedulingPoliciesCommandInput extends ListSchedulingPolici
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSchedulingPoliciesCommandOutput extends ListSchedulingPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSchedulingPoliciesCommand_base: {
|
|
24
|
+
new (input: ListSchedulingPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Batch scheduling policies.</p>
|
|
@@ -65,23 +68,5 @@ export interface ListSchedulingPoliciesCommandOutput extends ListSchedulingPolic
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Batch service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class ListSchedulingPoliciesCommand extends
|
|
69
|
-
readonly input: ListSchedulingPoliciesCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: ListSchedulingPoliciesCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class ListSchedulingPoliciesCommand extends ListSchedulingPoliciesCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags for an Batch resource. Batch resources that support tags are compute environments, jobs, job definitions, job queues,
|
|
@@ -82,23 +85,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
82
85
|
* ```
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListTagsForResourceCommand extends
|
|
86
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterJobDefinitionCommandInput extends RegisterJobDefinition
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterJobDefinitionCommand_base: {
|
|
24
|
+
new (input: RegisterJobDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers an Batch job definition.</p>
|
|
@@ -451,23 +454,5 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
|
|
|
451
454
|
* ```
|
|
452
455
|
*
|
|
453
456
|
*/
|
|
454
|
-
export declare class RegisterJobDefinitionCommand extends
|
|
455
|
-
readonly input: RegisterJobDefinitionCommandInput;
|
|
456
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
457
|
-
/**
|
|
458
|
-
* @public
|
|
459
|
-
*/
|
|
460
|
-
constructor(input: RegisterJobDefinitionCommandInput);
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput>;
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
|
-
private serialize;
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
|
-
private deserialize;
|
|
457
|
+
export declare class RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_base {
|
|
473
458
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SubmitJobCommandInput extends SubmitJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SubmitJobCommand_base: {
|
|
24
|
+
new (input: SubmitJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Submits an Batch job from a job definition. Parameters that are specified during <a>SubmitJob</a>
|
|
@@ -208,23 +211,5 @@ export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBea
|
|
|
208
211
|
* ```
|
|
209
212
|
*
|
|
210
213
|
*/
|
|
211
|
-
export declare class SubmitJobCommand extends
|
|
212
|
-
readonly input: SubmitJobCommandInput;
|
|
213
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
constructor(input: SubmitJobCommandInput);
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitJobCommandInput, SubmitJobCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
private serialize;
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
private deserialize;
|
|
214
|
+
export declare class SubmitJobCommand extends SubmitJobCommand_base {
|
|
230
215
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a
|
|
@@ -77,23 +80,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
77
80
|
* ```
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class TagResourceCommand extends
|
|
81
|
-
readonly input: TagResourceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: TagResourceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TerminateJobCommandInput extends TerminateJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TerminateJobCommandOutput extends TerminateJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TerminateJobCommand_base: {
|
|
24
|
+
new (input: TerminateJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Terminates a job in a job queue. Jobs that are in the <code>STARTING</code> or <code>RUNNING</code> state are
|
|
@@ -72,23 +75,5 @@ export interface TerminateJobCommandOutput extends TerminateJobResponse, __Metad
|
|
|
72
75
|
* ```
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class TerminateJobCommand extends
|
|
76
|
-
readonly input: TerminateJobCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: TerminateJobCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateJobCommandInput, TerminateJobCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class TerminateJobCommand extends TerminateJobCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes specified tags from an Batch resource.</p>
|
|
@@ -74,23 +77,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
74
77
|
* ```
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class UntagResourceCommand extends
|
|
78
|
-
readonly input: UntagResourceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: UntagResourceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateComputeEnvironmentCommandInput extends UpdateComputeEnvir
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvironmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateComputeEnvironmentCommand_base: {
|
|
24
|
+
new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an Batch compute environment.</p>
|
|
@@ -122,23 +125,5 @@ export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvi
|
|
|
122
125
|
* ```
|
|
123
126
|
*
|
|
124
127
|
*/
|
|
125
|
-
export declare class UpdateComputeEnvironmentCommand extends
|
|
126
|
-
readonly input: UpdateComputeEnvironmentCommandInput;
|
|
127
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
constructor(input: UpdateComputeEnvironmentCommandInput);
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private serialize;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
private deserialize;
|
|
128
|
+
export declare class UpdateComputeEnvironmentCommand extends UpdateComputeEnvironmentCommand_base {
|
|
144
129
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateJobQueueCommand_base: {
|
|
24
|
+
new (input: UpdateJobQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a job queue.</p>
|
|
@@ -87,23 +90,5 @@ export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __M
|
|
|
87
90
|
* ```
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UpdateJobQueueCommand extends
|
|
91
|
-
readonly input: UpdateJobQueueCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UpdateJobQueueCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UpdateJobQueueCommand extends UpdateJobQueueCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
4
|
import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSchedulingPolicyCommandInput extends UpdateSchedulingPoli
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSchedulingPolicyCommand_base: {
|
|
24
|
+
new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a scheduling policy.</p>
|
|
@@ -67,23 +70,5 @@ export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPol
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Batch service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UpdateSchedulingPolicyCommand extends
|
|
71
|
-
readonly input: UpdateSchedulingPolicyCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UpdateSchedulingPolicyCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UpdateSchedulingPolicyCommand extends UpdateSchedulingPolicyCommand_base {
|
|
89
74
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|