@aws-sdk/client-batch 3.489.0 → 3.495.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 (43) hide show
  1. package/dist-cjs/Batch.js +1 -59
  2. package/dist-cjs/BatchClient.js +1 -43
  3. package/dist-cjs/commands/CancelJobCommand.js +1 -28
  4. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +1 -28
  5. package/dist-cjs/commands/CreateJobQueueCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteJobQueueCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeJobQueuesCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeJobsCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +1 -28
  16. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  17. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +1 -28
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  19. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +1 -28
  20. package/dist-cjs/commands/SubmitJobCommand.js +1 -28
  21. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  22. package/dist-cjs/commands/TerminateJobCommand.js +1 -28
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateJobQueueCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2241 -11
  31. package/dist-cjs/models/BatchServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -135
  34. package/dist-cjs/pagination/DescribeComputeEnvironmentsPaginator.js +1 -7
  35. package/dist-cjs/pagination/DescribeJobDefinitionsPaginator.js +1 -7
  36. package/dist-cjs/pagination/DescribeJobQueuesPaginator.js +1 -7
  37. package/dist-cjs/pagination/Interfaces.js +1 -2
  38. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListSchedulingPoliciesPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -9
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -1411
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
package/dist-cjs/Batch.js CHANGED
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Batch = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchClient_1 = require("./BatchClient");
6
- const CancelJobCommand_1 = require("./commands/CancelJobCommand");
7
- const CreateComputeEnvironmentCommand_1 = require("./commands/CreateComputeEnvironmentCommand");
8
- const CreateJobQueueCommand_1 = require("./commands/CreateJobQueueCommand");
9
- const CreateSchedulingPolicyCommand_1 = require("./commands/CreateSchedulingPolicyCommand");
10
- const DeleteComputeEnvironmentCommand_1 = require("./commands/DeleteComputeEnvironmentCommand");
11
- const DeleteJobQueueCommand_1 = require("./commands/DeleteJobQueueCommand");
12
- const DeleteSchedulingPolicyCommand_1 = require("./commands/DeleteSchedulingPolicyCommand");
13
- const DeregisterJobDefinitionCommand_1 = require("./commands/DeregisterJobDefinitionCommand");
14
- const DescribeComputeEnvironmentsCommand_1 = require("./commands/DescribeComputeEnvironmentsCommand");
15
- const DescribeJobDefinitionsCommand_1 = require("./commands/DescribeJobDefinitionsCommand");
16
- const DescribeJobQueuesCommand_1 = require("./commands/DescribeJobQueuesCommand");
17
- const DescribeJobsCommand_1 = require("./commands/DescribeJobsCommand");
18
- const DescribeSchedulingPoliciesCommand_1 = require("./commands/DescribeSchedulingPoliciesCommand");
19
- const ListJobsCommand_1 = require("./commands/ListJobsCommand");
20
- const ListSchedulingPoliciesCommand_1 = require("./commands/ListSchedulingPoliciesCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const RegisterJobDefinitionCommand_1 = require("./commands/RegisterJobDefinitionCommand");
23
- const SubmitJobCommand_1 = require("./commands/SubmitJobCommand");
24
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
25
- const TerminateJobCommand_1 = require("./commands/TerminateJobCommand");
26
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
27
- const UpdateComputeEnvironmentCommand_1 = require("./commands/UpdateComputeEnvironmentCommand");
28
- const UpdateJobQueueCommand_1 = require("./commands/UpdateJobQueueCommand");
29
- const UpdateSchedulingPolicyCommand_1 = require("./commands/UpdateSchedulingPolicyCommand");
30
- const commands = {
31
- CancelJobCommand: CancelJobCommand_1.CancelJobCommand,
32
- CreateComputeEnvironmentCommand: CreateComputeEnvironmentCommand_1.CreateComputeEnvironmentCommand,
33
- CreateJobQueueCommand: CreateJobQueueCommand_1.CreateJobQueueCommand,
34
- CreateSchedulingPolicyCommand: CreateSchedulingPolicyCommand_1.CreateSchedulingPolicyCommand,
35
- DeleteComputeEnvironmentCommand: DeleteComputeEnvironmentCommand_1.DeleteComputeEnvironmentCommand,
36
- DeleteJobQueueCommand: DeleteJobQueueCommand_1.DeleteJobQueueCommand,
37
- DeleteSchedulingPolicyCommand: DeleteSchedulingPolicyCommand_1.DeleteSchedulingPolicyCommand,
38
- DeregisterJobDefinitionCommand: DeregisterJobDefinitionCommand_1.DeregisterJobDefinitionCommand,
39
- DescribeComputeEnvironmentsCommand: DescribeComputeEnvironmentsCommand_1.DescribeComputeEnvironmentsCommand,
40
- DescribeJobDefinitionsCommand: DescribeJobDefinitionsCommand_1.DescribeJobDefinitionsCommand,
41
- DescribeJobQueuesCommand: DescribeJobQueuesCommand_1.DescribeJobQueuesCommand,
42
- DescribeJobsCommand: DescribeJobsCommand_1.DescribeJobsCommand,
43
- DescribeSchedulingPoliciesCommand: DescribeSchedulingPoliciesCommand_1.DescribeSchedulingPoliciesCommand,
44
- ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
45
- ListSchedulingPoliciesCommand: ListSchedulingPoliciesCommand_1.ListSchedulingPoliciesCommand,
46
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
47
- RegisterJobDefinitionCommand: RegisterJobDefinitionCommand_1.RegisterJobDefinitionCommand,
48
- SubmitJobCommand: SubmitJobCommand_1.SubmitJobCommand,
49
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
50
- TerminateJobCommand: TerminateJobCommand_1.TerminateJobCommand,
51
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
52
- UpdateComputeEnvironmentCommand: UpdateComputeEnvironmentCommand_1.UpdateComputeEnvironmentCommand,
53
- UpdateJobQueueCommand: UpdateJobQueueCommand_1.UpdateJobQueueCommand,
54
- UpdateSchedulingPolicyCommand: UpdateSchedulingPolicyCommand_1.UpdateSchedulingPolicyCommand,
55
- };
56
- class Batch extends BatchClient_1.BatchClient {
57
- }
58
- exports.Batch = Batch;
59
- (0, smithy_client_1.createAggregatedClient)(commands, Batch);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class BatchClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.BatchClient = BatchClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "CancelJob", {})
22
- .n("BatchClient", "CancelJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelJobCommand)
25
- .de(Aws_restJson1_1.de_CancelJobCommand)
26
- .build() {
27
- }
28
- exports.CancelJobCommand = CancelJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateComputeEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateComputeEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "CreateComputeEnvironment", {})
22
- .n("BatchClient", "CreateComputeEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateComputeEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_CreateComputeEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.CreateComputeEnvironmentCommand = CreateComputeEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateJobQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateJobQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "CreateJobQueue", {})
22
- .n("BatchClient", "CreateJobQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateJobQueueCommand)
25
- .de(Aws_restJson1_1.de_CreateJobQueueCommand)
26
- .build() {
27
- }
28
- exports.CreateJobQueueCommand = CreateJobQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSchedulingPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSchedulingPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "CreateSchedulingPolicy", {})
22
- .n("BatchClient", "CreateSchedulingPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSchedulingPolicyCommand)
25
- .de(Aws_restJson1_1.de_CreateSchedulingPolicyCommand)
26
- .build() {
27
- }
28
- exports.CreateSchedulingPolicyCommand = CreateSchedulingPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteComputeEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteComputeEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DeleteComputeEnvironment", {})
22
- .n("BatchClient", "DeleteComputeEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteComputeEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteComputeEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteComputeEnvironmentCommand = DeleteComputeEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteJobQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteJobQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DeleteJobQueue", {})
22
- .n("BatchClient", "DeleteJobQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteJobQueueCommand)
25
- .de(Aws_restJson1_1.de_DeleteJobQueueCommand)
26
- .build() {
27
- }
28
- exports.DeleteJobQueueCommand = DeleteJobQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSchedulingPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSchedulingPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DeleteSchedulingPolicy", {})
22
- .n("BatchClient", "DeleteSchedulingPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSchedulingPolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteSchedulingPolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteSchedulingPolicyCommand = DeleteSchedulingPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterJobDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeregisterJobDefinitionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DeregisterJobDefinition", {})
22
- .n("BatchClient", "DeregisterJobDefinitionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeregisterJobDefinitionCommand)
25
- .de(Aws_restJson1_1.de_DeregisterJobDefinitionCommand)
26
- .build() {
27
- }
28
- exports.DeregisterJobDefinitionCommand = DeregisterJobDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeComputeEnvironmentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeComputeEnvironmentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DescribeComputeEnvironments", {})
22
- .n("BatchClient", "DescribeComputeEnvironmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeComputeEnvironmentsCommand)
25
- .de(Aws_restJson1_1.de_DescribeComputeEnvironmentsCommand)
26
- .build() {
27
- }
28
- exports.DescribeComputeEnvironmentsCommand = DescribeComputeEnvironmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeJobDefinitionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DescribeJobDefinitions", {})
22
- .n("BatchClient", "DescribeJobDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeJobDefinitionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeJobDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeJobDefinitionsCommand = DescribeJobDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobQueuesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeJobQueuesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DescribeJobQueues", {})
22
- .n("BatchClient", "DescribeJobQueuesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeJobQueuesCommand)
25
- .de(Aws_restJson1_1.de_DescribeJobQueuesCommand)
26
- .build() {
27
- }
28
- exports.DescribeJobQueuesCommand = DescribeJobQueuesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DescribeJobs", {})
22
- .n("BatchClient", "DescribeJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeJobsCommand)
25
- .de(Aws_restJson1_1.de_DescribeJobsCommand)
26
- .build() {
27
- }
28
- exports.DescribeJobsCommand = DescribeJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSchedulingPoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeSchedulingPoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "DescribeSchedulingPolicies", {})
22
- .n("BatchClient", "DescribeSchedulingPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeSchedulingPoliciesCommand)
25
- .de(Aws_restJson1_1.de_DescribeSchedulingPoliciesCommand)
26
- .build() {
27
- }
28
- exports.DescribeSchedulingPoliciesCommand = DescribeSchedulingPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "ListJobs", {})
22
- .n("BatchClient", "ListJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListJobsCommand)
25
- .de(Aws_restJson1_1.de_ListJobsCommand)
26
- .build() {
27
- }
28
- exports.ListJobsCommand = ListJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSchedulingPoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSchedulingPoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "ListSchedulingPolicies", {})
22
- .n("BatchClient", "ListSchedulingPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSchedulingPoliciesCommand)
25
- .de(Aws_restJson1_1.de_ListSchedulingPoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListSchedulingPoliciesCommand = ListSchedulingPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "ListTagsForResource", {})
22
- .n("BatchClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterJobDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterJobDefinitionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBatchV20160810", "RegisterJobDefinition", {})
22
- .n("BatchClient", "RegisterJobDefinitionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterJobDefinitionCommand)
25
- .de(Aws_restJson1_1.de_RegisterJobDefinitionCommand)
26
- .build() {
27
- }
28
- exports.RegisterJobDefinitionCommand = RegisterJobDefinitionCommand;
1
+ module.exports = require("../index.js");