@aws-sdk/client-schemas 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 (67) hide show
  1. package/dist-cjs/index.js +0 -31
  2. package/dist-types/commands/CreateDiscovererCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateRegistryCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateSchemaCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteDiscovererCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteRegistryCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeDiscovererCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeRegistryCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -1
  14. package/dist-types/commands/ExportSchemaCommand.d.ts +2 -1
  15. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +2 -1
  16. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +2 -1
  17. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/ListDiscoverersCommand.d.ts +2 -1
  19. package/dist-types/commands/ListRegistriesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListSchemasCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/PutCodeBindingCommand.d.ts +2 -1
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/SearchSchemasCommand.d.ts +2 -1
  26. package/dist-types/commands/StartDiscovererCommand.d.ts +2 -1
  27. package/dist-types/commands/StopDiscovererCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDiscovererCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateRegistryCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +2 -2
  34. package/dist-types/models/SchemasServiceException.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/models/SchemasServiceException.d.ts +2 -1
  67. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -229,7 +229,6 @@ var SchemasClient = _SchemasClient;
229
229
 
230
230
  var import_middleware_serde = require("@smithy/middleware-serde");
231
231
 
232
- var import_types = require("@smithy/types");
233
232
 
234
233
  // src/protocols/Aws_restJson1.ts
235
234
  var import_core2 = require("@aws-sdk/core");
@@ -1653,7 +1652,6 @@ var CreateDiscovererCommand = _CreateDiscovererCommand;
1653
1652
 
1654
1653
 
1655
1654
 
1656
-
1657
1655
  var _CreateRegistryCommand = class _CreateRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
1658
1656
  ...commonParams
