@aws-sdk/client-iot-events 3.649.0 → 3.651.1
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 +26 -78
- package/dist-es/commands/CreateAlarmModelCommand.js +1 -3
- package/dist-es/commands/CreateDetectorModelCommand.js +1 -3
- package/dist-es/commands/CreateInputCommand.js +1 -3
- package/dist-es/commands/DeleteAlarmModelCommand.js +1 -3
- package/dist-es/commands/DeleteDetectorModelCommand.js +1 -3
- package/dist-es/commands/DeleteInputCommand.js +1 -3
- package/dist-es/commands/DescribeAlarmModelCommand.js +1 -3
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +1 -3
- package/dist-es/commands/DescribeDetectorModelCommand.js +1 -3
- package/dist-es/commands/DescribeInputCommand.js +1 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +1 -3
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +1 -3
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +1 -3
- package/dist-es/commands/ListAlarmModelsCommand.js +1 -3
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +1 -3
- package/dist-es/commands/ListDetectorModelsCommand.js +1 -3
- package/dist-es/commands/ListInputRoutingsCommand.js +1 -3
- package/dist-es/commands/ListInputsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +1 -3
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAlarmModelCommand.js +1 -3
- package/dist-es/commands/UpdateDetectorModelCommand.js +1 -3
- package/dist-es/commands/UpdateInputCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1483,9 +1483,7 @@ var _tK = "tagKeys";
|
|
|
1483
1483
|
var _v = "version";
|
|
1484
1484
|
|
|
1485
1485
|
// src/commands/CreateAlarmModelCommand.ts
|
|
1486
|
-
var _CreateAlarmModelCommand = class _CreateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1487
|
-
...commonParams
|
|
1488
|
-
}).m(function(Command, cs, config, o) {
|
|
1486
|
+
var _CreateAlarmModelCommand = class _CreateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1489
1487
|
return [
|
|
1490
1488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1491
1489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1499,9 +1497,7 @@ var CreateAlarmModelCommand = _CreateAlarmModelCommand;
|
|
|
1499
1497
|
|
|
1500
1498
|
|
|
1501
1499
|
|
|
1502
|
-
var _CreateDetectorModelCommand = class _CreateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1503
|
-
...commonParams
|
|
1504
|
-
}).m(function(Command, cs, config, o) {
|
|
1500
|
+
var _CreateDetectorModelCommand = class _CreateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1505
1501
|
return [
|
|
1506
1502
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1507
1503
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1515,9 +1511,7 @@ var CreateDetectorModelCommand = _CreateDetectorModelCommand;
|
|
|
1515
1511
|
|
|
1516
1512
|
|
|
1517
1513
|
|
|
1518
|
-
var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1519
|
-
...commonParams
|
|
1520
|
-
}).m(function(Command, cs, config, o) {
|
|
1514
|
+
var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1521
1515
|
return [
|
|
1522
1516
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1523
1517
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1531,9 +1525,7 @@ var CreateInputCommand = _CreateInputCommand;
|
|
|
1531
1525
|
|
|
1532
1526
|
|
|
1533
1527
|
|
|
1534
|
-
var _DeleteAlarmModelCommand = class _DeleteAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1535
|
-
...commonParams
|
|
1536
|
-
}).m(function(Command, cs, config, o) {
|
|
1528
|
+
var _DeleteAlarmModelCommand = class _DeleteAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1537
1529
|
return [
|
|
1538
1530
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1539
1531
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1547,9 +1539,7 @@ var DeleteAlarmModelCommand = _DeleteAlarmModelCommand;
|
|
|
1547
1539
|
|
|
1548
1540
|
|
|
1549
1541
|
|
|
1550
|
-
var _DeleteDetectorModelCommand = class _DeleteDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1551
|
-
...commonParams
|
|
1552
|
-
}).m(function(Command, cs, config, o) {
|
|
1542
|
+
var _DeleteDetectorModelCommand = class _DeleteDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1553
1543
|
return [
|
|
1554
1544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1555
1545
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1563,9 +1553,7 @@ var DeleteDetectorModelCommand = _DeleteDetectorModelCommand;
|
|
|
1563
1553
|
|
|
1564
1554
|
|
|
1565
1555
|
|
|
1566
|
-
var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1567
|
-
...commonParams
|
|
1568
|
-
}).m(function(Command, cs, config, o) {
|
|
1556
|
+
var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1569
1557
|
return [
|
|
1570
1558
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1571
1559
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1579,9 +1567,7 @@ var DeleteInputCommand = _DeleteInputCommand;
|
|
|
1579
1567
|
|
|
1580
1568
|
|
|
1581
1569
|
|
|
1582
|
-
var _DescribeAlarmModelCommand = class _DescribeAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1583
|
-
...commonParams
|
|
1584
|
-
}).m(function(Command, cs, config, o) {
|
|
1570
|
+
var _DescribeAlarmModelCommand = class _DescribeAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1585
1571
|
return [
|
|
1586
1572
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1587
1573
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1595,9 +1581,7 @@ var DescribeAlarmModelCommand = _DescribeAlarmModelCommand;
|
|
|
1595
1581
|
|
|
1596
1582
|
|
|
1597
1583
|
|
|
1598
|
-
var _DescribeDetectorModelAnalysisCommand = class _DescribeDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1599
|
-
...commonParams
|
|
1600
|
-
}).m(function(Command, cs, config, o) {
|
|
1584
|
+
var _DescribeDetectorModelAnalysisCommand = class _DescribeDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1601
1585
|
return [
|
|
1602
1586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1603
1587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1611,9 +1595,7 @@ var DescribeDetectorModelAnalysisCommand = _DescribeDetectorModelAnalysisCommand
|
|
|
1611
1595
|
|
|
1612
1596
|
|
|
1613
1597
|
|
|
1614
|
-
var _DescribeDetectorModelCommand = class _DescribeDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1615
|
-
...commonParams
|
|
1616
|
-
}).m(function(Command, cs, config, o) {
|
|
1598
|
+
var _DescribeDetectorModelCommand = class _DescribeDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1617
1599
|
return [
|
|
1618
1600
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1619
1601
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1627,9 +1609,7 @@ var DescribeDetectorModelCommand = _DescribeDetectorModelCommand;
|
|
|
1627
1609
|
|
|
1628
1610
|
|
|
1629
1611
|
|
|
1630
|
-
var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1631
|
-
...commonParams
|
|
1632
|
-
}).m(function(Command, cs, config, o) {
|
|
1612
|
+
var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1633
1613
|
return [
|
|
1634
1614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1635
1615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1643,9 +1623,7 @@ var DescribeInputCommand = _DescribeInputCommand;
|
|
|
1643
1623
|
|
|
1644
1624
|
|
|
1645
1625
|
|
|
1646
|
-
var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1647
|
-
...commonParams
|
|
1648
|
-
}).m(function(Command, cs, config, o) {
|
|
1626
|
+
var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1649
1627
|
return [
|
|
1650
1628
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1651
1629
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1659,9 +1637,7 @@ var DescribeLoggingOptionsCommand = _DescribeLoggingOptionsCommand;
|
|
|
1659
1637
|
|
|
1660
1638
|
|
|
1661
1639
|
|
|
1662
|
-
var _GetDetectorModelAnalysisResultsCommand = class _GetDetectorModelAnalysisResultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1663
|
-
...commonParams
|
|
1664
|
-
}).m(function(Command, cs, config, o) {
|
|
1640
|
+
var _GetDetectorModelAnalysisResultsCommand = class _GetDetectorModelAnalysisResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1665
1641
|
return [
|
|
1666
1642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1667
1643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1675,9 +1651,7 @@ var GetDetectorModelAnalysisResultsCommand = _GetDetectorModelAnalysisResultsCom
|
|
|
1675
1651
|
|
|
1676
1652
|
|
|
1677
1653
|
|
|
1678
|
-
var _ListAlarmModelsCommand = class _ListAlarmModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1679
|
-
...commonParams
|
|
1680
|
-
}).m(function(Command, cs, config, o) {
|
|
1654
|
+
var _ListAlarmModelsCommand = class _ListAlarmModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1681
1655
|
return [
|
|
1682
1656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1683
1657
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1691,9 +1665,7 @@ var ListAlarmModelsCommand = _ListAlarmModelsCommand;
|
|
|
1691
1665
|
|
|
1692
1666
|
|
|
1693
1667
|
|
|
1694
|
-
var _ListAlarmModelVersionsCommand = class _ListAlarmModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1695
|
-
...commonParams
|
|
1696
|
-
}).m(function(Command, cs, config, o) {
|
|
1668
|
+
var _ListAlarmModelVersionsCommand = class _ListAlarmModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1697
1669
|
return [
|
|
1698
1670
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1699
1671
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1707,9 +1679,7 @@ var ListAlarmModelVersionsCommand = _ListAlarmModelVersionsCommand;
|
|
|
1707
1679
|
|
|
1708
1680
|
|
|
1709
1681
|
|
|
1710
|
-
var _ListDetectorModelsCommand = class _ListDetectorModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1711
|
-
...commonParams
|
|
1712
|
-
}).m(function(Command, cs, config, o) {
|
|
1682
|
+
var _ListDetectorModelsCommand = class _ListDetectorModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1713
1683
|
return [
|
|
1714
1684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1715
1685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1723,9 +1693,7 @@ var ListDetectorModelsCommand = _ListDetectorModelsCommand;
|
|
|
1723
1693
|
|
|
1724
1694
|
|
|
1725
1695
|
|
|
1726
|
-
var _ListDetectorModelVersionsCommand = class _ListDetectorModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1727
|
-
...commonParams
|
|
1728
|
-
}).m(function(Command, cs, config, o) {
|
|
1696
|
+
var _ListDetectorModelVersionsCommand = class _ListDetectorModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1729
1697
|
return [
|
|
1730
1698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1731
1699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1739,9 +1707,7 @@ var ListDetectorModelVersionsCommand = _ListDetectorModelVersionsCommand;
|
|
|
1739
1707
|
|
|
1740
1708
|
|
|
1741
1709
|
|
|
1742
|
-
var _ListInputRoutingsCommand = class _ListInputRoutingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1743
|
-
...commonParams
|
|
1744
|
-
}).m(function(Command, cs, config, o) {
|
|
1710
|
+
var _ListInputRoutingsCommand = class _ListInputRoutingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1745
1711
|
return [
|
|
1746
1712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1747
1713
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1755,9 +1721,7 @@ var ListInputRoutingsCommand = _ListInputRoutingsCommand;
|
|
|
1755
1721
|
|
|
1756
1722
|
|
|
1757
1723
|
|
|
1758
|
-
var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1759
|
-
...commonParams
|
|
1760
|
-
}).m(function(Command, cs, config, o) {
|
|
1724
|
+
var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1761
1725
|
return [
|
|
1762
1726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1763
1727
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1771,9 +1735,7 @@ var ListInputsCommand = _ListInputsCommand;
|
|
|
1771
1735
|
|
|
1772
1736
|
|
|
1773
1737
|
|
|
1774
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1775
|
-
...commonParams
|
|
1776
|
-
}).m(function(Command, cs, config, o) {
|
|
1738
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1777
1739
|
return [
|
|
1778
1740
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1779
1741
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1787,9 +1749,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1787
1749
|
|
|
1788
1750
|
|
|
1789
1751
|
|
|
1790
|
-
var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1791
|
-
...commonParams
|
|
1792
|
-
}).m(function(Command, cs, config, o) {
|
|
1752
|
+
var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1793
1753
|
return [
|
|
1794
1754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1795
1755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1803,9 +1763,7 @@ var PutLoggingOptionsCommand = _PutLoggingOptionsCommand;
|
|
|
1803
1763
|
|
|
1804
1764
|
|
|
1805
1765
|
|
|
1806
|
-
var _StartDetectorModelAnalysisCommand = class _StartDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1807
|
-
...commonParams
|
|
1808
|
-
}).m(function(Command, cs, config, o) {
|
|
1766
|
+
var _StartDetectorModelAnalysisCommand = class _StartDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1809
1767
|
return [
|
|
1810
1768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1811
1769
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1819,9 +1777,7 @@ var StartDetectorModelAnalysisCommand = _StartDetectorModelAnalysisCommand;
|
|
|
1819
1777
|
|
|
1820
1778
|
|
|
1821
1779
|
|
|
1822
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1823
|
-
...commonParams
|
|
1824
|
-
}).m(function(Command, cs, config, o) {
|
|
1780
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1825
1781
|
return [
|
|
1826
1782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1827
1783
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1835,9 +1791,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1835
1791
|
|
|
1836
1792
|
|
|
1837
1793
|
|
|
1838
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1839
|
-
...commonParams
|
|
1840
|
-
}).m(function(Command, cs, config, o) {
|
|
1794
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1841
1795
|
return [
|
|
1842
1796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1843
1797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1851,9 +1805,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1851
1805
|
|
|
1852
1806
|
|
|
1853
1807
|
|
|
1854
|
-
var _UpdateAlarmModelCommand = class _UpdateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1855
|
-
...commonParams
|
|
1856
|
-
}).m(function(Command, cs, config, o) {
|
|
1808
|
+
var _UpdateAlarmModelCommand = class _UpdateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1857
1809
|
return [
|
|
1858
1810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1859
1811
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1867,9 +1819,7 @@ var UpdateAlarmModelCommand = _UpdateAlarmModelCommand;
|
|
|
1867
1819
|
|
|
1868
1820
|
|
|
1869
1821
|
|
|
1870
|
-
var _UpdateDetectorModelCommand = class _UpdateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1871
|
-
...commonParams
|
|
1872
|
-
}).m(function(Command, cs, config, o) {
|
|
1822
|
+
var _UpdateDetectorModelCommand = class _UpdateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1873
1823
|
return [
|
|
1874
1824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1875
1825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1883,9 +1833,7 @@ var UpdateDetectorModelCommand = _UpdateDetectorModelCommand;
|
|
|
1883
1833
|
|
|
1884
1834
|
|
|
1885
1835
|
|
|
1886
|
-
var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1887
|
-
...commonParams
|
|
1888
|
-
}).m(function(Command, cs, config, o) {
|
|
1836
|
+
var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1889
1837
|
return [
|
|
1890
1838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1891
1839
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateAlarmModelCommand, se_CreateAlarmModelCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAlarmModelCommand 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_CreateDetectorModelCommand, se_CreateDetectorModelCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDetectorModelCommand 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_CreateInputCommand, se_CreateInputCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateInputCommand 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_DeleteAlarmModelCommand, se_DeleteAlarmModelCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAlarmModelCommand 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_DeleteDetectorModelCommand, se_DeleteDetectorModelCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDetectorModelCommand 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_DeleteInputCommand, se_DeleteInputCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInputCommand 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_DescribeAlarmModelCommand, se_DescribeAlarmModelCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAlarmModelCommand 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_DescribeDetectorModelAnalysisCommand, se_DescribeDetectorModelAnalys
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDetectorModelAnalysisCommand 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_DescribeDetectorModelCommand, se_DescribeDetectorModelCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDetectorModelCommand 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_DescribeInputCommand, se_DescribeInputCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInputCommand 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_DescribeLoggingOptionsCommand, se_DescribeLoggingOptionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoggingOptionsCommand 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_GetDetectorModelAnalysisResultsCommand, se_GetDetectorModelAnalysisR
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDetectorModelAnalysisResultsCommand 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_ListAlarmModelVersionsCommand, se_ListAlarmModelVersionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAlarmModelVersionsCommand 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_ListAlarmModelsCommand, se_ListAlarmModelsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAlarmModelsCommand 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_ListDetectorModelVersionsCommand, se_ListDetectorModelVersionsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDetectorModelVersionsCommand 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_ListDetectorModelsCommand, se_ListDetectorModelsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDetectorModelsCommand 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_ListInputRoutingsCommand, se_ListInputRoutingsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInputRoutingsCommand 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_ListInputsCommand, se_ListInputsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInputsCommand 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_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutLoggingOptionsCommand 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_StartDetectorModelAnalysisCommand, se_StartDetectorModelAnalysisComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartDetectorModelAnalysisCommand 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_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),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateAlarmModelCommand, se_UpdateAlarmModelCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAlarmModelCommand 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_UpdateDetectorModelCommand, se_UpdateDetectorModelCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDetectorModelCommand 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_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateInputCommand 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-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-iot-events",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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",
|