@aws-sdk/client-batch 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +18 -41
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeJobsCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +18 -41
  14. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +18 -41
  18. package/dist-cjs/commands/SubmitJobCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/TerminateJobCommand.js +18 -41
  21. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-cjs/pagination/DescribeComputeEnvironmentsPaginator.js +2 -24
  27. package/dist-cjs/pagination/DescribeJobDefinitionsPaginator.js +2 -24
  28. package/dist-cjs/pagination/DescribeJobQueuesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListSchedulingPoliciesPaginator.js +2 -24
  31. package/dist-es/commands/CancelJobCommand.js +18 -41
  32. package/dist-es/commands/CreateComputeEnvironmentCommand.js +18 -41
  33. package/dist-es/commands/CreateJobQueueCommand.js +18 -41
  34. package/dist-es/commands/CreateSchedulingPolicyCommand.js +18 -41
  35. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +18 -41
  36. package/dist-es/commands/DeleteJobQueueCommand.js +18 -41
  37. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +18 -41
  38. package/dist-es/commands/DeregisterJobDefinitionCommand.js +18 -41
  39. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +18 -41
  40. package/dist-es/commands/DescribeJobDefinitionsCommand.js +18 -41
  41. package/dist-es/commands/DescribeJobQueuesCommand.js +18 -41
  42. package/dist-es/commands/DescribeJobsCommand.js +18 -41
  43. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +18 -41
  44. package/dist-es/commands/ListJobsCommand.js +18 -41
  45. package/dist-es/commands/ListSchedulingPoliciesCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/RegisterJobDefinitionCommand.js +18 -41
  48. package/dist-es/commands/SubmitJobCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/TerminateJobCommand.js +18 -41
  51. package/dist-es/commands/UntagResourceCommand.js +18 -41
  52. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +18 -41
  53. package/dist-es/commands/UpdateJobQueueCommand.js +18 -41
  54. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/DescribeComputeEnvironmentsPaginator.js +2 -23
  57. package/dist-es/pagination/DescribeJobDefinitionsPaginator.js +2 -23
  58. package/dist-es/pagination/DescribeJobQueuesPaginator.js +2 -23
  59. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  60. package/dist-es/pagination/ListSchedulingPoliciesPaginator.js +2 -23
  61. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeJobsCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -21
  74. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -21
  78. package/dist-types/commands/SubmitJobCommand.d.ts +6 -21
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/TerminateJobCommand.d.ts +6 -21
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -21
  85. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -3
  117. package/dist-types/ts3.4/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/DescribeJobQueuesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -3
  121. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class TagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "TagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "TagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_TagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TagResourceCommand(output, context);
