@aws-sdk/client-neptune-graph 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/NeptuneGraph.d.ts +4 -1
- package/dist-types/NeptuneGraphClient.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
- package/dist-types/commands/ListImportTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetGraphCommand.d.ts +2 -1
- package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGraphCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +341 -341
- package/dist-types/ts3.4/NeptuneGraph.d.ts +3 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -2555,9 +2555,6 @@ var waitUntilPrivateGraphEndpointDeleted = /* @__PURE__ */ __name(async (params,
|
|
|
2555
2555
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
|
|
2556
2556
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
2557
2557
|
}, "waitUntilPrivateGraphEndpointDeleted");
|
|
2558
|
-
|
|
2559
|
-
// src/index.ts
|
|
2560
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2561
2558
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2562
2559
|
|
|
2563
2560
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -127,18 +127,21 @@ export interface NeptuneGraph {
|
|
|
127
127
|
/**
|
|
128
128
|
* @see {@link ListGraphsCommand}
|
|
129
129
|
*/
|
|
130
|
+
listGraphs(): Promise<ListGraphsCommandOutput>;
|
|
130
131
|
listGraphs(args: ListGraphsCommandInput, options?: __HttpHandlerOptions): Promise<ListGraphsCommandOutput>;
|
|
131
132
|
listGraphs(args: ListGraphsCommandInput, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
|
|
132
133
|
listGraphs(args: ListGraphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
|
|
133
134
|
/**
|
|
134
135
|
* @see {@link ListGraphSnapshotsCommand}
|
|
135
136
|
*/
|
|
137
|
+
listGraphSnapshots(): Promise<ListGraphSnapshotsCommandOutput>;
|
|
136
138
|
listGraphSnapshots(args: ListGraphSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<ListGraphSnapshotsCommandOutput>;
|
|
137
139
|
listGraphSnapshots(args: ListGraphSnapshotsCommandInput, cb: (err: any, data?: ListGraphSnapshotsCommandOutput) => void): void;
|
|
138
140
|
listGraphSnapshots(args: ListGraphSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGraphSnapshotsCommandOutput) => void): void;
|
|
139
141
|
/**
|
|
140
142
|
* @see {@link ListImportTasksCommand}
|
|
141
143
|
*/
|
|
144
|
+
listImportTasks(): Promise<ListImportTasksCommandOutput>;
|
|
142
145
|
listImportTasks(args: ListImportTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListImportTasksCommandOutput>;
|
|
143
146
|
listImportTasks(args: ListImportTasksCommandInput, cb: (err: any, data?: ListImportTasksCommandOutput) => void): void;
|
|
144
147
|
listImportTasks(args: ListImportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportTasksCommandOutput) => void): void;
|
|
@@ -192,10 +195,10 @@ export interface NeptuneGraph {
|
|
|
192
195
|
updateGraph(args: UpdateGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGraphCommandOutput) => void): void;
|
|
193
196
|
}
|
|
194
197
|
/**
|
|
195
|
-
* @public
|
|
196
198
|
* <p>Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to
|
|
197
199
|
* insights faster by quickly processing large amounts of graph data, invoking popular graph analytic
|
|
198
200
|
* algorithms in low-latency queries, and getting analytics results in seconds.</p>
|
|
201
|
+
* @public
|
|
199
202
|
*/
|
|
200
203
|
export declare class NeptuneGraph extends NeptuneGraphClient implements NeptuneGraph {
|
|
201
204
|
}
|
|
@@ -183,10 +183,10 @@ export type NeptuneGraphClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
183
183
|
export interface NeptuneGraphClientResolvedConfig extends NeptuneGraphClientResolvedConfigType {
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
* @public
|
|
187
186
|
* <p>Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to
|
|
188
187
|
* insights faster by quickly processing large amounts of graph data, invoking popular graph analytic
|
|
189
188
|
* algorithms in low-latency queries, and getting analytics results in seconds.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
export declare class NeptuneGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NeptuneGraphClientResolvedConfig> {
|
|
192
192
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelImportTaskCommandOutput extends CancelImportTaskOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelImportTaskCommand_base: {
|
|
24
24
|
new (input: CancelImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CancelImportTaskCommandInput, CancelImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified import task.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const CancelImportTaskCommand_base: {
|
|
|
73
73
|
* @throws {@link NeptuneGraphServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface CancelQueryCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelQueryCommand_base: {
|
|
24
24
|
new (input: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels a specified query.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const CancelQueryCommand_base: {
|
|
|
67
67
|
* @throws {@link NeptuneGraphServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGraphCommandOutput extends CreateGraphOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGraphCommand_base: {
|
|
24
24
|
new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new Neptune Analytics graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const CreateGraphCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptuneGraphServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGraphSnapshotCommandOutput extends CreateGraphSnapshotOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGraphSnapshotCommand_base: {
|
|
24
24
|
new (input: CreateGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a snapshot of the specific graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const CreateGraphSnapshotCommand_base: {
|
|
|
81
81
|
* @throws {@link NeptuneGraphServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGraphUsingImportTaskCommandOutput extends CreateGraphUsin
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGraphUsingImportTaskCommand_base: {
|
|
24
24
|
new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateGraphUsingImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database
|
|
30
30
|
* or a Neptune database snapshot.</p>
|
|
31
31
|
* <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
|
|
@@ -109,6 +109,7 @@ declare const CreateGraphUsingImportTaskCommand_base: {
|
|
|
109
109
|
* @throws {@link NeptuneGraphServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePrivateGraphEndpointCommandOutput extends CreatePrivateGr
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePrivateGraphEndpointCommand_base: {
|
|
24
24
|
new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a private graph endpoint to allow private access from to the graph from within
|
|
30
30
|
* a VPC. You can attach security groups to the private graph endpoint. VPC endpoint charges apply.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const CreatePrivateGraphEndpointCommand_base: {
|
|
|
84
84
|
* @throws {@link NeptuneGraphServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteGraphCommandOutput extends DeleteGraphOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGraphCommand_base: {
|
|
24
24
|
new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const DeleteGraphCommand_base: {
|
|
|
85
85
|
* @throws {@link NeptuneGraphServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteGraphSnapshotCommandOutput extends DeleteGraphSnapshotOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGraphSnapshotCommand_base: {
|
|
24
24
|
new (input: DeleteGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specifed graph snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DeleteGraphSnapshotCommand_base: {
|
|
|
74
74
|
* @throws {@link NeptuneGraphServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePrivateGraphEndpointCommandOutput extends DeletePrivateGr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePrivateGraphEndpointCommand_base: {
|
|
24
24
|
new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a private graph endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const DeletePrivateGraphEndpointCommand_base: {
|
|
|
74
74
|
* @throws {@link NeptuneGraphServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
|
|
79
80
|
}
|
|
@@ -23,10 +23,10 @@ export interface ExecuteQueryCommandOutput extends Omit<ExecuteQueryOutput, "pay
|
|
|
23
23
|
}
|
|
24
24
|
declare const ExecuteQueryCommand_base: {
|
|
25
25
|
new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
30
|
* <p>Execute an openCypher query. Currently, the SDK does not support parameterized queries. If you want to make a
|
|
31
31
|
* parameterized query call, you can use an HTTP request. </p>
|
|
32
32
|
* <p>
|
|
@@ -103,6 +103,7 @@ declare const ExecuteQueryCommand_base: {
|
|
|
103
103
|
* @throws {@link NeptuneGraphServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetGraphCommandOutput extends GetGraphOutput, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetGraphCommand_base: {
|
|
24
24
|
new (input: GetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about a specified graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const GetGraphCommand_base: {
|
|
|
81
81
|
* @throws {@link NeptuneGraphServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetGraphCommand extends GetGraphCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetGraphSnapshotCommandOutput extends GetGraphSnapshotOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetGraphSnapshotCommand_base: {
|
|
24
24
|
new (input: GetGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a specified graph snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const GetGraphSnapshotCommand_base: {
|
|
|
71
71
|
* @throws {@link NeptuneGraphServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetGraphSummaryCommandOutput extends GetGraphSummaryOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetGraphSummaryCommand_base: {
|
|
24
24
|
new (input: GetGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a graph summary for a property graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const GetGraphSummaryCommand_base: {
|
|
|
115
115
|
* @throws {@link NeptuneGraphServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetImportTaskCommandOutput extends GetImportTaskOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetImportTaskCommand_base: {
|
|
24
24
|
new (input: GetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a specified import task.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const GetImportTaskCommand_base: {
|
|
|
90
90
|
* @throws {@link NeptuneGraphServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPrivateGraphEndpointCommandOutput extends GetPrivateGraphEnd
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPrivateGraphEndpointCommand_base: {
|
|
24
24
|
new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about a specified private endpoint.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const GetPrivateGraphEndpointCommand_base: {
|
|
|
71
71
|
* @throws {@link NeptuneGraphServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetQueryCommandOutput extends GetQueryOutput, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetQueryCommand_base: {
|
|
24
24
|
new (input: GetQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryCommandInput, GetQueryCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the status of a specified query.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>
|
|
@@ -79,6 +79,7 @@ declare const GetQueryCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneGraphServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetQueryCommand extends GetQueryCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGraphSnapshotsCommandOutput extends ListGraphSnapshotsOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGraphSnapshotsCommand_base: {
|
|
24
24
|
new (input: ListGraphSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGraphSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists available snapshots of a specified Neptune Analytics graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListGraphSnapshotsCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneGraphServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGraphsCommandOutput extends ListGraphsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGraphsCommand_base: {
|
|
24
24
|
new (input: ListGraphsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGraphsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists available Neptune Analytics graphs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListGraphsCommand_base: {
|
|
|
77
77
|
* @throws {@link NeptuneGraphServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListImportTasksCommandOutput extends ListImportTasksOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListImportTasksCommand_base: {
|
|
24
24
|
new (input: ListImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportTasksCommandInput, ListImportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListImportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImportTasksCommandInput, ListImportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists import tasks.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListImportTasksCommand_base: {
|
|
|
76
76
|
* @throws {@link NeptuneGraphServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPrivateGraphEndpointsCommandOutput extends ListPrivateGraph
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPrivateGraphEndpointsCommand_base: {
|
|
24
24
|
new (input: ListPrivateGraphEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPrivateGraphEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists private endpoints for a specified Neptune Analytics graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListPrivateGraphEndpointsCommand_base: {
|
|
|
77
77
|
* @throws {@link NeptuneGraphServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListQueriesCommandOutput extends ListQueriesOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListQueriesCommand_base: {
|
|
24
24
|
new (input: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists active openCypher queries.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const ListQueriesCommand_base: {
|
|
|
75
75
|
* @throws {@link NeptuneGraphServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListQueriesCommand extends ListQueriesCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists tags associated with a specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link NeptuneGraphServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResetGraphCommandOutput extends ResetGraphOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResetGraphCommand_base: {
|
|
24
24
|
new (input: ResetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<ResetGraphCommandInput, ResetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<ResetGraphCommandInput, ResetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Empties the data from a specified Neptune Analytics graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const ResetGraphCommand_base: {
|
|
|
85
85
|
* @throws {@link NeptuneGraphServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ResetGraphCommand extends ResetGraphCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreGraphFromSnapshotCommandOutput extends RestoreGraphFromS
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreGraphFromSnapshotCommand_base: {
|
|
24
24
|
new (input: RestoreGraphFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreGraphFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a graph from a snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const RestoreGraphFromSnapshotCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptuneGraphServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds tags to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const TagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link NeptuneGraphServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
71
72
|
}
|