@aws-sdk/client-batch 3.1077.0 → 3.1079.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.
Files changed (143) hide show
  1. package/dist-cjs/index.js +53 -453
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelJobCommand.js +2 -14
  4. package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -14
  5. package/dist-es/commands/CreateConsumableResourceCommand.js +2 -14
  6. package/dist-es/commands/CreateJobQueueCommand.js +2 -14
  7. package/dist-es/commands/CreateQuotaShareCommand.js +2 -14
  8. package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -14
  9. package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -14
  11. package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -14
  12. package/dist-es/commands/DeleteJobQueueCommand.js +2 -14
  13. package/dist-es/commands/DeleteQuotaShareCommand.js +2 -14
  14. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -14
  16. package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -14
  17. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -14
  18. package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -14
  19. package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -14
  20. package/dist-es/commands/DescribeJobQueuesCommand.js +2 -14
  21. package/dist-es/commands/DescribeJobsCommand.js +2 -14
  22. package/dist-es/commands/DescribeQuotaShareCommand.js +2 -14
  23. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -14
  24. package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -14
  25. package/dist-es/commands/DescribeServiceJobCommand.js +2 -14
  26. package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -14
  27. package/dist-es/commands/ListConsumableResourcesCommand.js +2 -14
  28. package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -14
  29. package/dist-es/commands/ListJobsCommand.js +2 -14
  30. package/dist-es/commands/ListQuotaSharesCommand.js +2 -14
  31. package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -14
  32. package/dist-es/commands/ListServiceJobsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -14
  35. package/dist-es/commands/SubmitJobCommand.js +2 -14
  36. package/dist-es/commands/SubmitServiceJobCommand.js +2 -14
  37. package/dist-es/commands/TagResourceCommand.js +2 -14
  38. package/dist-es/commands/TerminateJobCommand.js +2 -14
  39. package/dist-es/commands/TerminateServiceJobCommand.js +2 -14
  40. package/dist-es/commands/UntagResourceCommand.js +2 -14
  41. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -14
  42. package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -14
  43. package/dist-es/commands/UpdateJobQueueCommand.js +2 -14
  44. package/dist-es/commands/UpdateQuotaShareCommand.js +2 -14
  45. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -14
  46. package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -14
  47. package/dist-es/commands/UpdateServiceJobCommand.js +2 -14
  48. package/dist-es/index.js +1 -0
  49. package/dist-types/commandBuilder.d.ts +18 -0
  50. package/dist-types/commands/CancelJobCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateConsumableResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateQuotaShareCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteQuotaShareCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +3 -8
  63. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeQuotaShareCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeServiceJobCommand.d.ts +3 -8
  73. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +3 -8
  74. package/dist-types/commands/ListConsumableResourcesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListQuotaSharesCommand.d.ts +3 -8
  78. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -8
  79. package/dist-types/commands/ListServiceJobsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +3 -8
  82. package/dist-types/commands/SubmitJobCommand.d.ts +3 -8
  83. package/dist-types/commands/SubmitServiceJobCommand.d.ts +3 -8
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/TerminateJobCommand.d.ts +3 -8
  86. package/dist-types/commands/TerminateServiceJobCommand.d.ts +3 -8
  87. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateQuotaShareCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateServiceJobCommand.d.ts +3 -8
  95. package/dist-types/index.d.ts +1 -0
  96. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  97. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/index.d.ts +1 -0
  143. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SubmitJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SubmitJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBatchV20160810", "SubmitJob", {})
13
- .n("BatchClient", "SubmitJobCommand")
14
- .sc(SubmitJob$)
15
- .build() {
3
+ export class SubmitJobCommand extends command(_ep0, _mw0, "SubmitJob", SubmitJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SubmitServiceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SubmitServiceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBatchV20160810", "SubmitServiceJob", {})
13
- .n("BatchClient", "SubmitServiceJobCommand")
14
- .sc(SubmitServiceJob$)
15
- .build() {
3
+ export class SubmitServiceJobCommand extends command(_ep0, _mw0, "SubmitServiceJob", SubmitServiceJob$) {
16
4
  }