@aws-sdk/client-neptune-graph 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 (61) hide show
  1. package/dist-cjs/index.js +0 -28
  2. package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
  3. package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  12. package/dist-types/commands/GetGraphCommand.d.ts +2 -1
  13. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +2 -1
  14. package/dist-types/commands/GetGraphSummaryCommand.d.ts +2 -1
  15. package/dist-types/commands/GetImportTaskCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
  17. package/dist-types/commands/GetQueryCommand.d.ts +2 -1
  18. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListImportTasksCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ResetGraphCommand.d.ts +2 -1
  25. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
  26. package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateGraphCommand.d.ts +2 -1
  30. package/dist-types/index.d.ts +2 -2
  31. package/dist-types/models/NeptuneGraphServiceException.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/models/NeptuneGraphServiceException.d.ts +2 -1
  61. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -250,7 +250,6 @@ var NeptuneGraphClient = _NeptuneGraphClient;
250
250
 
251
251
  var import_middleware_serde = require("@smithy/middleware-serde");
252
252
 
253
- var import_types = require("@smithy/types");
254
253
 
255
254
  // src/protocols/Aws_restJson1.ts
256
255
  var import_core2 = require("@aws-sdk/core");
@@ -1726,7 +1725,6 @@ var CancelImportTaskCommand = _CancelImportTaskCommand;
1726
1725
 
1727
1726
 
1728
1727
 
1729
-
1730
1728
  var _CancelQueryCommand = class _CancelQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1731
1729
  ...commonParams,
1732
1730
  ApiType: { type: "staticContextParams", value: `DataPlane` }
@@ -1744,7 +1742,6 @@ var CancelQueryCommand = _CancelQueryCommand;
1744
1742
 
1745
1743
 
1746
1744
 
