@aws-sdk/client-batch 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/dist-cjs/index.js +56 -455
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelJobCommand.js +2 -14
  4. package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -14
  5. package/dist-es/commands/CreateConsumableResourceCommand.js +2 -14
  6. package/dist-es/commands/CreateJobQueueCommand.js +2 -14
  7. package/dist-es/commands/CreateQuotaShareCommand.js +2 -14
  8. package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -14
  9. package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -14
  11. package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -14
  12. package/dist-es/commands/DeleteJobQueueCommand.js +2 -14
  13. package/dist-es/commands/DeleteQuotaShareCommand.js +2 -14
  14. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -14
  16. package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -14
  17. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -14
  18. package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -14
  19. package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -14
  20. package/dist-es/commands/DescribeJobQueuesCommand.js +2 -14
  21. package/dist-es/commands/DescribeJobsCommand.js +2 -14
  22. package/dist-es/commands/DescribeQuotaShareCommand.js +2 -14
  23. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -14
  24. package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -14
  25. package/dist-es/commands/DescribeServiceJobCommand.js +2 -14
  26. package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -14
  27. package/dist-es/commands/ListConsumableResourcesCommand.js +2 -14
  28. package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -14
  29. package/dist-es/commands/ListJobsCommand.js +2 -14
  30. package/dist-es/commands/ListQuotaSharesCommand.js +2 -14
  31. package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -14
  32. package/dist-es/commands/ListServiceJobsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -14
  35. package/dist-es/commands/SubmitJobCommand.js +2 -14
  36. package/dist-es/commands/SubmitServiceJobCommand.js +2 -14
  37. package/dist-es/commands/TagResourceCommand.js +2 -14
  38. package/dist-es/commands/TerminateJobCommand.js +2 -14
  39. package/dist-es/commands/TerminateServiceJobCommand.js +2 -14
  40. package/dist-es/commands/UntagResourceCommand.js +2 -14
  41. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -14
  42. package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -14
  43. package/dist-es/commands/UpdateJobQueueCommand.js +2 -14
  44. package/dist-es/commands/UpdateQuotaShareCommand.js +2 -14
  45. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -14
  46. package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -14
  47. package/dist-es/commands/UpdateServiceJobCommand.js +2 -14
  48. package/dist-es/index.js +1 -0
  49. package/dist-es/runtimeConfig.browser.js +0 -2
  50. package/dist-es/runtimeConfig.js +1 -2
  51. package/dist-es/runtimeConfig.native.js +0 -2
  52. package/dist-es/runtimeConfig.shared.js +2 -0
  53. package/dist-types/commandBuilder.d.ts +18 -0
  54. package/dist-types/commands/CancelJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateConsumableResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateQuotaShareCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteQuotaShareCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +3 -8
  67. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeQuotaShareCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeServiceJobCommand.d.ts +3 -8
  77. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +3 -8
  78. package/dist-types/commands/ListConsumableResourcesCommand.d.ts +3 -8
  79. package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListQuotaSharesCommand.d.ts +3 -8
  82. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListServiceJobsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +3 -8
  86. package/dist-types/commands/SubmitJobCommand.d.ts +3 -8
  87. package/dist-types/commands/SubmitServiceJobCommand.d.ts +3 -8
  88. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/TerminateJobCommand.d.ts +3 -8
  90. package/dist-types/commands/TerminateServiceJobCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateQuotaShareCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateServiceJobCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/runtimeConfig.d.ts +1 -1
  102. package/dist-types/runtimeConfig.native.d.ts +1 -1
  103. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  104. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  105. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/index.d.ts +1 -0
  151. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  153. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  155. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteJobQueueCommandInput extends DeleteJobQueueRequest {
22
19
  export interface DeleteJobQueueCommandOutput extends DeleteJobQueueResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteJobQueueCommand_base: {
25
- new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteJobQueueCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobQueueCommandInput, DeleteJobQueueCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified job queue. You must first disable submissions for a queue with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DeleteQuotaShareRequest, DeleteQuotaShareResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteQuotaShareCommandInput extends DeleteQuotaShareRequest {
22
19
  export interface DeleteQuotaShareCommandOutput extends DeleteQuotaShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteQuotaShareCommand_base: {
25
- new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuotaShareCommandInput, DeleteQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified quota share. You must first disable submissions for the share by
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSchedulingPolicyCommandInput extends DeleteSchedulingPoli
22
19
  export interface DeleteSchedulingPolicyCommandOutput extends DeleteSchedulingPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSchedulingPolicyCommand_base: {
25
- new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchedulingPolicyCommandInput, DeleteSchedulingPolicyCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified scheduling policy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DeleteServiceEnvironmentRequest, DeleteServiceEnvironmentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteServiceEnvironmentCommandInput extends DeleteServiceEnvir
22
19
  export interface DeleteServiceEnvironmentCommandOutput extends DeleteServiceEnvironmentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceEnvironmentCommand_base: {
25
- new (input: DeleteServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceEnvironmentCommandInput, DeleteServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceEnvironmentCommandInput, DeleteServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceEnvironmentCommandInput, DeleteServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceEnvironmentCommandInput, DeleteServiceEnvironmentCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Service environment. Before you can delete a service environment, you must first set its state to <code>DISABLED</code> with the <code>UpdateServiceEnvironment</code> API operation and disassociate it from any job queues with the <code>UpdateJobQueue</code> API operation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeregisterJobDefinitionCommandInput extends DeregisterJobDefini
22
19
  export interface DeregisterJobDefinitionCommandOutput extends DeregisterJobDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterJobDefinitionCommand_base: {
25
- new (input: DeregisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterJobDefinitionCommandInput, DeregisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterJobDefinitionCommandInput, DeregisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterJobDefinitionCommandInput, DeregisterJobDefinitionCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeregisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterJobDefinitionCommandInput, DeregisterJobDefinitionCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deregisters an Batch job definition. Job definitions are permanently deleted after 180
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeComputeEnvironmentsCommandInput extends DescribeCompute
22
19
  export interface DescribeComputeEnvironmentsCommandOutput extends DescribeComputeEnvironmentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeComputeEnvironmentsCommand_base: {
25
- new (input: DescribeComputeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeComputeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeComputeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeComputeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes one or more of your compute environments.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeConsumableResourceRequest, DescribeConsumableResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeConsumableResourceCommandInput extends DescribeConsumab
22
19
  export interface DescribeConsumableResourceCommandOutput extends DescribeConsumableResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeConsumableResourceCommand_base: {
25
- new (input: DescribeConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConsumableResourceCommandInput, DescribeConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConsumableResourceCommandInput, DescribeConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConsumableResourceCommandInput, DescribeConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConsumableResourceCommandInput, DescribeConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a description of the specified consumable resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobDefinitionsCommandInput extends DescribeJobDefinitio
22
19
  export interface DescribeJobDefinitionsCommandOutput extends DescribeJobDefinitionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobDefinitionsCommand_base: {
25
- new (input: DescribeJobDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeJobDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeJobDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a list of job definitions. You can specify a <code>status</code> (such as
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobQueuesCommandInput extends DescribeJobQueuesRequest
22
19
  export interface DescribeJobQueuesCommandOutput extends DescribeJobQueuesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobQueuesCommand_base: {
25
- new (input: DescribeJobQueuesCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeJobQueuesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobQueuesCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeJobQueuesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes one or more of your job queues.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {
22
19
  export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobsCommand_base: {
25
- new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobsCommandInput, DescribeJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a list of Batch jobs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeQuotaShareRequest, DescribeQuotaShareResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeQuotaShareCommandInput extends DescribeQuotaShareReques
22
19
  export interface DescribeQuotaShareCommandOutput extends DescribeQuotaShareResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeQuotaShareCommand_base: {
25
- new (input: DescribeQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a description of the specified quota share.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSchedulingPoliciesCommandInput extends DescribeScheduli
22
19
  export interface DescribeSchedulingPoliciesCommandOutput extends DescribeSchedulingPoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSchedulingPoliciesCommand_base: {
25
- new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes one or more of your scheduling policies.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeServiceEnvironmentsRequest, DescribeServiceEnvironmentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeServiceEnvironmentsCommandInput extends DescribeService
22
19
  export interface DescribeServiceEnvironmentsCommandOutput extends DescribeServiceEnvironmentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeServiceEnvironmentsCommand_base: {
25
- new (input: DescribeServiceEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeServiceEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeServiceEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeServiceEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes one or more of your service environments.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { DescribeServiceJobRequest, DescribeServiceJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeServiceJobCommandInput extends DescribeServiceJobReques
22
19
  export interface DescribeServiceJobCommandOutput extends DescribeServiceJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeServiceJobCommand_base: {
25
- new (input: DescribeServiceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeServiceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeServiceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeServiceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The details of a service job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { GetJobQueueSnapshotRequest, GetJobQueueSnapshotResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobQueueSnapshotCommandInput extends GetJobQueueSnapshotRequ
22
19
  export interface GetJobQueueSnapshotCommandOutput extends GetJobQueueSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobQueueSnapshotCommand_base: {
25
- new (input: GetJobQueueSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobQueueSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetJobQueueSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobQueueSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a snapshot of job queue state, including ordering of <code>RUNNABLE</code> jobs, as well as capacity utilization for already dispatched jobs.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListConsumableResourcesRequest, ListConsumableResourcesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListConsumableResourcesCommandInput extends ListConsumableResou
22
19
  export interface ListConsumableResourcesCommandOutput extends ListConsumableResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConsumableResourcesCommand_base: {
25
- new (input: ListConsumableResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConsumableResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListConsumableResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConsumableResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Batch consumable resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListJobsByConsumableResourceRequest, ListJobsByConsumableResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobsByConsumableResourceCommandInput extends ListJobsByCons
22
19
  export interface ListJobsByConsumableResourceCommandOutput extends ListJobsByConsumableResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobsByConsumableResourceCommand_base: {
25
- new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Batch jobs that require a specific consumable resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
19
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Batch jobs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListQuotaSharesRequest, ListQuotaSharesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListQuotaSharesCommandInput extends ListQuotaSharesRequest {
22
19
  export interface ListQuotaSharesCommandOutput extends ListQuotaSharesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListQuotaSharesCommand_base: {
25
- new (input: ListQuotaSharesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQuotaSharesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQuotaSharesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListQuotaSharesCommandInput): import("@smithy/core/client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Batch quota shares associated with a job queue.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSchedulingPoliciesCommandInput extends ListSchedulingPolici
22
19
  export interface ListSchedulingPoliciesCommandOutput extends ListSchedulingPoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSchedulingPoliciesCommand_base: {
25
- new (input: ListSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSchedulingPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSchedulingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSchedulingPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Batch scheduling policies.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
2
  import type { ListServiceJobsRequest, ListServiceJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListServiceJobsCommandInput extends ListServiceJobsRequest {
22
19
  export interface ListServiceJobsCommandOutput extends ListServiceJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListServiceJobsCommand_base: {
25
- new (input: ListServiceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListServiceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListServiceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, import("..").BatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of service jobs for a specified job queue.</p>