@aws-sdk/client-iotthingsgraph 3.590.0 → 3.596.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist-cjs/index.js +0 -35
  2. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +2 -1
  10. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -1
  14. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +2 -1
  15. package/dist-types/commands/GetEntitiesCommand.d.ts +2 -1
  16. package/dist-types/commands/GetFlowTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -1
  19. package/dist-types/commands/GetSystemInstanceCommand.d.ts +2 -1
  20. package/dist-types/commands/GetSystemTemplateCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetUploadStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/SearchEntitiesCommand.d.ts +2 -1
  26. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +2 -1
  27. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +2 -1
  28. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +2 -1
  29. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +2 -1
  30. package/dist-types/commands/SearchThingsCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +2 -1
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +2 -1
  36. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +2 -1
  37. package/dist-types/index.d.ts +2 -2
  38. package/dist-types/models/IoTThingsGraphServiceException.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +2 -1
  75. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -243,7 +243,6 @@ var IoTThingsGraphClient = _IoTThingsGraphClient;
243
243
 
244
244
  var import_middleware_serde = require("@smithy/middleware-serde");
245
245
 
246
- var import_types = require("@smithy/types");
247
246
 
248
247
  // src/protocols/Aws_json1_1.ts
249
248
  var import_core2 = require("@aws-sdk/core");
@@ -1527,7 +1526,6 @@ var AssociateEntityToThingCommand = _AssociateEntityToThingCommand;
1527
1526
 
1528
1527
 
1529
1528
 
1530
-
1531
1529
  var _CreateFlowTemplateCommand = class _CreateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1532
1530
  ...commonParams