46
- }
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "TagResource", {})
19
+ .n("BatchClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_TerminateJobCommand, se_TerminateJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class TerminateJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, TerminateJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "TerminateJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "TerminateJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_TerminateJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TerminateJobCommand(output, context);
46
- }
7
+ export class TerminateJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "TerminateJob", {})
19
+ .n("BatchClient", "TerminateJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TerminateJobCommand)
22
+ .de(de_TerminateJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "UntagResource", {})
19
+ .n("BatchClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateComputeEnvironmentCommand, se_UpdateComputeEnvironmentCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateComputeEnvironmentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateComputeEnvironmentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "UpdateComputeEnvironmentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "UpdateComputeEnvironment",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateComputeEnvironmentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateComputeEnvironmentCommand(output, context);
46
- }
7
+ export class UpdateComputeEnvironmentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "UpdateComputeEnvironment", {})
19
+ .n("BatchClient", "UpdateComputeEnvironmentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateComputeEnvironmentCommand)
22
+ .de(de_UpdateComputeEnvironmentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateJobQueueCommand, se_UpdateJobQueueCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateJobQueueCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateJobQueueCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "UpdateJobQueueCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "UpdateJobQueue",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateJobQueueCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateJobQueueCommand(output, context);
46
- }
7
+ export class UpdateJobQueueCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "UpdateJobQueue", {})
19
+ .n("BatchClient", "UpdateJobQueueCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateJobQueueCommand)
22
+ .de(de_UpdateJobQueueCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateSchedulingPolicyCommand, se_UpdateSchedulingPolicyCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateSchedulingPolicyCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSchedulingPolicyCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "BatchClient";
26
- const commandName = "UpdateSchedulingPolicyCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBatchV20160810",
35
- operation: "UpdateSchedulingPolicy",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateSchedulingPolicyCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateSchedulingPolicyCommand(output, context);
46
- }
7
+ export class UpdateSchedulingPolicyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBatchV20160810", "UpdateSchedulingPolicy", {})
19
+ .n("BatchClient", "UpdateSchedulingPolicyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateSchedulingPolicyCommand)
22
+ .de(de_UpdateSchedulingPolicyCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "batch",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BatchClient } from "../BatchClient";
2
3
  import { DescribeComputeEnvironmentsCommand, } from "../commands/DescribeComputeEnvironmentsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeComputeEnvironmentsCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeComputeEnvironments(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof BatchClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Batch | BatchClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeComputeEnvironments = createPaginator(BatchClient, DescribeComputeEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BatchClient } from "../BatchClient";
2
3
  import { DescribeJobDefinitionsCommand, } from "../commands/DescribeJobDefinitionsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeJobDefinitionsCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeJobDefinitions(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof BatchClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Batch | BatchClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeJobDefinitions = createPaginator(BatchClient, DescribeJobDefinitionsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BatchClient } from "../BatchClient";
2
3
  import { DescribeJobQueuesCommand, } from "../commands/DescribeJobQueuesCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new DescribeJobQueuesCommand(input), ...args);
5
- };
6
- export async function* paginateDescribeJobQueues(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof BatchClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Batch | BatchClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateDescribeJobQueues = createPaginator(BatchClient, DescribeJobQueuesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BatchClient } from "../BatchClient";
2
3
  import { ListJobsCommand } from "../commands/ListJobsCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListJobsCommand(input), ...args);
5
- };
6
- export async function* paginateListJobs(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof BatchClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Batch | BatchClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListJobs = createPaginator(BatchClient, ListJobsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { BatchClient } from "../BatchClient";
2
3
  import { ListSchedulingPoliciesCommand, } from "../commands/ListSchedulingPoliciesCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListSchedulingPoliciesCommand(input), ...args);
5
- };
6
- export async function* paginateListSchedulingPolicies(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.nextToken = token;
12
- input["maxResults"] = config.pageSize;
13
- if (config.client instanceof BatchClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected Batch | BatchClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.nextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListSchedulingPolicies = createPaginator(BatchClient, ListSchedulingPoliciesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelJobCommandInput extends CancelJobRequest {
21
20
  */
22
21
  export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CancelJobCommand_base: {
24
+ new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a job in an Batch job queue. Jobs that are in the
@@ -90,23 +93,5 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
90
93
  * ```
91
94
  *
92
95
  */
93
- export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, BatchClientResolvedConfig> {
94
- readonly input: CancelJobCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: CancelJobCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class CancelJobCommand extends CancelJobCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
4
  import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateComputeEnvironmentCommandInput extends CreateComputeEnvir
21
20
  */
22
21
  export interface CreateComputeEnvironmentCommandOutput extends CreateComputeEnvironmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateComputeEnvironmentCommand_base: {
24
+ new (input: CreateComputeEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Batch compute environment. You can create <code>MANAGED</code> or <code>UNMANAGED</code> compute
@@ -280,23 +283,5 @@ export interface CreateComputeEnvironmentCommandOutput extends CreateComputeEnvi
280
283
  * ```
281
284
  *
282
285
  */
283
- export declare class CreateComputeEnvironmentCommand extends $Command<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput, BatchClientResolvedConfig> {
284
- readonly input: CreateComputeEnvironmentCommandInput;
285
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
286
- /**
287
- * @public
288
- */
289
- constructor(input: CreateComputeEnvironmentCommandInput);
290
- /**
291
- * @internal
292
- */
293
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput>;
294
- /**
295
- * @internal
296
- */
297
- private serialize;
298
- /**
299
- * @internal
300
- */
301
- private deserialize;
286
+ export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
302
287
  }