@aws-sdk/client-batch 3.362.0 → 3.365.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 (145) hide show
  1. package/dist-cjs/Batch.js +1 -1
  2. package/dist-cjs/BatchClient.js +5 -5
  3. package/dist-cjs/commands/CancelJobCommand.js +3 -3
  4. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +3 -3
  5. package/dist-cjs/commands/CreateJobQueueCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteJobQueueCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +3 -3
  10. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeJobQueuesCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeJobsCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +3 -3
  16. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  17. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +3 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  19. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +3 -3
  20. package/dist-cjs/commands/SubmitJobCommand.js +3 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  22. package/dist-cjs/commands/TerminateJobCommand.js +3 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateJobQueueCommand.js +3 -3
  26. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +3 -3
  27. package/dist-cjs/models/BatchServiceException.js +1 -1
  28. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  29. package/dist-cjs/runtimeConfig.browser.js +7 -7
  30. package/dist-cjs/runtimeConfig.js +10 -10
  31. package/dist-cjs/runtimeConfig.shared.js +4 -4
  32. package/dist-es/Batch.js +1 -1
  33. package/dist-es/BatchClient.js +5 -5
  34. package/dist-es/commands/CancelJobCommand.js +3 -3
  35. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
  36. package/dist-es/commands/CreateJobQueueCommand.js +3 -3
  37. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
  38. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
  39. package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
  40. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
  41. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
  42. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
  43. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
  44. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
  45. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  46. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
  47. package/dist-es/commands/ListJobsCommand.js +3 -3
  48. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
  51. package/dist-es/commands/SubmitJobCommand.js +3 -3
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/TerminateJobCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
  56. package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
  57. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
  58. package/dist-es/models/BatchServiceException.js +1 -1
  59. package/dist-es/protocols/Aws_restJson1.js +1 -1
  60. package/dist-es/runtimeConfig.browser.js +7 -7
  61. package/dist-es/runtimeConfig.js +10 -10
  62. package/dist-es/runtimeConfig.shared.js +4 -4
  63. package/dist-types/Batch.d.ts +1 -1
  64. package/dist-types/BatchClient.d.ts +8 -8
  65. package/dist-types/commands/CancelJobCommand.d.ts +11 -3
  66. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +9 -5
  67. package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -3
  68. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -3
  69. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -3
  70. package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -3
  71. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -3
  72. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -3
  73. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -3
  74. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +11 -3
  75. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -3
  76. package/dist-types/commands/DescribeJobsCommand.d.ts +11 -3
  77. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -3
  78. package/dist-types/commands/ListJobsCommand.d.ts +3 -3
  79. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -3
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  81. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +11 -3
  82. package/dist-types/commands/SubmitJobCommand.d.ts +3 -3
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  84. package/dist-types/commands/TerminateJobCommand.d.ts +3 -3
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  86. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -3
  87. package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -3
  88. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -3
  89. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  90. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  91. package/dist-types/endpoint/ruleset.d.ts +1 -1
  92. package/dist-types/models/BatchServiceException.d.ts +1 -1
  93. package/dist-types/models/models_0.d.ts +83 -12
  94. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/Interfaces.d.ts +1 -1
  98. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
  100. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  101. package/dist-types/runtimeConfig.d.ts +20 -20
  102. package/dist-types/runtimeConfig.native.d.ts +19 -19
  103. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  104. package/dist-types/ts3.4/Batch.d.ts +1 -1
  105. package/dist-types/ts3.4/BatchClient.d.ts +19 -21
  106. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +3 -3
  107. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +3 -3
  108. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +3 -3
  109. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +3 -3
  111. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +3 -3
  112. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +3 -3
  114. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -3
  115. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +3 -3
  117. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -3
  118. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -3
  119. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +3 -3
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -3
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  127. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +3 -3
  129. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +3 -3
  130. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  131. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  132. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  133. package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -1
  134. package/dist-types/ts3.4/models/models_0.d.ts +7 -1
  135. package/dist-types/ts3.4/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
  136. package/dist-types/ts3.4/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
  137. package/dist-types/ts3.4/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
  138. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  139. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
  140. package/dist-types/ts3.4/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
  141. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  142. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  143. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  144. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  145. package/package.json +31 -30
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
6
6
  /**
@@ -145,6 +145,10 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
145
145
  * ephemeralStorage: { // EphemeralStorage
146
146
  * sizeInGiB: Number("int"), // required
147
147
  * },
148
+ * runtimePlatform: { // RuntimePlatform
149
+ * operatingSystemFamily: "STRING_VALUE",
150
+ * cpuArchitecture: "STRING_VALUE",
151
+ * },
148
152
  * },
149
153
  * nodeProperties: { // NodeProperties
150
154
  * numNodes: Number("int"), // required
@@ -248,6 +252,10 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
248
252
  * ephemeralStorage: {
249
253
  * sizeInGiB: Number("int"), // required
250
254
  * },
255
+ * runtimePlatform: {
256
+ * operatingSystemFamily: "STRING_VALUE",
257
+ * cpuArchitecture: "STRING_VALUE",
258
+ * },
251
259
  * },
252
260
  * },
253
261
  * ],
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
5
5
  import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
6
6
  /**
@@ -1,5 +1,4 @@
1
- import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types";
2
- import { Endpoint, Provider } from "@smithy/types";
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
3
2
  export interface ClientInputEndpointParameters {
4
3
  region?: string | Provider<string>;
5
4
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
4
  logger?: Logger;
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
2
  export { __ServiceException, __ServiceExceptionOptions };
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { BatchServiceException as __BaseException } from "./BatchServiceException";
3
3
  /**
4
4
  * @public
@@ -412,15 +412,21 @@ export interface ComputeResource {
412
412
  */