1533
1531
  }).m(function(Command, cs, config, o) {
@@ -1544,7 +1542,6 @@ var CreateFlowTemplateCommand = _CreateFlowTemplateCommand;
1544
1542
 
1545
1543
 
1546
1544
 
1547
-
1548
1545
  var _CreateSystemInstanceCommand = class _CreateSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
1549
1546
  ...commonParams
1550
1547
  }).m(function(Command, cs, config, o) {
@@ -1561,7 +1558,6 @@ var CreateSystemInstanceCommand = _CreateSystemInstanceCommand;
1561
1558
 
1562
1559
 
1563
1560
 
1564
-
1565
1561
  var _CreateSystemTemplateCommand = class _CreateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1566
1562
  ...commonParams
1567
1563
  }).m(function(Command, cs, config, o) {
@@ -1578,7 +1574,6 @@ var CreateSystemTemplateCommand = _CreateSystemTemplateCommand;
1578
1574
 
1579
1575
 
1580
1576
 
1581
-
1582
1577
  var _DeleteFlowTemplateCommand = class _DeleteFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1583
1578
  ...commonParams
1584
1579
  }).m(function(Command, cs, config, o) {
@@ -1595,7 +1590,6 @@ var DeleteFlowTemplateCommand = _DeleteFlowTemplateCommand;
1595
1590
 
1596
1591
 
1597
1592
 
1598
-
1599
1593
  var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1600
1594
  ...commonParams
1601
1595
  }).m(function(Command, cs, config, o) {
@@ -1612,7 +1606,6 @@ var DeleteNamespaceCommand = _DeleteNamespaceCommand;
1612
1606
 
1613
1607
 
1614
1608
 
1615
-
1616
1609
  var _DeleteSystemInstanceCommand = class _DeleteSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
1617
1610
  ...commonParams
1618
1611
  }).m(function(Command, cs, config, o) {
@@ -1629,7 +1622,6 @@ var DeleteSystemInstanceCommand = _DeleteSystemInstanceCommand;
1629
1622
 
1630
1623
 
1631
1624
 
1632
-
1633
1625
  var _DeleteSystemTemplateCommand = class _DeleteSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1634
1626
  ...commonParams
1635
1627
  }).m(function(Command, cs, config, o) {
@@ -1646,7 +1638,6 @@ var DeleteSystemTemplateCommand = _DeleteSystemTemplateCommand;
1646
1638
 
1647
1639
 
1648
1640
 
1649
-
1650
1641
  var _DeploySystemInstanceCommand = class _DeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
1651
1642
  ...commonParams
1652
1643
  }).m(function(Command, cs, config, o) {
@@ -1663,7 +1654,6 @@ var DeploySystemInstanceCommand = _DeploySystemInstanceCommand;
1663
1654
 
1664
1655
 
1665
1656
 
1666
-
1667
1657
  var _DeprecateFlowTemplateCommand = class _DeprecateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1668
1658
  ...commonParams
1669
1659
  }).m(function(Command, cs, config, o) {
@@ -1680,7 +1670,6 @@ var DeprecateFlowTemplateCommand = _DeprecateFlowTemplateCommand;
1680
1670
 
1681
1671
 
1682
1672
 
1683
-
1684
1673
  var _DeprecateSystemTemplateCommand = class _DeprecateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1685
1674
  ...commonParams
1686
1675
  }).m(function(Command, cs, config, o) {
@@ -1697,7 +1686,6 @@ var DeprecateSystemTemplateCommand = _DeprecateSystemTemplateCommand;
1697
1686
 
1698
1687
 
1699
1688
 
1700
-
1701
1689
  var _DescribeNamespaceCommand = class _DescribeNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
1702
1690
  ...commonParams
1703
1691
  }).m(function(Command, cs, config, o) {
@@ -1714,7 +1702,6 @@ var DescribeNamespaceCommand = _DescribeNamespaceCommand;
1714
1702
 
1715
1703
 
1716
1704
 
1717
-
1718
1705
  var _DissociateEntityFromThingCommand = class _DissociateEntityFromThingCommand extends import_smithy_client.Command.classBuilder().ep({
1719
1706
  ...commonParams
1720
1707
  }).m(function(Command, cs, config, o) {
@@ -1731,7 +1718,6 @@ var DissociateEntityFromThingCommand = _DissociateEntityFromThingCommand;
1731
1718
 
1732
1719
 
1733
1720
 
1734
-
1735
1721
  var _GetEntitiesCommand = class _GetEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1736
1722
  ...commonParams
1737
1723
  }).m(function(Command, cs, config, o) {
@@ -1748,7 +1734,6 @@ var GetEntitiesCommand = _GetEntitiesCommand;
1748
1734
 
1749
1735
 
1750
1736
 
1751
-
1752
1737
  var _GetFlowTemplateCommand = class _GetFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1753
1738
  ...commonParams
1754
1739
  }).m(function(Command, cs, config, o) {
@@ -1765,7 +1750,6 @@ var GetFlowTemplateCommand = _GetFlowTemplateCommand;
1765
1750
 
1766
1751
 
1767
1752
 
1768
-
1769
1753
  var _GetFlowTemplateRevisionsCommand = class _GetFlowTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
1770
1754
  ...commonParams
1771
1755
  }).m(function(Command, cs, config, o) {
@@ -1782,7 +1766,6 @@ var GetFlowTemplateRevisionsCommand = _GetFlowTemplateRevisionsCommand;
1782
1766
 
1783
1767
 
1784
1768
 
1785
-
1786
1769
  var _GetNamespaceDeletionStatusCommand = class _GetNamespaceDeletionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1787
1770
  ...commonParams
1788
1771
  }).m(function(Command, cs, config, o) {
@@ -1799,7 +1782,6 @@ var GetNamespaceDeletionStatusCommand = _GetNamespaceDeletionStatusCommand;
1799
1782
 
1800
1783
 
1801
1784
 
1802
-
1803
1785
  var _GetSystemInstanceCommand = class _GetSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
1804
1786
  ...commonParams
1805
1787
  }).m(function(Command, cs, config, o) {
@@ -1816,7 +1798,6 @@ var GetSystemInstanceCommand = _GetSystemInstanceCommand;
1816
1798
 
1817
1799
 
1818
1800
 
1819
-
1820
1801
  var _GetSystemTemplateCommand = class _GetSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
1821
1802
  ...commonParams
1822
1803
  }).m(function(Command, cs, config, o) {
@@ -1833,7 +1814,6 @@ var GetSystemTemplateCommand = _GetSystemTemplateCommand;
1833
1814
 
1834
1815
 
1835
1816
 
1836
-
1837
1817
  var _GetSystemTemplateRevisionsCommand = class _GetSystemTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
1838
1818
  ...commonParams
1839
1819
  }).m(function(Command, cs, config, o) {
@@ -1850,7 +1830,6 @@ var GetSystemTemplateRevisionsCommand = _GetSystemTemplateRevisionsCommand;
1850
1830
 
1851
1831
 
1852
1832
 
1853
-
1854
1833
  var _GetUploadStatusCommand = class _GetUploadStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1855
1834
  ...commonParams
1856
1835
  }).m(function(Command, cs, config, o) {
@@ -1867,7 +1846,6 @@ var GetUploadStatusCommand = _GetUploadStatusCommand;
1867
1846
 
1868
1847
 
1869
1848
 
1870
-
1871
1849
  var _ListFlowExecutionMessagesCommand = class _ListFlowExecutionMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
1872
1850
  ...commonParams
1873
1851
  }).m(function(Command, cs, config, o) {
@@ -1884,7 +1862,6 @@ var ListFlowExecutionMessagesCommand = _ListFlowExecutionMessagesCommand;
1884
1862
 
1885
1863
 
1886
1864
 
1887
-
1888
1865
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1889
1866
  ...commonParams
1890
1867
  }).m(function(Command, cs, config, o) {
@@ -1901,7 +1878,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1901
1878
 
1902
1879
 
1903
1880
 
1904
-
1905
1881
  var _SearchEntitiesCommand = class _SearchEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1906
1882
  ...commonParams
1907
1883
  }).m(function(Command, cs, config, o) {
@@ -1918,7 +1894,6 @@ var SearchEntitiesCommand = _SearchEntitiesCommand;
1918
1894
 
1919
1895
 
1920
1896
 
1921
-
1922
1897
  var _SearchFlowExecutionsCommand = class _SearchFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
1923
1898
  ...commonParams
1924
1899
  }).m(function(Command, cs, config, o) {
@@ -1935,7 +1910,6 @@ var SearchFlowExecutionsCommand = _SearchFlowExecutionsCommand;
1935
1910
 
1936
1911
 
1937
1912
 
1938
-
1939
1913
  var _SearchFlowTemplatesCommand = class _SearchFlowTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
1940
1914
  ...commonParams
1941
1915
  }).m(function(Command, cs, config, o) {
@@ -1952,7 +1926,6 @@ var SearchFlowTemplatesCommand = _SearchFlowTemplatesCommand;
1952
1926
 
1953
1927
 
1954
1928
 
1955
-
1956
1929
  var _SearchSystemInstancesCommand = class _SearchSystemInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
1957
1930
  ...commonParams
1958
1931
  }).m(function(Command, cs, config, o) {
@@ -1969,7 +1942,6 @@ var SearchSystemInstancesCommand = _SearchSystemInstancesCommand;
1969
1942
 
1970
1943
 
1971
1944
 
1972
-
1973
1945
  var _SearchSystemTemplatesCommand = class _SearchSystemTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
1974
1946
  ...commonParams
1975
1947
  }).m(function(Command, cs, config, o) {
@@ -1986,7 +1958,6 @@ var SearchSystemTemplatesCommand = _SearchSystemTemplatesCommand;
1986
1958
 
1987
1959
 
1988
1960
 
1989
-
1990
1961
  var _SearchThingsCommand = class _SearchThingsCommand extends import_smithy_client.Command.classBuilder().ep({
1991
1962
  ...commonParams
1992
1963
  }).m(function(Command, cs, config, o) {
@@ -2003,7 +1974,6 @@ var SearchThingsCommand = _SearchThingsCommand;
2003
1974
 
2004
1975
 
2005
1976
 
2006
-
2007
1977
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2008
1978
  ...commonParams
2009
1979
  }).m(function(Command, cs, config, o) {
@@ -2020,7 +1990,6 @@ var TagResourceCommand = _TagResourceCommand;
2020
1990
 
2021
1991
 
2022
1992
 
2023
-
2024
1993
  var _UndeploySystemInstanceCommand = class _UndeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
2025
1994
  ...commonParams
2026
1995
  }).m(function(Command, cs, config, o) {
@@ -2037,7 +2006,6 @@ var UndeploySystemInstanceCommand = _UndeploySystemInstanceCommand;
2037
2006
 
2038
2007
 
2039
2008
 
2040
-
2041
2009
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2042
2010
  ...commonParams
2043
2011
  }).m(function(Command, cs, config, o) {
@@ -2054,7 +2022,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2054
2022
 
2055
2023
 
2056
2024
 
2057
-
2058
2025
  var _UpdateFlowTemplateCommand = class _UpdateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2059
2026
  ...commonParams
2060
2027
  }).m(function(Command, cs, config, o) {
@@ -2071,7 +2038,6 @@ var UpdateFlowTemplateCommand = _UpdateFlowTemplateCommand;
2071
2038
 
2072
2039
 
2073
2040
 
2074
-
2075
2041
  var _UpdateSystemTemplateCommand = class _UpdateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2076
2042
  ...commonParams
2077
2043
  }).m(function(Command, cs, config, o) {
@@ -2088,7 +2054,6 @@ var UpdateSystemTemplateCommand = _UpdateSystemTemplateCommand;
2088
2054
 
2089
2055
 
2090
2056
 
2091
-
2092
2057
  var _UploadEntityDefinitionsCommand = class _UploadEntityDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
2093
2058
  ...commonParams
2094
2059
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } 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 { CreateFlowTemplateRequest, CreateFlowTemplateResponse } 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 { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../mo
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 { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../mo
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 { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } 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 { DeleteNamespaceRequest, DeleteNamespaceResponse } 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 { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../mo
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 { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../mo
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 { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../mo
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 { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } 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 { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } 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 { DescribeNamespaceRequest, DescribeNamespaceResponse } 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 { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } 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 { GetEntitiesRequest, GetEntitiesResponse } 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 { GetFlowTemplateRequest, GetFlowTemplateResponse } 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 { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse }
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 { GetSystemInstanceRequest, GetSystemInstanceResponse } 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 { GetSystemTemplateRequest, GetSystemTemplateResponse } 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 { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse }
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 { GetUploadStatusRequest, GetUploadStatusResponse } 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 { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } 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 { 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 { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../mo
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 { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } 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 { SearchSystemInstancesRequest, SearchSystemInstancesResponse } 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 { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } 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 { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } 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 { 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 { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } 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 { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../mo
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 { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } 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
  *
@@ -11,8 +11,8 @@
11
11
  export * from "./IoTThingsGraphClient";
12
12
  export * from "./IoTThingsGraph";
13
13
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
- export { RuntimeExtension } from "./runtimeExtensions";
15
- export { IoTThingsGraphExtensionConfiguration } from "./extensionConfiguration";
14
+ export type { RuntimeExtension } from "./runtimeExtensions";
15
+ export type { IoTThingsGraphExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  AssociateEntityToThingRequest,
10
10
  AssociateEntityToThingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateEntityToThingCommandInput
14
15
  extends AssociateEntityToThingRequest {}
15
16
  export interface AssociateEntityToThingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateFlowTemplateRequest,
10
10
  CreateFlowTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFlowTemplateCommandInput
14
15
  extends CreateFlowTemplateRequest {}
15
16
  export interface CreateFlowTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateSystemInstanceRequest,
10
10
  CreateSystemInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSystemInstanceCommandInput
14
15
  extends CreateSystemInstanceRequest {}
15
16
  export interface CreateSystemInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateSystemTemplateRequest,
10
10
  CreateSystemTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSystemTemplateCommandInput
14
15
  extends CreateSystemTemplateRequest {}
15
16
  export interface CreateSystemTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteFlowTemplateRequest,
10
10
  DeleteFlowTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFlowTemplateCommandInput
14
15
  extends DeleteFlowTemplateRequest {}
15
16
  export interface DeleteFlowTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteNamespaceRequest,
10
10
  DeleteNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
14
15
  export interface DeleteNamespaceCommandOutput
15
16
  extends DeleteNamespaceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSystemInstanceRequest,
10
10
  DeleteSystemInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSystemInstanceCommandInput
14
15
  extends DeleteSystemInstanceRequest {}
15
16
  export interface DeleteSystemInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSystemTemplateRequest,
10
10
  DeleteSystemTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSystemTemplateCommandInput
14
15
  extends DeleteSystemTemplateRequest {}
15
16
  export interface DeleteSystemTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeploySystemInstanceRequest,
10
10
  DeploySystemInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeploySystemInstanceCommandInput
14
15
  extends DeploySystemInstanceRequest {}
15
16
  export interface DeploySystemInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeprecateFlowTemplateRequest,
10
10
  DeprecateFlowTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeprecateFlowTemplateCommandInput
14
15
  extends DeprecateFlowTemplateRequest {}
15
16
  export interface DeprecateFlowTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeprecateSystemTemplateRequest,
10
10
  DeprecateSystemTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeprecateSystemTemplateCommandInput
14
15
  extends DeprecateSystemTemplateRequest {}
15
16
  export interface DeprecateSystemTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeNamespaceRequest,
10
10
  DescribeNamespaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeNamespaceCommandInput
14
15
  extends DescribeNamespaceRequest {}
15
16
  export interface DescribeNamespaceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DissociateEntityFromThingRequest,
10
10
  DissociateEntityFromThingResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DissociateEntityFromThingCommandInput
14
15
  extends DissociateEntityFromThingRequest {}
15
16
  export interface DissociateEntityFromThingCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTThingsGraphClient";
8
8
  import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
11
12
  export interface GetEntitiesCommandOutput
12
13
  extends GetEntitiesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetFlowTemplateRequest,
10
10
  GetFlowTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
14
15
  export interface GetFlowTemplateCommandOutput
15
16
  extends GetFlowTemplateResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetFlowTemplateRevisionsRequest,
10
10
  GetFlowTemplateRevisionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetFlowTemplateRevisionsCommandInput
14
15
  extends GetFlowTemplateRevisionsRequest {}
15
16
  export interface GetFlowTemplateRevisionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetNamespaceDeletionStatusRequest,
10
10
  GetNamespaceDeletionStatusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetNamespaceDeletionStatusCommandInput
14
15
  extends GetNamespaceDeletionStatusRequest {}
15
16
  export interface GetNamespaceDeletionStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetSystemInstanceRequest,
10
10
  GetSystemInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSystemInstanceCommandInput
14
15
  extends GetSystemInstanceRequest {}
15
16
  export interface GetSystemInstanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetSystemTemplateRequest,
10
10
  GetSystemTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSystemTemplateCommandInput
14
15
  extends GetSystemTemplateRequest {}
15
16
  export interface GetSystemTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetSystemTemplateRevisionsRequest,
10
10
  GetSystemTemplateRevisionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSystemTemplateRevisionsCommandInput
14
15
  extends GetSystemTemplateRevisionsRequest {}
15
16
  export interface GetSystemTemplateRevisionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetUploadStatusRequest,
10
10
  GetUploadStatusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {}
14
15
  export interface GetUploadStatusCommandOutput
15
16
  extends GetUploadStatusResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListFlowExecutionMessagesRequest,
10
10
  ListFlowExecutionMessagesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListFlowExecutionMessagesCommandInput
14
15
  extends ListFlowExecutionMessagesRequest {}
15
16
  export interface ListFlowExecutionMessagesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchEntitiesRequest,
10
10
  SearchEntitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {}
14
15
  export interface SearchEntitiesCommandOutput
15
16
  extends SearchEntitiesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  SearchFlowExecutionsRequest,
10
10
  SearchFlowExecutionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchFlowExecutionsCommandInput
14
15
  extends SearchFlowExecutionsRequest {}
15
16
  export interface SearchFlowExecutionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchFlowTemplatesRequest,
10
10
  SearchFlowTemplatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchFlowTemplatesCommandInput
14
15
  extends SearchFlowTemplatesRequest {}
15
16
  export interface SearchFlowTemplatesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchSystemInstancesRequest,
10
10
  SearchSystemInstancesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchSystemInstancesCommandInput
14
15
  extends SearchSystemInstancesRequest {}
15
16
  export interface SearchSystemInstancesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  SearchSystemTemplatesRequest,
10
10
  SearchSystemTemplatesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchSystemTemplatesCommandInput
14
15
  extends SearchSystemTemplatesRequest {}
15
16
  export interface SearchSystemTemplatesCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTThingsGraphClient";
8
8
  import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SearchThingsCommandInput extends SearchThingsRequest {}
11
12
  export interface SearchThingsCommandOutput
12
13
  extends SearchThingsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IoTThingsGraphClient";
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
  UndeploySystemInstanceRequest,
10
10
  UndeploySystemInstanceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UndeploySystemInstanceCommandInput
14
15
  extends UndeploySystemInstanceRequest {}
15
16
  export interface UndeploySystemInstanceCommandOutput
@@ -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
  UpdateFlowTemplateRequest,
10
10
  UpdateFlowTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFlowTemplateCommandInput
14
15
  extends UpdateFlowTemplateRequest {}
15
16
  export interface UpdateFlowTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateSystemTemplateRequest,
10
10
  UpdateSystemTemplateResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSystemTemplateCommandInput
14
15
  extends UpdateSystemTemplateRequest {}
15
16
  export interface UpdateSystemTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UploadEntityDefinitionsRequest,
10
10
  UploadEntityDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UploadEntityDefinitionsCommandInput
14
15
  extends UploadEntityDefinitionsRequest {}
15
16
  export interface UploadEntityDefinitionsCommandOutput
@@ -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 IoTThingsGraphServiceException 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-iotthingsgraph",
3
3
  "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iotthingsgraph",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",