@aws-sdk/client-batch 3.478.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 (101) 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-es/commands/CancelJobCommand.js +18 -41
  27. package/dist-es/commands/CreateComputeEnvironmentCommand.js +18 -41
  28. package/dist-es/commands/CreateJobQueueCommand.js +18 -41
  29. package/dist-es/commands/CreateSchedulingPolicyCommand.js +18 -41
  30. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +18 -41
  31. package/dist-es/commands/DeleteJobQueueCommand.js +18 -41
  32. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +18 -41
  33. package/dist-es/commands/DeregisterJobDefinitionCommand.js +18 -41
  34. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +18 -41
  35. package/dist-es/commands/DescribeJobDefinitionsCommand.js +18 -41
  36. package/dist-es/commands/DescribeJobQueuesCommand.js +18 -41
  37. package/dist-es/commands/DescribeJobsCommand.js +18 -41
  38. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +18 -41
  39. package/dist-es/commands/ListJobsCommand.js +18 -41
  40. package/dist-es/commands/ListSchedulingPoliciesCommand.js +18 -41
  41. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-es/commands/RegisterJobDefinitionCommand.js +18 -41
  43. package/dist-es/commands/SubmitJobCommand.js +18 -41
  44. package/dist-es/commands/TagResourceCommand.js +18 -41
  45. package/dist-es/commands/TerminateJobCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +18 -41
  47. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +18 -41
  48. package/dist-es/commands/UpdateJobQueueCommand.js +18 -41
  49. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +18 -41
  50. package/dist-es/endpoint/EndpointParameters.js +6 -0
  51. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -21
  58. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -21
  60. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeJobsCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -21
  64. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -21
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -21
  68. package/dist-types/commands/SubmitJobCommand.d.ts +6 -21
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  70. package/dist-types/commands/TerminateJobCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -21
  73. package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -21
  75. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  76. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  101. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
17
11
  export interface CancelJobCommandOutput
18
12
  extends CancelJobResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelJobCommand extends $Command<
