@aws-sdk/client-neptunedata 3.1045.0 → 3.1046.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +102 -103
- package/dist-cjs/models/NeptunedataServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Neptunedata.js +1 -1
- package/dist-es/NeptunedataClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelGremlinQueryCommand.js +2 -2
- package/dist-es/commands/CancelLoaderJobCommand.js +2 -2
- package/dist-es/commands/CancelMLDataProcessingJobCommand.js +2 -2
- package/dist-es/commands/CancelMLModelTrainingJobCommand.js +2 -2
- package/dist-es/commands/CancelMLModelTransformJobCommand.js +2 -2
- package/dist-es/commands/CancelOpenCypherQueryCommand.js +2 -2
- package/dist-es/commands/CreateMLEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteMLEndpointCommand.js +2 -2
- package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +2 -2
- package/dist-es/commands/DeleteSparqlStatisticsCommand.js +2 -2
- package/dist-es/commands/ExecuteFastResetCommand.js +2 -2
- package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +2 -2
- package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +2 -2
- package/dist-es/commands/ExecuteGremlinQueryCommand.js +2 -2
- package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +2 -2
- package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +2 -2
- package/dist-es/commands/GetEngineStatusCommand.js +2 -2
- package/dist-es/commands/GetGremlinQueryStatusCommand.js +2 -2
- package/dist-es/commands/GetLoaderJobStatusCommand.js +2 -2
- package/dist-es/commands/GetMLDataProcessingJobCommand.js +2 -2
- package/dist-es/commands/GetMLEndpointCommand.js +2 -2
- package/dist-es/commands/GetMLModelTrainingJobCommand.js +2 -2
- package/dist-es/commands/GetMLModelTransformJobCommand.js +2 -2
- package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +2 -2
- package/dist-es/commands/GetPropertygraphStatisticsCommand.js +2 -2
- package/dist-es/commands/GetPropertygraphStreamCommand.js +2 -2
- package/dist-es/commands/GetPropertygraphSummaryCommand.js +2 -2
- package/dist-es/commands/GetRDFGraphSummaryCommand.js +2 -2
- package/dist-es/commands/GetSparqlStatisticsCommand.js +2 -2
- package/dist-es/commands/GetSparqlStreamCommand.js +2 -2
- package/dist-es/commands/ListGremlinQueriesCommand.js +2 -2
- package/dist-es/commands/ListLoaderJobsCommand.js +2 -2
- package/dist-es/commands/ListMLDataProcessingJobsCommand.js +2 -2
- package/dist-es/commands/ListMLEndpointsCommand.js +2 -2
- package/dist-es/commands/ListMLModelTrainingJobsCommand.js +2 -2
- package/dist-es/commands/ListMLModelTransformJobsCommand.js +2 -2
- package/dist-es/commands/ListOpenCypherQueriesCommand.js +2 -2
- package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +2 -2
- package/dist-es/commands/ManageSparqlStatisticsCommand.js +2 -2
- package/dist-es/commands/StartLoaderJobCommand.js +2 -2
- package/dist-es/commands/StartMLDataProcessingJobCommand.js +2 -2
- package/dist-es/commands/StartMLModelTrainingJobCommand.js +2 -2
- package/dist-es/commands/StartMLModelTransformJobCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/NeptunedataServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/NeptunedataClient.d.ts +5 -5
- package/dist-types/commands/CancelGremlinQueryCommand.d.ts +6 -4
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +6 -4
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +7 -5
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +7 -5
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +7 -5
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetEngineStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMLEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +6 -4
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +6 -4
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/StartLoaderJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/NeptunedataServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/NeptunedataClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/NeptunedataServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartMLModelTrainingJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartMLModelTransformJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class NeptunedataServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -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 {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
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,9 +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/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
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, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultNeptunedataHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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,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
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
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, 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 { CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput } from "./commands/CancelGremlinQueryCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelGremlinQueryInput, CancelGremlinQueryOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelGremlinQueryCommandInput extends CancelGremlinQueryInput
|
|
|
22
22
|
export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelGremlinQueryCommand_base: {
|
|
25
|
-
new (input: CancelGremlinQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelGremlinQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelGremlinQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelGremlinQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a Gremlin query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html">Gremlin query cancellation</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery">neptune-db:CancelQuery</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelLoaderJobInput, CancelLoaderJobOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelLoaderJobCommandInput extends CancelLoaderJobInput {
|
|
|
22
22
|
export interface CancelLoaderJobCommandOutput extends CancelLoaderJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelLoaderJobCommand_base: {
|
|
25
|
-
new (input: CancelLoaderJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelLoaderJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelLoaderJobCommandInput): import("@smithy/core/client").CommandImpl<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelLoaderJobCommandInput): import("@smithy/core/client").CommandImpl<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a specified load job. This is an HTTP <code>DELETE</code> request. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm">Neptune Loader Get-Status API</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelloaderjob">neptune-db:CancelLoaderJob</a> IAM action in that cluster..</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelMLDataProcessingJobInput, CancelMLDataProcessingJobOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelMLDataProcessingJobCommandInput extends CancelMLDataProce
|
|
|
22
22
|
export interface CancelMLDataProcessingJobCommandOutput extends CancelMLDataProcessingJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMLDataProcessingJobCommand_base: {
|
|
25
|
-
new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a Neptune ML data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmldataprocessingjob">neptune-db:CancelMLDataProcessingJob</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelMLModelTrainingJobInput, CancelMLModelTrainingJobOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelMLModelTrainingJobCommandInput extends CancelMLModelTrain
|
|
|
22
22
|
export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrainingJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMLModelTrainingJobCommand_base: {
|
|
25
|
-
new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltrainingjob">neptune-db:CancelMLModelTrainingJob</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelMLModelTransformJobInput, CancelMLModelTransformJobOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelMLModelTransformJobCommandInput extends CancelMLModelTran
|
|
|
22
22
|
export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTransformJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMLModelTransformJobCommand_base: {
|
|
25
|
-
new (input: CancelMLModelTransformJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMLModelTransformJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMLModelTransformJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMLModelTransformJobCommandInput): import("@smithy/core/client").CommandImpl<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltransformjob">neptune-db:CancelMLModelTransformJob</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CancelOpenCypherQueryInput, CancelOpenCypherQueryOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CancelOpenCypherQueryCommandInput extends CancelOpenCypherQuery
|
|
|
22
22
|
export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelOpenCypherQueryCommand_base: {
|
|
25
|
-
new (input: CancelOpenCypherQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelOpenCypherQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelOpenCypherQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelOpenCypherQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a specified openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune openCypher status endpoint</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery">neptune-db:CancelQuery</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateMLEndpointInput, CreateMLEndpointOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateMLEndpointCommandInput extends CreateMLEndpointInput {
|
|
|
22
22
|
export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMLEndpointCommand_base: {
|
|
25
|
-
new (input: CreateMLEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateMLEndpointCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMLEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateMLEndpointCommandInput]): import("@smithy/core/client").CommandImpl<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#createmlendpoint">neptune-db:CreateMLEndpoint</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteMLEndpointInput, DeleteMLEndpointOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMLEndpointCommandInput extends DeleteMLEndpointInput {
|
|
|
22
22
|
export interface DeleteMLEndpointCommandOutput extends DeleteMLEndpointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMLEndpointCommand_base: {
|
|
25
|
-
new (input: DeleteMLEndpointCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMLEndpointCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMLEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMLEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels the creation of a Neptune ML inference endpoint. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletemlendpoint">neptune-db:DeleteMLEndpoint</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeletePropertygraphStatisticsOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePropertygraphStatisticsCommandInput {
|
|
|
22
22
|
export interface DeletePropertygraphStatisticsCommandOutput extends DeletePropertygraphStatisticsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePropertygraphStatisticsCommand_base: {
|
|
25
|
-
new (input: DeletePropertygraphStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeletePropertygraphStatisticsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePropertygraphStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeletePropertygraphStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes statistics for Gremlin and openCypher (property graph) data.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics">neptune-db:DeleteStatistics</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteSparqlStatisticsOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSparqlStatisticsCommandInput {
|
|
|
22
22
|
export interface DeleteSparqlStatisticsCommandOutput extends DeleteSparqlStatisticsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSparqlStatisticsCommand_base: {
|
|
25
|
-
new (input: DeleteSparqlStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteSparqlStatisticsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSparqlStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteSparqlStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes SPARQL statistics</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics">neptune-db:DeleteStatistics</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ExecuteFastResetInput, ExecuteFastResetOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface ExecuteFastResetCommandInput extends ExecuteFastResetInput {
|
|
|
22
22
|
export interface ExecuteFastResetCommandOutput extends ExecuteFastResetOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteFastResetCommand_base: {
|
|
25
|
-
new (input: ExecuteFastResetCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExecuteFastResetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExecuteFastResetCommandInput): import("@smithy/core/client").CommandImpl<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExecuteFastResetCommandInput): import("@smithy/core/client").CommandImpl<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.</p> <p>Neptune fast reset is a two-step process. First you call <code>ExecuteFastReset</code> with <code>action</code> set to <code>initiateDatabaseReset</code>. This returns a UUID token which you then include when calling <code>ExecuteFastReset</code> again with <code>action</code> set to <code>performDatabaseReset</code>. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-fast-reset.html">Empty an Amazon Neptune DB cluster using the fast reset API</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#resetdatabase">neptune-db:ResetDatabase</a> IAM action in that cluster.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { ExecuteGremlinExplainQueryInput, ExecuteGremlinExplainQueryOutput } from "../models/models_0";
|
|
5
5
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type ExecuteGremlinExplainQueryCommandOutputType = Omit<ExecuteGremlinExp
|
|
|
29
29
|
export interface ExecuteGremlinExplainQueryCommandOutput extends ExecuteGremlinExplainQueryCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const ExecuteGremlinExplainQueryCommand_base: {
|
|
32
|
-
new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/
|
|
33
|
-
new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Executes a Gremlin Explain query.</p> <p>Amazon Neptune has added a Gremlin feature named <code>explain</code> that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an <code>explain</code> parameter to an HTTP call that submits a Gremlin query.</p> <p>The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-traversal-tuning.html">Tuning Gremlin queries</a>. You can also use query hints to improve query execution plans.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, 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> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { ExecuteGremlinProfileQueryInput, ExecuteGremlinProfileQueryOutput } from "../models/models_0";
|
|
5
5
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type ExecuteGremlinProfileQueryCommandOutputType = Omit<ExecuteGremlinPro
|
|
|
29
29
|
export interface ExecuteGremlinProfileQueryCommandOutput extends ExecuteGremlinProfileQueryCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const ExecuteGremlinProfileQueryCommand_base: {
|
|
32
|
-
new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/
|
|
33
|
-
new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html">Gremlin profile API in Neptune</a> for details.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery">neptune-db:ReadDataViaQuery</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ExecuteGremlinQueryInput, ExecuteGremlinQueryOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface ExecuteGremlinQueryCommandInput extends ExecuteGremlinQueryInpu
|
|
|
22
22
|
export interface ExecuteGremlinQueryCommandOutput extends ExecuteGremlinQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteGremlinQueryCommand_base: {
|
|
25
|
-
new (input: ExecuteGremlinQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExecuteGremlinQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExecuteGremlinQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExecuteGremlinQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under <a href="https://tinkerpop.apache.org/docs/current/reference/#graph">The Graph</a> in the Apache TinkerPop3 documentation. More details can also be found in <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin.html">Accessing a Neptune graph with Gremlin</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { ExecuteOpenCypherExplainQueryInput, ExecuteOpenCypherExplainQueryOutput } from "../models/models_0";
|
|
5
5
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type ExecuteOpenCypherExplainQueryCommandOutputType = Omit<ExecuteOpenCyp
|
|
|
29
29
|
export interface ExecuteOpenCypherExplainQueryCommandOutput extends ExecuteOpenCypherExplainQueryCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const ExecuteOpenCypherExplainQueryCommand_base: {
|
|
32
|
-
new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/
|
|
33
|
-
new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Executes an openCypher <code>explain</code> request. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-explain.html">The openCypher explain feature</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery">neptune-db:ReadDataViaQuery</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ExecuteOpenCypherQueryInput, ExecuteOpenCypherQueryOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface ExecuteOpenCypherQueryCommandInput extends ExecuteOpenCypherQue
|
|
|
22
22
|
export interface ExecuteOpenCypherQueryCommandOutput extends ExecuteOpenCypherQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteOpenCypherQueryCommand_base: {
|
|
25
|
-
new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/core/client").CommandImpl<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Executes an openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher.html">Accessing the Neptune Graph with openCypher</a> for more information.</p> <p>Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs.</p> <p>The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the <a href="https://opencypher.org/">openCypher project</a> under an Apache 2 open-source license.</p> <p>Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, 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> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note also that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetEngineStatusOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface GetEngineStatusCommandInput {
|
|
|
22
22
|
export interface GetEngineStatusCommandOutput extends GetEngineStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEngineStatusCommand_base: {
|
|
25
|
-
new (input: GetEngineStatusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEngineStatusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEngineStatusCommandInput): import("@smithy/core/client").CommandImpl<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEngineStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the status of the graph database on the host.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getenginestatus">neptune-db:GetEngineStatus</a> IAM action in that cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetGremlinQueryStatusInput, GetGremlinQueryStatusOutput } from "../models/models_0";
|
|
4
4
|
import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
@@ -22,9 +22,11 @@ export interface GetGremlinQueryStatusCommandInput extends GetGremlinQueryStatus
|
|
|
22
22
|
export interface GetGremlinQueryStatusCommandOutput extends GetGremlinQueryStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGremlinQueryStatusCommand_base: {
|
|
25
|
-
new (input: GetGremlinQueryStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGremlinQueryStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGremlinQueryStatusCommandInput): import("@smithy/core/client").CommandImpl<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGremlinQueryStatusCommandInput): import("@smithy/core/client").CommandImpl<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the status of a specified Gremlin query.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
|