413
413
  allocationStrategy?: CRAllocationStrategy | string;
414
414
  /**
415
- * <p>The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if the compute
416
- * environment is <code>DISABLED</code>).</p>
415
+ * <p>The minimum number of
416
+ * vCPUs that
417
+ * a
418
+ * compute
419
+ * environment should maintain (even if the compute environment is <code>DISABLED</code>).</p>
417
420
  * <note>
418
421
  * <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
419
422
  * </note>
420
423
  */
421
424
  minvCpus?: number;
422
425
  /**
423
- * <p>The maximum number of Amazon EC2 vCPUs that a compute environment can reach.</p>
426
+ * <p>The maximum number of
427
+ * vCPUs that a
428
+ * compute environment can
429
+ * support.</p>
424
430
  * <note>
425
431
  * <p>With both <code>BEST_FIT_PROGRESSIVE</code> and <code>SPOT_CAPACITY_OPTIMIZED</code>
426
432
  * allocation strategies using On-Demand or Spot Instances, and the <code>BEST_FIT</code> strategy
@@ -432,8 +438,10 @@ export interface ComputeResource {
432
438
  */
433
439
  maxvCpus: number | undefined;
434
440
  /**
435
- * <p>The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value
436
- * between the minimum and maximum values based on job queue demand.</p>
441
+ * <p>The desired number of
442
+ * vCPUS in the
443
+ * compute environment. Batch modifies this value between the minimum and maximum values based on
444
+ * job queue demand.</p>
437
445
  * <note>
438
446
  * <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
439
447
  * </note>
@@ -1827,6 +1835,50 @@ export interface ResourceRequirement {
1827
1835
  */
1828
1836
  type: ResourceType | string | undefined;
1829
1837
  }
1838
+ /**
1839
+ * @public
1840
+ * <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
1841
+ */
1842
+ export interface RuntimePlatform {
1843
+ /**
1844
+ * <p>The operating system for the compute environment.
1845
+ * Valid values are:
1846
+ * <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,
1847
+ * <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and
1848
+ * <code>WINDOWS_SERVER_2022_FULL</code>.</p>
1849
+ * <note>
1850
+ * <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,
1851
+ * <code>privileged</code>, <code>user</code>, <code>ulimits</code>,
1852
+ * <code>readonlyRootFilesystem</code>,
1853
+ * and <code>efsVolumeConfiguration</code>.</p>
1854
+ * </note>
1855
+ * <note>
1856
+ * <p>The Batch Scheduler checks before registering a task definition with Fargate. If the job
1857
+ * requires a Windows container and the first compute environment is <code>LINUX</code>, the
1858
+ * compute environment is skipped and the next is checked until a Windows-based compute environment
1859
+ * is found.</p>
1860
+ * </note>
1861
+ * <note>
1862
+ * <p>Fargate Spot is not supported for Windows-based containers on Fargate. A job
1863
+ * queue will be blocked if a Fargate Windows job is submitted to a job queue with only Fargate
1864
+ * Spot compute environments.
1865
+ * However, you can attach both <code>FARGATE</code> and <code>FARGATE_SPOT</code>
1866
+ * compute environments to the same job
1867
+ * queue.</p>
1868
+ * </note>
1869
+ */
1870
+ operatingSystemFamily?: string;
1871
+ /**
1872
+ * <p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are <code>X86_64</code> and
1873
+ * <code> ARM64</code>.</p>
1874
+ * <note>
1875
+ * <p>This parameter must be set to
1876
+ * <code>X86_64</code>
1877
+ * for Windows containers.</p>
1878
+ * </note>
1879
+ */
1880
+ cpuArchitecture?: string;
1881
+ }
1830
1882
  /**
1831
1883
  * @public
1832
1884
  * <p>The <code>ulimit</code> settings to pass to the container.</p>
@@ -2209,6 +2261,10 @@ export interface ContainerProperties {
2209
2261
  * Fargate.</p>
2210
2262
  */
