@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,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "TagResource", {})
|
|
13
|
-
.n("BatchClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TerminateJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TerminateJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "TerminateJob", {})
|
|
13
|
-
.n("BatchClient", "TerminateJobCommand")
|
|
14
|
-
.sc(TerminateJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TerminateJobCommand extends command(_ep0, _mw0, "TerminateJob", TerminateJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TerminateServiceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TerminateServiceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "TerminateServiceJob", {})
|
|
13
|
-
.n("BatchClient", "TerminateServiceJobCommand")
|
|
14
|
-
.sc(TerminateServiceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TerminateServiceJobCommand extends command(_ep0, _mw0, "TerminateServiceJob", TerminateServiceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UntagResource", {})
|
|
13
|
-
.n("BatchClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateComputeEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateComputeEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateComputeEnvironment", {})
|
|
13
|
-
.n("BatchClient", "UpdateComputeEnvironmentCommand")
|
|
14
|
-
.sc(UpdateComputeEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateComputeEnvironmentCommand extends command(_ep0, _mw0, "UpdateComputeEnvironment", UpdateComputeEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConsumableResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConsumableResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateConsumableResource", {})
|
|
13
|
-
.n("BatchClient", "UpdateConsumableResourceCommand")
|
|
14
|
-
.sc(UpdateConsumableResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConsumableResourceCommand extends command(_ep0, _mw0, "UpdateConsumableResource", UpdateConsumableResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateJobQueue$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateJobQueueCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateJobQueue", {})
|
|
13
|
-
.n("BatchClient", "UpdateJobQueueCommand")
|
|
14
|
-
.sc(UpdateJobQueue$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateJobQueueCommand extends command(_ep0, _mw0, "UpdateJobQueue", UpdateJobQueue$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateQuotaShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateQuotaShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateQuotaShare", {})
|
|
13
|
-
.n("BatchClient", "UpdateQuotaShareCommand")
|
|
14
|
-
.sc(UpdateQuotaShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateQuotaShareCommand extends command(_ep0, _mw0, "UpdateQuotaShare", UpdateQuotaShare$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSchedulingPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSchedulingPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateSchedulingPolicy", {})
|
|
13
|
-
.n("BatchClient", "UpdateSchedulingPolicyCommand")
|
|
14
|
-
.sc(UpdateSchedulingPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSchedulingPolicyCommand extends command(_ep0, _mw0, "UpdateSchedulingPolicy", UpdateSchedulingPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateServiceEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateServiceEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateServiceEnvironment", {})
|
|
13
|
-
.n("BatchClient", "UpdateServiceEnvironmentCommand")
|
|
14
|
-
.sc(UpdateServiceEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateServiceEnvironmentCommand extends command(_ep0, _mw0, "UpdateServiceEnvironment", UpdateServiceEnvironment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateServiceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateServiceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "UpdateServiceJob", {})
|
|
13
|
-
.n("BatchClient", "UpdateServiceJobCommand")
|
|
14
|
-
.sc(UpdateServiceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateServiceJobCommand extends command(_ep0, _mw0, "UpdateServiceJob", UpdateServiceJob$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BatchClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { CancelJobRequest, CancelJobResponse } 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 CancelJobCommandInput extends CancelJobRequest {
|
|
|
22
19
|
export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelJobCommand_base: {
|
|
25
|
-
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels a job in an Batch job queue. Jobs that are in a <code>SUBMITTED</code>, <code>PENDING</code>, or <code>RUNNABLE</code> state are cancelled and the job status is updated to <code>FAILED</code>.</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 { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } 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 CreateComputeEnvironmentCommandInput extends CreateComputeEnvir
|
|
|
22
19
|
export interface CreateComputeEnvironmentCommandOutput extends CreateComputeEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateComputeEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Batch compute environment. You can create <code>MANAGED</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 { CreateConsumableResourceRequest, CreateConsumableResourceResponse } 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 CreateConsumableResourceCommandInput extends CreateConsumableRe
|
|
|
22
19
|
export interface CreateConsumableResourceCommandOutput extends CreateConsumableResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConsumableResourceCommand_base: {
|
|
25
|
-
new (input: CreateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateConsumableResourceCommandInput, CreateConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Batch 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 { CreateJobQueueRequest, CreateJobQueueResponse } 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 CreateJobQueueCommandInput extends CreateJobQueueRequest {
|
|
|
22
19
|
export interface CreateJobQueueCommandOutput extends CreateJobQueueResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateJobQueueCommand_base: {
|
|
25
|
-
new (input: CreateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateJobQueueCommandInput, CreateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateJobQueueCommandInput, CreateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateJobQueueCommandInput, CreateJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<CreateJobQueueCommandInput, CreateJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Batch job queue. When you create a job queue, you associate one or more
|
|
@@ -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 { CreateQuotaShareRequest, CreateQuotaShareResponse } 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 CreateQuotaShareCommandInput extends CreateQuotaShareRequest {
|
|
|
22
19
|
export interface CreateQuotaShareCommandOutput extends CreateQuotaShareResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateQuotaShareCommand_base: {
|
|
25
|
-
new (input: CreateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<CreateQuotaShareCommandInput, CreateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<CreateQuotaShareCommandInput, CreateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<CreateQuotaShareCommandInput, CreateQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<CreateQuotaShareCommandInput, CreateQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Batch quota share. Each quota share operates as a virtual queue with a configured compute capacity, resource sharing strategy, and borrow limits. </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 { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } 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 CreateSchedulingPolicyCommandInput extends CreateSchedulingPoli
|
|
|
22
19
|
export interface CreateSchedulingPolicyCommandOutput extends CreateSchedulingPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSchedulingPolicyCommand_base: {
|
|
25
|
-
new (input: CreateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateSchedulingPolicyCommandInput, CreateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateSchedulingPolicyCommandInput, CreateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateSchedulingPolicyCommandInput, CreateSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateSchedulingPolicyCommandInput, CreateSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Batch 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 { CreateServiceEnvironmentRequest, CreateServiceEnvironmentResponse } 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 CreateServiceEnvironmentCommandInput extends CreateServiceEnvir
|
|
|
22
19
|
export interface CreateServiceEnvironmentCommandOutput extends CreateServiceEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateServiceEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceEnvironmentCommandInput, CreateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceEnvironmentCommandInput, CreateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceEnvironmentCommandInput, CreateServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceEnvironmentCommandInput, CreateServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a service environment for running service jobs. Service environments define capacity limits for specific service types such as SageMaker Training jobs.</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 { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } 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 DeleteComputeEnvironmentCommandInput extends DeleteComputeEnvir
|
|
|
22
19
|
export interface DeleteComputeEnvironmentCommandOutput extends DeleteComputeEnvironmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteComputeEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComputeEnvironmentCommandInput, DeleteComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComputeEnvironmentCommandInput, DeleteComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComputeEnvironmentCommandInput, DeleteComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComputeEnvironmentCommandInput, DeleteComputeEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { DeleteConsumableResourceRequest, DeleteConsumableResourceResponse } 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 DeleteConsumableResourceCommandInput extends DeleteConsumableRe
|
|
|
22
19
|
export interface DeleteConsumableResourceCommandOutput extends DeleteConsumableResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConsumableResourceCommand_base: {
|
|
25
|
-
new (input: DeleteConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteConsumableResourceCommandInput, DeleteConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteConsumableResourceCommandInput, DeleteConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteConsumableResourceCommandInput, DeleteConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteConsumableResourceCommandInput, DeleteConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified 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 { DeleteJobQueueRequest, DeleteJobQueueResponse } 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 DeleteJobQueueCommandInput extends DeleteJobQueueRequest {
|
|
|
22
19
|
export interface DeleteJobQueueCommandOutput extends DeleteJobQueueResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteJobQueueCommand_base: {
|
|
25
|
-
new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified job queue. You must first disable submissions for a queue with the
|
|
@@ -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 { DeleteQuotaShareRequest, DeleteQuotaShareResponse } 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 DeleteQuotaShareCommandInput extends DeleteQuotaShareRequest {
|
|
|
22
19
|
export interface DeleteQuotaShareCommandOutput extends DeleteQuotaShareResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteQuotaShareCommand_base: {
|
|
25
|
-
new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified quota share. You must first disable submissions for the share by
|
|
@@ -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 { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } 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 DeleteSchedulingPolicyCommandInput extends DeleteSchedulingPoli
|
|
|
22
19
|
export interface DeleteSchedulingPolicyCommandOutput extends DeleteSchedulingPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSchedulingPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified scheduling policy.</p>
|