@aws-sdk/client-batch 3.1077.0 → 3.1078.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/index.js +53 -453
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelJobCommand.js +2 -14
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateConsumableResourceCommand.js +2 -14
- package/dist-es/commands/CreateJobQueueCommand.js +2 -14
- package/dist-es/commands/CreateQuotaShareCommand.js +2 -14
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -14
- package/dist-es/commands/DeleteJobQueueCommand.js +2 -14
- package/dist-es/commands/DeleteQuotaShareCommand.js +2 -14
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -14
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -14
- package/dist-es/commands/DescribeJobQueuesCommand.js +2 -14
- package/dist-es/commands/DescribeJobsCommand.js +2 -14
- package/dist-es/commands/DescribeQuotaShareCommand.js +2 -14
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceJobCommand.js +2 -14
- package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -14
- package/dist-es/commands/ListConsumableResourcesCommand.js +2 -14
- package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListQuotaSharesCommand.js +2 -14
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -14
- package/dist-es/commands/ListServiceJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -14
- package/dist-es/commands/SubmitJobCommand.js +2 -14
- package/dist-es/commands/SubmitServiceJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateJobCommand.js +2 -14
- package/dist-es/commands/TerminateServiceJobCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -14
- package/dist-es/commands/UpdateJobQueueCommand.js +2 -14
- package/dist-es/commands/UpdateQuotaShareCommand.js +2 -14
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateServiceJobCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/ListConsumableResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuotaSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/SubmitJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateJobCommand.d.ts +3 -8
- package/dist-types/commands/TerminateServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceJobCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { SubmitServiceJobRequest, SubmitServiceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SubmitServiceJobCommandInput extends SubmitServiceJobRequest {
|
|
|
22
19
|
export interface SubmitServiceJobCommandOutput extends SubmitServiceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SubmitServiceJobCommand_base: {
|
|
25
|
-
new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Submits a service job to a specified job queue to run on SageMaker AI. A service job is a unit of work that you submit to Batch for execution on SageMaker AI.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TerminateJobCommandInput extends TerminateJobRequest {
|
|
|
22
19
|
export interface TerminateJobCommandOutput extends TerminateJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TerminateJobCommand_base: {
|
|
25
|
-
new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Terminates a job in a job queue. Jobs that are in the <code>STARTING</code> or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { TerminateServiceJobRequest, TerminateServiceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TerminateServiceJobCommandInput extends TerminateServiceJobRequ
|
|
|
22
19
|
export interface TerminateServiceJobCommandOutput extends TerminateServiceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TerminateServiceJobCommand_base: {
|
|
25
|
-
new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Terminates a service job in a job queue. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes specified tags from an Batch resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateComputeEnvironmentCommandInput extends UpdateComputeEnvir
|
|
|
22
19
|
export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateComputeEnvironmentCommand_base: {
|
|
25
|
-
new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an Batch compute environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateConsumableResourceRequest, UpdateConsumableResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateConsumableResourceCommandInput extends UpdateConsumableRe
|
|
|
22
19
|
export interface UpdateConsumableResourceCommandOutput extends UpdateConsumableResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateConsumableResourceCommand_base: {
|
|
25
|
-
new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a consumable resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {
|
|
|
22
19
|
export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateJobQueueCommand_base: {
|
|
25
|
-
new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a job queue.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateQuotaShareRequest, UpdateQuotaShareResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateQuotaShareCommandInput extends UpdateQuotaShareRequest {
|
|
|
22
19
|
export interface UpdateQuotaShareCommandOutput extends UpdateQuotaShareResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateQuotaShareCommand_base: {
|
|
25
|
-
new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a quota share.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSchedulingPolicyCommandInput extends UpdateSchedulingPoli
|
|
|
22
19
|
export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSchedulingPolicyCommand_base: {
|
|
25
|
-
new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a scheduling policy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateServiceEnvironmentRequest, UpdateServiceEnvironmentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateServiceEnvironmentCommandInput extends UpdateServiceEnvir
|
|
|
22
19
|
export interface UpdateServiceEnvironmentCommandOutput extends UpdateServiceEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateServiceEnvironmentCommand_base: {
|
|
25
|
-
new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a service environment. You can update the state of a service environment from <code>ENABLED</code> to <code>DISABLED</code> to prevent new service jobs from being placed in the service environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
4
2
|
import type { UpdateServiceJobRequest, UpdateServiceJobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateServiceJobCommandInput extends UpdateServiceJobRequest {
|
|
|
22
19
|
export interface UpdateServiceJobCommandOutput extends UpdateServiceJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateServiceJobCommand_base: {
|
|
25
|
-
new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the priority of a specified service job in an Batch job queue.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
19
19
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
20
20
|
export type { BatchExtensionConfiguration } from "./extensionConfiguration";
|
|
21
21
|
export * from "./commands";
|
|
22
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
22
23
|
export * from "./schemas/schemas_0";
|
|
23
24
|
export * from "./pagination";
|
|
24
25
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./BatchClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
BatchClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
BatchClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BatchClient";
|
|
8
2
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
12
5
|
export interface CancelJobCommandOutput
|
|
13
6
|
extends CancelJobResponse,
|
|
@@ -16,20 +9,18 @@ declare const CancelJobCommand_base: {
|
|
|
16
9
|
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
CancelJobCommandInput,
|
|
18
11
|
CancelJobCommandOutput,
|
|
19
|
-
BatchClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").BatchClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
CancelJobCommandInput,
|
|
25
18
|
CancelJobCommandOutput,
|
|
26
|
-
BatchClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").BatchClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BatchClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateComputeEnvironmentRequest,
|
|
10
4
|
CreateComputeEnvironmentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateComputeEnvironmentCommandInput
|
|
15
8
|
extends CreateComputeEnvironmentRequest {}
|
|
16
9
|
export interface CreateComputeEnvironmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateComputeEnvironmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateComputeEnvironmentCommandInput,
|
|
24
17
|
CreateComputeEnvironmentCommandOutput,
|
|
25
|
-
BatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateComputeEnvironmentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateComputeEnvironmentCommandInput,
|
|
33
26
|
CreateComputeEnvironmentCommandOutput,
|
|
34
|
-
BatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BatchClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateConsumableResourceRequest,
|
|
10
4
|
CreateConsumableResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateConsumableResourceCommandInput
|
|
15
8
|
extends CreateConsumableResourceRequest {}
|
|
16
9
|
export interface CreateConsumableResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateConsumableResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateConsumableResourceCommandInput,
|
|
24
17
|
CreateConsumableResourceCommandOutput,
|
|
25
|
-
BatchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BatchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateConsumableResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateConsumableResourceCommandInput,
|
|
33
26
|
CreateConsumableResourceCommandOutput,
|
|
34
|
-
BatchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BatchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateConsumableResourceCommand extends CreateConsumableResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BatchClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateJobQueueRequest,
|
|
10
4
|
CreateJobQueueResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
|
|
15
8
|
export interface CreateJobQueueCommandOutput
|
|
16
9
|
extends CreateJobQueueResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateJobQueueCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateJobQueueCommandInput,
|
|
23
16
|
CreateJobQueueCommandOutput,
|
|
24
|
-
BatchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BatchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateJobQueueCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateJobQueueCommandInput,
|
|
32
25
|
CreateJobQueueCommandOutput,
|
|
33
|
-
BatchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BatchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BatchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BatchClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateQuotaShareRequest,
|
|
10
4
|
CreateQuotaShareResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateQuotaShareCommandInput extends CreateQuotaShareRequest {}
|
|
15
8
|
export interface CreateQuotaShareCommandOutput
|
|
16
9
|
extends CreateQuotaShareResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateQuotaShareCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateQuotaShareCommandInput,
|
|
23
16
|
CreateQuotaShareCommandOutput,
|
|
24
|
-
BatchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BatchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateQuotaShareCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateQuotaShareCommandInput,
|
|
32
25
|
CreateQuotaShareCommandOutput,
|
|
33
|
-
BatchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BatchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateQuotaShareCommand extends CreateQuotaShareCommand_base {
|
|
42
33
|
protected static __types: {
|