@aws-sdk/client-neptune-graph 3.1045.0 → 3.1047.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 (172) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +180 -182
  5. package/dist-cjs/models/NeptuneGraphServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +10 -12
  9. package/dist-es/NeptuneGraph.js +1 -1
  10. package/dist-es/NeptuneGraphClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelExportTaskCommand.js +2 -2
  13. package/dist-es/commands/CancelImportTaskCommand.js +2 -2
  14. package/dist-es/commands/CancelQueryCommand.js +2 -2
  15. package/dist-es/commands/CreateGraphCommand.js +2 -2
  16. package/dist-es/commands/CreateGraphSnapshotCommand.js +2 -2
  17. package/dist-es/commands/CreateGraphUsingImportTaskCommand.js +2 -2
  18. package/dist-es/commands/CreatePrivateGraphEndpointCommand.js +2 -2
  19. package/dist-es/commands/DeleteGraphCommand.js +2 -2
  20. package/dist-es/commands/DeleteGraphSnapshotCommand.js +2 -2
  21. package/dist-es/commands/DeletePrivateGraphEndpointCommand.js +2 -2
  22. package/dist-es/commands/ExecuteQueryCommand.js +2 -2
  23. package/dist-es/commands/GetExportTaskCommand.js +2 -2
  24. package/dist-es/commands/GetGraphCommand.js +2 -2
  25. package/dist-es/commands/GetGraphSnapshotCommand.js +2 -2
  26. package/dist-es/commands/GetGraphSummaryCommand.js +2 -2
  27. package/dist-es/commands/GetImportTaskCommand.js +2 -2
  28. package/dist-es/commands/GetPrivateGraphEndpointCommand.js +2 -2
  29. package/dist-es/commands/GetQueryCommand.js +2 -2
  30. package/dist-es/commands/ListExportTasksCommand.js +2 -2
  31. package/dist-es/commands/ListGraphSnapshotsCommand.js +2 -2
  32. package/dist-es/commands/ListGraphsCommand.js +2 -2
  33. package/dist-es/commands/ListImportTasksCommand.js +2 -2
  34. package/dist-es/commands/ListPrivateGraphEndpointsCommand.js +2 -2
  35. package/dist-es/commands/ListQueriesCommand.js +2 -2
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-es/commands/ResetGraphCommand.js +2 -2
  38. package/dist-es/commands/RestoreGraphFromSnapshotCommand.js +2 -2
  39. package/dist-es/commands/StartExportTaskCommand.js +2 -2
  40. package/dist-es/commands/StartGraphCommand.js +2 -2
  41. package/dist-es/commands/StartImportTaskCommand.js +2 -2
  42. package/dist-es/commands/StopGraphCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateGraphCommand.js +2 -2
  46. package/dist-es/endpoint/bdd.js +1 -1
  47. package/dist-es/endpoint/endpointResolver.js +1 -1
  48. package/dist-es/models/NeptuneGraphServiceException.js +1 -1
  49. package/dist-es/runtimeConfig.browser.js +4 -6
  50. package/dist-es/runtimeConfig.js +4 -8
  51. package/dist-es/runtimeConfig.shared.js +3 -5
  52. package/dist-es/runtimeExtensions.js +2 -2
  53. package/dist-es/waiters/waitForExportTaskCancelled.js +1 -1
  54. package/dist-es/waiters/waitForExportTaskSuccessful.js +1 -1
  55. package/dist-es/waiters/waitForGraphAvailable.js +1 -1
  56. package/dist-es/waiters/waitForGraphDeleted.js +1 -1
  57. package/dist-es/waiters/waitForGraphSnapshotAvailable.js +1 -1
  58. package/dist-es/waiters/waitForGraphSnapshotDeleted.js +1 -1
  59. package/dist-es/waiters/waitForGraphStopped.js +1 -1
  60. package/dist-es/waiters/waitForImportTaskCancelled.js +1 -1
  61. package/dist-es/waiters/waitForImportTaskSuccessful.js +1 -1
  62. package/dist-es/waiters/waitForPrivateGraphEndpointAvailable.js +1 -1
  63. package/dist-es/waiters/waitForPrivateGraphEndpointDeleted.js +1 -1
  64. package/dist-types/NeptuneGraph.d.ts +1 -1
  65. package/dist-types/NeptuneGraphClient.d.ts +5 -5
  66. package/dist-types/commands/CancelExportTaskCommand.d.ts +6 -4
  67. package/dist-types/commands/CancelImportTaskCommand.d.ts +6 -4
  68. package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateGraphCommand.d.ts +6 -4
  70. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +6 -4
  71. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +6 -4
  72. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +6 -4
  73. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -4
  74. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +6 -4
  75. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +6 -4
  76. package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -4
  77. package/dist-types/commands/GetExportTaskCommand.d.ts +6 -4
  78. package/dist-types/commands/GetGraphCommand.d.ts +6 -4
  79. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +6 -4
  80. package/dist-types/commands/GetGraphSummaryCommand.d.ts +6 -4
  81. package/dist-types/commands/GetImportTaskCommand.d.ts +6 -4
  82. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +6 -4
  83. package/dist-types/commands/GetQueryCommand.d.ts +6 -4
  84. package/dist-types/commands/ListExportTasksCommand.d.ts +6 -4
  85. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListGraphsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListImportTasksCommand.d.ts +6 -4
  88. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +6 -4
  89. package/dist-types/commands/ListQueriesCommand.d.ts +6 -4
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  91. package/dist-types/commands/ResetGraphCommand.d.ts +6 -4
  92. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +6 -4
  93. package/dist-types/commands/StartExportTaskCommand.d.ts +6 -4
  94. package/dist-types/commands/StartGraphCommand.d.ts +6 -4
  95. package/dist-types/commands/StartImportTaskCommand.d.ts +6 -4
  96. package/dist-types/commands/StopGraphCommand.d.ts +6 -4
  97. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  98. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  99. package/dist-types/commands/UpdateGraphCommand.d.ts +6 -4
  100. package/dist-types/endpoint/bdd.d.ts +1 -1
  101. package/dist-types/extensionConfiguration.d.ts +1 -1
  102. package/dist-types/models/NeptuneGraphServiceException.d.ts +1 -1
  103. package/dist-types/models/errors.d.ts +1 -1
  104. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  105. package/dist-types/runtimeConfig.d.ts +2 -2
  106. package/dist-types/runtimeConfig.native.d.ts +2 -2
  107. package/dist-types/ts3.4/NeptuneGraph.d.ts +1 -1
  108. package/dist-types/ts3.4/NeptuneGraphClient.d.ts +8 -14
  109. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetExportTaskCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +6 -8
  122. package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +6 -8
  127. package/dist-types/ts3.4/commands/ListExportTasksCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/StartGraphCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/StopGraphCommand.d.ts +6 -8
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  144. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  145. package/dist-types/ts3.4/models/NeptuneGraphServiceException.d.ts +1 -1
  146. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  150. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +1 -1
  151. package/dist-types/ts3.4/waiters/waitForExportTaskSuccessful.d.ts +1 -1
  152. package/dist-types/ts3.4/waiters/waitForGraphAvailable.d.ts +1 -1
  153. package/dist-types/ts3.4/waiters/waitForGraphDeleted.d.ts +1 -1
  154. package/dist-types/ts3.4/waiters/waitForGraphSnapshotAvailable.d.ts +1 -1
  155. package/dist-types/ts3.4/waiters/waitForGraphSnapshotDeleted.d.ts +1 -1
  156. package/dist-types/ts3.4/waiters/waitForGraphStopped.d.ts +1 -1
  157. package/dist-types/ts3.4/waiters/waitForImportTaskCancelled.d.ts +1 -1
  158. package/dist-types/ts3.4/waiters/waitForImportTaskSuccessful.d.ts +1 -1
  159. package/dist-types/ts3.4/waiters/waitForPrivateGraphEndpointAvailable.d.ts +1 -1
  160. package/dist-types/ts3.4/waiters/waitForPrivateGraphEndpointDeleted.d.ts +1 -1
  161. package/dist-types/waiters/waitForExportTaskCancelled.d.ts +1 -1
  162. package/dist-types/waiters/waitForExportTaskSuccessful.d.ts +1 -1
  163. package/dist-types/waiters/waitForGraphAvailable.d.ts +1 -1
  164. package/dist-types/waiters/waitForGraphDeleted.d.ts +1 -1
  165. package/dist-types/waiters/waitForGraphSnapshotAvailable.d.ts +1 -1
  166. package/dist-types/waiters/waitForGraphSnapshotDeleted.d.ts +1 -1
  167. package/dist-types/waiters/waitForGraphStopped.d.ts +1 -1
  168. package/dist-types/waiters/waitForImportTaskCancelled.d.ts +1 -1
  169. package/dist-types/waiters/waitForImportTaskSuccessful.d.ts +1 -1
  170. package/dist-types/waiters/waitForPrivateGraphEndpointAvailable.d.ts +1 -1
  171. package/dist-types/waiters/waitForPrivateGraphEndpointDeleted.d.ts +1 -1
  172. package/package.json +13 -36
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,10 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { sdkStreamMixin } from "@smithy/util-stream";
7
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, sdkStreamMixin, toBase64, toUtf8 } from "@smithy/core/serde";
8
6
  import { defaultNeptuneGraphHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
9
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
10
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetExportTaskCommand, } from "../commands/GetExportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetExportTaskCommand, } from "../commands/GetExportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetGraphSnapshotCommand, } from "../commands/GetGraphSnapshotCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetGraphSnapshotCommand, } from "../commands/GetGraphSnapshotCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetGraphCommand } from "../commands/GetGraphCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetImportTaskCommand, } from "../commands/GetImportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetImportTaskCommand, } from "../commands/GetImportTaskCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetPrivateGraphEndpointCommand, } from "../commands/GetPrivateGraphEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { GetPrivateGraphEndpointCommand, } from "../commands/GetPrivateGraphEndpointCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
+ import { type WaiterResult } from "@smithy/core/client";
1
2
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
- import type { WaiterResult } from "@smithy/util-waiter";
3
3
  import { type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
4
4
  import { type CancelImportTaskCommandInput, type CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
5
5
  import { type CancelQueryCommandInput, type CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelExportTaskInput, CancelExportTaskOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CancelExportTaskCommandInput extends CancelExportTaskInput {
22
22
  export interface CancelExportTaskCommandOutput extends CancelExportTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CancelExportTaskCommand_base: {
25
- new (input: CancelExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelExportTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelExportTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancel the specified export task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelImportTaskInput, CancelImportTaskOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CancelImportTaskCommandInput extends CancelImportTaskInput {
22
22
  export interface CancelImportTaskCommandOutput extends CancelImportTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CancelImportTaskCommand_base: {
25
- new (input: CancelImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelImportTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelImportTaskCommandInput): import("@smithy/core/client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified import task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelQueryInput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CancelQueryCommandInput extends CancelQueryInput {
22
22
  export interface CancelQueryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const CancelQueryCommand_base: {
25
- new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels a specified query.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateGraphInput, CreateGraphOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CreateGraphCommandInput extends CreateGraphInput {
22
22
  export interface CreateGraphCommandOutput extends CreateGraphOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGraphCommand_base: {
25
- new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGraphCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGraphCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Neptune Analytics graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateGraphSnapshotInput, CreateGraphSnapshotOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CreateGraphSnapshotCommandInput extends CreateGraphSnapshotInpu
22
22
  export interface CreateGraphSnapshotCommandOutput extends CreateGraphSnapshotOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGraphSnapshotCommand_base: {
25
- new (input: CreateGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a snapshot of the specific graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateGraphUsingImportTaskInput, CreateGraphUsingImportTaskOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CreateGraphUsingImportTaskCommandInput extends CreateGraphUsing
22
22
  export interface CreateGraphUsingImportTaskCommandOutput extends CreateGraphUsingImportTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGraphUsingImportTaskCommand_base: {
25
- new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.</p> <p>The data can be loaded from files in S3 that in either the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreatePrivateGraphEndpointInput, CreatePrivateGraphEndpointOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface CreatePrivateGraphEndpointCommandInput extends CreatePrivateGra
22
22
  export interface CreatePrivateGraphEndpointCommandOutput extends CreatePrivateGraphEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePrivateGraphEndpointCommand_base: {
25
- new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a private graph endpoint to allow private access to the graph from within a VPC. You can attach security groups to the private graph endpoint.</p> <note> <p>VPC endpoint charges apply.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteGraphInput, DeleteGraphOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface DeleteGraphCommandInput extends DeleteGraphInput {
22
22
  export interface DeleteGraphCommandOutput extends DeleteGraphOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGraphCommand_base: {
25
- new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteGraphSnapshotInput, DeleteGraphSnapshotOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface DeleteGraphSnapshotCommandInput extends DeleteGraphSnapshotInpu
22
22
  export interface DeleteGraphSnapshotCommandOutput extends DeleteGraphSnapshotOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGraphSnapshotCommand_base: {
25
- new (input: DeleteGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified graph snapshot.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeletePrivateGraphEndpointInput, DeletePrivateGraphEndpointOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface DeletePrivateGraphEndpointCommandInput extends DeletePrivateGra
22
22
  export interface DeletePrivateGraphEndpointCommandOutput extends DeletePrivateGraphEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeletePrivateGraphEndpointCommand_base: {
25
- new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a private graph endpoint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
3
  import type { ExecuteQueryInput, ExecuteQueryOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -23,9 +23,11 @@ export interface ExecuteQueryCommandOutput extends Omit<ExecuteQueryOutput, "pay
23
23
  payload: StreamingBlobPayloadOutputTypes;
24
24
  }
25
25
  declare const ExecuteQueryCommand_base: {
26
- new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: ExecuteQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: ExecuteQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Execute an openCypher query.</p> <p> When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query: </p> <ul> <li> <p>neptune-graph:ReadDataViaQuery</p> </li> <li> <p>neptune-graph:WriteDataViaQuery</p> </li> <li> <p>neptune-graph:DeleteDataViaQuery</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetExportTaskInput, GetExportTaskOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetExportTaskCommandInput extends GetExportTaskInput {
22
22
  export interface GetExportTaskCommandOutput extends GetExportTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetExportTaskCommand_base: {
25
- new (input: GetExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetExportTaskCommandInput, GetExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetExportTaskCommandInput, GetExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetExportTaskCommandInput): import("@smithy/core/client").CommandImpl<GetExportTaskCommandInput, GetExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetExportTaskCommandInput): import("@smithy/core/client").CommandImpl<GetExportTaskCommandInput, GetExportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a specified export task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetGraphInput, GetGraphOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetGraphCommandInput extends GetGraphInput {
22
22
  export interface GetGraphCommandOutput extends GetGraphOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetGraphCommand_base: {
25
- new (input: GetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetGraphCommandInput): import("@smithy/core/client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGraphCommandInput): import("@smithy/core/client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about a specified graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetGraphSnapshotInput, GetGraphSnapshotOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetGraphSnapshotCommandInput extends GetGraphSnapshotInput {
22
22
  export interface GetGraphSnapshotCommandOutput extends GetGraphSnapshotOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetGraphSnapshotCommand_base: {
25
- new (input: GetGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGraphSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a specified graph snapshot.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetGraphSummaryInput, GetGraphSummaryOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetGraphSummaryCommandInput extends GetGraphSummaryInput {
22
22
  export interface GetGraphSummaryCommandOutput extends GetGraphSummaryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetGraphSummaryCommand_base: {
25
- new (input: GetGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetGraphSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGraphSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a graph summary for a property graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetImportTaskInput, GetImportTaskOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetImportTaskCommandInput extends GetImportTaskInput {
22
22
  export interface GetImportTaskCommandOutput extends GetImportTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetImportTaskCommand_base: {
25
- new (input: GetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetImportTaskCommandInput): import("@smithy/core/client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetImportTaskCommandInput): import("@smithy/core/client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a specified import task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPrivateGraphEndpointInput, GetPrivateGraphEndpointOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetPrivateGraphEndpointCommandInput extends GetPrivateGraphEndp
22
22
  export interface GetPrivateGraphEndpointCommandOutput extends GetPrivateGraphEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetPrivateGraphEndpointCommand_base: {
25
- new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specified private endpoint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetQueryInput, GetQueryOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface GetQueryCommandInput extends GetQueryInput {
22
22
  export interface GetQueryCommandOutput extends GetQueryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetQueryCommand_base: {
25
- new (input: GetQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetQueryCommandInput): import("@smithy/core/client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQueryCommandInput): import("@smithy/core/client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the status of a specified query.</p> <note> <p> When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the <code>neptune-graph:GetQueryStatus</code> IAM action attached. </p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListExportTasksInput, ListExportTasksOutput } from "../models/models_0";
4
4
  import type { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
@@ -22,9 +22,11 @@ export interface ListExportTasksCommandInput extends ListExportTasksInput {
22
22
  export interface ListExportTasksCommandOutput extends ListExportTasksOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListExportTasksCommand_base: {
25
- new (input: ListExportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListExportTasksCommandInput, ListExportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListExportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExportTasksCommandInput, ListExportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListExportTasksCommandInput): import("@smithy/core/client").CommandImpl<ListExportTasksCommandInput, ListExportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListExportTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListExportTasksCommandInput, ListExportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of export tasks.</p>