@aws-sdk/client-batch 3.337.0 → 3.338.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/BatchClient.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/CreateJobQueueCommand.js +2 -1
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -1
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -1
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/SubmitJobCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TerminateJobCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -1
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/BatchServiceException.js +2 -1
- package/dist-es/BatchClient.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +1 -0
- package/dist-es/commands/CreateJobQueueCommand.js +1 -0
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +1 -0
- package/dist-es/commands/DeleteJobQueueCommand.js +1 -0
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +1 -0
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +1 -0
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +1 -0
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +1 -0
- package/dist-es/commands/DescribeJobQueuesCommand.js +1 -0
- package/dist-es/commands/DescribeJobsCommand.js +1 -0
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RegisterJobDefinitionCommand.js +1 -0
- package/dist-es/commands/SubmitJobCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TerminateJobCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +1 -0
- package/dist-es/commands/UpdateJobQueueCommand.js +1 -0
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/BatchServiceException.js +1 -0
- package/dist-types/BatchClient.d.ts +3 -3
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobQueueCommand.d.ts +4 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +4 -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 +4 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +4 -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 +4 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +4 -0
- package/dist-types/index.d.ts +17 -2
- package/dist-types/models/BatchServiceException.d.ts +1 -0
- package/dist-types/ts3.4/BatchClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -33,6 +33,7 @@ import { UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOu
|
|
|
33
33
|
import { UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput } from "./commands/UpdateJobQueueCommand";
|
|
34
34
|
import { UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput } from "./commands/UpdateSchedulingPolicyCommand";
|
|
35
35
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
36
|
+
export { __Client };
|
|
36
37
|
/**
|
|
37
38
|
* @public
|
|
38
39
|
*/
|
|
@@ -147,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
147
148
|
/**
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
|
-
type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
151
|
+
export type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
151
152
|
/**
|
|
152
153
|
* @public
|
|
153
154
|
*
|
|
@@ -158,7 +159,7 @@ export interface BatchClientConfig extends BatchClientConfigType {
|
|
|
158
159
|
/**
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
|
-
type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
162
|
+
export type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
162
163
|
/**
|
|
163
164
|
* @public
|
|
164
165
|
*
|
|
@@ -193,4 +194,3 @@ export declare class BatchClient extends __Client<__HttpHandlerOptions, ServiceI
|
|
|
193
194
|
*/
|
|
194
195
|
destroy(): void;
|
|
195
196
|
}
|
|
196
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Batch</fullname>
|
|
3
|
+
* <p>Using Batch, you can run batch computing workloads on the Amazon Web Services Cloud. Batch computing is a common means for
|
|
4
|
+
* developers, scientists, and engineers to access large amounts of compute resources. Batch uses the advantages of
|
|
5
|
+
* the batch computing to remove the undifferentiated heavy lifting of configuring and managing required infrastructure.
|
|
6
|
+
* At the same time, it also adopts a familiar batch computing software approach. You can use Batch to efficiently
|
|
7
|
+
* provision resources d, and work toward eliminating capacity constraints, reducing your overall compute costs, and
|
|
8
|
+
* delivering results more quickly.</p>
|
|
9
|
+
* <p>As a fully managed service, Batch can run batch computing workloads of any scale. Batch automatically
|
|
10
|
+
* provisions compute resources and optimizes workload distribution based on the quantity and scale of your specific
|
|
11
|
+
* workloads. With Batch, there's no need to install or manage batch computing software. This means that you can focus
|
|
12
|
+
* on analyzing results and solving your specific problems instead.</p>
|
|
13
|
+
*
|
|
14
|
+
* @packageDocumentation
|
|
15
|
+
*/
|
|
2
16
|
export * from "./BatchClient";
|
|
17
|
+
export * from "./Batch";
|
|
3
18
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
19
|
export * from "./pagination";
|
|
20
|
+
export * from "./models";
|
|
6
21
|
export { BatchServiceException } from "./models/BatchServiceException";
|
|
@@ -147,6 +147,7 @@ import {
|
|
|
147
147
|
ClientResolvedEndpointParameters,
|
|
148
148
|
EndpointParameters,
|
|
149
149
|
} from "./endpoint/EndpointParameters";
|
|
150
|
+
export { __Client };
|
|
150
151
|
export type ServiceInputTypes =
|
|
151
152
|
| CancelJobCommandInput
|
|
152
153
|
| CreateComputeEnvironmentCommandInput
|
|
@@ -221,7 +222,7 @@ export interface ClientDefaults
|
|
|
221
222
|
logger?: __Logger;
|
|
222
223
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
223
224
|
}
|
|
224
|
-
type BatchClientConfigType = Partial<
|
|
225
|
+
export type BatchClientConfigType = Partial<
|
|
225
226
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
226
227
|
> &
|
|
227
228
|
ClientDefaults &
|
|
@@ -233,7 +234,7 @@ type BatchClientConfigType = Partial<
|
|
|
233
234
|
UserAgentInputConfig &
|
|
234
235
|
ClientInputEndpointParameters;
|
|
235
236
|
export interface BatchClientConfig extends BatchClientConfigType {}
|
|
236
|
-
type BatchClientResolvedConfigType =
|
|
237
|
+
export type BatchClientResolvedConfigType =
|
|
237
238
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
238
239
|
Required<ClientDefaults> &
|
|
239
240
|
RegionResolvedConfig &
|
|
@@ -255,4 +256,3 @@ export declare class BatchClient extends __Client<
|
|
|
255
256
|
constructor(configuration: BatchClientConfig);
|
|
256
257
|
destroy(): void;
|
|
257
258
|
}
|
|
258
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
16
17
|
export interface CancelJobCommandOutput
|
|
17
18
|
extends CancelJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateComputeEnvironmentRequest,
|
|
16
16
|
CreateComputeEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateComputeEnvironmentCommandInput
|
|
19
20
|
extends CreateComputeEnvironmentRequest {}
|
|
20
21
|
export interface CreateComputeEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateJobQueueRequest,
|
|
16
16
|
CreateJobQueueResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
|
|
19
20
|
export interface CreateJobQueueCommandOutput
|
|
20
21
|
extends CreateJobQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateSchedulingPolicyRequest,
|
|
16
16
|
CreateSchedulingPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSchedulingPolicyCommandInput
|
|
19
20
|
extends CreateSchedulingPolicyRequest {}
|
|
20
21
|
export interface CreateSchedulingPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteComputeEnvironmentRequest,
|
|
16
16
|
DeleteComputeEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteComputeEnvironmentCommandInput
|
|
19
20
|
extends DeleteComputeEnvironmentRequest {}
|
|
20
21
|
export interface DeleteComputeEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteJobQueueRequest,
|
|
16
16
|
DeleteJobQueueResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteJobQueueCommandInput extends DeleteJobQueueRequest {}
|
|
19
20
|
export interface DeleteJobQueueCommandOutput
|
|
20
21
|
extends DeleteJobQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteSchedulingPolicyRequest,
|
|
16
16
|
DeleteSchedulingPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSchedulingPolicyCommandInput
|
|
19
20
|
extends DeleteSchedulingPolicyRequest {}
|
|
20
21
|
export interface DeleteSchedulingPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeregisterJobDefinitionRequest,
|
|
16
16
|
DeregisterJobDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeregisterJobDefinitionCommandInput
|
|
19
20
|
extends DeregisterJobDefinitionRequest {}
|
|
20
21
|
export interface DeregisterJobDefinitionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeComputeEnvironmentsRequest,
|
|
16
16
|
DescribeComputeEnvironmentsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeComputeEnvironmentsCommandInput
|
|
19
20
|
extends DescribeComputeEnvironmentsRequest {}
|
|
20
21
|
export interface DescribeComputeEnvironmentsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeJobDefinitionsRequest,
|
|
16
16
|
DescribeJobDefinitionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeJobDefinitionsCommandInput
|
|
19
20
|
extends DescribeJobDefinitionsRequest {}
|
|
20
21
|
export interface DescribeJobDefinitionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeJobQueuesRequest,
|
|
16
16
|
DescribeJobQueuesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeJobQueuesCommandInput
|
|
19
20
|
extends DescribeJobQueuesRequest {}
|
|
20
21
|
export interface DescribeJobQueuesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
|
|
16
17
|
export interface DescribeJobsCommandOutput
|
|
17
18
|
extends DescribeJobsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeSchedulingPoliciesRequest,
|
|
16
16
|
DescribeSchedulingPoliciesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSchedulingPoliciesCommandInput
|
|
19
20
|
extends DescribeSchedulingPoliciesRequest {}
|
|
20
21
|
export interface DescribeSchedulingPoliciesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
16
17
|
export interface ListJobsCommandOutput
|
|
17
18
|
extends ListJobsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSchedulingPoliciesRequest,
|
|
16
16
|
ListSchedulingPoliciesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSchedulingPoliciesCommandInput
|
|
19
20
|
extends ListSchedulingPoliciesRequest {}
|
|
20
21
|
export interface ListSchedulingPoliciesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RegisterJobDefinitionRequest,
|
|
16
16
|
RegisterJobDefinitionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RegisterJobDefinitionCommandInput
|
|
19
20
|
extends RegisterJobDefinitionRequest {}
|
|
20
21
|
export interface RegisterJobDefinitionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SubmitJobCommandInput extends SubmitJobRequest {}
|
|
16
17
|
export interface SubmitJobCommandOutput
|
|
17
18
|
extends SubmitJobResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../BatchClient";
|
|
14
14
|
import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TerminateJobCommandInput extends TerminateJobRequest {}
|
|
16
17
|
export interface TerminateJobCommandOutput
|
|
17
18
|
extends TerminateJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateComputeEnvironmentRequest,
|
|
16
16
|
UpdateComputeEnvironmentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateComputeEnvironmentCommandInput
|
|
19
20
|
extends UpdateComputeEnvironmentRequest {}
|
|
20
21
|
export interface UpdateComputeEnvironmentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateJobQueueRequest,
|
|
16
16
|
UpdateJobQueueResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {}
|
|
19
20
|
export interface UpdateJobQueueCommandOutput
|
|
20
21
|
extends UpdateJobQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateSchedulingPolicyRequest,
|
|
16
16
|
UpdateSchedulingPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSchedulingPolicyCommandInput
|
|
19
20
|
extends UpdateSchedulingPolicyRequest {}
|
|
20
21
|
export interface UpdateSchedulingPolicyCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Batch";
|
|
2
1
|
export * from "./BatchClient";
|
|
2
|
+
export * from "./Batch";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { BatchServiceException } from "./models/BatchServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class BatchServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|