21
- CancelJobCommandInput,
22
- CancelJobCommandOutput,
23
- BatchClientResolvedConfig
24
- > {
25
- readonly input: CancelJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelJobCommand_base: {
15
+ new (
16
+ input: CancelJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelJobCommandInput,
19
+ CancelJobCommandOutput,
20
+ BatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelJobCommand extends CancelJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateComputeEnvironmentCommandInput
21
15
  export interface CreateComputeEnvironmentCommandOutput
22
16
  extends CreateComputeEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateComputeEnvironmentCommand extends $Command<
25
- CreateComputeEnvironmentCommandInput,
26
- CreateComputeEnvironmentCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: CreateComputeEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateComputeEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateComputeEnvironmentCommand_base: {
19
+ new (
20
+ input: CreateComputeEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateComputeEnvironmentCommandInput,
38
- CreateComputeEnvironmentCommandOutput
23
+ CreateComputeEnvironmentCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
20
14
  export interface CreateJobQueueCommandOutput
21
15
  extends CreateJobQueueResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateJobQueueCommand extends $Command<
24
- CreateJobQueueCommandInput,
25
- CreateJobQueueCommandOutput,
26
- BatchClientResolvedConfig
27
- > {
28
- readonly input: CreateJobQueueCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateJobQueueCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateJobQueueCommandInput, CreateJobQueueCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateJobQueueCommand_base: {
18
+ new (
19
+ input: CreateJobQueueCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateJobQueueCommandInput,
22
+ CreateJobQueueCommandOutput,
23
+ BatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateSchedulingPolicyCommandInput
21
15
  export interface CreateSchedulingPolicyCommandOutput
22
16
  extends CreateSchedulingPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSchedulingPolicyCommand extends $Command<
25
- CreateSchedulingPolicyCommandInput,
26
- CreateSchedulingPolicyCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: CreateSchedulingPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSchedulingPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSchedulingPolicyCommand_base: {
19
+ new (
20
+ input: CreateSchedulingPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSchedulingPolicyCommandInput,
38
- CreateSchedulingPolicyCommandOutput
23
+ CreateSchedulingPolicyCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteComputeEnvironmentCommandInput
21
15
  export interface DeleteComputeEnvironmentCommandOutput
22
16
  extends DeleteComputeEnvironmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteComputeEnvironmentCommand extends $Command<
25
- DeleteComputeEnvironmentCommandInput,
26
- DeleteComputeEnvironmentCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteComputeEnvironmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteComputeEnvironmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteComputeEnvironmentCommand_base: {
19
+ new (
20
+ input: DeleteComputeEnvironmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteComputeEnvironmentCommandInput,
38
- DeleteComputeEnvironmentCommandOutput
23
+ DeleteComputeEnvironmentCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteJobQueueCommandInput extends DeleteJobQueueRequest {}
20
14
  export interface DeleteJobQueueCommandOutput
21
15
  extends DeleteJobQueueResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteJobQueueCommand extends $Command<
24
- DeleteJobQueueCommandInput,
25
- DeleteJobQueueCommandOutput,
26
- BatchClientResolvedConfig
27
- > {
28
- readonly input: DeleteJobQueueCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteJobQueueCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteJobQueueCommand_base: {
18
+ new (
19
+ input: DeleteJobQueueCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteJobQueueCommandInput,
22
+ DeleteJobQueueCommandOutput,
23
+ BatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteJobQueueCommand extends DeleteJobQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteSchedulingPolicyCommandInput
21
15
  export interface DeleteSchedulingPolicyCommandOutput
22
16
  extends DeleteSchedulingPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSchedulingPolicyCommand extends $Command<
25
- DeleteSchedulingPolicyCommandInput,
26
- DeleteSchedulingPolicyCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteSchedulingPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSchedulingPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSchedulingPolicyCommand_base: {
19
+ new (
20
+ input: DeleteSchedulingPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSchedulingPolicyCommandInput,
38
- DeleteSchedulingPolicyCommandOutput
23
+ DeleteSchedulingPolicyCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteSchedulingPolicyCommand extends DeleteSchedulingPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeregisterJobDefinitionCommandInput
21
15
  export interface DeregisterJobDefinitionCommandOutput
22
16
  extends DeregisterJobDefinitionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeregisterJobDefinitionCommand extends $Command<
25
- DeregisterJobDefinitionCommandInput,
26
- DeregisterJobDefinitionCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DeregisterJobDefinitionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeregisterJobDefinitionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeregisterJobDefinitionCommand_base: {
19
+ new (
20
+ input: DeregisterJobDefinitionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeregisterJobDefinitionCommandInput,
38
- DeregisterJobDefinitionCommandOutput
23
+ DeregisterJobDefinitionCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeregisterJobDefinitionCommand extends DeregisterJobDefinitionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeComputeEnvironmentsCommandInput
21
15
  export interface DescribeComputeEnvironmentsCommandOutput
22
16
  extends DescribeComputeEnvironmentsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeComputeEnvironmentsCommand extends $Command<
25
- DescribeComputeEnvironmentsCommandInput,
26
- DescribeComputeEnvironmentsCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeComputeEnvironmentsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeComputeEnvironmentsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeComputeEnvironmentsCommand_base: {
19
+ new (
20
+ input: DescribeComputeEnvironmentsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeComputeEnvironmentsCommandInput,
38
- DescribeComputeEnvironmentsCommandOutput
23
+ DescribeComputeEnvironmentsCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeComputeEnvironmentsCommand extends DescribeComputeEnvironmentsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeJobDefinitionsCommandInput
21
15
  export interface DescribeJobDefinitionsCommandOutput
22
16
  extends DescribeJobDefinitionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeJobDefinitionsCommand extends $Command<
25
- DescribeJobDefinitionsCommandInput,
26
- DescribeJobDefinitionsCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeJobDefinitionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeJobDefinitionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeJobDefinitionsCommand_base: {
19
+ new (
20
+ input: DescribeJobDefinitionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeJobDefinitionsCommandInput,
38
- DescribeJobDefinitionsCommandOutput
23
+ DescribeJobDefinitionsCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeJobDefinitionsCommand extends DescribeJobDefinitionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeJobQueuesCommandInput
21
15
  export interface DescribeJobQueuesCommandOutput
22
16
  extends DescribeJobQueuesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeJobQueuesCommand extends $Command<
25
- DescribeJobQueuesCommandInput,
26
- DescribeJobQueuesCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeJobQueuesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeJobQueuesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeJobQueuesCommand_base: {
19
+ new (
20
+ input: DescribeJobQueuesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeJobQueuesCommandInput,
23
+ DescribeJobQueuesCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeJobQueuesCommand extends DescribeJobQueuesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
17
11
  export interface DescribeJobsCommandOutput
18
12
  extends DescribeJobsResponse,
19
13
  __MetadataBearer {}
20
- export declare class DescribeJobsCommand extends $Command<
21
- DescribeJobsCommandInput,
22
- DescribeJobsCommandOutput,
23
- BatchClientResolvedConfig
24
- > {
25
- readonly input: DescribeJobsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeJobsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeJobsCommandInput, DescribeJobsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeJobsCommand_base: {
15
+ new (
16
+ input: DescribeJobsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeJobsCommandInput,
19
+ DescribeJobsCommandOutput,
20
+ BatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeJobsCommand extends DescribeJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeSchedulingPoliciesCommandInput
21
15
  export interface DescribeSchedulingPoliciesCommandOutput
22
16
  extends DescribeSchedulingPoliciesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSchedulingPoliciesCommand extends $Command<
25
- DescribeSchedulingPoliciesCommandInput,
26
- DescribeSchedulingPoliciesCommandOutput,
27
- BatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeSchedulingPoliciesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSchedulingPoliciesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeSchedulingPoliciesCommand_base: {
19
+ new (
20
+ input: DescribeSchedulingPoliciesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeSchedulingPoliciesCommandInput,
38
- DescribeSchedulingPoliciesCommandOutput
23
+ DescribeSchedulingPoliciesCommandOutput,
24
+ BatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListJobsCommandInput extends ListJobsRequest {}
17
11
  export interface ListJobsCommandOutput
18
12
  extends ListJobsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListJobsCommand extends $Command<
21
- ListJobsCommandInput,
22
- ListJobsCommandOutput,
23
- BatchClientResolvedConfig
24
- > {
25
- readonly input: ListJobsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListJobsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListJobsCommand_base: {
15
+ new (
16
+ input: ListJobsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListJobsCommandInput,
19
+ ListJobsCommandOutput,
20
+ BatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListJobsCommand extends ListJobsCommand_base {}