@aws-sdk/client-emr-containers 3.649.0 → 3.650.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.
- package/dist-cjs/index.js +23 -69
- package/dist-es/commands/CancelJobRunCommand.js +1 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -3
- package/dist-es/commands/CreateManagedEndpointCommand.js +1 -3
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateVirtualClusterCommand.js +1 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteManagedEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualClusterCommand.js +1 -3
- package/dist-es/commands/DescribeJobRunCommand.js +1 -3
- package/dist-es/commands/DescribeJobTemplateCommand.js +1 -3
- package/dist-es/commands/DescribeManagedEndpointCommand.js +1 -3
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualClusterCommand.js +1 -3
- package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +1 -3
- package/dist-es/commands/ListJobRunsCommand.js +1 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -3
- package/dist-es/commands/ListManagedEndpointsCommand.js +1 -3
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVirtualClustersCommand.js +1 -3
- package/dist-es/commands/StartJobRunCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1476,9 +1476,7 @@ var _t = "types";
|
|
|
1476
1476
|
var _tK = "tagKeys";
|
|
1477
1477
|
|
|
1478
1478
|
// src/commands/CancelJobRunCommand.ts
|
|
1479
|
-
var _CancelJobRunCommand = class _CancelJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1480
|
-
...commonParams
|
|
1481
|
-
}).m(function(Command, cs, config, o) {
|
|
1479
|
+
var _CancelJobRunCommand = class _CancelJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1482
1480
|
return [
|
|
1483
1481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1484
1482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1492,9 +1490,7 @@ var CancelJobRunCommand = _CancelJobRunCommand;
|
|
|
1492
1490
|
|
|
1493
1491
|
|
|
1494
1492
|
|
|
1495
|
-
var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1496
|
-
...commonParams
|
|
1497
|
-
}).m(function(Command, cs, config, o) {
|
|
1493
|
+
var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1498
1494
|
return [
|
|
1499
1495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1500
1496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1508,9 +1504,7 @@ var CreateJobTemplateCommand = _CreateJobTemplateCommand;
|
|
|
1508
1504
|
|
|
1509
1505
|
|
|
1510
1506
|
|
|
1511
|
-
var _CreateManagedEndpointCommand = class _CreateManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1512
|
-
...commonParams
|
|
1513
|
-
}).m(function(Command, cs, config, o) {
|
|
1507
|
+
var _CreateManagedEndpointCommand = class _CreateManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1514
1508
|
return [
|
|
1515
1509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1516
1510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1524,9 +1518,7 @@ var CreateManagedEndpointCommand = _CreateManagedEndpointCommand;
|
|
|
1524
1518
|
|
|
1525
1519
|
|
|
1526
1520
|
|
|
1527
|
-
var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1528
|
-
...commonParams
|
|
1529
|
-
}).m(function(Command, cs, config, o) {
|
|
1521
|
+
var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1530
1522
|
return [
|
|
1531
1523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1532
1524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1540,9 +1532,7 @@ var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
|
|
|
1540
1532
|
|
|
1541
1533
|
|
|
1542
1534
|
|
|
1543
|
-
var _CreateVirtualClusterCommand = class _CreateVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1544
|
-
...commonParams
|
|
1545
|
-
}).m(function(Command, cs, config, o) {
|
|
1535
|
+
var _CreateVirtualClusterCommand = class _CreateVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1546
1536
|
return [
|
|
1547
1537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1548
1538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1556,9 +1546,7 @@ var CreateVirtualClusterCommand = _CreateVirtualClusterCommand;
|
|
|
1556
1546
|
|
|
1557
1547
|
|
|
1558
1548
|
|
|
1559
|
-
var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1560
|
-
...commonParams
|
|
1561
|
-
}).m(function(Command, cs, config, o) {
|
|
1549
|
+
var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1562
1550
|
return [
|
|
1563
1551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1564
1552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1572,9 +1560,7 @@ var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
|
|
|
1572
1560
|
|
|
1573
1561
|
|
|
1574
1562
|
|
|
1575
|
-
var _DeleteManagedEndpointCommand = class _DeleteManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1576
|
-
...commonParams
|
|
1577
|
-
}).m(function(Command, cs, config, o) {
|
|
1563
|
+
var _DeleteManagedEndpointCommand = class _DeleteManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1578
1564
|
return [
|
|
1579
1565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1580
1566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1588,9 +1574,7 @@ var DeleteManagedEndpointCommand = _DeleteManagedEndpointCommand;
|
|
|
1588
1574
|
|
|
1589
1575
|
|
|
1590
1576
|
|
|
1591
|
-
var _DeleteVirtualClusterCommand = class _DeleteVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1592
|
-
...commonParams
|
|
1593
|
-
}).m(function(Command, cs, config, o) {
|
|
1577
|
+
var _DeleteVirtualClusterCommand = class _DeleteVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1594
1578
|
return [
|
|
1595
1579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1596
1580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1604,9 +1588,7 @@ var DeleteVirtualClusterCommand = _DeleteVirtualClusterCommand;
|
|
|
1604
1588
|
|
|
1605
1589
|
|
|
1606
1590
|
|
|
1607
|
-
var _DescribeJobRunCommand = class _DescribeJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1608
|
-
...commonParams
|
|
1609
|
-
}).m(function(Command, cs, config, o) {
|
|
1591
|
+
var _DescribeJobRunCommand = class _DescribeJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1610
1592
|
return [
|
|
1611
1593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1612
1594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1620,9 +1602,7 @@ var DescribeJobRunCommand = _DescribeJobRunCommand;
|
|
|
1620
1602
|
|
|
1621
1603
|
|
|
1622
1604
|
|
|
1623
|
-
var _DescribeJobTemplateCommand = class _DescribeJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1624
|
-
...commonParams
|
|
1625
|
-
}).m(function(Command, cs, config, o) {
|
|
1605
|
+
var _DescribeJobTemplateCommand = class _DescribeJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1626
1606
|
return [
|
|
1627
1607
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1628
1608
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1636,9 +1616,7 @@ var DescribeJobTemplateCommand = _DescribeJobTemplateCommand;
|
|
|
1636
1616
|
|
|
1637
1617
|
|
|
1638
1618
|
|
|
1639
|
-
var _DescribeManagedEndpointCommand = class _DescribeManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1640
|
-
...commonParams
|
|
1641
|
-
}).m(function(Command, cs, config, o) {
|
|
1619
|
+
var _DescribeManagedEndpointCommand = class _DescribeManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1642
1620
|
return [
|
|
1643
1621
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1644
1622
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1652,9 +1630,7 @@ var DescribeManagedEndpointCommand = _DescribeManagedEndpointCommand;
|
|
|
1652
1630
|
|
|
1653
1631
|
|
|
1654
1632
|
|
|
1655
|
-
var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1656
|
-
...commonParams
|
|
1657
|
-
}).m(function(Command, cs, config, o) {
|
|
1633
|
+
var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1658
1634
|
return [
|
|
1659
1635
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1660
1636
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1668,9 +1644,7 @@ var DescribeSecurityConfigurationCommand = _DescribeSecurityConfigurationCommand
|
|
|
1668
1644
|
|
|
1669
1645
|
|
|
1670
1646
|
|
|
1671
|
-
var _DescribeVirtualClusterCommand = class _DescribeVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1672
|
-
...commonParams
|
|
1673
|
-
}).m(function(Command, cs, config, o) {
|
|
1647
|
+
var _DescribeVirtualClusterCommand = class _DescribeVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1674
1648
|
return [
|
|
1675
1649
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1676
1650
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1684,9 +1658,7 @@ var DescribeVirtualClusterCommand = _DescribeVirtualClusterCommand;
|
|
|
1684
1658
|
|
|
1685
1659
|
|
|
1686
1660
|
|
|
1687
|
-
var _GetManagedEndpointSessionCredentialsCommand = class _GetManagedEndpointSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1688
|
-
...commonParams
|
|
1689
|
-
}).m(function(Command, cs, config, o) {
|
|
1661
|
+
var _GetManagedEndpointSessionCredentialsCommand = class _GetManagedEndpointSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1690
1662
|
return [
|
|
1691
1663
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1692
1664
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1700,9 +1672,7 @@ var GetManagedEndpointSessionCredentialsCommand = _GetManagedEndpointSessionCred
|
|
|
1700
1672
|
|
|
1701
1673
|
|
|
1702
1674
|
|
|
1703
|
-
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1704
|
-
...commonParams
|
|
1705
|
-
}).m(function(Command, cs, config, o) {
|
|
1675
|
+
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1706
1676
|
return [
|
|
1707
1677
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1708
1678
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1716,9 +1686,7 @@ var ListJobRunsCommand = _ListJobRunsCommand;
|
|
|
1716
1686
|
|
|
1717
1687
|
|
|
1718
1688
|
|
|
1719
|
-
var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1720
|
-
...commonParams
|
|
1721
|
-
}).m(function(Command, cs, config, o) {
|
|
1689
|
+
var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1722
1690
|
return [
|
|
1723
1691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1724
1692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1732,9 +1700,7 @@ var ListJobTemplatesCommand = _ListJobTemplatesCommand;
|
|
|
1732
1700
|
|
|
1733
1701
|
|
|
1734
1702
|
|
|
1735
|
-
var _ListManagedEndpointsCommand = class _ListManagedEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1736
|
-
...commonParams
|
|
1737
|
-
}).m(function(Command, cs, config, o) {
|
|
1703
|
+
var _ListManagedEndpointsCommand = class _ListManagedEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1738
1704
|
return [
|
|
1739
1705
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1740
1706
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1748,9 +1714,7 @@ var ListManagedEndpointsCommand = _ListManagedEndpointsCommand;
|
|
|
1748
1714
|
|
|
1749
1715
|
|
|
1750
1716
|
|
|
1751
|
-
var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1752
|
-
...commonParams
|
|
1753
|
-
}).m(function(Command, cs, config, o) {
|
|
1717
|
+
var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1754
1718
|
return [
|
|
1755
1719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1756
1720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1764,9 +1728,7 @@ var ListSecurityConfigurationsCommand = _ListSecurityConfigurationsCommand;
|
|
|
1764
1728
|
|
|
1765
1729
|
|
|
1766
1730
|
|
|
1767
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1768
|
-
...commonParams
|
|
1769
|
-
}).m(function(Command, cs, config, o) {
|
|
1731
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1770
1732
|
return [
|
|
1771
1733
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1772
1734
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1780,9 +1742,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1780
1742
|
|
|
1781
1743
|
|
|
1782
1744
|
|
|
1783
|
-
var _ListVirtualClustersCommand = class _ListVirtualClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1784
|
-
...commonParams
|
|
1785
|
-
}).m(function(Command, cs, config, o) {
|
|
1745
|
+
var _ListVirtualClustersCommand = class _ListVirtualClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1786
1746
|
return [
|
|
1787
1747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1788
1748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1796,9 +1756,7 @@ var ListVirtualClustersCommand = _ListVirtualClustersCommand;
|
|
|
1796
1756
|
|
|
1797
1757
|
|
|
1798
1758
|
|
|
1799
|
-
var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1800
|
-
...commonParams
|
|
1801
|
-
}).m(function(Command, cs, config, o) {
|
|
1759
|
+
var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1802
1760
|
return [
|
|
1803
1761
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1804
1762
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1812,9 +1770,7 @@ var StartJobRunCommand = _StartJobRunCommand;
|
|
|
1812
1770
|
|
|
1813
1771
|
|
|
1814
1772
|
|
|
1815
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1816
|
-
...commonParams
|
|
1817
|
-
}).m(function(Command, cs, config, o) {
|
|
1773
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1818
1774
|
return [
|
|
1819
1775
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1820
1776
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1828,9 +1784,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1828
1784
|
|
|
1829
1785
|
|
|
1830
1786
|
|
|
1831
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1832
|
-
...commonParams
|
|
1833
|
-
}).m(function(Command, cs, config, o) {
|
|
1787
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1834
1788
|
return [
|
|
1835
1789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1836
1790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelJobRunCommand, se_CancelJobRunCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobRunCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateJobTemplateCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateManagedEndpointCommand, se_CreateManagedEndpointCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateManagedEndpointCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSecurityConfigurationCommand, se_CreateSecurityConfigurationCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSecurityConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVirtualClusterCommand, se_CreateVirtualClusterCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVirtualClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteJobTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteManagedEndpointCommand, se_DeleteManagedEndpointCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteManagedEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVirtualClusterCommand, se_DeleteVirtualClusterCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVirtualClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeJobRunCommand, se_DescribeJobRunCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeJobRunCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeJobTemplateCommand, se_DescribeJobTemplateCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeJobTemplateCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeManagedEndpointCommand, se_DescribeManagedEndpointCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeManagedEndpointCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeSecurityConfigurationCommand, se_DescribeSecurityConfigurati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSecurityConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVirtualClusterCommand, se_DescribeVirtualClusterCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVirtualClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetManagedEndpointSessionCredentialsCommand, se_GetManagedEndpointSe
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetManagedEndpointSessionCredentialsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListJobRunsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListJobTemplatesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListManagedEndpointsCommand, se_ListManagedEndpointsCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListManagedEndpointsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSecurityConfigurationsCommand, se_ListSecurityConfigurationsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSecurityConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVirtualClustersCommand, se_ListVirtualClustersCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualClustersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartJobRunCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-containers",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-emr-containers",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|