@aws-sdk/client-batch 3.1045.0 → 3.1047.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 (171) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +106 -107
  5. package/dist-cjs/models/BatchServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Batch.js +1 -1
  10. package/dist-es/BatchClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelJobCommand.js +2 -2
  13. package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -2
  14. package/dist-es/commands/CreateConsumableResourceCommand.js +2 -2
  15. package/dist-es/commands/CreateJobQueueCommand.js +2 -2
  16. package/dist-es/commands/CreateQuotaShareCommand.js +2 -2
  17. package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -2
  18. package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -2
  19. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -2
  20. package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -2
  21. package/dist-es/commands/DeleteJobQueueCommand.js +2 -2
  22. package/dist-es/commands/DeleteQuotaShareCommand.js +2 -2
  23. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -2
  24. package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -2
  25. package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -2
  26. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -2
  27. package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -2
  28. package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -2
  29. package/dist-es/commands/DescribeJobQueuesCommand.js +2 -2
  30. package/dist-es/commands/DescribeJobsCommand.js +2 -2
  31. package/dist-es/commands/DescribeQuotaShareCommand.js +2 -2
  32. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -2
  33. package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -2
  34. package/dist-es/commands/DescribeServiceJobCommand.js +2 -2
  35. package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -2
  36. package/dist-es/commands/ListConsumableResourcesCommand.js +2 -2
  37. package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -2
  38. package/dist-es/commands/ListJobsCommand.js +2 -2
  39. package/dist-es/commands/ListQuotaSharesCommand.js +2 -2
  40. package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -2
  41. package/dist-es/commands/ListServiceJobsCommand.js +2 -2
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -2
  44. package/dist-es/commands/SubmitJobCommand.js +2 -2
  45. package/dist-es/commands/SubmitServiceJobCommand.js +2 -2
  46. package/dist-es/commands/TagResourceCommand.js +2 -2
  47. package/dist-es/commands/TerminateJobCommand.js +2 -2
  48. package/dist-es/commands/TerminateServiceJobCommand.js +2 -2
  49. package/dist-es/commands/UntagResourceCommand.js +2 -2
  50. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -2
  51. package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -2
  52. package/dist-es/commands/UpdateJobQueueCommand.js +2 -2
  53. package/dist-es/commands/UpdateQuotaShareCommand.js +2 -2
  54. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -2
  55. package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -2
  56. package/dist-es/commands/UpdateServiceJobCommand.js +2 -2
  57. package/dist-es/endpoint/bdd.js +1 -1
  58. package/dist-es/endpoint/endpointResolver.js +1 -1
  59. package/dist-es/models/BatchServiceException.js +1 -1
  60. package/dist-es/runtimeConfig.browser.js +4 -6
  61. package/dist-es/runtimeConfig.js +4 -8
  62. package/dist-es/runtimeConfig.shared.js +3 -4
  63. package/dist-es/runtimeExtensions.js +2 -2
  64. package/dist-types/BatchClient.d.ts +5 -5
  65. package/dist-types/commands/CancelJobCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateConsumableResourceCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateQuotaShareCommand.d.ts +6 -4
  70. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -4
  71. package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +6 -4
  72. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -4
  73. package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -4
  75. package/dist-types/commands/DeleteQuotaShareCommand.d.ts +6 -4
  76. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +6 -4
  78. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -4
  79. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -4
  80. package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -4
  82. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -4
  83. package/dist-types/commands/DescribeJobsCommand.d.ts +6 -4
  84. package/dist-types/commands/DescribeQuotaShareCommand.d.ts +6 -4
  85. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -4
  86. package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +6 -4
  87. package/dist-types/commands/DescribeServiceJobCommand.d.ts +6 -4
  88. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +6 -4
  89. package/dist-types/commands/ListConsumableResourcesCommand.d.ts +6 -4
  90. package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +6 -4
  91. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  92. package/dist-types/commands/ListQuotaSharesCommand.d.ts +6 -4
  93. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -4
  94. package/dist-types/commands/ListServiceJobsCommand.d.ts +6 -4
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  96. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -4
  97. package/dist-types/commands/SubmitJobCommand.d.ts +6 -4
  98. package/dist-types/commands/SubmitServiceJobCommand.d.ts +6 -4
  99. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  100. package/dist-types/commands/TerminateJobCommand.d.ts +6 -4
  101. package/dist-types/commands/TerminateServiceJobCommand.d.ts +6 -4
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -4
  104. package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +6 -4
  105. package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -4
  106. package/dist-types/commands/UpdateQuotaShareCommand.d.ts +6 -4
  107. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -4
  108. package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +6 -4
  109. package/dist-types/commands/UpdateServiceJobCommand.d.ts +6 -4
  110. package/dist-types/endpoint/bdd.d.ts +1 -1
  111. package/dist-types/extensionConfiguration.d.ts +1 -1
  112. package/dist-types/models/BatchServiceException.d.ts +1 -1
  113. package/dist-types/models/errors.d.ts +1 -1
  114. package/dist-types/models/models_0.d.ts +6 -6
  115. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  116. package/dist-types/runtimeConfig.d.ts +2 -2
  117. package/dist-types/runtimeConfig.native.d.ts +2 -2
  118. package/dist-types/ts3.4/BatchClient.d.ts +8 -14
  119. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
  120. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  146. package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +6 -8
  152. package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  165. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  166. package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -1
  167. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  171. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { DescribeQuotaShareRequest, DescribeQuotaShareResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeQuotaShareCommandInput extends DescribeQuotaShareReques
22
22
  export interface DescribeQuotaShareCommandOutput extends DescribeQuotaShareResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeQuotaShareCommand_base: {
25
- new (input: DescribeQuotaShareCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeQuotaShareCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQuotaShareCommandInput, DescribeQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a description of the specified quota share.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSchedulingPoliciesCommandInput extends DescribeScheduli
22
22
  export interface DescribeSchedulingPoliciesCommandOutput extends DescribeSchedulingPoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSchedulingPoliciesCommand_base: {
25
- new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSchedulingPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchedulingPoliciesCommandInput, DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes one or more of your scheduling policies.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { DescribeServiceEnvironmentsRequest, DescribeServiceEnvironmentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeServiceEnvironmentsCommandInput extends DescribeService
22
22
  export interface DescribeServiceEnvironmentsCommandOutput extends DescribeServiceEnvironmentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeServiceEnvironmentsCommand_base: {
25
- new (input: DescribeServiceEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeServiceEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeServiceEnvironmentsCommandInput, DescribeServiceEnvironmentsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes one or more of your service environments.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { DescribeServiceJobRequest, DescribeServiceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeServiceJobCommandInput extends DescribeServiceJobReques
22
22
  export interface DescribeServiceJobCommandOutput extends DescribeServiceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeServiceJobCommand_base: {
25
- new (input: DescribeServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceJobCommandInput, DescribeServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The details of a service job.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { GetJobQueueSnapshotRequest, GetJobQueueSnapshotResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetJobQueueSnapshotCommandInput extends GetJobQueueSnapshotRequ
22
22
  export interface GetJobQueueSnapshotCommandOutput extends GetJobQueueSnapshotResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetJobQueueSnapshotCommand_base: {
25
- new (input: GetJobQueueSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobQueueSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobQueueSnapshotCommandInput, GetJobQueueSnapshotCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListConsumableResourcesRequest, ListConsumableResourcesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListConsumableResourcesCommandInput extends ListConsumableResou
22
22
  export interface ListConsumableResourcesCommandOutput extends ListConsumableResourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListConsumableResourcesCommand_base: {
25
- new (input: ListConsumableResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConsumableResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConsumableResourcesCommandInput, ListConsumableResourcesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Batch consumable resources.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListJobsByConsumableResourceRequest, ListJobsByConsumableResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListJobsByConsumableResourceCommandInput extends ListJobsByCons
22
22
  export interface ListJobsByConsumableResourceCommandOutput extends ListJobsByConsumableResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListJobsByConsumableResourceCommand_base: {
25
- new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListJobsByConsumableResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsByConsumableResourceCommandInput, ListJobsByConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Batch jobs that require a specific consumable resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
22
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Batch jobs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListQuotaSharesRequest, ListQuotaSharesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListQuotaSharesCommandInput extends ListQuotaSharesRequest {
22
22
  export interface ListQuotaSharesCommandOutput extends ListQuotaSharesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListQuotaSharesCommand_base: {
25
- new (input: ListQuotaSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQuotaSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQuotaSharesCommandInput, ListQuotaSharesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Batch quota shares associated with a job queue.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSchedulingPoliciesCommandInput extends ListSchedulingPolici
22
22
  export interface ListSchedulingPoliciesCommandOutput extends ListSchedulingPoliciesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSchedulingPoliciesCommand_base: {
25
- new (input: ListSchedulingPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSchedulingPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Batch scheduling policies.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListServiceJobsRequest, ListServiceJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListServiceJobsCommandInput extends ListServiceJobsRequest {
22
22
  export interface ListServiceJobsCommandOutput extends ListServiceJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceJobsCommand_base: {
25
- new (input: ListServiceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceJobsCommandInput, ListServiceJobsCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of service jobs for a specified job queue.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags for an Batch resource. Batch resources that support tags are compute environments, jobs, job definitions, job queues,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RegisterJobDefinitionCommandInput extends RegisterJobDefinition
22
22
  export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterJobDefinitionCommand_base: {
25
- new (input: RegisterJobDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterJobDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterJobDefinitionCommandInput): import("@smithy/core/client").CommandImpl<RegisterJobDefinitionCommandInput, RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Registers an Batch job definition.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SubmitJobCommandInput extends SubmitJobRequest {
22
22
  export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SubmitJobCommand_base: {
25
- new (input: SubmitJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SubmitJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SubmitJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SubmitJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitJobCommandInput, SubmitJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Submits an Batch job from a job definition. Parameters that are specified during <a>SubmitJob</a> override parameters defined in the job definition. vCPU and memory
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { SubmitServiceJobRequest, SubmitServiceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SubmitServiceJobCommandInput extends SubmitServiceJobRequest {
22
22
  export interface SubmitServiceJobCommandOutput extends SubmitServiceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SubmitServiceJobCommand_base: {
25
- new (input: SubmitServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SubmitServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SubmitServiceJobCommandInput): import("@smithy/core/client").CommandImpl<SubmitServiceJobCommandInput, SubmitServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Submits a service job to a specified job queue to run on SageMaker AI. A service job is a unit of work that you submit to Batch for execution on SageMaker AI.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TerminateJobCommandInput extends TerminateJobRequest {
22
22
  export interface TerminateJobCommandOutput extends TerminateJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TerminateJobCommand_base: {
25
- new (input: TerminateJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TerminateJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TerminateJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobCommandInput, TerminateJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Terminates a job in a job queue. Jobs that are in the <code>STARTING</code> or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { TerminateServiceJobRequest, TerminateServiceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TerminateServiceJobCommandInput extends TerminateServiceJobRequ
22
22
  export interface TerminateServiceJobCommandOutput extends TerminateServiceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TerminateServiceJobCommand_base: {
25
- new (input: TerminateServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TerminateServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TerminateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<TerminateServiceJobCommandInput, TerminateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Terminates a service job in a job queue. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes specified tags from an Batch resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateComputeEnvironmentCommandInput extends UpdateComputeEnvir
22
22
  export interface UpdateComputeEnvironmentCommandOutput extends UpdateComputeEnvironmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateComputeEnvironmentCommand_base: {
25
- new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateComputeEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateComputeEnvironmentCommandInput, UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an Batch compute environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateConsumableResourceRequest, UpdateConsumableResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateConsumableResourceCommandInput extends UpdateConsumableRe
22
22
  export interface UpdateConsumableResourceCommandOutput extends UpdateConsumableResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateConsumableResourceCommand_base: {
25
- new (input: UpdateConsumableResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConsumableResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateConsumableResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateConsumableResourceCommandInput, UpdateConsumableResourceCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a consumable resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {
22
22
  export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateJobQueueCommand_base: {
25
- new (input: UpdateJobQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateJobQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateJobQueueCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobQueueCommandInput, UpdateJobQueueCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a job queue.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateQuotaShareRequest, UpdateQuotaShareResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateQuotaShareCommandInput extends UpdateQuotaShareRequest {
22
22
  export interface UpdateQuotaShareCommandOutput extends UpdateQuotaShareResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateQuotaShareCommand_base: {
25
- new (input: UpdateQuotaShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateQuotaShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateQuotaShareCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuotaShareCommandInput, UpdateQuotaShareCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a quota share.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateSchedulingPolicyCommandInput extends UpdateSchedulingPoli
22
22
  export interface UpdateSchedulingPolicyCommandOutput extends UpdateSchedulingPolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateSchedulingPolicyCommand_base: {
25
- new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSchedulingPolicyCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchedulingPolicyCommandInput, UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a scheduling policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateServiceEnvironmentRequest, UpdateServiceEnvironmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateServiceEnvironmentCommandInput extends UpdateServiceEnvir
22
22
  export interface UpdateServiceEnvironmentCommandOutput extends UpdateServiceEnvironmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateServiceEnvironmentCommand_base: {
25
- new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateServiceEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceEnvironmentCommandInput, UpdateServiceEnvironmentCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a service environment. You can update the state of a service environment from <code>ENABLED</code> to <code>DISABLED</code> to prevent new service jobs from being placed in the service environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
4
4
  import type { UpdateServiceJobRequest, UpdateServiceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateServiceJobCommandInput extends UpdateServiceJobRequest {
22
22
  export interface UpdateServiceJobCommandOutput extends UpdateServiceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateServiceJobCommand_base: {
25
- new (input: UpdateServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateServiceJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceJobCommandInput, UpdateServiceJobCommandOutput, BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the priority of a specified service job in an Batch job queue.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;