1747
-
1748
1745
  var _CreateGraphCommand = class _CreateGraphCommand extends import_smithy_client.Command.classBuilder().ep({
1749
1746
  ...commonParams,
1750
1747
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1762,7 +1759,6 @@ var CreateGraphCommand = _CreateGraphCommand;
1762
1759
 
1763
1760
 
1764
1761
 
1765
-
1766
1762
  var _CreateGraphSnapshotCommand = class _CreateGraphSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1767
1763
  ...commonParams,
1768
1764
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1780,7 +1776,6 @@ var CreateGraphSnapshotCommand = _CreateGraphSnapshotCommand;
1780
1776
 
1781
1777
 
1782
1778
 
1783
-
1784
1779
  var _CreateGraphUsingImportTaskCommand = class _CreateGraphUsingImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1785
1780
  ...commonParams,
1786
1781
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1798,7 +1793,6 @@ var CreateGraphUsingImportTaskCommand = _CreateGraphUsingImportTaskCommand;
1798
1793
 
1799
1794
 
1800
1795
 
1801
-
1802
1796
  var _CreatePrivateGraphEndpointCommand = class _CreatePrivateGraphEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1803
1797
  ...commonParams,
1804
1798
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1816,7 +1810,6 @@ var CreatePrivateGraphEndpointCommand = _CreatePrivateGraphEndpointCommand;
1816
1810
 
1817
1811
 
1818
1812
 
1819
-
1820
1813
  var _DeleteGraphCommand = class _DeleteGraphCommand extends import_smithy_client.Command.classBuilder().ep({
1821
1814
  ...commonParams,
1822
1815
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1834,7 +1827,6 @@ var DeleteGraphCommand = _DeleteGraphCommand;
1834
1827
 
1835
1828
 
1836
1829
 
1837
-
1838
1830
  var _DeleteGraphSnapshotCommand = class _DeleteGraphSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1839
1831
  ...commonParams,
1840
1832
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1852,7 +1844,6 @@ var DeleteGraphSnapshotCommand = _DeleteGraphSnapshotCommand;
1852
1844
 
1853
1845
 
1854
1846
 
1855
-
1856
1847
  var _DeletePrivateGraphEndpointCommand = class _DeletePrivateGraphEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1857
1848
  ...commonParams,
1858
1849
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1870,7 +1861,6 @@ var DeletePrivateGraphEndpointCommand = _DeletePrivateGraphEndpointCommand;
1870
1861
 
1871
1862
 
1872
1863
 
1873
-
1874
1864
  var _ExecuteQueryCommand = class _ExecuteQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1875
1865
  ...commonParams,
1876
1866
  ApiType: { type: "staticContextParams", value: `DataPlane` }
@@ -1888,7 +1878,6 @@ var ExecuteQueryCommand = _ExecuteQueryCommand;
1888
1878
 
1889
1879
 
1890
1880
 
1891
-
1892
1881
  var _GetGraphCommand = class _GetGraphCommand extends import_smithy_client.Command.classBuilder().ep({
1893
1882
  ...commonParams,
1894
1883
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1906,7 +1895,6 @@ var GetGraphCommand = _GetGraphCommand;
1906
1895
 
1907
1896
 
1908
1897
 
1909
-
1910
1898
  var _GetGraphSnapshotCommand = class _GetGraphSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
1911
1899
  ...commonParams,
1912
1900
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1924,7 +1912,6 @@ var GetGraphSnapshotCommand = _GetGraphSnapshotCommand;
1924
1912
 
1925
1913
 
1926
1914
 
1927
-
1928
1915
  var _GetGraphSummaryCommand = class _GetGraphSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
1929
1916
  ...commonParams,
1930
1917
  ApiType: { type: "staticContextParams", value: `DataPlane` }
@@ -1942,7 +1929,6 @@ var GetGraphSummaryCommand = _GetGraphSummaryCommand;
1942
1929
 
1943
1930
 
1944
1931
 
1945
-
1946
1932
  var _GetImportTaskCommand = class _GetImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1947
1933
  ...commonParams,
1948
1934
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1960,7 +1946,6 @@ var GetImportTaskCommand = _GetImportTaskCommand;
1960
1946
 
1961
1947
 
1962
1948
 
1963
-
1964
1949
  var _GetPrivateGraphEndpointCommand = class _GetPrivateGraphEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1965
1950
  ...commonParams,
1966
1951
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -1978,7 +1963,6 @@ var GetPrivateGraphEndpointCommand = _GetPrivateGraphEndpointCommand;
1978
1963
 
1979
1964
 
1980
1965
 
1981
-
1982
1966
  var _GetQueryCommand = class _GetQueryCommand extends import_smithy_client.Command.classBuilder().ep({
1983
1967
  ...commonParams,
1984
1968
  ApiType: { type: "staticContextParams", value: `DataPlane` }
@@ -1996,7 +1980,6 @@ var GetQueryCommand = _GetQueryCommand;
1996
1980
 
1997
1981
 
1998
1982
 
1999
-
2000
1983
  var _ListGraphsCommand = class _ListGraphsCommand extends import_smithy_client.Command.classBuilder().ep({
2001
1984
  ...commonParams,
2002
1985
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2014,7 +1997,6 @@ var ListGraphsCommand = _ListGraphsCommand;
2014
1997
 
2015
1998
 
2016
1999
 
2017
-
2018
2000
  var _ListGraphSnapshotsCommand = class _ListGraphSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
2019
2001
  ...commonParams,
2020
2002
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2032,7 +2014,6 @@ var ListGraphSnapshotsCommand = _ListGraphSnapshotsCommand;
2032
2014
 
2033
2015
 
2034
2016
 
2035
-
2036
2017
  var _ListImportTasksCommand = class _ListImportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
2037
2018
  ...commonParams,
2038
2019
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2050,7 +2031,6 @@ var ListImportTasksCommand = _ListImportTasksCommand;
2050
2031
 
2051
2032
 
2052
2033
 
2053
-
2054
2034
  var _ListPrivateGraphEndpointsCommand = class _ListPrivateGraphEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
2055
2035
  ...commonParams,
2056
2036
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2068,7 +2048,6 @@ var ListPrivateGraphEndpointsCommand = _ListPrivateGraphEndpointsCommand;
2068
2048
 
2069
2049
 
2070
2050
 
2071
-
2072
2051
  var _ListQueriesCommand = class _ListQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
2073
2052
  ...commonParams,
2074
2053
  ApiType: { type: "staticContextParams", value: `DataPlane` }
@@ -2086,7 +2065,6 @@ var ListQueriesCommand = _ListQueriesCommand;
2086
2065
 
2087
2066
 
2088
2067
 
2089
-
2090
2068
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2091
2069
  ...commonParams,
2092
2070
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2104,7 +2082,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2104
2082
 
2105
2083
 
2106
2084
 
2107
-
2108
2085
  var _ResetGraphCommand = class _ResetGraphCommand extends import_smithy_client.Command.classBuilder().ep({
2109
2086
  ...commonParams,
2110
2087
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2122,7 +2099,6 @@ var ResetGraphCommand = _ResetGraphCommand;
2122
2099
 
2123
2100
 
2124
2101
 
2125
-
2126
2102
  var _RestoreGraphFromSnapshotCommand = class _RestoreGraphFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2127
2103
  ...commonParams,
2128
2104
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2140,7 +2116,6 @@ var RestoreGraphFromSnapshotCommand = _RestoreGraphFromSnapshotCommand;
2140
2116
 
2141
2117
 
2142
2118
 
2143
-
2144
2119
  var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2145
2120
  ...commonParams,
2146
2121
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2158,7 +2133,6 @@ var StartImportTaskCommand = _StartImportTaskCommand;
2158
2133
 
2159
2134
 
2160
2135
 
2161
-
2162
2136
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2163
2137
  ...commonParams,
2164
2138
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2176,7 +2150,6 @@ var TagResourceCommand = _TagResourceCommand;
2176
2150
 
2177
2151
 
2178
2152
 
2179
-
2180
2153
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2181
2154
  ...commonParams,
2182
2155
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -2194,7 +2167,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2194
2167
 
2195
2168
 
2196
2169
 
2197
-
2198
2170
  var _UpdateGraphCommand = class _UpdateGraphCommand extends import_smithy_client.Command.classBuilder().ep({
2199
2171
  ...commonParams,
2200
2172
  ApiType: { type: "staticContextParams", value: `ControlPlane` }
@@ -5,7 +5,8 @@ import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
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 "./NeptuneGraphClient";
9
9
  export * from "./NeptuneGraph";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { NeptuneGraphExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { NeptuneGraphExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./pagination";
15
15
  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 "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CancelImportTaskCommandInput extends CancelImportTaskInput {}
14
15
  export interface CancelImportTaskCommandOutput
15
16
  extends CancelImportTaskOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelQueryCommandInput extends CancelQueryInput {}
11
12
  export interface CancelQueryCommandOutput extends __MetadataBearer {}
12
13
  declare const CancelQueryCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGraphCommandInput extends CreateGraphInput {}
11
12
  export interface CreateGraphCommandOutput
12
13
  extends CreateGraphOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateGraphSnapshotCommandInput
14
15
  extends CreateGraphSnapshotInput {}
15
16
  export interface CreateGraphSnapshotCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateGraphUsingImportTaskCommandInput
14
15
  extends CreateGraphUsingImportTaskInput {}
15
16
  export interface CreateGraphUsingImportTaskCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePrivateGraphEndpointCommandInput
14
15
  extends CreatePrivateGraphEndpointInput {}
15
16
  export interface CreatePrivateGraphEndpointCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteGraphCommandInput extends DeleteGraphInput {}
11
12
  export interface DeleteGraphCommandOutput
12
13
  extends DeleteGraphOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteGraphSnapshotCommandInput
14
15
  extends DeleteGraphSnapshotInput {}
15
16
  export interface DeleteGraphSnapshotCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePrivateGraphEndpointCommandInput
14
15
  extends DeletePrivateGraphEndpointInput {}
15
16
  export interface DeletePrivateGraphEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ExecuteQueryCommandInput extends ExecuteQueryInput {}
14
15
  export interface ExecuteQueryCommandOutput
15
16
  extends Pick<
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGraphCommandInput extends GetGraphInput {}
11
12
  export interface GetGraphCommandOutput
12
13
  extends GetGraphOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetGraphSnapshotCommandInput extends GetGraphSnapshotInput {}
14
15
  export interface GetGraphSnapshotCommandOutput
15
16
  extends GetGraphSnapshotOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetGraphSummaryCommandInput extends GetGraphSummaryInput {}
14
15
  export interface GetGraphSummaryCommandOutput
15
16
  extends GetGraphSummaryOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetImportTaskCommandInput extends GetImportTaskInput {}
11
12
  export interface GetImportTaskCommandOutput
12
13
  extends GetImportTaskOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPrivateGraphEndpointCommandInput
14
15
  extends GetPrivateGraphEndpointInput {}
15
16
  export interface GetPrivateGraphEndpointCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetQueryCommandInput extends GetQueryInput {}
11
12
  export interface GetQueryCommandOutput
12
13
  extends GetQueryOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListGraphSnapshotsCommandInput
14
15
  extends ListGraphSnapshotsInput {}
15
16
  export interface ListGraphSnapshotsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListGraphsCommandInput extends ListGraphsInput {}
11
12
  export interface ListGraphsCommandOutput
12
13
  extends ListGraphsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListImportTasksCommandInput extends ListImportTasksInput {}
14
15
  export interface ListImportTasksCommandOutput
15
16
  extends ListImportTasksOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPrivateGraphEndpointsCommandInput
14
15
  extends ListPrivateGraphEndpointsInput {}
15
16
  export interface ListPrivateGraphEndpointsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListQueriesCommandInput extends ListQueriesInput {}
11
12
  export interface ListQueriesCommandOutput
12
13
  extends ListQueriesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ResetGraphCommandInput extends ResetGraphInput {}
11
12
  export interface ResetGraphCommandOutput
12
13
  extends ResetGraphOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RestoreGraphFromSnapshotCommandInput
14
15
  extends RestoreGraphFromSnapshotInput {}
15
16
  export interface RestoreGraphFromSnapshotCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NeptuneGraphClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartImportTaskCommandInput extends StartImportTaskInput {}
14
15
  export interface StartImportTaskCommandOutput
15
16
  extends StartImportTaskOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NeptuneGraphClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateGraphCommandInput extends UpdateGraphInput {}
11
12
  export interface UpdateGraphCommandOutput
12
13
  extends UpdateGraphOutput,
@@ -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 NeptuneGraphServiceException 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-neptune-graph",
3
3
  "description": "AWS SDK for JavaScript Neptune Graph 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-neptune-graph",
@@ -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",