@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,19 +1,7 @@
1
- import {
2
- RegionInputConfig,
3
- RegionResolvedConfig,
4
- } from "@aws-sdk/config-resolver";
5
- import {
6
- EndpointInputConfig,
7
- EndpointResolvedConfig,
8
- } from "@aws-sdk/middleware-endpoint";
9
1
  import {
10
2
  HostHeaderInputConfig,
11
3
  HostHeaderResolvedConfig,
12
4
  } from "@aws-sdk/middleware-host-header";
13
- import {
14
- RetryInputConfig,
15
- RetryResolvedConfig,
16
- } from "@aws-sdk/middleware-retry";
17
5
  import {
18
6
  AwsAuthInputConfig,
19
7
  AwsAuthResolvedConfig,
@@ -22,29 +10,39 @@ import {
22
10
  UserAgentInputConfig,
23
11
  UserAgentResolvedConfig,
24
12
  } from "@aws-sdk/middleware-user-agent";
13
+ import { Credentials as __Credentials } from "@aws-sdk/types";
14
+ import {
15
+ RegionInputConfig,
16
+ RegionResolvedConfig,
17
+ } from "@smithy/config-resolver";
18
+ import {
19
+ EndpointInputConfig,
20
+ EndpointResolvedConfig,
21
+ } from "@smithy/middleware-endpoint";
22
+ import {
23
+ RetryInputConfig,
24
+ RetryResolvedConfig,
25
+ } from "@smithy/middleware-retry";
26
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
25
27
  import {
26
28
  Client as __Client,
27
29
  DefaultsMode as __DefaultsMode,
28
30
  SmithyConfiguration as __SmithyConfiguration,
29
31
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
- } from "@aws-sdk/smithy-client";
32
+ } from "@smithy/smithy-client";
31
33
  import {
32
34
  BodyLengthCalculator as __BodyLengthCalculator,
33
35
  ChecksumConstructor as __ChecksumConstructor,
34
- Credentials as __Credentials,
36
+ Decoder as __Decoder,
37
+ Encoder as __Encoder,
35
38
  HashConstructor as __HashConstructor,
36
39
  HttpHandlerOptions as __HttpHandlerOptions,
37
40
  Logger as __Logger,
41
+ Provider as __Provider,
38
42
  Provider,
43
+ StreamCollector as __StreamCollector,
39
44
  UrlParser as __UrlParser,
40
45
  UserAgent as __UserAgent,
41
- } from "@aws-sdk/types";
42
- import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
43
- import {
44
- Decoder as __Decoder,
45
- Encoder as __Encoder,
46
- Provider as __Provider,
47
- StreamCollector as __StreamCollector,
48
46
  } from "@smithy/types";
49
47
  import {
50
48
  CancelJobCommandInput,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  BatchClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  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: (
4
4
  endpointParams: EndpointParameters,
@@ -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,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class BatchServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -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
  export declare const ArrayJobDependency: {
4
4
  readonly N_TO_N: "N_TO_N";
@@ -308,6 +308,10 @@ export interface ResourceRequirement {
308
308
  value: string | undefined;
309
309
  type: ResourceType | string | undefined;
310
310
  }
311
+ export interface RuntimePlatform {
312
+ operatingSystemFamily?: string;
313
+ cpuArchitecture?: string;
314
+ }
311
315
  export interface Ulimit {
312
316
  hardLimit: number | undefined;
313
317
  name: string | undefined;
@@ -366,6 +370,7 @@ export interface ContainerProperties {
366
370
  networkConfiguration?: NetworkConfiguration;
367
371
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
368
372
  ephemeralStorage?: EphemeralStorage;
373
+ runtimePlatform?: RuntimePlatform;
369
374
  }
370
375
  export interface EksContainerEnvironmentVariable {
371
376
  name: string | undefined;
@@ -544,6 +549,7 @@ export interface ContainerDetail {
544
549
  networkConfiguration?: NetworkConfiguration;
545
550
  fargatePlatformConfiguration?: FargatePlatformConfiguration;
546
551
  ephemeralStorage?: EphemeralStorage;
552
+ runtimePlatform?: RuntimePlatform;
547
553
  }
548
554
  export interface JobDependency {
549
555
  jobId?: string;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeComputeEnvironmentsCommandInput,
4
4
  DescribeComputeEnvironmentsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeJobDefinitionsCommandInput,
4
4
  DescribeJobDefinitionsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeJobQueuesCommandInput,
4
4
  DescribeJobQueuesCommandOutput,
@@ -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
  export interface BatchPaginationConfiguration extends PaginationConfiguration {
4
4
  client: BatchClient;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListJobsCommandInput,
4
4
  ListJobsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListSchedulingPoliciesCommandInput,
4
4
  ListSchedulingPoliciesCommandOutput,