@aws-sdk/client-iot-events 3.590.0 → 3.592.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 (57) hide show
  1. package/dist-cjs/index.js +0 -26
  2. package/dist-types/commands/CreateAlarmModelCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateDetectorModelCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateInputCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteInputCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeInputCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
  13. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListAlarmModelsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListDetectorModelsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListInputRoutingsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListInputsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  22. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
  28. package/dist-types/index.d.ts +2 -2
  29. package/dist-types/models/IoTEventsServiceException.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +2 -1
  57. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -222,7 +222,6 @@ var IoTEventsClient = _IoTEventsClient;
222
222
 
223
223
  var import_middleware_serde = require("@smithy/middleware-serde");
224
224
 
225
- var import_types = require("@smithy/types");
226
225
 
227
226
  // src/protocols/Aws_restJson1.ts
228
227
  var import_core2 = require("@aws-sdk/core");
@@ -1509,7 +1508,6 @@ var CreateAlarmModelCommand = _CreateAlarmModelCommand;
1509
1508
 
1510
1509
 
1511
1510
 
1512
-
1513
1511
  var _CreateDetectorModelCommand = class _CreateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1514
1512
  ...commonParams
1515
1513
  }).m(function(Command, cs, config, o) {
@@ -1526,7 +1524,6 @@ var CreateDetectorModelCommand = _CreateDetectorModelCommand;
1526
1524
 
1527
1525
 
1528
1526
 
1529
-
1530
1527
  var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep({
1531
1528
  ...commonParams
1532
1529
  }).m(function(Command, cs, config, o) {
@@ -1543,7 +1540,6 @@ var CreateInputCommand = _CreateInputCommand;
1543
1540
 
1544
1541
 
1545
1542
 
1546
-
1547
1543
  var _DeleteAlarmModelCommand = class _DeleteAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1548
1544
  ...commonParams
1549
1545
  }).m(function(Command, cs, config, o) {
@@ -1560,7 +1556,6 @@ var DeleteAlarmModelCommand = _DeleteAlarmModelCommand;
1560
1556
 
1561
1557
 
1562
1558
 
1563
-
1564
1559
  var _DeleteDetectorModelCommand = class _DeleteDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1565
1560
  ...commonParams
1566
1561
  }).m(function(Command, cs, config, o) {
@@ -1577,7 +1572,6 @@ var DeleteDetectorModelCommand = _DeleteDetectorModelCommand;
1577
1572
 
1578
1573
 
1579
1574
 
1580
-
1581
1575
  var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep({
1582
1576
  ...commonParams
1583
1577
  }).m(function(Command, cs, config, o) {
@@ -1594,7 +1588,6 @@ var DeleteInputCommand = _DeleteInputCommand;
1594
1588
 
1595
1589
 
1596
1590
 
1597
-
1598
1591
  var _DescribeAlarmModelCommand = class _DescribeAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1599
1592
  ...commonParams
1600
1593
  }).m(function(Command, cs, config, o) {
@@ -1611,7 +1604,6 @@ var DescribeAlarmModelCommand = _DescribeAlarmModelCommand;
1611
1604
 
1612
1605
 
1613
1606
 
1614
-
1615
1607
  var _DescribeDetectorModelAnalysisCommand = class _DescribeDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
1616
1608
  ...commonParams
1617
1609
  }).m(function(Command, cs, config, o) {
@@ -1628,7 +1620,6 @@ var DescribeDetectorModelAnalysisCommand = _DescribeDetectorModelAnalysisCommand
1628
1620
 
1629
1621
 
1630
1622
 
1631
-
1632
1623
  var _DescribeDetectorModelCommand = class _DescribeDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1633
1624
  ...commonParams
1634
1625
  }).m(function(Command, cs, config, o) {
@@ -1645,7 +1636,6 @@ var DescribeDetectorModelCommand = _DescribeDetectorModelCommand;
1645
1636
 
1646
1637
 
1647
1638
 
1648
-
1649
1639
  var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep({
1650
1640
  ...commonParams
1651
1641
  }).m(function(Command, cs, config, o) {
@@ -1662,7 +1652,6 @@ var DescribeInputCommand = _DescribeInputCommand;
1662
1652
 
1663
1653
 
1664
1654
 
1665
-
1666
1655
  var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1667
1656
  ...commonParams
1668
1657
  }).m(function(Command, cs, config, o) {
@@ -1679,7 +1668,6 @@ var DescribeLoggingOptionsCommand = _DescribeLoggingOptionsCommand;
1679
1668
 
1680
1669
 
1681
1670
 
1682
-
1683
1671
  var _GetDetectorModelAnalysisResultsCommand = class _GetDetectorModelAnalysisResultsCommand extends import_smithy_client.Command.classBuilder().ep({
1684
1672
  ...commonParams
1685
1673
  }).m(function(Command, cs, config, o) {
@@ -1696,7 +1684,6 @@ var GetDetectorModelAnalysisResultsCommand = _GetDetectorModelAnalysisResultsCom
1696
1684
 
1697
1685
 
1698
1686
 
1699
-
1700
1687
  var _ListAlarmModelsCommand = class _ListAlarmModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1701
1688
  ...commonParams
1702
1689
  }).m(function(Command, cs, config, o) {
@@ -1713,7 +1700,6 @@ var ListAlarmModelsCommand = _ListAlarmModelsCommand;
1713
1700
 
1714
1701
 
1715
1702
 
1716
-
1717
1703
  var _ListAlarmModelVersionsCommand = class _ListAlarmModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1718
1704
  ...commonParams
1719
1705
  }).m(function(Command, cs, config, o) {
@@ -1730,7 +1716,6 @@ var ListAlarmModelVersionsCommand = _ListAlarmModelVersionsCommand;
1730
1716
 
1731
1717
 
1732
1718
 
1733
-
1734
1719
  var _ListDetectorModelsCommand = class _ListDetectorModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1735
1720
  ...commonParams
1736
1721
  }).m(function(Command, cs, config, o) {
@@ -1747,7 +1732,6 @@ var ListDetectorModelsCommand = _ListDetectorModelsCommand;
1747
1732
 
1748
1733
 
1749
1734
 
1750
-
1751
1735
  var _ListDetectorModelVersionsCommand = class _ListDetectorModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1752
1736
  ...commonParams
1753
1737
  }).m(function(Command, cs, config, o) {
@@ -1764,7 +1748,6 @@ var ListDetectorModelVersionsCommand = _ListDetectorModelVersionsCommand;
1764
1748
 
1765
1749
 
1766
1750
 
1767
-
1768
1751
  var _ListInputRoutingsCommand = class _ListInputRoutingsCommand extends import_smithy_client.Command.classBuilder().ep({
1769
1752
  ...commonParams
1770
1753
  }).m(function(Command, cs, config, o) {
@@ -1781,7 +1764,6 @@ var ListInputRoutingsCommand = _ListInputRoutingsCommand;
1781
1764
 
1782
1765
 
1783
1766
 
1784
-
1785
1767
  var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep({
1786
1768
  ...commonParams
1787
1769
  }).m(function(Command, cs, config, o) {
@@ -1798,7 +1780,6 @@ var ListInputsCommand = _ListInputsCommand;
1798
1780
 
1799
1781
 
1800
1782
 
1801
-
1802
1783
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1803
1784
  ...commonParams
1804
1785
  }).m(function(Command, cs, config, o) {
@@ -1815,7 +1796,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1815
1796
 
1816
1797
 
1817
1798
 
1818
-
1819
1799
  var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1820
1800
  ...commonParams
1821
1801
  }).m(function(Command, cs, config, o) {
@@ -1832,7 +1812,6 @@ var PutLoggingOptionsCommand = _PutLoggingOptionsCommand;
1832
1812
 
1833
1813
 
1834
1814
 
1835
-
1836
1815
  var _StartDetectorModelAnalysisCommand = class _StartDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
1837
1816
  ...commonParams
1838
1817
  }).m(function(Command, cs, config, o) {
@@ -1849,7 +1828,6 @@ var StartDetectorModelAnalysisCommand = _StartDetectorModelAnalysisCommand;
1849
1828
 
1850
1829
 
1851
1830
 
1852
-
1853
1831
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1854
1832
  ...commonParams
1855
1833
  }).m(function(Command, cs, config, o) {
@@ -1866,7 +1844,6 @@ var TagResourceCommand = _TagResourceCommand;
1866
1844
 
1867
1845
 
1868
1846
 
1869
-
1870
1847
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1871
1848
  ...commonParams
1872
1849
  }).m(function(Command, cs, config, o) {
@@ -1883,7 +1860,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1883
1860
 
1884
1861
 
1885
1862
 
1886
-
1887
1863
  var _UpdateAlarmModelCommand = class _UpdateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1888
1864
  ...commonParams
1889
1865
  }).m(function(Command, cs, config, o) {
@@ -1900,7 +1876,6 @@ var UpdateAlarmModelCommand = _UpdateAlarmModelCommand;
1900
1876
 
1901
1877
 
1902
1878
 
1903
-
1904
1879
  var _UpdateDetectorModelCommand = class _UpdateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1905
1880
  ...commonParams
1906
1881
  }).m(function(Command, cs, config, o) {
@@ -1917,7 +1892,6 @@ var UpdateDetectorModelCommand = _UpdateDetectorModelCommand;
1917
1892
 
1918
1893
 
1919
1894
 
1920
-
1921
1895
  var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep({
1922
1896
  ...commonParams
1923
1897
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/mod
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 { CreateDetectorModelRequest, CreateDetectorModelResponse } 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 { CreateInputRequest, CreateInputResponse } 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 { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/mod
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 { DeleteDetectorModelRequest, DeleteDetectorModelResponse } 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 { DeleteInputRequest, DeleteInputResponse } 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 { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../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 { DescribeDetectorModelAnalysisRequest, DescribeDetectorModelAnalysisResp
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 { DescribeDetectorModelRequest, DescribeDetectorModelResponse } 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 { DescribeInputRequest, DescribeInputResponse } 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 { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } 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 { GetDetectorModelAnalysisResultsRequest, GetDetectorModelAnalysisResults
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 { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } 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 { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/model
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 { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } f
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 { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../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 { ListInputRoutingsRequest, ListInputRoutingsResponse } 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 { ListInputsRequest, ListInputsResponse } 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 { 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 { PutLoggingOptionsRequest } 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 { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse }
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 { 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 { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/mod
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 { UpdateDetectorModelRequest, UpdateDetectorModelResponse } 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 { UpdateInputRequest, UpdateInputResponse } 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
  *
@@ -8,8 +8,8 @@
8
8
  export * from "./IoTEventsClient";
9
9
  export * from "./IoTEvents";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { IoTEventsExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { IoTEventsExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./models";
15
15
  export { IoTEventsServiceException } from "./models/IoTEventsServiceException";
@@ -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
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateAlarmModelRequest,
10
10
  CreateAlarmModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {}
14
15
  export interface CreateAlarmModelCommandOutput
15
16
  extends CreateAlarmModelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateDetectorModelRequest,
10
10
  CreateDetectorModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDetectorModelCommandInput
14
15
  extends CreateDetectorModelRequest {}
15
16
  export interface CreateDetectorModelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
8
8
  import { CreateInputRequest, CreateInputResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateInputCommandInput extends CreateInputRequest {}
11
12
  export interface CreateInputCommandOutput
12
13
  extends CreateInputResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAlarmModelRequest,
10
10
  DeleteAlarmModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAlarmModelCommandInput extends DeleteAlarmModelRequest {}
14
15
  export interface DeleteAlarmModelCommandOutput
15
16
  extends DeleteAlarmModelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDetectorModelRequest,
10
10
  DeleteDetectorModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDetectorModelCommandInput
14
15
  extends DeleteDetectorModelRequest {}
15
16
  export interface DeleteDetectorModelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
8
8
  import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteInputCommandInput extends DeleteInputRequest {}
11
12
  export interface DeleteInputCommandOutput
12
13
  extends DeleteInputResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAlarmModelRequest,
10
10
  DescribeAlarmModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAlarmModelCommandInput
14
15
  extends DescribeAlarmModelRequest {}
15
16
  export interface DescribeAlarmModelCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDetectorModelAnalysisRequest,
10
10
  DescribeDetectorModelAnalysisResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDetectorModelAnalysisCommandInput
14
15
  extends DescribeDetectorModelAnalysisRequest {}
15
16
  export interface DescribeDetectorModelAnalysisCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDetectorModelRequest,
10
10
  DescribeDetectorModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDetectorModelCommandInput
14
15
  extends DescribeDetectorModelRequest {}
15
16
  export interface DescribeDetectorModelCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeInputRequest,
10
10
  DescribeInputResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeInputCommandInput extends DescribeInputRequest {}
14
15
  export interface DescribeInputCommandOutput
15
16
  extends DescribeInputResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeLoggingOptionsRequest,
10
10
  DescribeLoggingOptionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeLoggingOptionsCommandInput
14
15
  extends DescribeLoggingOptionsRequest {}
15
16
  export interface DescribeLoggingOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetDetectorModelAnalysisResultsRequest,
10
10
  GetDetectorModelAnalysisResultsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDetectorModelAnalysisResultsCommandInput
14
15
  extends GetDetectorModelAnalysisResultsRequest {}
15
16
  export interface GetDetectorModelAnalysisResultsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAlarmModelVersionsRequest,
10
10
  ListAlarmModelVersionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAlarmModelVersionsCommandInput
14
15
  extends ListAlarmModelVersionsRequest {}
15
16
  export interface ListAlarmModelVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListAlarmModelsRequest,
10
10
  ListAlarmModelsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAlarmModelsCommandInput extends ListAlarmModelsRequest {}
14
15
  export interface ListAlarmModelsCommandOutput
15
16
  extends ListAlarmModelsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListDetectorModelVersionsRequest,
10
10
  ListDetectorModelVersionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDetectorModelVersionsCommandInput
14
15
  extends ListDetectorModelVersionsRequest {}
15
16
  export interface ListDetectorModelVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDetectorModelsRequest,
10
10
  ListDetectorModelsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDetectorModelsCommandInput
14
15
  extends ListDetectorModelsRequest {}
15
16
  export interface ListDetectorModelsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListInputRoutingsRequest,
10
10
  ListInputRoutingsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListInputRoutingsCommandInput
14
15
  extends ListInputRoutingsRequest {}
15
16
  export interface ListInputRoutingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
8
8
  import { ListInputsRequest, ListInputsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListInputsCommandInput extends ListInputsRequest {}
11
12
  export interface ListInputsCommandOutput
12
13
  extends ListInputsResponse,
@@ -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
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
8
8
  import { PutLoggingOptionsRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutLoggingOptionsCommandInput
11
12
  extends PutLoggingOptionsRequest {}
12
13
  export interface PutLoggingOptionsCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  StartDetectorModelAnalysisRequest,
10
10
  StartDetectorModelAnalysisResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartDetectorModelAnalysisCommandInput
14
15
  extends StartDetectorModelAnalysisRequest {}
15
16
  export interface StartDetectorModelAnalysisCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
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,
@@ -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
  UpdateAlarmModelRequest,
10
10
  UpdateAlarmModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAlarmModelCommandInput extends UpdateAlarmModelRequest {}
14
15
  export interface UpdateAlarmModelCommandOutput
15
16
  extends UpdateAlarmModelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDetectorModelRequest,
10
10
  UpdateDetectorModelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDetectorModelCommandInput
14
15
  extends UpdateDetectorModelRequest {}
15
16
  export interface UpdateDetectorModelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTEventsClient";
8
8
  import { UpdateInputRequest, UpdateInputResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateInputCommandInput extends UpdateInputRequest {}
11
12
  export interface UpdateInputCommandOutput
12
13
  extends UpdateInputResponse,
@@ -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 IoTEventsServiceException 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-iot-events",
3
3
  "description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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-iot-events",
@@ -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.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.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",