@aws-sdk/client-batch 3.590.0 → 3.596.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 (55) hide show
  1. package/dist-cjs/index.js +0 -25
  2. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateJobQueueCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteJobQueueCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeJobsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +2 -1
  15. package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +2 -1
  16. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +2 -1
  20. package/dist-types/commands/SubmitJobCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/TerminateJobCommand.d.ts +2 -1
  23. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateJobQueueCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +2 -1
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/BatchServiceException.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/models/BatchServiceException.d.ts +2 -1
  55. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -232,7 +232,6 @@ var BatchClient = _BatchClient;
232
232
 
233
233
  var import_middleware_serde = require("@smithy/middleware-serde");
234
234
 
235
- var import_types = require("@smithy/types");
236
235
 
237
236
  // src/protocols/Aws_restJson1.ts
238
237
  var import_core2 = require("@aws-sdk/core");
@@ -1385,7 +1384,6 @@ var CancelJobCommand = _CancelJobCommand;
1385
1384
 
1386
1385
 
1387
1386
 
1388
-
1389
1387
  var _CreateComputeEnvironmentCommand = class _CreateComputeEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1390
1388
  ...commonParams
1391
1389
  }).m(function(Command, cs, config, o) {
@@ -1402,7 +1400,6 @@ var CreateComputeEnvironmentCommand = _CreateComputeEnvironmentCommand;
1402
1400
 
1403
1401
 
1404
1402
 
1405
-
1406
1403
  var _CreateJobQueueCommand = class _CreateJobQueueCommand extends import_smithy_client.Command.classBuilder().ep({
1407
1404
  ...commonParams
1408
1405
  }).m(function(Command, cs, config, o) {
@@ -1419,7 +1416,6 @@ var CreateJobQueueCommand = _CreateJobQueueCommand;
1419
1416
 
1420
1417
 
1421
1418
 
1422
-
1423
1419
  var _CreateSchedulingPolicyCommand = class _CreateSchedulingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1424
1420
  ...commonParams
1425
1421
  }).m(function(Command, cs, config, o) {
@@ -1436,7 +1432,6 @@ var CreateSchedulingPolicyCommand = _CreateSchedulingPolicyCommand;
1436
1432
 
1437
1433
 
1438
1434
 
1439
-
1440
1435
  var _DeleteComputeEnvironmentCommand = class _DeleteComputeEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1441
1436
  ...commonParams
1442
1437
  }).m(function(Command, cs, config, o) {
@@ -1453,7 +1448,6 @@ var DeleteComputeEnvironmentCommand = _DeleteComputeEnvironmentCommand;
1453
1448
 
1454
1449
 
1455
1450
 
1456
-
1457
1451
  var _DeleteJobQueueCommand = class _DeleteJobQueueCommand extends import_smithy_client.Command.classBuilder().ep({
1458
1452
  ...commonParams
1459
1453
  }).m(function(Command, cs, config, o) {
@@ -1470,7 +1464,6 @@ var DeleteJobQueueCommand = _DeleteJobQueueCommand;
1470
1464
 
1471
1465
 
1472
1466
 
1473
-
1474
1467
  var _DeleteSchedulingPolicyCommand = class _DeleteSchedulingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1475
1468
  ...commonParams
1476
1469
  }).m(function(Command, cs, config, o) {
@@ -1487,7 +1480,6 @@ var DeleteSchedulingPolicyCommand = _DeleteSchedulingPolicyCommand;
1487
1480
 
1488
1481
 
1489
1482
 
1490
-
1491
1483
  var _DeregisterJobDefinitionCommand = class _DeregisterJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1492
1484
  ...commonParams
1493
1485
  }).m(function(Command, cs, config, o) {
@@ -1504,7 +1496,6 @@ var DeregisterJobDefinitionCommand = _DeregisterJobDefinitionCommand;
1504
1496
 
1505
1497
 
1506
1498
 
1507
-
1508
1499
  var _DescribeComputeEnvironmentsCommand = class _DescribeComputeEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
1509
1500
  ...commonParams
1510
1501
  }).m(function(Command, cs, config, o) {
@@ -1521,7 +1512,6 @@ var DescribeComputeEnvironmentsCommand = _DescribeComputeEnvironmentsCommand;
1521
1512
 
1522
1513
 
1523
1514
 
1524
-
1525
1515
  var _DescribeJobDefinitionsCommand = class _DescribeJobDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
1526
1516
  ...commonParams
1527
1517
  }).m(function(Command, cs, config, o) {
@@ -1538,7 +1528,6 @@ var DescribeJobDefinitionsCommand = _DescribeJobDefinitionsCommand;
1538
1528
 
1539
1529
 
1540
1530
 
1541
-
1542
1531
  var _DescribeJobQueuesCommand = class _DescribeJobQueuesCommand extends import_smithy_client.Command.classBuilder().ep({
1543
1532
  ...commonParams
1544
1533
  }).m(function(Command, cs, config, o) {
@@ -1555,7 +1544,6 @@ var DescribeJobQueuesCommand = _DescribeJobQueuesCommand;
1555
1544
 
1556
1545
 
1557
1546
 
1558
-
1559
1547
  var _DescribeJobsCommand = class _DescribeJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1560
1548
  ...commonParams
1561
1549
  }).m(function(Command, cs, config, o) {
@@ -1572,7 +1560,6 @@ var DescribeJobsCommand = _DescribeJobsCommand;
1572
1560
 
1573
1561
 
1574
1562
 
1575
-
1576
1563
  var _DescribeSchedulingPoliciesCommand = class _DescribeSchedulingPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
1577
1564
  ...commonParams
1578
1565
  }).m(function(Command, cs, config, o) {
@@ -1589,7 +1576,6 @@ var DescribeSchedulingPoliciesCommand = _DescribeSchedulingPoliciesCommand;
1589
1576
 
1590
1577
 
1591
1578
 
1592
-
1593
1579
  var _GetJobQueueSnapshotCommand = class _GetJobQueueSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1594
1580
  ...commonParams
1595
1581
  }).m(function(Command, cs, config, o) {
@@ -1606,7 +1592,6 @@ var GetJobQueueSnapshotCommand = _GetJobQueueSnapshotCommand;
1606
1592
 
1607
1593
 
1608
1594
 
1609
-
1610
1595
  var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1611
1596
  ...commonParams
1612
1597
  }).m(function(Command, cs, config, o) {
@@ -1623,7 +1608,6 @@ var ListJobsCommand = _ListJobsCommand;
1623
1608
 
1624
1609
 
1625
1610
 
1626
-
1627
1611
  var _ListSchedulingPoliciesCommand = class _ListSchedulingPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
1628
1612
  ...commonParams
1629
1613
  }).m(function(Command, cs, config, o) {
@@ -1640,7 +1624,6 @@ var ListSchedulingPoliciesCommand = _ListSchedulingPoliciesCommand;
1640
1624
 
1641
1625
 
1642
1626
 
1643
-
1644
1627
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1645
1628
  ...commonParams
1646
1629
  }).m(function(Command, cs, config, o) {
@@ -1657,7 +1640,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1657
1640
 
1658
1641
 
1659
1642
 
1660
-
1661
1643
  var _RegisterJobDefinitionCommand = class _RegisterJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1662
1644
  ...commonParams
1663
1645
  }).m(function(Command, cs, config, o) {
@@ -1674,7 +1656,6 @@ var RegisterJobDefinitionCommand = _RegisterJobDefinitionCommand;
1674
1656
 
1675
1657
 
1676
1658
 
1677
-
1678
1659
  var _SubmitJobCommand = class _SubmitJobCommand extends import_smithy_client.Command.classBuilder().ep({
1679
1660
  ...commonParams
1680
1661
  }).m(function(Command, cs, config, o) {
@@ -1691,7 +1672,6 @@ var SubmitJobCommand = _SubmitJobCommand;
1691
1672
 
1692
1673
 
1693
1674
 
1694
-
1695
1675
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1696
1676
  ...commonParams
1697
1677
  }).m(function(Command, cs, config, o) {
@@ -1708,7 +1688,6 @@ var TagResourceCommand = _TagResourceCommand;
1708
1688
 
1709
1689
 
1710
1690
 
1711
-
1712
1691
  var _TerminateJobCommand = class _TerminateJobCommand extends import_smithy_client.Command.classBuilder().ep({
1713
1692
  ...commonParams
1714
1693
  }).m(function(Command, cs, config, o) {
@@ -1725,7 +1704,6 @@ var TerminateJobCommand = _TerminateJobCommand;
1725
1704
 
1726
1705
 
1727
1706
 
1728
-
1729
1707
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1730
1708
  ...commonParams
1731
1709
  }).m(function(Command, cs, config, o) {
@@ -1742,7 +1720,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1742
1720
 
1743
1721
 
1744
1722
 
1745
-
1746
1723
  var _UpdateComputeEnvironmentCommand = class _UpdateComputeEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1747
1724
  ...commonParams
1748
1725
  }).m(function(Command, cs, config, o) {
@@ -1759,7 +1736,6 @@ var UpdateComputeEnvironmentCommand = _UpdateComputeEnvironmentCommand;
1759
1736
 
1760
1737
 
1761
1738
 
1762
-
1763
1739
  var _UpdateJobQueueCommand = class _UpdateJobQueueCommand extends import_smithy_client.Command.classBuilder().ep({
1764
1740
  ...commonParams
1765
1741
  }).m(function(Command, cs, config, o) {
@@ -1776,7 +1752,6 @@ var UpdateJobQueueCommand = _UpdateJobQueueCommand;
1776
1752
 
1777
1753
 
1778
1754
 
1779
-
1780
1755
  var _UpdateSchedulingPolicyCommand = class _UpdateSchedulingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1781
1756
  ...commonParams
1782
1757
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetJobQueueSnapshotRequest, GetJobQueueSnapshotResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -16,8 +16,8 @@
16
16
  export * from "./BatchClient";
17
17
  export * from "./Batch";
18
18
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
- export { RuntimeExtension } from "./runtimeExtensions";
20
- export { BatchExtensionConfiguration } from "./extensionConfiguration";
19
+ export type { RuntimeExtension } from "./runtimeExtensions";
20
+ export type { BatchExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
22
  export * from "./pagination";
23
23
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelJobCommandInput extends CancelJobRequest {}
11
12
  export interface CancelJobCommandOutput
12
13
  extends CancelJobResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateComputeEnvironmentRequest,
10
10
  CreateComputeEnvironmentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateComputeEnvironmentCommandInput
14
15
  extends CreateComputeEnvironmentRequest {}
15
16
  export interface CreateComputeEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateJobQueueRequest,
10
10
  CreateJobQueueResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
14
15
  export interface CreateJobQueueCommandOutput
15
16
  extends CreateJobQueueResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateSchedulingPolicyRequest,
10
10
  CreateSchedulingPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSchedulingPolicyCommandInput
14
15
  extends CreateSchedulingPolicyRequest {}
15
16
  export interface CreateSchedulingPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteComputeEnvironmentRequest,
10
10
  DeleteComputeEnvironmentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteComputeEnvironmentCommandInput
14
15
  extends DeleteComputeEnvironmentRequest {}
15
16
  export interface DeleteComputeEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteJobQueueRequest,
10
10
  DeleteJobQueueResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteJobQueueCommandInput extends DeleteJobQueueRequest {}
14
15
  export interface DeleteJobQueueCommandOutput
15
16
  extends DeleteJobQueueResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSchedulingPolicyRequest,
10
10
  DeleteSchedulingPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSchedulingPolicyCommandInput
14
15
  extends DeleteSchedulingPolicyRequest {}
15
16
  export interface DeleteSchedulingPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterJobDefinitionRequest,
10
10
  DeregisterJobDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterJobDefinitionCommandInput
14
15
  extends DeregisterJobDefinitionRequest {}
15
16
  export interface DeregisterJobDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeComputeEnvironmentsRequest,
10
10
  DescribeComputeEnvironmentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeComputeEnvironmentsCommandInput
14
15
  extends DescribeComputeEnvironmentsRequest {}
15
16
  export interface DescribeComputeEnvironmentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeJobDefinitionsRequest,
10
10
  DescribeJobDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeJobDefinitionsCommandInput
14
15
  extends DescribeJobDefinitionsRequest {}
15
16
  export interface DescribeJobDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeJobQueuesRequest,
10
10
  DescribeJobQueuesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeJobQueuesCommandInput
14
15
  extends DescribeJobQueuesRequest {}
15
16
  export interface DescribeJobQueuesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
11
12
  export interface DescribeJobsCommandOutput
12
13
  extends DescribeJobsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeSchedulingPoliciesRequest,
10
10
  DescribeSchedulingPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSchedulingPoliciesCommandInput
14
15
  extends DescribeSchedulingPoliciesRequest {}
15
16
  export interface DescribeSchedulingPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetJobQueueSnapshotRequest,
10
10
  GetJobQueueSnapshotResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetJobQueueSnapshotCommandInput
14
15
  extends GetJobQueueSnapshotRequest {}
15
16
  export interface GetJobQueueSnapshotCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListJobsCommandInput extends ListJobsRequest {}
11
12
  export interface ListJobsCommandOutput
12
13
  extends ListJobsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListSchedulingPoliciesRequest,
10
10
  ListSchedulingPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSchedulingPoliciesCommandInput
14
15
  extends ListSchedulingPoliciesRequest {}
15
16
  export interface ListSchedulingPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RegisterJobDefinitionRequest,
10
10
  RegisterJobDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RegisterJobDefinitionCommandInput
14
15
  extends RegisterJobDefinitionRequest {}
15
16
  export interface RegisterJobDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SubmitJobCommandInput extends SubmitJobRequest {}
11
12
  export interface SubmitJobCommandOutput
12
13
  extends SubmitJobResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../BatchClient";
8
8
  import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TerminateJobCommandInput extends TerminateJobRequest {}
11
12
  export interface TerminateJobCommandOutput
12
13
  extends TerminateJobResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateComputeEnvironmentRequest,
10
10
  UpdateComputeEnvironmentResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateComputeEnvironmentCommandInput
14
15
  extends UpdateComputeEnvironmentRequest {}
15
16
  export interface UpdateComputeEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateJobQueueRequest,
10
10
  UpdateJobQueueResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {}
14
15
  export interface UpdateJobQueueCommandOutput
15
16
  extends UpdateJobQueueResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateSchedulingPolicyRequest,
10
10
  UpdateSchedulingPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSchedulingPolicyCommandInput
14
15
  extends UpdateSchedulingPolicyRequest {}
15
16
  export interface UpdateSchedulingPolicyCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class BatchServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
3
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-batch",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",