@aws-sdk/client-batch 3.1076.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 +56 -455
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { CreateComputeEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateComputeEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateComputeEnvironment", {})
|
|
13
|
-
.n("BatchClient", "CreateComputeEnvironmentCommand")
|
|
14
|
-
.sc(CreateComputeEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateComputeEnvironmentCommand extends command(_ep0, _mw0, "CreateComputeEnvironment", CreateComputeEnvironment$) {
|
|
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 { CreateConsumableResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConsumableResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateConsumableResource", {})
|
|
13
|
-
.n("BatchClient", "CreateConsumableResourceCommand")
|
|
14
|
-
.sc(CreateConsumableResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConsumableResourceCommand extends command(_ep0, _mw0, "CreateConsumableResource", CreateConsumableResource$) {
|
|
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 { CreateJobQueue$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateJobQueueCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateJobQueue", {})
|
|
13
|
-
.n("BatchClient", "CreateJobQueueCommand")
|
|
14
|
-
.sc(CreateJobQueue$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateJobQueueCommand extends command(_ep0, _mw0, "CreateJobQueue", CreateJobQueue$) {
|
|
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 { CreateQuotaShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateQuotaShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateQuotaShare", {})
|
|
13
|
-
.n("BatchClient", "CreateQuotaShareCommand")
|
|
14
|
-
.sc(CreateQuotaShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateQuotaShareCommand extends command(_ep0, _mw0, "CreateQuotaShare", CreateQuotaShare$) {
|
|
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 { CreateSchedulingPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSchedulingPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateSchedulingPolicy", {})
|
|
13
|
-
.n("BatchClient", "CreateSchedulingPolicyCommand")
|
|
14
|
-
.sc(CreateSchedulingPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSchedulingPolicyCommand extends command(_ep0, _mw0, "CreateSchedulingPolicy", CreateSchedulingPolicy$) {
|
|
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 { CreateServiceEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CreateServiceEnvironment", {})
|
|
13
|
-
.n("BatchClient", "CreateServiceEnvironmentCommand")
|
|
14
|
-
.sc(CreateServiceEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceEnvironmentCommand extends command(_ep0, _mw0, "CreateServiceEnvironment", CreateServiceEnvironment$) {
|
|
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 { DeleteComputeEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteComputeEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteComputeEnvironment", {})
|
|
13
|
-
.n("BatchClient", "DeleteComputeEnvironmentCommand")
|
|
14
|
-
.sc(DeleteComputeEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteComputeEnvironmentCommand extends command(_ep0, _mw0, "DeleteComputeEnvironment", DeleteComputeEnvironment$) {
|
|
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 { DeleteConsumableResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConsumableResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteConsumableResource", {})
|
|
13
|
-
.n("BatchClient", "DeleteConsumableResourceCommand")
|
|
14
|
-
.sc(DeleteConsumableResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConsumableResourceCommand extends command(_ep0, _mw0, "DeleteConsumableResource", DeleteConsumableResource$) {
|
|
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 { DeleteJobQueue$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteJobQueueCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteJobQueue", {})
|
|
13
|
-
.n("BatchClient", "DeleteJobQueueCommand")
|
|
14
|
-
.sc(DeleteJobQueue$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteJobQueueCommand extends command(_ep0, _mw0, "DeleteJobQueue", DeleteJobQueue$) {
|
|
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 { DeleteQuotaShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteQuotaShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteQuotaShare", {})
|
|
13
|
-
.n("BatchClient", "DeleteQuotaShareCommand")
|
|
14
|
-
.sc(DeleteQuotaShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteQuotaShareCommand extends command(_ep0, _mw0, "DeleteQuotaShare", DeleteQuotaShare$) {
|
|
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 { DeleteSchedulingPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSchedulingPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteSchedulingPolicy", {})
|
|
13
|
-
.n("BatchClient", "DeleteSchedulingPolicyCommand")
|
|
14
|
-
.sc(DeleteSchedulingPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSchedulingPolicyCommand extends command(_ep0, _mw0, "DeleteSchedulingPolicy", DeleteSchedulingPolicy$) {
|
|
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 { DeleteServiceEnvironment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServiceEnvironmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeleteServiceEnvironment", {})
|
|
13
|
-
.n("BatchClient", "DeleteServiceEnvironmentCommand")
|
|
14
|
-
.sc(DeleteServiceEnvironment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServiceEnvironmentCommand extends command(_ep0, _mw0, "DeleteServiceEnvironment", DeleteServiceEnvironment$) {
|
|
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 { DeregisterJobDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterJobDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DeregisterJobDefinition", {})
|
|
13
|
-
.n("BatchClient", "DeregisterJobDefinitionCommand")
|
|
14
|
-
.sc(DeregisterJobDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterJobDefinitionCommand extends command(_ep0, _mw0, "DeregisterJobDefinition", DeregisterJobDefinition$) {
|
|
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 { DescribeComputeEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeComputeEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeComputeEnvironments", {})
|
|
13
|
-
.n("BatchClient", "DescribeComputeEnvironmentsCommand")
|
|
14
|
-
.sc(DescribeComputeEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeComputeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeComputeEnvironments", DescribeComputeEnvironments$) {
|
|
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 { DescribeConsumableResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConsumableResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeConsumableResource", {})
|
|
13
|
-
.n("BatchClient", "DescribeConsumableResourceCommand")
|
|
14
|
-
.sc(DescribeConsumableResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConsumableResourceCommand extends command(_ep0, _mw0, "DescribeConsumableResource", DescribeConsumableResource$) {
|
|
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 { DescribeJobDefinitions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeJobDefinitionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeJobDefinitions", {})
|
|
13
|
-
.n("BatchClient", "DescribeJobDefinitionsCommand")
|
|
14
|
-
.sc(DescribeJobDefinitions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeJobDefinitionsCommand extends command(_ep0, _mw0, "DescribeJobDefinitions", DescribeJobDefinitions$) {
|
|
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 { DescribeJobQueues$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeJobQueuesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeJobQueues", {})
|
|
13
|
-
.n("BatchClient", "DescribeJobQueuesCommand")
|
|
14
|
-
.sc(DescribeJobQueues$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeJobQueuesCommand extends command(_ep0, _mw0, "DescribeJobQueues", DescribeJobQueues$) {
|
|
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 { DescribeJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeJobs", {})
|
|
13
|
-
.n("BatchClient", "DescribeJobsCommand")
|
|
14
|
-
.sc(DescribeJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeJobsCommand extends command(_ep0, _mw0, "DescribeJobs", DescribeJobs$) {
|
|
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 { DescribeQuotaShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeQuotaShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeQuotaShare", {})
|
|
13
|
-
.n("BatchClient", "DescribeQuotaShareCommand")
|
|
14
|
-
.sc(DescribeQuotaShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeQuotaShareCommand extends command(_ep0, _mw0, "DescribeQuotaShare", DescribeQuotaShare$) {
|
|
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 { DescribeSchedulingPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSchedulingPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeSchedulingPolicies", {})
|
|
13
|
-
.n("BatchClient", "DescribeSchedulingPoliciesCommand")
|
|
14
|
-
.sc(DescribeSchedulingPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSchedulingPoliciesCommand extends command(_ep0, _mw0, "DescribeSchedulingPolicies", DescribeSchedulingPolicies$) {
|
|
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 { DescribeServiceEnvironments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceEnvironmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeServiceEnvironments", {})
|
|
13
|
-
.n("BatchClient", "DescribeServiceEnvironmentsCommand")
|
|
14
|
-
.sc(DescribeServiceEnvironments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceEnvironmentsCommand extends command(_ep0, _mw0, "DescribeServiceEnvironments", DescribeServiceEnvironments$) {
|
|
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 { DescribeServiceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "DescribeServiceJob", {})
|
|
13
|
-
.n("BatchClient", "DescribeServiceJobCommand")
|
|
14
|
-
.sc(DescribeServiceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceJobCommand extends command(_ep0, _mw0, "DescribeServiceJob", DescribeServiceJob$) {
|
|
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 { GetJobQueueSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetJobQueueSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "GetJobQueueSnapshot", {})
|
|
13
|
-
.n("BatchClient", "GetJobQueueSnapshotCommand")
|
|
14
|
-
.sc(GetJobQueueSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetJobQueueSnapshotCommand extends command(_ep0, _mw0, "GetJobQueueSnapshot", GetJobQueueSnapshot$) {
|
|
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 { ListConsumableResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConsumableResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListConsumableResources", {})
|
|
13
|
-
.n("BatchClient", "ListConsumableResourcesCommand")
|
|
14
|
-
.sc(ListConsumableResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConsumableResourcesCommand extends command(_ep0, _mw0, "ListConsumableResources", ListConsumableResources$) {
|
|
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 { ListJobsByConsumableResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListJobsByConsumableResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListJobsByConsumableResource", {})
|
|
13
|
-
.n("BatchClient", "ListJobsByConsumableResourceCommand")
|
|
14
|
-
.sc(ListJobsByConsumableResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListJobsByConsumableResourceCommand extends command(_ep0, _mw0, "ListJobsByConsumableResource", ListJobsByConsumableResource$) {
|
|
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 { ListJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListJobs", {})
|
|
13
|
-
.n("BatchClient", "ListJobsCommand")
|
|
14
|
-
.sc(ListJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
|
|
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 { ListQuotaShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListQuotaSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListQuotaShares", {})
|
|
13
|
-
.n("BatchClient", "ListQuotaSharesCommand")
|
|
14
|
-
.sc(ListQuotaShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListQuotaSharesCommand extends command(_ep0, _mw0, "ListQuotaShares", ListQuotaShares$) {
|
|
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 { ListSchedulingPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSchedulingPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListSchedulingPolicies", {})
|
|
13
|
-
.n("BatchClient", "ListSchedulingPoliciesCommand")
|
|
14
|
-
.sc(ListSchedulingPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSchedulingPoliciesCommand extends command(_ep0, _mw0, "ListSchedulingPolicies", ListSchedulingPolicies$) {
|
|
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 { ListServiceJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListServiceJobs", {})
|
|
13
|
-
.n("BatchClient", "ListServiceJobsCommand")
|
|
14
|
-
.sc(ListServiceJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceJobsCommand extends command(_ep0, _mw0, "ListServiceJobs", ListServiceJobs$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "ListTagsForResource", {})
|
|
13
|
-
.n("BatchClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { RegisterJobDefinition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterJobDefinitionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "RegisterJobDefinition", {})
|
|
13
|
-
.n("BatchClient", "RegisterJobDefinitionCommand")
|
|
14
|
-
.sc(RegisterJobDefinition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterJobDefinitionCommand extends command(_ep0, _mw0, "RegisterJobDefinition", RegisterJobDefinition$) {
|
|
16
4
|
}
|