@aws-sdk/client-neptune-graph 3.693.0 → 3.699.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/README.md +32 -0
- package/dist-cjs/index.js +399 -26
- package/dist-es/NeptuneGraph.js +8 -0
- package/dist-es/commands/CancelExportTaskCommand.js +25 -0
- package/dist-es/commands/GetExportTaskCommand.js +25 -0
- package/dist-es/commands/ListExportTasksCommand.js +25 -0
- package/dist-es/commands/StartExportTaskCommand.js +25 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +22 -0
- package/dist-es/pagination/ListExportTasksPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +149 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForExportTaskCancelled.js +40 -0
- package/dist-es/waiters/waitForExportTaskSuccessful.js +58 -0
- package/dist-types/NeptuneGraph.d.ts +29 -0
- package/dist-types/NeptuneGraphClient.d.ts +6 -2
- package/dist-types/commands/CancelExportTaskCommand.d.ts +94 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +3 -2
- package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +5 -3
- package/dist-types/commands/GetExportTaskCommand.d.ts +122 -0
- package/dist-types/commands/GetImportTaskCommand.d.ts +3 -2
- package/dist-types/commands/ListExportTasksCommand.d.ts +97 -0
- package/dist-types/commands/ListImportTasksCommand.d.ts +3 -2
- package/dist-types/commands/StartExportTaskCommand.d.ts +150 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +5 -3
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +493 -1
- package/dist-types/pagination/ListExportTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/NeptuneGraph.d.ts +69 -0
- package/dist-types/ts3.4/NeptuneGraphClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetExportTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListExportTasksCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +125 -0
- package/dist-types/ts3.4/pagination/ListExportTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForExportTaskSuccessful.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForExportTaskCancelled.d.ts +14 -0
- package/dist-types/waiters/waitForExportTaskSuccessful.d.ts +14 -0
- package/package.json +37 -37
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "../commands/CancelExportTaskCommand";
|
|
3
4
|
import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "../commands/CancelImportTaskCommand";
|
|
4
5
|
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand";
|
|
5
6
|
import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
|
|
@@ -10,12 +11,14 @@ import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/D
|
|
|
10
11
|
import { DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput } from "../commands/DeleteGraphSnapshotCommand";
|
|
11
12
|
import { DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput } from "../commands/DeletePrivateGraphEndpointCommand";
|
|
12
13
|
import { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "../commands/ExecuteQueryCommand";
|
|
14
|
+
import { GetExportTaskCommandInput, GetExportTaskCommandOutput } from "../commands/GetExportTaskCommand";
|
|
13
15
|
import { GetGraphCommandInput, GetGraphCommandOutput } from "../commands/GetGraphCommand";
|
|
14
16
|
import { GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput } from "../commands/GetGraphSnapshotCommand";
|
|
15
17
|
import { GetGraphSummaryCommandInput, GetGraphSummaryCommandOutput } from "../commands/GetGraphSummaryCommand";
|
|
16
18
|
import { GetImportTaskCommandInput, GetImportTaskCommandOutput } from "../commands/GetImportTaskCommand";
|
|
17
19
|
import { GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput } from "../commands/GetPrivateGraphEndpointCommand";
|
|
18
20
|
import { GetQueryCommandInput, GetQueryCommandOutput } from "../commands/GetQueryCommand";
|
|
21
|
+
import { ListExportTasksCommandInput, ListExportTasksCommandOutput } from "../commands/ListExportTasksCommand";
|
|
19
22
|
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
20
23
|
import { ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput } from "../commands/ListGraphSnapshotsCommand";
|
|
21
24
|
import { ListImportTasksCommandInput, ListImportTasksCommandOutput } from "../commands/ListImportTasksCommand";
|
|
@@ -24,10 +27,15 @@ import { ListQueriesCommandInput, ListQueriesCommandOutput } from "../commands/L
|
|
|
24
27
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
28
|
import { ResetGraphCommandInput, ResetGraphCommandOutput } from "../commands/ResetGraphCommand";
|
|
26
29
|
import { RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput } from "../commands/RestoreGraphFromSnapshotCommand";
|
|
30
|
+
import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "../commands/StartExportTaskCommand";
|
|
27
31
|
import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "../commands/StartImportTaskCommand";
|
|
28
32
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
29
33
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
30
34
|
import { UpdateGraphCommandInput, UpdateGraphCommandOutput } from "../commands/UpdateGraphCommand";
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1CancelExportTaskCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_CancelExportTaskCommand: (input: CancelExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
39
|
/**
|
|
32
40
|
* serializeAws_restJson1CancelImportTaskCommand
|
|
33
41
|
*/
|
|
@@ -68,6 +76,10 @@ export declare const se_DeletePrivateGraphEndpointCommand: (input: DeletePrivate
|
|
|
68
76
|
* serializeAws_restJson1ExecuteQueryCommand
|
|
69
77
|
*/
|
|
70
78
|
export declare const se_ExecuteQueryCommand: (input: ExecuteQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1GetExportTaskCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_GetExportTaskCommand: (input: GetExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
83
|
/**
|
|
72
84
|
* serializeAws_restJson1GetGraphCommand
|
|
73
85
|
*/
|
|
@@ -92,6 +104,10 @@ export declare const se_GetPrivateGraphEndpointCommand: (input: GetPrivateGraphE
|
|
|
92
104
|
* serializeAws_restJson1GetQueryCommand
|
|
93
105
|
*/
|
|
94
106
|
export declare const se_GetQueryCommand: (input: GetQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListExportTasksCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListExportTasksCommand: (input: ListExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
111
|
/**
|
|
96
112
|
* serializeAws_restJson1ListGraphsCommand
|
|
97
113
|
*/
|
|
@@ -124,6 +140,10 @@ export declare const se_ResetGraphCommand: (input: ResetGraphCommandInput, conte
|
|
|
124
140
|
* serializeAws_restJson1RestoreGraphFromSnapshotCommand
|
|
125
141
|
*/
|
|
126
142
|
export declare const se_RestoreGraphFromSnapshotCommand: (input: RestoreGraphFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_restJson1StartExportTaskCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_StartExportTaskCommand: (input: StartExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
147
|
/**
|
|
128
148
|
* serializeAws_restJson1StartImportTaskCommand
|
|
129
149
|
*/
|
|
@@ -140,6 +160,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
140
160
|
* serializeAws_restJson1UpdateGraphCommand
|
|
141
161
|
*/
|
|
142
162
|
export declare const se_UpdateGraphCommand: (input: UpdateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_restJson1CancelExportTaskCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_CancelExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelExportTaskCommandOutput>;
|
|
143
167
|
/**
|
|
144
168
|
* deserializeAws_restJson1CancelImportTaskCommand
|
|
145
169
|
*/
|
|
@@ -180,6 +204,10 @@ export declare const de_DeletePrivateGraphEndpointCommand: (output: __HttpRespon
|
|
|
180
204
|
* deserializeAws_restJson1ExecuteQueryCommand
|
|
181
205
|
*/
|
|
182
206
|
export declare const de_ExecuteQueryCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<ExecuteQueryCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1GetExportTaskCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_GetExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExportTaskCommandOutput>;
|
|
183
211
|
/**
|
|
184
212
|
* deserializeAws_restJson1GetGraphCommand
|
|
185
213
|
*/
|
|
@@ -204,6 +232,10 @@ export declare const de_GetPrivateGraphEndpointCommand: (output: __HttpResponse,
|
|
|
204
232
|
* deserializeAws_restJson1GetQueryCommand
|
|
205
233
|
*/
|
|
206
234
|
export declare const de_GetQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1ListExportTasksCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_ListExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExportTasksCommandOutput>;
|
|
207
239
|
/**
|
|
208
240
|
* deserializeAws_restJson1ListGraphsCommand
|
|
209
241
|
*/
|
|
@@ -236,6 +268,10 @@ export declare const de_ResetGraphCommand: (output: __HttpResponse, context: __S
|
|
|
236
268
|
* deserializeAws_restJson1RestoreGraphFromSnapshotCommand
|
|
237
269
|
*/
|
|
238
270
|
export declare const de_RestoreGraphFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreGraphFromSnapshotCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_restJson1StartExportTaskCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_StartExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportTaskCommandOutput>;
|
|
239
275
|
/**
|
|
240
276
|
* deserializeAws_restJson1StartImportTaskCommand
|
|
241
277
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CancelExportTaskCommandInput,
|
|
4
|
+
CancelExportTaskCommandOutput,
|
|
5
|
+
} from "./commands/CancelExportTaskCommand";
|
|
2
6
|
import {
|
|
3
7
|
CancelImportTaskCommandInput,
|
|
4
8
|
CancelImportTaskCommandOutput,
|
|
@@ -39,6 +43,10 @@ import {
|
|
|
39
43
|
ExecuteQueryCommandInput,
|
|
40
44
|
ExecuteQueryCommandOutput,
|
|
41
45
|
} from "./commands/ExecuteQueryCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetExportTaskCommandInput,
|
|
48
|
+
GetExportTaskCommandOutput,
|
|
49
|
+
} from "./commands/GetExportTaskCommand";
|
|
42
50
|
import {
|
|
43
51
|
GetGraphCommandInput,
|
|
44
52
|
GetGraphCommandOutput,
|
|
@@ -63,6 +71,10 @@ import {
|
|
|
63
71
|
GetQueryCommandInput,
|
|
64
72
|
GetQueryCommandOutput,
|
|
65
73
|
} from "./commands/GetQueryCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListExportTasksCommandInput,
|
|
76
|
+
ListExportTasksCommandOutput,
|
|
77
|
+
} from "./commands/ListExportTasksCommand";
|
|
66
78
|
import {
|
|
67
79
|
ListGraphsCommandInput,
|
|
68
80
|
ListGraphsCommandOutput,
|
|
@@ -95,6 +107,10 @@ import {
|
|
|
95
107
|
RestoreGraphFromSnapshotCommandInput,
|
|
96
108
|
RestoreGraphFromSnapshotCommandOutput,
|
|
97
109
|
} from "./commands/RestoreGraphFromSnapshotCommand";
|
|
110
|
+
import {
|
|
111
|
+
StartExportTaskCommandInput,
|
|
112
|
+
StartExportTaskCommandOutput,
|
|
113
|
+
} from "./commands/StartExportTaskCommand";
|
|
98
114
|
import {
|
|
99
115
|
StartImportTaskCommandInput,
|
|
100
116
|
StartImportTaskCommandOutput,
|
|
@@ -113,6 +129,19 @@ import {
|
|
|
113
129
|
} from "./commands/UpdateGraphCommand";
|
|
114
130
|
import { NeptuneGraphClient } from "./NeptuneGraphClient";
|
|
115
131
|
export interface NeptuneGraph {
|
|
132
|
+
cancelExportTask(
|
|
133
|
+
args: CancelExportTaskCommandInput,
|
|
134
|
+
options?: __HttpHandlerOptions
|
|
135
|
+
): Promise<CancelExportTaskCommandOutput>;
|
|
136
|
+
cancelExportTask(
|
|
137
|
+
args: CancelExportTaskCommandInput,
|
|
138
|
+
cb: (err: any, data?: CancelExportTaskCommandOutput) => void
|
|
139
|
+
): void;
|
|
140
|
+
cancelExportTask(
|
|
141
|
+
args: CancelExportTaskCommandInput,
|
|
142
|
+
options: __HttpHandlerOptions,
|
|
143
|
+
cb: (err: any, data?: CancelExportTaskCommandOutput) => void
|
|
144
|
+
): void;
|
|
116
145
|
cancelImportTask(
|
|
117
146
|
args: CancelImportTaskCommandInput,
|
|
118
147
|
options?: __HttpHandlerOptions
|
|
@@ -243,6 +272,19 @@ export interface NeptuneGraph {
|
|
|
243
272
|
options: __HttpHandlerOptions,
|
|
244
273
|
cb: (err: any, data?: ExecuteQueryCommandOutput) => void
|
|
245
274
|
): void;
|
|
275
|
+
getExportTask(
|
|
276
|
+
args: GetExportTaskCommandInput,
|
|
277
|
+
options?: __HttpHandlerOptions
|
|
278
|
+
): Promise<GetExportTaskCommandOutput>;
|
|
279
|
+
getExportTask(
|
|
280
|
+
args: GetExportTaskCommandInput,
|
|
281
|
+
cb: (err: any, data?: GetExportTaskCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
getExportTask(
|
|
284
|
+
args: GetExportTaskCommandInput,
|
|
285
|
+
options: __HttpHandlerOptions,
|
|
286
|
+
cb: (err: any, data?: GetExportTaskCommandOutput) => void
|
|
287
|
+
): void;
|
|
246
288
|
getGraph(
|
|
247
289
|
args: GetGraphCommandInput,
|
|
248
290
|
options?: __HttpHandlerOptions
|
|
@@ -321,6 +363,20 @@ export interface NeptuneGraph {
|
|
|
321
363
|
options: __HttpHandlerOptions,
|
|
322
364
|
cb: (err: any, data?: GetQueryCommandOutput) => void
|
|
323
365
|
): void;
|
|
366
|
+
listExportTasks(): Promise<ListExportTasksCommandOutput>;
|
|
367
|
+
listExportTasks(
|
|
368
|
+
args: ListExportTasksCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<ListExportTasksCommandOutput>;
|
|
371
|
+
listExportTasks(
|
|
372
|
+
args: ListExportTasksCommandInput,
|
|
373
|
+
cb: (err: any, data?: ListExportTasksCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
listExportTasks(
|
|
376
|
+
args: ListExportTasksCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: ListExportTasksCommandOutput) => void
|
|
379
|
+
): void;
|
|
324
380
|
listGraphs(): Promise<ListGraphsCommandOutput>;
|
|
325
381
|
listGraphs(
|
|
326
382
|
args: ListGraphsCommandInput,
|
|
@@ -428,6 +484,19 @@ export interface NeptuneGraph {
|
|
|
428
484
|
options: __HttpHandlerOptions,
|
|
429
485
|
cb: (err: any, data?: RestoreGraphFromSnapshotCommandOutput) => void
|
|
430
486
|
): void;
|
|
487
|
+
startExportTask(
|
|
488
|
+
args: StartExportTaskCommandInput,
|
|
489
|
+
options?: __HttpHandlerOptions
|
|
490
|
+
): Promise<StartExportTaskCommandOutput>;
|
|
491
|
+
startExportTask(
|
|
492
|
+
args: StartExportTaskCommandInput,
|
|
493
|
+
cb: (err: any, data?: StartExportTaskCommandOutput) => void
|
|
494
|
+
): void;
|
|
495
|
+
startExportTask(
|
|
496
|
+
args: StartExportTaskCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (err: any, data?: StartExportTaskCommandOutput) => void
|
|
499
|
+
): void;
|
|
431
500
|
startImportTask(
|
|
432
501
|
args: StartImportTaskCommandInput,
|
|
433
502
|
options?: __HttpHandlerOptions
|
|
@@ -46,6 +46,10 @@ import {
|
|
|
46
46
|
HttpAuthSchemeInputConfig,
|
|
47
47
|
HttpAuthSchemeResolvedConfig,
|
|
48
48
|
} from "./auth/httpAuthSchemeProvider";
|
|
49
|
+
import {
|
|
50
|
+
CancelExportTaskCommandInput,
|
|
51
|
+
CancelExportTaskCommandOutput,
|
|
52
|
+
} from "./commands/CancelExportTaskCommand";
|
|
49
53
|
import {
|
|
50
54
|
CancelImportTaskCommandInput,
|
|
51
55
|
CancelImportTaskCommandOutput,
|
|
@@ -86,6 +90,10 @@ import {
|
|
|
86
90
|
ExecuteQueryCommandInput,
|
|
87
91
|
ExecuteQueryCommandOutput,
|
|
88
92
|
} from "./commands/ExecuteQueryCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetExportTaskCommandInput,
|
|
95
|
+
GetExportTaskCommandOutput,
|
|
96
|
+
} from "./commands/GetExportTaskCommand";
|
|
89
97
|
import {
|
|
90
98
|
GetGraphCommandInput,
|
|
91
99
|
GetGraphCommandOutput,
|
|
@@ -110,6 +118,10 @@ import {
|
|
|
110
118
|
GetQueryCommandInput,
|
|
111
119
|
GetQueryCommandOutput,
|
|
112
120
|
} from "./commands/GetQueryCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListExportTasksCommandInput,
|
|
123
|
+
ListExportTasksCommandOutput,
|
|
124
|
+
} from "./commands/ListExportTasksCommand";
|
|
113
125
|
import {
|
|
114
126
|
ListGraphsCommandInput,
|
|
115
127
|
ListGraphsCommandOutput,
|
|
@@ -142,6 +154,10 @@ import {
|
|
|
142
154
|
RestoreGraphFromSnapshotCommandInput,
|
|
143
155
|
RestoreGraphFromSnapshotCommandOutput,
|
|
144
156
|
} from "./commands/RestoreGraphFromSnapshotCommand";
|
|
157
|
+
import {
|
|
158
|
+
StartExportTaskCommandInput,
|
|
159
|
+
StartExportTaskCommandOutput,
|
|
160
|
+
} from "./commands/StartExportTaskCommand";
|
|
145
161
|
import {
|
|
146
162
|
StartImportTaskCommandInput,
|
|
147
163
|
StartImportTaskCommandOutput,
|
|
@@ -166,6 +182,7 @@ import {
|
|
|
166
182
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
167
183
|
export { __Client };
|
|
168
184
|
export type ServiceInputTypes =
|
|
185
|
+
| CancelExportTaskCommandInput
|
|
169
186
|
| CancelImportTaskCommandInput
|
|
170
187
|
| CancelQueryCommandInput
|
|
171
188
|
| CreateGraphCommandInput
|
|
@@ -176,12 +193,14 @@ export type ServiceInputTypes =
|
|
|
176
193
|
| DeleteGraphSnapshotCommandInput
|
|
177
194
|
| DeletePrivateGraphEndpointCommandInput
|
|
178
195
|
| ExecuteQueryCommandInput
|
|
196
|
+
| GetExportTaskCommandInput
|
|
179
197
|
| GetGraphCommandInput
|
|
180
198
|
| GetGraphSnapshotCommandInput
|
|
181
199
|
| GetGraphSummaryCommandInput
|
|
182
200
|
| GetImportTaskCommandInput
|
|
183
201
|
| GetPrivateGraphEndpointCommandInput
|
|
184
202
|
| GetQueryCommandInput
|
|
203
|
+
| ListExportTasksCommandInput
|
|
185
204
|
| ListGraphSnapshotsCommandInput
|
|
186
205
|
| ListGraphsCommandInput
|
|
187
206
|
| ListImportTasksCommandInput
|
|
@@ -190,11 +209,13 @@ export type ServiceInputTypes =
|
|
|
190
209
|
| ListTagsForResourceCommandInput
|
|
191
210
|
| ResetGraphCommandInput
|
|
192
211
|
| RestoreGraphFromSnapshotCommandInput
|
|
212
|
+
| StartExportTaskCommandInput
|
|
193
213
|
| StartImportTaskCommandInput
|
|
194
214
|
| TagResourceCommandInput
|
|
195
215
|
| UntagResourceCommandInput
|
|
196
216
|
| UpdateGraphCommandInput;
|
|
197
217
|
export type ServiceOutputTypes =
|
|
218
|
+
| CancelExportTaskCommandOutput
|
|
198
219
|
| CancelImportTaskCommandOutput
|
|
199
220
|
| CancelQueryCommandOutput
|
|
200
221
|
| CreateGraphCommandOutput
|
|
@@ -205,12 +226,14 @@ export type ServiceOutputTypes =
|
|
|
205
226
|
| DeleteGraphSnapshotCommandOutput
|
|
206
227
|
| DeletePrivateGraphEndpointCommandOutput
|
|
207
228
|
| ExecuteQueryCommandOutput
|
|
229
|
+
| GetExportTaskCommandOutput
|
|
208
230
|
| GetGraphCommandOutput
|
|
209
231
|
| GetGraphSnapshotCommandOutput
|
|
210
232
|
| GetGraphSummaryCommandOutput
|
|
211
233
|
| GetImportTaskCommandOutput
|
|
212
234
|
| GetPrivateGraphEndpointCommandOutput
|
|
213
235
|
| GetQueryCommandOutput
|
|
236
|
+
| ListExportTasksCommandOutput
|
|
214
237
|
| ListGraphSnapshotsCommandOutput
|
|
215
238
|
| ListGraphsCommandOutput
|
|
216
239
|
| ListImportTasksCommandOutput
|
|
@@ -219,6 +242,7 @@ export type ServiceOutputTypes =
|
|
|
219
242
|
| ListTagsForResourceCommandOutput
|
|
220
243
|
| ResetGraphCommandOutput
|
|
221
244
|
| RestoreGraphFromSnapshotCommandOutput
|
|
245
|
+
| StartExportTaskCommandOutput
|
|
222
246
|
| StartImportTaskCommandOutput
|
|
223
247
|
| TagResourceCommandOutput
|
|
224
248
|
| UntagResourceCommandOutput
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CancelExportTaskInput,
|
|
5
|
+
CancelExportTaskOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NeptuneGraphClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NeptuneGraphClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CancelExportTaskCommandInput extends CancelExportTaskInput {}
|
|
15
|
+
export interface CancelExportTaskCommandOutput
|
|
16
|
+
extends CancelExportTaskOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CancelExportTaskCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CancelExportTaskCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CancelExportTaskCommandInput,
|
|
23
|
+
CancelExportTaskCommandOutput,
|
|
24
|
+
NeptuneGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelExportTaskCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelExportTaskCommandInput,
|
|
32
|
+
CancelExportTaskCommandOutput,
|
|
33
|
+
NeptuneGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CancelExportTaskCommand extends CancelExportTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CancelExportTaskInput;
|
|
43
|
+
output: CancelExportTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CancelExportTaskCommandInput;
|
|
47
|
+
output: CancelExportTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetExportTaskInput, GetExportTaskOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
NeptuneGraphClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../NeptuneGraphClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetExportTaskCommandInput extends GetExportTaskInput {}
|
|
12
|
+
export interface GetExportTaskCommandOutput
|
|
13
|
+
extends GetExportTaskOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetExportTaskCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetExportTaskCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetExportTaskCommandInput,
|
|
20
|
+
GetExportTaskCommandOutput,
|
|
21
|
+
NeptuneGraphClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetExportTaskCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetExportTaskCommandInput,
|
|
29
|
+
GetExportTaskCommandOutput,
|
|
30
|
+
NeptuneGraphClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetExportTaskCommand extends GetExportTaskCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetExportTaskInput;
|
|
40
|
+
output: GetExportTaskOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetExportTaskCommandInput;
|
|
44
|
+
output: GetExportTaskCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListExportTasksInput,
|
|
5
|
+
ListExportTasksOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NeptuneGraphClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NeptuneGraphClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListExportTasksCommandInput extends ListExportTasksInput {}
|
|
15
|
+
export interface ListExportTasksCommandOutput
|
|
16
|
+
extends ListExportTasksOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListExportTasksCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListExportTasksCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListExportTasksCommandInput,
|
|
23
|
+
ListExportTasksCommandOutput,
|
|
24
|
+
NeptuneGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListExportTasksCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListExportTasksCommandInput,
|
|
32
|
+
ListExportTasksCommandOutput,
|
|
33
|
+
NeptuneGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListExportTasksCommand extends ListExportTasksCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListExportTasksInput;
|
|
43
|
+
output: ListExportTasksOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListExportTasksCommandInput;
|
|
47
|
+
output: ListExportTasksCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartExportTaskInput,
|
|
5
|
+
StartExportTaskOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NeptuneGraphClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NeptuneGraphClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartExportTaskCommandInput extends StartExportTaskInput {}
|
|
15
|
+
export interface StartExportTaskCommandOutput
|
|
16
|
+
extends StartExportTaskOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartExportTaskCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartExportTaskCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartExportTaskCommandInput,
|
|
23
|
+
StartExportTaskCommandOutput,
|
|
24
|
+
NeptuneGraphClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartExportTaskCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartExportTaskCommandInput,
|
|
32
|
+
StartExportTaskCommandOutput,
|
|
33
|
+
NeptuneGraphClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartExportTaskCommand extends StartExportTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartExportTaskInput;
|
|
43
|
+
output: StartExportTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartExportTaskCommandInput;
|
|
47
|
+
output: StartExportTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./CancelExportTaskCommand";
|
|
1
2
|
export * from "./CancelImportTaskCommand";
|
|
2
3
|
export * from "./CancelQueryCommand";
|
|
3
4
|
export * from "./CreateGraphCommand";
|
|
@@ -8,12 +9,14 @@ export * from "./DeleteGraphCommand";
|
|
|
8
9
|
export * from "./DeleteGraphSnapshotCommand";
|
|
9
10
|
export * from "./DeletePrivateGraphEndpointCommand";
|
|
10
11
|
export * from "./ExecuteQueryCommand";
|
|
12
|
+
export * from "./GetExportTaskCommand";
|
|
11
13
|
export * from "./GetGraphCommand";
|
|
12
14
|
export * from "./GetGraphSnapshotCommand";
|
|
13
15
|
export * from "./GetGraphSummaryCommand";
|
|
14
16
|
export * from "./GetImportTaskCommand";
|
|
15
17
|
export * from "./GetPrivateGraphEndpointCommand";
|
|
16
18
|
export * from "./GetQueryCommand";
|
|
19
|
+
export * from "./ListExportTasksCommand";
|
|
17
20
|
export * from "./ListGraphSnapshotsCommand";
|
|
18
21
|
export * from "./ListGraphsCommand";
|
|
19
22
|
export * from "./ListImportTasksCommand";
|
|
@@ -22,6 +25,7 @@ export * from "./ListQueriesCommand";
|
|
|
22
25
|
export * from "./ListTagsForResourceCommand";
|
|
23
26
|
export * from "./ResetGraphCommand";
|
|
24
27
|
export * from "./RestoreGraphFromSnapshotCommand";
|
|
28
|
+
export * from "./StartExportTaskCommand";
|
|
25
29
|
export * from "./StartImportTaskCommand";
|
|
26
30
|
export * from "./TagResourceCommand";
|
|
27
31
|
export * from "./UntagResourceCommand";
|