1659
1657
  }).m(function(Command, cs, config, o) {
@@ -1670,7 +1668,6 @@ var CreateRegistryCommand = _CreateRegistryCommand;
1670
1668
 
1671
1669
 
1672
1670
 
1673
-
1674
1671
  var _CreateSchemaCommand = class _CreateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1675
1672
  ...commonParams
1676
1673
  }).m(function(Command, cs, config, o) {
@@ -1687,7 +1684,6 @@ var CreateSchemaCommand = _CreateSchemaCommand;
1687
1684
 
1688
1685
 
1689
1686
 
1690
-
1691
1687
  var _DeleteDiscovererCommand = class _DeleteDiscovererCommand extends import_smithy_client.Command.classBuilder().ep({
1692
1688
  ...commonParams
1693
1689
  }).m(function(Command, cs, config, o) {
@@ -1704,7 +1700,6 @@ var DeleteDiscovererCommand = _DeleteDiscovererCommand;
1704
1700
 
1705
1701
 
1706
1702
 
1707
-
1708
1703
  var _DeleteRegistryCommand = class _DeleteRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
1709
1704
  ...commonParams
1710
1705
  }).m(function(Command, cs, config, o) {
@@ -1721,7 +1716,6 @@ var DeleteRegistryCommand = _DeleteRegistryCommand;
1721
1716
 
1722
1717
 
1723
1718
 
1724
-
1725
1719
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1726
1720
  ...commonParams
1727
1721
  }).m(function(Command, cs, config, o) {
@@ -1738,7 +1732,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
1738
1732
 
1739
1733
 
1740
1734
 
1741
-
1742
1735
  var _DeleteSchemaCommand = class _DeleteSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1743
1736
  ...commonParams
1744
1737
  }).m(function(Command, cs, config, o) {
@@ -1755,7 +1748,6 @@ var DeleteSchemaCommand = _DeleteSchemaCommand;
1755
1748
 
1756
1749
 
1757
1750
 
1758
-
1759
1751
  var _DeleteSchemaVersionCommand = class _DeleteSchemaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
1760
1752
  ...commonParams
1761
1753
  }).m(function(Command, cs, config, o) {
@@ -1772,7 +1764,6 @@ var DeleteSchemaVersionCommand = _DeleteSchemaVersionCommand;
1772
1764
 
1773
1765
 
1774
1766
 
1775
-
1776
1767
  var _DescribeCodeBindingCommand = class _DescribeCodeBindingCommand extends import_smithy_client.Command.classBuilder().ep({
1777
1768
  ...commonParams
1778
1769
  }).m(function(Command, cs, config, o) {
@@ -1789,7 +1780,6 @@ var DescribeCodeBindingCommand = _DescribeCodeBindingCommand;
1789
1780
 
1790
1781
 
1791
1782
 
1792
-
1793
1783
  var _DescribeDiscovererCommand = class _DescribeDiscovererCommand extends import_smithy_client.Command.classBuilder().ep({
1794
1784
  ...commonParams
1795
1785
  }).m(function(Command, cs, config, o) {
@@ -1806,7 +1796,6 @@ var DescribeDiscovererCommand = _DescribeDiscovererCommand;
1806
1796
 
1807
1797
 
1808
1798
 
1809
-
1810
1799
  var _DescribeRegistryCommand = class _DescribeRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
1811
1800
  ...commonParams
1812
1801
  }).m(function(Command, cs, config, o) {
@@ -1823,7 +1812,6 @@ var DescribeRegistryCommand = _DescribeRegistryCommand;
1823
1812
 
1824
1813
 
1825
1814
 
1826
-
1827
1815
  var _DescribeSchemaCommand = class _DescribeSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1828
1816
  ...commonParams
1829
1817
  }).m(function(Command, cs, config, o) {
@@ -1840,7 +1828,6 @@ var DescribeSchemaCommand = _DescribeSchemaCommand;
1840
1828
 
1841
1829
 
1842
1830
 
1843
-
1844
1831
  var _ExportSchemaCommand = class _ExportSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1845
1832
  ...commonParams
1846
1833
  }).m(function(Command, cs, config, o) {
@@ -1857,7 +1844,6 @@ var ExportSchemaCommand = _ExportSchemaCommand;
1857
1844
 
1858
1845
 
1859
1846
 
1860
-
1861
1847
  var _GetCodeBindingSourceCommand = class _GetCodeBindingSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1862
1848
  ...commonParams
1863
1849
  }).m(function(Command, cs, config, o) {
@@ -1874,7 +1860,6 @@ var GetCodeBindingSourceCommand = _GetCodeBindingSourceCommand;
1874
1860
 
1875
1861
 
1876
1862
 
1877
-
1878
1863
  var _GetDiscoveredSchemaCommand = class _GetDiscoveredSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
1879
1864
  ...commonParams
1880
1865
  }).m(function(Command, cs, config, o) {
@@ -1891,7 +1876,6 @@ var GetDiscoveredSchemaCommand = _GetDiscoveredSchemaCommand;
1891
1876
 
1892
1877
 
1893
1878
 
1894
-
1895
1879
  var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1896
1880
  ...commonParams
1897
1881
  }).m(function(Command, cs, config, o) {
@@ -1908,7 +1892,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
1908
1892
 
1909
1893
 
1910
1894
 
1911
-
1912
1895
  var _ListDiscoverersCommand = class _ListDiscoverersCommand extends import_smithy_client.Command.classBuilder().ep({
1913
1896
  ...commonParams
1914
1897
  }).m(function(Command, cs, config, o) {
@@ -1925,7 +1908,6 @@ var ListDiscoverersCommand = _ListDiscoverersCommand;
1925
1908
 
1926
1909
 
1927
1910
 
1928
-
1929
1911
  var _ListRegistriesCommand = class _ListRegistriesCommand extends import_smithy_client.Command.classBuilder().ep({
1930
1912
  ...commonParams
1931
1913
  }).m(function(Command, cs, config, o) {
@@ -1942,7 +1924,6 @@ var ListRegistriesCommand = _ListRegistriesCommand;
1942
1924
 
1943
1925
 
1944
1926
 
1945
-
1946
1927
  var _ListSchemasCommand = class _ListSchemasCommand extends import_smithy_client.Command.classBuilder().ep({
1947
1928
  ...commonParams
1948
1929
  }).m(function(Command, cs, config, o) {
@@ -1959,7 +1940,6 @@ var ListSchemasCommand = _ListSchemasCommand;
1959
1940
 
1960
1941
 
1961
1942
 
1962
-
1963
1943
  var _ListSchemaVersionsCommand = class _ListSchemaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1964
1944
  ...commonParams
1965
1945
  }).m(function(Command, cs, config, o) {
@@ -1976,7 +1956,6 @@ var ListSchemaVersionsCommand = _ListSchemaVersionsCommand;
1976
1956
 
1977
1957
 
1978
1958
 
1979
-
1980
1959
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1981
1960
  ...commonParams
1982
1961
  }).m(function(Command, cs, config, o) {
@@ -1993,7 +1972,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1993
1972
 
1994
1973
 
1995
1974
 
1996
-
1997
1975
  var _PutCodeBindingCommand = class _PutCodeBindingCommand extends import_smithy_client.Command.classBuilder().ep({
1998
1976
  ...commonParams
1999
1977
  }).m(function(Command, cs, config, o) {
@@ -2010,7 +1988,6 @@ var PutCodeBindingCommand = _PutCodeBindingCommand;
2010
1988
 
2011
1989
 
2012
1990
 
2013
-
2014
1991
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2015
1992
  ...commonParams
2016
1993
  }).m(function(Command, cs, config, o) {
@@ -2027,7 +2004,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2027
2004
 
2028
2005
 
2029
2006
 
2030
-
2031
2007
  var _SearchSchemasCommand = class _SearchSchemasCommand extends import_smithy_client.Command.classBuilder().ep({
2032
2008
  ...commonParams
2033
2009
  }).m(function(Command, cs, config, o) {
@@ -2044,7 +2020,6 @@ var SearchSchemasCommand = _SearchSchemasCommand;
2044
2020
 
2045
2021
 
2046
2022
 
2047
-
2048
2023
  var _StartDiscovererCommand = class _StartDiscovererCommand extends import_smithy_client.Command.classBuilder().ep({
2049
2024
  ...commonParams
2050
2025
  }).m(function(Command, cs, config, o) {
@@ -2061,7 +2036,6 @@ var StartDiscovererCommand = _StartDiscovererCommand;
2061
2036
 
2062
2037
 
2063
2038
 
2064
-
2065
2039
  var _StopDiscovererCommand = class _StopDiscovererCommand extends import_smithy_client.Command.classBuilder().ep({
2066
2040
  ...commonParams
2067
2041
  }).m(function(Command, cs, config, o) {
@@ -2078,7 +2052,6 @@ var StopDiscovererCommand = _StopDiscovererCommand;
2078
2052
 
2079
2053
 
2080
2054
 
2081
-
2082
2055
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2083
2056
  ...commonParams
2084
2057
  }).m(function(Command, cs, config, o) {
@@ -2095,7 +2068,6 @@ var TagResourceCommand = _TagResourceCommand;
2095
2068
 
2096
2069
 
2097
2070
 
2098
-
2099
2071
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2100
2072
  ...commonParams
2101
2073
  }).m(function(Command, cs, config, o) {
@@ -2112,7 +2084,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2112
2084
 
2113
2085
 
2114
2086
 
2115
-
2116
2087
  var _UpdateDiscovererCommand = class _UpdateDiscovererCommand extends import_smithy_client.Command.classBuilder().ep({
2117
2088
  ...commonParams
2118
2089
  }).m(function(Command, cs, config, o) {
@@ -2129,7 +2100,6 @@ var UpdateDiscovererCommand = _UpdateDiscovererCommand;
2129
2100
 
2130
2101
 
2131
2102
 
2132
-
2133
2103
  var _UpdateRegistryCommand = class _UpdateRegistryCommand extends import_smithy_client.Command.classBuilder().ep({
2134
2104
  ...commonParams
2135
2105
  }).m(function(Command, cs, config, o) {
@@ -2146,7 +2116,6 @@ var UpdateRegistryCommand = _UpdateRegistryCommand;
2146
2116
 
2147
2117
 
2148
2118
 
2149
-
2150
2119
  var _UpdateSchemaCommand = class _UpdateSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
2151
2120
  ...commonParams
2152
2121
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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
  *
@@ -6,7 +6,8 @@ import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
6
6
  /**
7
7
  * @public
8
8
  */
9
- export { __MetadataBearer, $Command };
9
+ export type { __MetadataBearer };
10
+ export { $Command };
10
11
  /**
11
12
  * @public
12
13
  *
@@ -5,7 +5,8 @@ import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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 { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr
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
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./SchemasClient";
7
7
  export * from "./Schemas";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { SchemasExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { SchemasExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./waiters";
@@ -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
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {}
14
15
  export interface CreateDiscovererCommandOutput
15
16
  extends CreateDiscovererResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRegistryCommandInput extends CreateRegistryRequest {}
14
15
  export interface CreateRegistryCommandOutput
15
16
  extends CreateRegistryResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
11
12
  export interface CreateSchemaCommandOutput
12
13
  extends CreateSchemaResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {}
11
12
  export interface DeleteDiscovererCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteDiscovererCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {}
11
12
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteRegistryCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteResourcePolicyCommandInput
11
12
  extends DeleteResourcePolicyRequest {}
12
13
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
11
12
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteSchemaCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteSchemaVersionCommandInput
11
12
  extends DeleteSchemaVersionRequest {}
12
13
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeCodeBindingCommandInput
14
15
  extends DescribeCodeBindingRequest {}
15
16
  export interface DescribeCodeBindingCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDiscovererCommandInput
14
15
  extends DescribeDiscovererRequest {}
15
16
  export interface DescribeDiscovererCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
14
15
  export interface DescribeRegistryCommandOutput
15
16
  extends DescribeRegistryResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
14
15
  export interface DescribeSchemaCommandOutput
15
16
  extends DescribeSchemaResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ExportSchemaCommandInput extends ExportSchemaRequest {}
11
12
  export interface ExportSchemaCommandOutput
12
13
  extends ExportSchemaResponse,
@@ -10,7 +10,8 @@ import {
10
10
  ServiceInputTypes,
11
11
  ServiceOutputTypes,
12
12
  } from "../SchemasClient";
13
- export { __MetadataBearer, $Command };
13
+ export { __MetadataBearer };
14
+ export { $Command };
14
15
  export interface GetCodeBindingSourceCommandInput
15
16
  extends GetCodeBindingSourceRequest {}
16
17
  export type GetCodeBindingSourceCommandOutputType = Pick<
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDiscoveredSchemaCommandInput
14
15
  extends GetDiscoveredSchemaRequest {}
15
16
  export interface GetDiscoveredSchemaCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetResourcePolicyCommandInput
14
15
  extends GetResourcePolicyRequest {}
15
16
  export interface GetResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {}
14
15
  export interface ListDiscoverersCommandOutput
15
16
  extends ListDiscoverersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
14
15
  export interface ListRegistriesCommandOutput
15
16
  extends ListRegistriesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSchemaVersionsCommandInput
14
15
  extends ListSchemaVersionsRequest {}
15
16
  export interface ListSchemaVersionsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListSchemasCommandInput extends ListSchemasRequest {}
11
12
  export interface ListSchemasCommandOutput
12
13
  extends ListSchemasResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
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
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {}
14
15
  export interface PutCodeBindingCommandOutput
15
16
  extends PutCodeBindingResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePolicyCommandInput
14
15
  extends PutResourcePolicyRequest {}
15
16
  export interface PutResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SearchSchemasCommandInput extends SearchSchemasRequest {}
14
15
  export interface SearchSchemasCommandOutput
15
16
  extends SearchSchemasResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartDiscovererCommandInput extends StartDiscovererRequest {}
14
15
  export interface StartDiscovererCommandOutput
15
16
  extends StartDiscovererResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopDiscovererCommandInput extends StopDiscovererRequest {}
14
15
  export interface StopDiscovererCommandOutput
15
16
  extends StopDiscovererResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const TagResourceCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
11
12
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const UntagResourceCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDiscovererCommandInput extends UpdateDiscovererRequest {}
14
15
  export interface UpdateDiscovererCommandOutput
15
16
  extends UpdateDiscovererResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../SchemasClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateRegistryCommandInput extends UpdateRegistryRequest {}
14
15
  export interface UpdateRegistryCommandOutput
15
16
  extends UpdateRegistryResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../SchemasClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {}
11
12
  export interface UpdateSchemaCommandOutput
12
13
  extends UpdateSchemaResponse,
@@ -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 SchemasServiceException 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-schemas",
3
3
  "description": "AWS SDK for JavaScript Schemas 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-schemas",
@@ -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",