2211
2263
  ephemeralStorage?: EphemeralStorage;
2264
+ /**
2265
+ * <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
2266
+ */
2267
+ runtimePlatform?: RuntimePlatform;
2212
2268
  }
2213
2269
  /**
2214
2270
  * @public
@@ -3204,6 +3260,10 @@ export interface ContainerDetail {
3204
3260
  * Fargate.</p>
3205
3261
  */
3206
3262
  ephemeralStorage?: EphemeralStorage;
3263
+ /**
3264
+ * <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
3265
+ */
3266
+ runtimePlatform?: RuntimePlatform;
3207
3267
  }
3208
3268
  /**
3209
3269
  * @public
@@ -4073,6 +4133,8 @@ export interface RegisterJobDefinitionResponse {
4073
4133
  /**
4074
4134
  * @public
4075
4135
  * <p>The overrides that should be sent to a container.</p>
4136
+ * <p>For information about using Batch overrides when you connect event sources to targets, see
4137
+ * <a href="https://docs.aws.amazon.com/eventbridge/latest/pipes-reference/API_BatchContainerOverrides.html">BatchContainerOverrides</a>.</p>
4076
4138
  */
4077
4139
  export interface ContainerOverrides {
4078
4140
  /**
@@ -4108,6 +4170,9 @@ export interface ContainerOverrides {
4108
4170
  /**
4109
4171
  * <p>The command to send to the container that overrides the default command from the Docker
4110
4172
  * image or the job definition.</p>
4173
+ * <note>
4174
+ * <p>This parameter can't contain an empty string.</p>
4175
+ * </note>
4111
4176
  */
4112
4177
  command?: string[];
4113
4178
  /**
@@ -4267,8 +4332,11 @@ export interface SubmitJobRequest {
4267
4332
  */
4268
4333
  jobQueue: string | undefined;
4269
4334
  /**
4270
- * <p>The share identifier for the job. If the job queue doesn't have a scheduling policy, then this parameter must
4271
- * not be specified. If the job queue has a scheduling policy, then this parameter must be specified.</p>
4335
+ * <p>The share identifier for the job. Don't specify this parameter if the job queue doesn't
4336
+ * have a scheduling policy. If the job queue has a scheduling policy, then this parameter must
4337
+ * be specified.</p>
4338
+ * <p>This string is limited to 255 alphanumeric characters, and can be followed by an asterisk
4339
+ * (*).</p>
4272
4340
  */
4273
4341
  shareIdentifier?: string;
4274
4342
  /**
@@ -4460,8 +4528,9 @@ export type CRUpdateAllocationStrategy = (typeof CRUpdateAllocationStrategy)[key
4460
4528
  */
4461
4529
  export interface ComputeResourceUpdate {
4462
4530
  /**
4463
- * <p>The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if the compute
4464
- * environment is <code>DISABLED</code>).</p>
4531
+ * <p>The minimum number of
4532
+ * vCPUs that
4533
+ * an environment should maintain (even if the compute environment is <code>DISABLED</code>).</p>
4465
4534
  * <note>
4466
4535
  * <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
4467
4536
  * </note>
@@ -4480,8 +4549,10 @@ export interface ComputeResourceUpdate {
4480
4549
  */
4481
4550
  maxvCpus?: number;
4482
4551
  /**
4483
- * <p>The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value
4484
- * between the minimum and maximum values based on job queue demand.</p>
4552
+ * <p>The desired number of
4553
+ * vCPUS in the
4554
+ * compute environment. Batch modifies this value between the minimum and maximum values based on
4555
+ * job queue demand.</p>
4485
4556
  * <note>
4486
4557
  * <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
4487
4558
  * </note>
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput } from "../commands/DescribeComputeEnvironmentsCommand";
3
3
  import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput } from "../commands/DescribeJobDefinitionsCommand";
3
3
  import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput } from "../commands/DescribeJobQueuesCommand";
3
3
  import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { BatchClient } from "../BatchClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
3
  import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput } from "../commands/ListSchedulingPoliciesCommand";
3
3
  import { BatchPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,42 +1,42 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { BatchClientConfig } from "./BatchClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BatchClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
16
+ sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
19
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
- urlParser: import("@aws-sdk/types").UrlParser;
21
+ urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
23
  base64Encoder: import("@smithy/types").Encoder;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
25
  utf8Encoder: import("@smithy/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
- logger: import("@aws-sdk/types").Logger;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
28
+ logger: import("@smithy/types").Logger;
29
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
- logger?: import("@aws-sdk/types").Logger | undefined;
32
- }) => import("@aws-sdk/types").EndpointV2;
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
39
39
  signingRegion?: string | undefined;
40
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
42
  };
@@ -1,42 +1,42 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { BatchClientConfig } from "./BatchClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BatchClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<string>;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
16
+ sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
- urlParser: import("@aws-sdk/types").UrlParser;
21
+ urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
23
  base64Encoder: import("@smithy/types").Encoder;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
25
  utf8Encoder: import("@smithy/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
- logger: import("@aws-sdk/types").Logger;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
28
+ logger: import("@smithy/types").Logger;
29
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
- logger?: import("@aws-sdk/types").Logger | undefined;
32
- }) => import("@aws-sdk/types").EndpointV2;
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
39
39
  signingRegion?: string | undefined;
40
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
42
  };
@@ -4,11 +4,11 @@ import { BatchClientConfig } from "./BatchClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: BatchClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@aws-sdk/types").HashConstructor;
8
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ sha256: import("@smithy/types").HashConstructor;
8
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ urlParser: import("@smithy/types").UrlParser;
11
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
14
  base64Encoder: import("@smithy/types").Encoder;
@@ -16,26 +16,26 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
16
16
  utf8Encoder: import("@smithy/types").Encoder;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
20
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
21
- region: string | import("@aws-sdk/types").Provider<any>;
19
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ region: string | import("@smithy/types").Provider<any>;
22
22
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
23
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
24
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
23
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
24
+ maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- logger: import("@aws-sdk/types").Logger;
27
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
28
- endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
26
+ logger: import("@smithy/types").Logger;
27
+ defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
28
+ endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
29
29
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
- logger?: import("@aws-sdk/types").Logger | undefined;
31
- }) => import("@aws-sdk/types").EndpointV2;
30
+ logger?: import("@smithy/types").Logger | undefined;
31
+ }) => import("@smithy/types").EndpointV2;
32
32
  tls?: boolean | undefined;
33
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
34
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
35
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
33
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
35
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
36
36
  signingEscapePath?: boolean | undefined;
37
37
  systemClockOffset?: number | undefined;
38
38
  signingRegion?: string | undefined;
39
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
40
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
40
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
41
41
  };
@@ -8,11 +8,11 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
8
8
  base64Encoder: import("@smithy/types").Encoder;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@aws-sdk/types").Logger | undefined;
12
- }) => import("@aws-sdk/types").EndpointV2;
13
- logger: import("@aws-sdk/types").Logger;
11
+ logger?: import("@smithy/types").Logger | undefined;
12
+ }) => import("@smithy/types").EndpointV2;
13
+ logger: import("@smithy/types").Logger;
14
14
  serviceId: string;
15
- urlParser: import("@aws-sdk/types").UrlParser;
15
+ urlParser: import("@smithy/types").UrlParser;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
17
  utf8Encoder: import("@smithy/types").Encoder;
18
18
  };
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchClient } from "./BatchClient";
3
3
  import {
4
4
  CancelJobCommandInput,