@aws-sdk/client-neptune-graph 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist-cjs/index.js +1472 -1669
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/NeptuneGraphClient.js +2 -0
  4. package/dist-es/commands/CancelExportTaskCommand.js +3 -9
  5. package/dist-es/commands/CancelImportTaskCommand.js +3 -9
  6. package/dist-es/commands/CancelQueryCommand.js +3 -9
  7. package/dist-es/commands/CreateGraphCommand.js +3 -9
  8. package/dist-es/commands/CreateGraphSnapshotCommand.js +3 -9
  9. package/dist-es/commands/CreateGraphUsingImportTaskCommand.js +3 -9
  10. package/dist-es/commands/CreatePrivateGraphEndpointCommand.js +3 -9
  11. package/dist-es/commands/DeleteGraphCommand.js +3 -9
  12. package/dist-es/commands/DeleteGraphSnapshotCommand.js +3 -9
  13. package/dist-es/commands/DeletePrivateGraphEndpointCommand.js +3 -9
  14. package/dist-es/commands/ExecuteQueryCommand.js +3 -10
  15. package/dist-es/commands/GetExportTaskCommand.js +3 -9
  16. package/dist-es/commands/GetGraphCommand.js +3 -9
  17. package/dist-es/commands/GetGraphSnapshotCommand.js +3 -9
  18. package/dist-es/commands/GetGraphSummaryCommand.js +3 -9
  19. package/dist-es/commands/GetImportTaskCommand.js +3 -9
  20. package/dist-es/commands/GetPrivateGraphEndpointCommand.js +3 -9
  21. package/dist-es/commands/GetQueryCommand.js +3 -9
  22. package/dist-es/commands/ListExportTasksCommand.js +3 -9
  23. package/dist-es/commands/ListGraphSnapshotsCommand.js +3 -9
  24. package/dist-es/commands/ListGraphsCommand.js +3 -9
  25. package/dist-es/commands/ListImportTasksCommand.js +3 -9
  26. package/dist-es/commands/ListPrivateGraphEndpointsCommand.js +3 -9
  27. package/dist-es/commands/ListQueriesCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  29. package/dist-es/commands/ResetGraphCommand.js +3 -9
  30. package/dist-es/commands/RestoreGraphFromSnapshotCommand.js +3 -9
  31. package/dist-es/commands/StartExportTaskCommand.js +3 -9
  32. package/dist-es/commands/StartGraphCommand.js +3 -9
  33. package/dist-es/commands/StartImportTaskCommand.js +3 -9
  34. package/dist-es/commands/StopGraphCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateGraphCommand.js +3 -9
  38. package/dist-es/models/models_0.js +0 -11
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1394 -0
  41. package/dist-types/NeptuneGraphClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +4 -5
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +152 -0
  48. package/dist-types/ts3.4/NeptuneGraphClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
  55. package/package.json +35 -35
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1401
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -416
@@ -1,416 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import {
6
- SdkStreamSerdeContext as __SdkStreamSerdeContext,
7
- SerdeContext as __SerdeContext,
8
- } from "@smithy/types";
9
- import {
10
- CancelExportTaskCommandInput,
11
- CancelExportTaskCommandOutput,
12
- } from "../commands/CancelExportTaskCommand";
13
- import {
14
- CancelImportTaskCommandInput,
15
- CancelImportTaskCommandOutput,
16
- } from "../commands/CancelImportTaskCommand";
17
- import {
18
- CancelQueryCommandInput,
19
- CancelQueryCommandOutput,
20
- } from "../commands/CancelQueryCommand";
21
- import {
22
- CreateGraphCommandInput,
23
- CreateGraphCommandOutput,
24
- } from "../commands/CreateGraphCommand";
25
- import {
26
- CreateGraphSnapshotCommandInput,
27
- CreateGraphSnapshotCommandOutput,
28
- } from "../commands/CreateGraphSnapshotCommand";
29
- import {
30
- CreateGraphUsingImportTaskCommandInput,
31
- CreateGraphUsingImportTaskCommandOutput,
32
- } from "../commands/CreateGraphUsingImportTaskCommand";
33
- import {
34
- CreatePrivateGraphEndpointCommandInput,
35
- CreatePrivateGraphEndpointCommandOutput,
36
- } from "../commands/CreatePrivateGraphEndpointCommand";
37
- import {
38
- DeleteGraphCommandInput,
39
- DeleteGraphCommandOutput,
40
- } from "../commands/DeleteGraphCommand";
41
- import {
42
- DeleteGraphSnapshotCommandInput,
43
- DeleteGraphSnapshotCommandOutput,
44
- } from "../commands/DeleteGraphSnapshotCommand";
45
- import {
46
- DeletePrivateGraphEndpointCommandInput,
47
- DeletePrivateGraphEndpointCommandOutput,
48
- } from "../commands/DeletePrivateGraphEndpointCommand";
49
- import {
50
- ExecuteQueryCommandInput,
51
- ExecuteQueryCommandOutput,
52
- } from "../commands/ExecuteQueryCommand";
53
- import {
54
- GetExportTaskCommandInput,
55
- GetExportTaskCommandOutput,
56
- } from "../commands/GetExportTaskCommand";
57
- import {
58
- GetGraphCommandInput,
59
- GetGraphCommandOutput,
60
- } from "../commands/GetGraphCommand";
61
- import {
62
- GetGraphSnapshotCommandInput,
63
- GetGraphSnapshotCommandOutput,
64
- } from "../commands/GetGraphSnapshotCommand";
65
- import {
66
- GetGraphSummaryCommandInput,
67
- GetGraphSummaryCommandOutput,
68
- } from "../commands/GetGraphSummaryCommand";
69
- import {
70
- GetImportTaskCommandInput,
71
- GetImportTaskCommandOutput,
72
- } from "../commands/GetImportTaskCommand";
73
- import {
74
- GetPrivateGraphEndpointCommandInput,
75
- GetPrivateGraphEndpointCommandOutput,
76
- } from "../commands/GetPrivateGraphEndpointCommand";
77
- import {
78
- GetQueryCommandInput,
79
- GetQueryCommandOutput,
80
- } from "../commands/GetQueryCommand";
81
- import {
82
- ListExportTasksCommandInput,
83
- ListExportTasksCommandOutput,
84
- } from "../commands/ListExportTasksCommand";
85
- import {
86
- ListGraphsCommandInput,
87
- ListGraphsCommandOutput,
88
- } from "../commands/ListGraphsCommand";
89
- import {
90
- ListGraphSnapshotsCommandInput,
91
- ListGraphSnapshotsCommandOutput,
92
- } from "../commands/ListGraphSnapshotsCommand";
93
- import {
94
- ListImportTasksCommandInput,
95
- ListImportTasksCommandOutput,
96
- } from "../commands/ListImportTasksCommand";
97
- import {
98
- ListPrivateGraphEndpointsCommandInput,
99
- ListPrivateGraphEndpointsCommandOutput,
100
- } from "../commands/ListPrivateGraphEndpointsCommand";
101
- import {
102
- ListQueriesCommandInput,
103
- ListQueriesCommandOutput,
104
- } from "../commands/ListQueriesCommand";
105
- import {
106
- ListTagsForResourceCommandInput,
107
- ListTagsForResourceCommandOutput,
108
- } from "../commands/ListTagsForResourceCommand";
109
- import {
110
- ResetGraphCommandInput,
111
- ResetGraphCommandOutput,
112
- } from "../commands/ResetGraphCommand";
113
- import {
114
- RestoreGraphFromSnapshotCommandInput,
115
- RestoreGraphFromSnapshotCommandOutput,
116
- } from "../commands/RestoreGraphFromSnapshotCommand";
117
- import {
118
- StartExportTaskCommandInput,
119
- StartExportTaskCommandOutput,
120
- } from "../commands/StartExportTaskCommand";
121
- import {
122
- StartGraphCommandInput,
123
- StartGraphCommandOutput,
124
- } from "../commands/StartGraphCommand";
125
- import {
126
- StartImportTaskCommandInput,
127
- StartImportTaskCommandOutput,
128
- } from "../commands/StartImportTaskCommand";
129
- import {
130
- StopGraphCommandInput,
131
- StopGraphCommandOutput,
132
- } from "../commands/StopGraphCommand";
133
- import {
134
- TagResourceCommandInput,
135
- TagResourceCommandOutput,
136
- } from "../commands/TagResourceCommand";
137
- import {
138
- UntagResourceCommandInput,
139
- UntagResourceCommandOutput,
140
- } from "../commands/UntagResourceCommand";
141
- import {
142
- UpdateGraphCommandInput,
143
- UpdateGraphCommandOutput,
144
- } from "../commands/UpdateGraphCommand";
145
- export declare const se_CancelExportTaskCommand: (
146
- input: CancelExportTaskCommandInput,
147
- context: __SerdeContext
148
- ) => Promise<__HttpRequest>;
149
- export declare const se_CancelImportTaskCommand: (
150
- input: CancelImportTaskCommandInput,
151
- context: __SerdeContext
152
- ) => Promise<__HttpRequest>;
153
- export declare const se_CancelQueryCommand: (
154
- input: CancelQueryCommandInput,
155
- context: __SerdeContext
156
- ) => Promise<__HttpRequest>;
157
- export declare const se_CreateGraphCommand: (
158
- input: CreateGraphCommandInput,
159
- context: __SerdeContext
160
- ) => Promise<__HttpRequest>;
161
- export declare const se_CreateGraphSnapshotCommand: (
162
- input: CreateGraphSnapshotCommandInput,
163
- context: __SerdeContext
164
- ) => Promise<__HttpRequest>;
165
- export declare const se_CreateGraphUsingImportTaskCommand: (
166
- input: CreateGraphUsingImportTaskCommandInput,
167
- context: __SerdeContext
168
- ) => Promise<__HttpRequest>;
169
- export declare const se_CreatePrivateGraphEndpointCommand: (
170
- input: CreatePrivateGraphEndpointCommandInput,
171
- context: __SerdeContext
172
- ) => Promise<__HttpRequest>;
173
- export declare const se_DeleteGraphCommand: (
174
- input: DeleteGraphCommandInput,
175
- context: __SerdeContext
176
- ) => Promise<__HttpRequest>;
177
- export declare const se_DeleteGraphSnapshotCommand: (
178
- input: DeleteGraphSnapshotCommandInput,
179
- context: __SerdeContext
180
- ) => Promise<__HttpRequest>;
181
- export declare const se_DeletePrivateGraphEndpointCommand: (
182
- input: DeletePrivateGraphEndpointCommandInput,
183
- context: __SerdeContext
184
- ) => Promise<__HttpRequest>;
185
- export declare const se_ExecuteQueryCommand: (
186
- input: ExecuteQueryCommandInput,
187
- context: __SerdeContext
188
- ) => Promise<__HttpRequest>;
189
- export declare const se_GetExportTaskCommand: (
190
- input: GetExportTaskCommandInput,
191
- context: __SerdeContext
192
- ) => Promise<__HttpRequest>;
193
- export declare const se_GetGraphCommand: (
194
- input: GetGraphCommandInput,
195
- context: __SerdeContext
196
- ) => Promise<__HttpRequest>;
197
- export declare const se_GetGraphSnapshotCommand: (
198
- input: GetGraphSnapshotCommandInput,
199
- context: __SerdeContext
200
- ) => Promise<__HttpRequest>;
201
- export declare const se_GetGraphSummaryCommand: (
202
- input: GetGraphSummaryCommandInput,
203
- context: __SerdeContext
204
- ) => Promise<__HttpRequest>;
205
- export declare const se_GetImportTaskCommand: (
206
- input: GetImportTaskCommandInput,
207
- context: __SerdeContext
208
- ) => Promise<__HttpRequest>;
209
- export declare const se_GetPrivateGraphEndpointCommand: (
210
- input: GetPrivateGraphEndpointCommandInput,
211
- context: __SerdeContext
212
- ) => Promise<__HttpRequest>;
213
- export declare const se_GetQueryCommand: (
214
- input: GetQueryCommandInput,
215
- context: __SerdeContext
216
- ) => Promise<__HttpRequest>;
217
- export declare const se_ListExportTasksCommand: (
218
- input: ListExportTasksCommandInput,
219
- context: __SerdeContext
220
- ) => Promise<__HttpRequest>;
221
- export declare const se_ListGraphsCommand: (
222
- input: ListGraphsCommandInput,
223
- context: __SerdeContext
224
- ) => Promise<__HttpRequest>;
225
- export declare const se_ListGraphSnapshotsCommand: (
226
- input: ListGraphSnapshotsCommandInput,
227
- context: __SerdeContext
228
- ) => Promise<__HttpRequest>;
229
- export declare const se_ListImportTasksCommand: (
230
- input: ListImportTasksCommandInput,
231
- context: __SerdeContext
232
- ) => Promise<__HttpRequest>;
233
- export declare const se_ListPrivateGraphEndpointsCommand: (
234
- input: ListPrivateGraphEndpointsCommandInput,
235
- context: __SerdeContext
236
- ) => Promise<__HttpRequest>;
237
- export declare const se_ListQueriesCommand: (
238
- input: ListQueriesCommandInput,
239
- context: __SerdeContext
240
- ) => Promise<__HttpRequest>;
241
- export declare const se_ListTagsForResourceCommand: (
242
- input: ListTagsForResourceCommandInput,
243
- context: __SerdeContext
244
- ) => Promise<__HttpRequest>;
245
- export declare const se_ResetGraphCommand: (
246
- input: ResetGraphCommandInput,
247
- context: __SerdeContext
248
- ) => Promise<__HttpRequest>;
249
- export declare const se_RestoreGraphFromSnapshotCommand: (
250
- input: RestoreGraphFromSnapshotCommandInput,
251
- context: __SerdeContext
252
- ) => Promise<__HttpRequest>;
253
- export declare const se_StartExportTaskCommand: (
254
- input: StartExportTaskCommandInput,
255
- context: __SerdeContext
256
- ) => Promise<__HttpRequest>;
257
- export declare const se_StartGraphCommand: (
258
- input: StartGraphCommandInput,
259
- context: __SerdeContext
260
- ) => Promise<__HttpRequest>;
261
- export declare const se_StartImportTaskCommand: (
262
- input: StartImportTaskCommandInput,
263
- context: __SerdeContext
264
- ) => Promise<__HttpRequest>;
265
- export declare const se_StopGraphCommand: (
266
- input: StopGraphCommandInput,
267
- context: __SerdeContext
268
- ) => Promise<__HttpRequest>;
269
- export declare const se_TagResourceCommand: (
270
- input: TagResourceCommandInput,
271
- context: __SerdeContext
272
- ) => Promise<__HttpRequest>;
273
- export declare const se_UntagResourceCommand: (
274
- input: UntagResourceCommandInput,
275
- context: __SerdeContext
276
- ) => Promise<__HttpRequest>;
277
- export declare const se_UpdateGraphCommand: (
278
- input: UpdateGraphCommandInput,
279
- context: __SerdeContext
280
- ) => Promise<__HttpRequest>;
281
- export declare const de_CancelExportTaskCommand: (
282
- output: __HttpResponse,
283
- context: __SerdeContext
284
- ) => Promise<CancelExportTaskCommandOutput>;
285
- export declare const de_CancelImportTaskCommand: (
286
- output: __HttpResponse,
287
- context: __SerdeContext
288
- ) => Promise<CancelImportTaskCommandOutput>;
289
- export declare const de_CancelQueryCommand: (
290
- output: __HttpResponse,
291
- context: __SerdeContext
292
- ) => Promise<CancelQueryCommandOutput>;
293
- export declare const de_CreateGraphCommand: (
294
- output: __HttpResponse,
295
- context: __SerdeContext
296
- ) => Promise<CreateGraphCommandOutput>;
297
- export declare const de_CreateGraphSnapshotCommand: (
298
- output: __HttpResponse,
299
- context: __SerdeContext
300
- ) => Promise<CreateGraphSnapshotCommandOutput>;
301
- export declare const de_CreateGraphUsingImportTaskCommand: (
302
- output: __HttpResponse,
303
- context: __SerdeContext
304
- ) => Promise<CreateGraphUsingImportTaskCommandOutput>;
305
- export declare const de_CreatePrivateGraphEndpointCommand: (
306
- output: __HttpResponse,
307
- context: __SerdeContext
308
- ) => Promise<CreatePrivateGraphEndpointCommandOutput>;
309
- export declare const de_DeleteGraphCommand: (
310
- output: __HttpResponse,
311
- context: __SerdeContext
312
- ) => Promise<DeleteGraphCommandOutput>;
313
- export declare const de_DeleteGraphSnapshotCommand: (
314
- output: __HttpResponse,
315
- context: __SerdeContext
316
- ) => Promise<DeleteGraphSnapshotCommandOutput>;
317
- export declare const de_DeletePrivateGraphEndpointCommand: (
318
- output: __HttpResponse,
319
- context: __SerdeContext
320
- ) => Promise<DeletePrivateGraphEndpointCommandOutput>;
321
- export declare const de_ExecuteQueryCommand: (
322
- output: __HttpResponse,
323
- context: __SerdeContext & __SdkStreamSerdeContext
324
- ) => Promise<ExecuteQueryCommandOutput>;
325
- export declare const de_GetExportTaskCommand: (
326
- output: __HttpResponse,
327
- context: __SerdeContext
328
- ) => Promise<GetExportTaskCommandOutput>;
329
- export declare const de_GetGraphCommand: (
330
- output: __HttpResponse,
331
- context: __SerdeContext
332
- ) => Promise<GetGraphCommandOutput>;
333
- export declare const de_GetGraphSnapshotCommand: (
334
- output: __HttpResponse,
335
- context: __SerdeContext
336
- ) => Promise<GetGraphSnapshotCommandOutput>;
337
- export declare const de_GetGraphSummaryCommand: (
338
- output: __HttpResponse,
339
- context: __SerdeContext
340
- ) => Promise<GetGraphSummaryCommandOutput>;
341
- export declare const de_GetImportTaskCommand: (
342
- output: __HttpResponse,
343
- context: __SerdeContext
344
- ) => Promise<GetImportTaskCommandOutput>;
345
- export declare const de_GetPrivateGraphEndpointCommand: (
346
- output: __HttpResponse,
347
- context: __SerdeContext
348
- ) => Promise<GetPrivateGraphEndpointCommandOutput>;
349
- export declare const de_GetQueryCommand: (
350
- output: __HttpResponse,
351
- context: __SerdeContext
352
- ) => Promise<GetQueryCommandOutput>;
353
- export declare const de_ListExportTasksCommand: (
354
- output: __HttpResponse,
355
- context: __SerdeContext
356
- ) => Promise<ListExportTasksCommandOutput>;
357
- export declare const de_ListGraphsCommand: (
358
- output: __HttpResponse,
359
- context: __SerdeContext
360
- ) => Promise<ListGraphsCommandOutput>;
361
- export declare const de_ListGraphSnapshotsCommand: (
362
- output: __HttpResponse,
363
- context: __SerdeContext
364
- ) => Promise<ListGraphSnapshotsCommandOutput>;
365
- export declare const de_ListImportTasksCommand: (
366
- output: __HttpResponse,
367
- context: __SerdeContext
368
- ) => Promise<ListImportTasksCommandOutput>;
369
- export declare const de_ListPrivateGraphEndpointsCommand: (
370
- output: __HttpResponse,
371
- context: __SerdeContext
372
- ) => Promise<ListPrivateGraphEndpointsCommandOutput>;
373
- export declare const de_ListQueriesCommand: (
374
- output: __HttpResponse,
375
- context: __SerdeContext
376
- ) => Promise<ListQueriesCommandOutput>;
377
- export declare const de_ListTagsForResourceCommand: (
378
- output: __HttpResponse,
379
- context: __SerdeContext
380
- ) => Promise<ListTagsForResourceCommandOutput>;
381
- export declare const de_ResetGraphCommand: (
382
- output: __HttpResponse,
383
- context: __SerdeContext
384
- ) => Promise<ResetGraphCommandOutput>;
385
- export declare const de_RestoreGraphFromSnapshotCommand: (
386
- output: __HttpResponse,
387
- context: __SerdeContext
388
- ) => Promise<RestoreGraphFromSnapshotCommandOutput>;
389
- export declare const de_StartExportTaskCommand: (
390
- output: __HttpResponse,
391
- context: __SerdeContext
392
- ) => Promise<StartExportTaskCommandOutput>;
393
- export declare const de_StartGraphCommand: (
394
- output: __HttpResponse,
395
- context: __SerdeContext
396
- ) => Promise<StartGraphCommandOutput>;
397
- export declare const de_StartImportTaskCommand: (
398
- output: __HttpResponse,
399
- context: __SerdeContext
400
- ) => Promise<StartImportTaskCommandOutput>;
401
- export declare const de_StopGraphCommand: (
402
- output: __HttpResponse,
403
- context: __SerdeContext
404
- ) => Promise<StopGraphCommandOutput>;
405
- export declare const de_TagResourceCommand: (
406
- output: __HttpResponse,
407
- context: __SerdeContext
408
- ) => Promise<TagResourceCommandOutput>;
409
- export declare const de_UntagResourceCommand: (
410
- output: __HttpResponse,
411
- context: __SerdeContext
412
- ) => Promise<UntagResourceCommandOutput>;
413
- export declare const de_UpdateGraphCommand: (
414
- output: __HttpResponse,
415
- context: __SerdeContext
416
- ) => Promise<UpdateGraphCommandOutput>;