@aws-sdk/client-neptune-graph 3.986.0 → 3.988.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.
@@ -0,0 +1,895 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetQueryInput$ = exports.GetPrivateGraphEndpointOutput$ = exports.GetPrivateGraphEndpointInput$ = exports.GetImportTaskOutput$ = exports.GetImportTaskInput$ = exports.GetGraphSummaryOutput$ = exports.GetGraphSummaryInput$ = exports.GetGraphSnapshotOutput$ = exports.GetGraphSnapshotInput$ = exports.GetGraphOutput$ = exports.GetGraphInput$ = exports.GetExportTaskOutput$ = exports.GetExportTaskInput$ = exports.ExportTaskSummary$ = exports.ExportTaskDetails$ = exports.ExportFilterPropertyAttributes$ = exports.ExportFilterElement$ = exports.ExportFilter$ = exports.ExecuteQueryOutput$ = exports.ExecuteQueryInput$ = exports.EdgeStructure$ = exports.DeletePrivateGraphEndpointOutput$ = exports.DeletePrivateGraphEndpointInput$ = exports.DeleteGraphSnapshotOutput$ = exports.DeleteGraphSnapshotInput$ = exports.DeleteGraphOutput$ = exports.DeleteGraphInput$ = exports.CreatePrivateGraphEndpointOutput$ = exports.CreatePrivateGraphEndpointInput$ = exports.CreateGraphUsingImportTaskOutput$ = exports.CreateGraphUsingImportTaskInput$ = exports.CreateGraphSnapshotOutput$ = exports.CreateGraphSnapshotInput$ = exports.CreateGraphOutput$ = exports.CreateGraphInput$ = exports.CancelQueryInput$ = exports.CancelImportTaskOutput$ = exports.CancelImportTaskInput$ = exports.CancelExportTaskOutput$ = exports.CancelExportTaskInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnprocessableException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.NeptuneGraphServiceException$ = void 0;
4
+ exports.CreateGraphUsingImportTask$ = exports.CreateGraphSnapshot$ = exports.CreateGraph$ = exports.CancelQuery$ = exports.CancelImportTask$ = exports.CancelExportTask$ = exports.ImportOptions$ = exports.VectorSearchConfiguration$ = exports.UpdateGraphOutput$ = exports.UpdateGraphInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.StopGraphOutput$ = exports.StopGraphInput$ = exports.StartImportTaskOutput$ = exports.StartImportTaskInput$ = exports.StartGraphOutput$ = exports.StartGraphInput$ = exports.StartExportTaskOutput$ = exports.StartExportTaskInput$ = exports.RestoreGraphFromSnapshotOutput$ = exports.RestoreGraphFromSnapshotInput$ = exports.ResetGraphOutput$ = exports.ResetGraphInput$ = exports.QuerySummary$ = exports.PrivateGraphEndpointSummary$ = exports.NodeStructure$ = exports.NeptuneImportOptions$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListQueriesOutput$ = exports.ListQueriesInput$ = exports.ListPrivateGraphEndpointsOutput$ = exports.ListPrivateGraphEndpointsInput$ = exports.ListImportTasksOutput$ = exports.ListImportTasksInput$ = exports.ListGraphsOutput$ = exports.ListGraphSnapshotsOutput$ = exports.ListGraphSnapshotsInput$ = exports.ListGraphsInput$ = exports.ListExportTasksOutput$ = exports.ListExportTasksInput$ = exports.ImportTaskSummary$ = exports.ImportTaskDetails$ = exports.GraphSummary$ = exports.GraphSnapshotSummary$ = exports.GraphDataSummary$ = exports.GetQueryOutput$ = void 0;
5
+ exports.UpdateGraph$ = exports.UntagResource$ = exports.TagResource$ = exports.StopGraph$ = exports.StartImportTask$ = exports.StartGraph$ = exports.StartExportTask$ = exports.RestoreGraphFromSnapshot$ = exports.ResetGraph$ = exports.ListTagsForResource$ = exports.ListQueries$ = exports.ListPrivateGraphEndpoints$ = exports.ListImportTasks$ = exports.ListGraphSnapshots$ = exports.ListGraphs$ = exports.ListExportTasks$ = exports.GetQuery$ = exports.GetPrivateGraphEndpoint$ = exports.GetImportTask$ = exports.GetGraphSummary$ = exports.GetGraphSnapshot$ = exports.GetGraph$ = exports.GetExportTask$ = exports.ExecuteQuery$ = exports.DeletePrivateGraphEndpoint$ = exports.DeleteGraphSnapshot$ = exports.DeleteGraph$ = exports.CreatePrivateGraphEndpoint$ = void 0;
6
+ const _ADE = "AccessDeniedException";
7
+ const _CE = "ConflictException";
8
+ const _CET = "CancelExportTask";
9
+ const _CETI = "CancelExportTaskInput";
10
+ const _CETO = "CancelExportTaskOutput";
11
+ const _CG = "CreateGraph";
12
+ const _CGI = "CreateGraphInput";
13
+ const _CGO = "CreateGraphOutput";
14
+ const _CGS = "CreateGraphSnapshot";
15
+ const _CGSI = "CreateGraphSnapshotInput";
16
+ const _CGSO = "CreateGraphSnapshotOutput";
17
+ const _CGUIT = "CreateGraphUsingImportTask";
18
+ const _CGUITI = "CreateGraphUsingImportTaskInput";
19
+ const _CGUITO = "CreateGraphUsingImportTaskOutput";
20
+ const _CIT = "CancelImportTask";
21
+ const _CITI = "CancelImportTaskInput";
22
+ const _CITO = "CancelImportTaskOutput";
23
+ const _CPGE = "CreatePrivateGraphEndpoint";
24
+ const _CPGEI = "CreatePrivateGraphEndpointInput";
25
+ const _CPGEO = "CreatePrivateGraphEndpointOutput";
26
+ const _CQ = "CancelQuery";
27
+ const _CQI = "CancelQueryInput";
28
+ const _DG = "DeleteGraph";
29
+ const _DGI = "DeleteGraphInput";
30
+ const _DGO = "DeleteGraphOutput";
31
+ const _DGS = "DeleteGraphSnapshot";
32
+ const _DGSI = "DeleteGraphSnapshotInput";
33
+ const _DGSO = "DeleteGraphSnapshotOutput";
34
+ const _DPGE = "DeletePrivateGraphEndpoint";
35
+ const _DPGEI = "DeletePrivateGraphEndpointInput";
36
+ const _DPGEO = "DeletePrivateGraphEndpointOutput";
37
+ const _EF = "ExportFilter";
38
+ const _EFE = "ExportFilterElement";
39
+ const _EFPA = "ExportFilterPropertyAttributes";
40
+ const _EFPLM = "ExportFilterPerLabelMap";
41
+ const _EFPM = "ExportFilterPropertyMap";
42
+ const _EQ = "ExecuteQuery";
43
+ const _EQI = "ExecuteQueryInput";
44
+ const _EQO = "ExecuteQueryOutput";
45
+ const _ES = "EdgeStructure";
46
+ const _ESd = "EdgeStructures";
47
+ const _ETD = "ExportTaskDetails";
48
+ const _ETS = "ExportTaskSummary";
49
+ const _ETSL = "ExportTaskSummaryList";
50
+ const _GDS = "GraphDataSummary";
51
+ const _GET = "GetExportTask";
52
+ const _GETI = "GetExportTaskInput";
53
+ const _GETO = "GetExportTaskOutput";
54
+ const _GG = "GetGraph";
55
+ const _GGI = "GetGraphInput";
56
+ const _GGO = "GetGraphOutput";
57
+ const _GGS = "GetGraphSnapshot";
58
+ const _GGSI = "GetGraphSnapshotInput";
59
+ const _GGSIe = "GetGraphSummaryInput";
60
+ const _GGSO = "GetGraphSnapshotOutput";
61
+ const _GGSOe = "GetGraphSummaryOutput";
62
+ const _GGSe = "GetGraphSummary";
63
+ const _GIT = "GetImportTask";
64
+ const _GITI = "GetImportTaskInput";
65
+ const _GITO = "GetImportTaskOutput";
66
+ const _GPGE = "GetPrivateGraphEndpoint";
67
+ const _GPGEI = "GetPrivateGraphEndpointInput";
68
+ const _GPGEO = "GetPrivateGraphEndpointOutput";
69
+ const _GQ = "GetQuery";
70
+ const _GQI = "GetQueryInput";
71
+ const _GQO = "GetQueryOutput";
72
+ const _GS = "GraphSummary";
73
+ const _GSL = "GraphSummaryList";
74
+ const _GSS = "GraphSnapshotSummary";
75
+ const _GSSL = "GraphSnapshotSummaryList";
76
+ const _IO = "ImportOptions";
77
+ const _ISE = "InternalServerException";
78
+ const _ITD = "ImportTaskDetails";
79
+ const _ITS = "ImportTaskSummary";
80
+ const _ITSL = "ImportTaskSummaryList";
81
+ const _LET = "ListExportTasks";
82
+ const _LETI = "ListExportTasksInput";
83
+ const _LETO = "ListExportTasksOutput";
84
+ const _LG = "ListGraphs";
85
+ const _LGI = "ListGraphsInput";
86
+ const _LGO = "ListGraphsOutput";
87
+ const _LGS = "ListGraphSnapshots";
88
+ const _LGSI = "ListGraphSnapshotsInput";
89
+ const _LGSO = "ListGraphSnapshotsOutput";
90
+ const _LIT = "ListImportTasks";
91
+ const _LITI = "ListImportTasksInput";
92
+ const _LITO = "ListImportTasksOutput";
93
+ const _LPGE = "ListPrivateGraphEndpoints";
94
+ const _LPGEI = "ListPrivateGraphEndpointsInput";
95
+ const _LPGEO = "ListPrivateGraphEndpointsOutput";
96
+ const _LQ = "ListQueries";
97
+ const _LQI = "ListQueriesInput";
98
+ const _LQO = "ListQueriesOutput";
99
+ const _LTFR = "ListTagsForResource";
100
+ const _LTFRI = "ListTagsForResourceInput";
101
+ const _LTFRO = "ListTagsForResourceOutput";
102
+ const _LVML = "LongValuedMapList";
103
+ const _NIO = "NeptuneImportOptions";
104
+ const _NS = "NodeStructure";
105
+ const _NSo = "NodeStructures";
106
+ const _PGES = "PrivateGraphEndpointSummary";
107
+ const _PGESL = "PrivateGraphEndpointSummaryList";
108
+ const _QRB = "QueryResponseBlob";
109
+ const _QS = "QuerySummary";
110
+ const _QSL = "QuerySummaryList";
111
+ const _RG = "ResetGraph";
112
+ const _RGFS = "RestoreGraphFromSnapshot";
113
+ const _RGFSI = "RestoreGraphFromSnapshotInput";
114
+ const _RGFSO = "RestoreGraphFromSnapshotOutput";
115
+ const _RGI = "ResetGraphInput";
116
+ const _RGO = "ResetGraphOutput";
117
+ const _RNFE = "ResourceNotFoundException";
118
+ const _SET = "StartExportTask";
119
+ const _SETI = "StartExportTaskInput";
120
+ const _SETO = "StartExportTaskOutput";
121
+ const _SG = "StartGraph";
122
+ const _SGI = "StartGraphInput";
123
+ const _SGIt = "StopGraphInput";
124
+ const _SGO = "StartGraphOutput";
125
+ const _SGOt = "StopGraphOutput";
126
+ const _SGt = "StopGraph";
127
+ const _SIT = "StartImportTask";
128
+ const _SITI = "StartImportTaskInput";
129
+ const _SITO = "StartImportTaskOutput";
130
+ const _SQEE = "ServiceQuotaExceededException";
131
+ const _TE = "ThrottlingException";
132
+ const _TR = "TagResource";
133
+ const _TRI = "TagResourceInput";
134
+ const _TRO = "TagResourceOutput";
135
+ const _UE = "UnprocessableException";
136
+ const _UG = "UpdateGraph";
137
+ const _UGI = "UpdateGraphInput";
138
+ const _UGO = "UpdateGraphOutput";
139
+ const _UR = "UntagResource";
140
+ const _URI = "UntagResourceInput";
141
+ const _URO = "UntagResourceOutput";
142
+ const _VE = "ValidationException";
143
+ const _VSC = "VectorSearchConfiguration";
144
+ const _a = "arn";
145
+ const _aN = "attemptNumber";
146
+ const _bN = "buildNumber";
147
+ const _bNH = "blankNodeHandling";
148
+ const _c = "client";
149
+ const _cT = "createTime";
150
+ const _co = "count";
151
+ const _d = "destination";
152
+ const _dEC = "dictionaryEntryCount";
153
+ const _dOEL = "distinctOutgoingEdgeLabels";
154
+ const _dP = "deletionProtection";
155
+ const _di = "dimension";
156
+ const _e = "error";
157
+ const _eC = "errorCount";
158
+ const _eD = "errorDetails";
159
+ const _eF = "edgeFilter";
160
+ const _eFx = "exportFilter";
161
+ const _eL = "edgeLabels";
162
+ const _eM = "explainMode";
163
+ const _eP = "edgeProperties";
164
+ const _eS = "edgeStructures";
165
+ const _eTD = "exportTaskDetails";
166
+ const _el = "elapsed";
167
+ const _en = "endpoint";
168
+ const _ex = "explain";
169
+ const _f = "format";
170
+ const _fOE = "failOnError";
171
+ const _g = "graphs";
172
+ const _gI = "graphId";
173
+ const _gIr = "graphIdentifier";
174
+ const _gN = "graphName";
175
+ const _gS = "graphSummary";
176
+ const _gSr = "graphSnapshots";
177
+ const _h = "http";
178
+ const _hE = "httpError";
179
+ const _hH = "httpHeader";
180
+ const _hL = "hostLabel";
181
+ const _hQ = "httpQuery";
182
+ const _i = "id";
183
+ const _iO = "importOptions";
184
+ const _iTD = "importTaskDetails";
185
+ const _jN = "jsonName";
186
+ const _kKI = "kmsKeyIdentifier";
187
+ const _l = "language";
188
+ const _lSCT = "lastStatisticsComputationTime";
189
+ const _m = "message";
190
+ const _mPM = "maxProvisionedMemory";
191
+ const _mPMi = "minProvisionedMemory";
192
+ const _mR = "maxResults";
193
+ const _mVH = "multiValueHandling";
194
+ const _mo = "mode";
195
+ const _n = "name";
196
+ const _nE = "numEdges";
197
+ const _nEL = "numEdgeLabels";
198
+ const _nEP = "numEdgeProperties";
199
+ const _nEW = "numEdgesWritten";
200
+ const _nL = "nodeLabels";
201
+ const _nN = "numNodes";
202
+ const _nNL = "numNodeLabels";
203
+ const _nNP = "numNodeProperties";
204
+ const _nP = "nodeProperties";
205
+ const _nS = "nodeStructures";
206
+ const _nT = "nextToken";
207
+ const _nVW = "numVerticesWritten";
208
+ const _ne = "neptune";
209
+ const _oT = "outputType";
210
+ const _p = "parameters";
211
+ const _pC = "publicConnectivity";
212
+ const _pCl = "planCache";
213
+ const _pDVL = "preserveDefaultVertexLabels";
214
+ const _pEI = "preserveEdgeIds";
215
+ const _pGE = "privateGraphEndpoints";
216
+ const _pM = "provisionedMemory";
217
+ const _pP = "progressPercentage";
218
+ const _pT = "parquetType";
219
+ const _pa = "payload";
220
+ const _pr = "properties";
221
+ const _q = "query";
222
+ const _qC = "quotaCode";
223
+ const _qI = "queryId";
224
+ const _qS = "queryString";
225
+ const _qTM = "queryTimeoutMilliseconds";
226
+ const _qu = "queries";
227
+ const _r = "reason";
228
+ const _rA = "roleArn";
229
+ const _rAe = "resourceArn";
230
+ const _rC = "replicaCount";
231
+ const _rI = "resourceId";
232
+ const _rT = "resourceType";
233
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.neptunegraph";
234
+ const _sC = "serviceCode";
235
+ const _sCT = "snapshotCreateTime";
236
+ const _sCt = "statementCount";
237
+ const _sEKKI = "s3ExportKmsKeyId";
238
+ const _sEP = "s3ExportPath";
239
+ const _sGI = "sourceGraphId";
240
+ const _sI = "subnetIds";
241
+ const _sIn = "snapshotIdentifier";
242
+ const _sN = "snapshotName";
243
+ const _sPN = "sourcePropertyName";
244
+ const _sR = "statusReason";
245
+ const _sS = "skipSnapshot";
246
+ const _sSI = "sourceSnapshotId";
247
+ const _sT = "startTime";
248
+ const _se = "server";
249
+ const _so = "source";
250
+ const _st = "streaming";
251
+ const _sta = "status";
252
+ const _stat = "state";
253
+ const _t = "tags";
254
+ const _tEPV = "totalEdgePropertyValues";
255
+ const _tES = "timeElapsedSeconds";
256
+ const _tI = "taskIdentifier";
257
+ const _tIa = "taskId";
258
+ const _tK = "tagKeys";
259
+ const _tNPV = "totalNodePropertyValues";
260
+ const _ta = "tasks";
261
+ const _v = "version";
262
+ const _vEI = "vpcEndpointId";
263
+ const _vF = "vertexFilter";
264
+ const _vI = "vpcId";
265
+ const _vSC = "vectorSearchConfiguration";
266
+ const _vSGI = "vpcSecurityGroupIds";
267
+ const _w = "waited";
268
+ const n0 = "com.amazonaws.neptunegraph";
269
+ const schema_1 = require("@smithy/core/schema");
270
+ const errors_1 = require("../models/errors");
271
+ const NeptuneGraphServiceException_1 = require("../models/NeptuneGraphServiceException");
272
+ const _s_registry = schema_1.TypeRegistry.for(_s);
273
+ exports.NeptuneGraphServiceException$ = [-3, _s, "NeptuneGraphServiceException", 0, [], []];
274
+ _s_registry.registerError(exports.NeptuneGraphServiceException$, NeptuneGraphServiceException_1.NeptuneGraphServiceException);
275
+ const n0_registry = schema_1.TypeRegistry.for(n0);
276
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
277
+ { [_e]: _c, [_hE]: 403 },
278
+ [_m],
279
+ [0], 1
280
+ ];
281
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
282
+ exports.ConflictException$ = [-3, n0, _CE,
283
+ { [_e]: _c, [_hE]: 409 },
284
+ [_m, _r],
285
+ [0, 0], 1
286
+ ];
287
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
288
+ exports.InternalServerException$ = [-3, n0, _ISE,
289
+ { [_e]: _se, [_hE]: 500 },
290
+ [_m],
291
+ [0], 1
292
+ ];
293
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
294
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
295
+ { [_e]: _c, [_hE]: 404 },
296
+ [_m],
297
+ [0], 1
298
+ ];
299
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
300
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
301
+ { [_e]: _c, [_hE]: 402 },
302
+ [_m, _rI, _rT, _sC, _qC],
303
+ [0, 0, 0, 0, 0], 1
304
+ ];
305
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
306
+ exports.ThrottlingException$ = [-3, n0, _TE,
307
+ { [_e]: _c, [_hE]: 429 },
308
+ [_m],
309
+ [0], 1
310
+ ];
311
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
312
+ exports.UnprocessableException$ = [-3, n0, _UE,
313
+ { [_e]: _c, [_hE]: 422 },
314
+ [_m, _r],
315
+ [0, 0], 2
316
+ ];
317
+ n0_registry.registerError(exports.UnprocessableException$, errors_1.UnprocessableException);
318
+ exports.ValidationException$ = [-3, n0, _VE,
319
+ { [_e]: _c, [_hE]: 400 },
320
+ [_m, _r],
321
+ [0, 0], 1
322
+ ];
323
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
324
+ exports.errorTypeRegistries = [
325
+ _s_registry,
326
+ n0_registry,
327
+ ];
328
+ var QueryResponseBlob = [0, n0, _QRB, { [_st]: 1 }, 42];
329
+ exports.CancelExportTaskInput$ = [3, n0, _CETI,
330
+ 0,
331
+ [_tI],
332
+ [[0, 1]], 1
333
+ ];
334
+ exports.CancelExportTaskOutput$ = [3, n0, _CETO,
335
+ 0,
336
+ [_gI, _rA, _tIa, _sta, _f, _d, _kKI, _pT, _sR],
337
+ [0, 0, 0, 0, 0, 0, 0, 0, 0], 7
338
+ ];
339
+ exports.CancelImportTaskInput$ = [3, n0, _CITI,
340
+ 0,
341
+ [_tI],
342
+ [[0, 1]], 1
343
+ ];
344
+ exports.CancelImportTaskOutput$ = [3, n0, _CITO,
345
+ 0,
346
+ [_tIa, _so, _rA, _sta, _gI, _f, _pT],
347
+ [0, 0, 0, 0, 0, 0, 0], 4
348
+ ];
349
+ exports.CancelQueryInput$ = [3, n0, _CQI,
350
+ 0,
351
+ [_gIr, _qI],
352
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [0, 1]], 2
353
+ ];
354
+ exports.CreateGraphInput$ = [3, n0, _CGI,
355
+ 0,
356
+ [_gN, _pM, _t, _pC, _kKI, _vSC, _rC, _dP],
357
+ [0, 1, 128 | 0, 2, 0, () => exports.VectorSearchConfiguration$, 1, 2], 2
358
+ ];
359
+ exports.CreateGraphOutput$ = [3, n0, _CGO,
360
+ 0,
361
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
362
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
363
+ ];
364
+ exports.CreateGraphSnapshotInput$ = [3, n0, _CGSI,
365
+ 0,
366
+ [_gIr, _sN, _t],
367
+ [0, 0, 128 | 0], 2
368
+ ];
369
+ exports.CreateGraphSnapshotOutput$ = [3, n0, _CGSO,
370
+ 0,
371
+ [_i, _n, _a, _sGI, _sCT, _sta, _kKI],
372
+ [0, 0, 0, 0, 4, 0, 0], 3
373
+ ];
374
+ exports.CreateGraphUsingImportTaskInput$ = [3, n0, _CGUITI,
375
+ 0,
376
+ [_gN, _so, _rA, _t, _pC, _kKI, _vSC, _rC, _dP, _iO, _mPM, _mPMi, _fOE, _f, _pT, _bNH],
377
+ [0, 0, 0, 128 | 0, 2, 0, () => exports.VectorSearchConfiguration$, 1, 2, () => exports.ImportOptions$, 1, 1, 2, 0, 0, 0], 3
378
+ ];
379
+ exports.CreateGraphUsingImportTaskOutput$ = [3, n0, _CGUITO,
380
+ 0,
381
+ [_tIa, _so, _rA, _sta, _gI, _f, _pT, _iO],
382
+ [0, 0, 0, 0, 0, 0, 0, () => exports.ImportOptions$], 4
383
+ ];
384
+ exports.CreatePrivateGraphEndpointInput$ = [3, n0, _CPGEI,
385
+ 0,
386
+ [_gIr, _vI, _sI, _vSGI],
387
+ [[0, 1], 0, 64 | 0, 64 | 0], 1
388
+ ];
389
+ exports.CreatePrivateGraphEndpointOutput$ = [3, n0, _CPGEO,
390
+ 0,
391
+ [_vI, _sI, _sta, _vEI],
392
+ [0, 64 | 0, 0, 0], 3
393
+ ];
394
+ exports.DeleteGraphInput$ = [3, n0, _DGI,
395
+ 0,
396
+ [_gIr, _sS],
397
+ [[0, 1], [2, { [_hQ]: _sS }]], 2
398
+ ];
399
+ exports.DeleteGraphOutput$ = [3, n0, _DGO,
400
+ 0,
401
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
402
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
403
+ ];
404
+ exports.DeleteGraphSnapshotInput$ = [3, n0, _DGSI,
405
+ 0,
406
+ [_sIn],
407
+ [[0, 1]], 1
408
+ ];
409
+ exports.DeleteGraphSnapshotOutput$ = [3, n0, _DGSO,
410
+ 0,
411
+ [_i, _n, _a, _sGI, _sCT, _sta, _kKI],
412
+ [0, 0, 0, 0, 4, 0, 0], 3
413
+ ];
414
+ exports.DeletePrivateGraphEndpointInput$ = [3, n0, _DPGEI,
415
+ 0,
416
+ [_gIr, _vI],
417
+ [[0, 1], [0, 1]], 2
418
+ ];
419
+ exports.DeletePrivateGraphEndpointOutput$ = [3, n0, _DPGEO,
420
+ 0,
421
+ [_vI, _sI, _sta, _vEI],
422
+ [0, 64 | 0, 0, 0], 3
423
+ ];
424
+ exports.EdgeStructure$ = [3, n0, _ES,
425
+ 0,
426
+ [_co, _eP],
427
+ [1, 64 | 0]
428
+ ];
429
+ exports.ExecuteQueryInput$ = [3, n0, _EQI,
430
+ 0,
431
+ [_gIr, _qS, _l, _p, _pCl, _eM, _qTM],
432
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [0, { [_jN]: _q }], 0, 128 | 15, 0, [0, { [_jN]: _ex }], 1], 3
433
+ ];
434
+ exports.ExecuteQueryOutput$ = [3, n0, _EQO,
435
+ 0,
436
+ [_pa],
437
+ [[() => QueryResponseBlob, 16]], 1
438
+ ];
439
+ exports.ExportFilter$ = [3, n0, _EF,
440
+ 0,
441
+ [_vF, _eF],
442
+ [() => ExportFilterPerLabelMap, () => ExportFilterPerLabelMap]
443
+ ];
444
+ exports.ExportFilterElement$ = [3, n0, _EFE,
445
+ 0,
446
+ [_pr],
447
+ [() => ExportFilterPropertyMap]
448
+ ];
449
+ exports.ExportFilterPropertyAttributes$ = [3, n0, _EFPA,
450
+ 0,
451
+ [_oT, _sPN, _mVH],
452
+ [0, 0, 0]
453
+ ];
454
+ exports.ExportTaskDetails$ = [3, n0, _ETD,
455
+ 0,
456
+ [_sT, _tES, _pP, _nVW, _nEW],
457
+ [4, 1, 1, 1, 1], 3
458
+ ];
459
+ exports.ExportTaskSummary$ = [3, n0, _ETS,
460
+ 0,
461
+ [_gI, _rA, _tIa, _sta, _f, _d, _kKI, _pT, _sR],
462
+ [0, 0, 0, 0, 0, 0, 0, 0, 0], 7
463
+ ];
464
+ exports.GetExportTaskInput$ = [3, n0, _GETI,
465
+ 0,
466
+ [_tI],
467
+ [[0, 1]], 1
468
+ ];
469
+ exports.GetExportTaskOutput$ = [3, n0, _GETO,
470
+ 0,
471
+ [_gI, _rA, _tIa, _sta, _f, _d, _kKI, _pT, _sR, _eTD, _eFx],
472
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => exports.ExportTaskDetails$, () => exports.ExportFilter$], 7
473
+ ];
474
+ exports.GetGraphInput$ = [3, n0, _GGI,
475
+ 0,
476
+ [_gIr],
477
+ [[0, 1]], 1
478
+ ];
479
+ exports.GetGraphOutput$ = [3, n0, _GGO,
480
+ 0,
481
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
482
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
483
+ ];
484
+ exports.GetGraphSnapshotInput$ = [3, n0, _GGSI,
485
+ 0,
486
+ [_sIn],
487
+ [[0, 1]], 1
488
+ ];
489
+ exports.GetGraphSnapshotOutput$ = [3, n0, _GGSO,
490
+ 0,
491
+ [_i, _n, _a, _sGI, _sCT, _sta, _kKI],
492
+ [0, 0, 0, 0, 4, 0, 0], 3
493
+ ];
494
+ exports.GetGraphSummaryInput$ = [3, n0, _GGSIe,
495
+ 0,
496
+ [_gIr, _mo],
497
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [0, { [_hQ]: _mo }]], 1
498
+ ];
499
+ exports.GetGraphSummaryOutput$ = [3, n0, _GGSOe,
500
+ 0,
501
+ [_v, _lSCT, _gS],
502
+ [0, 5, () => exports.GraphDataSummary$]
503
+ ];
504
+ exports.GetImportTaskInput$ = [3, n0, _GITI,
505
+ 0,
506
+ [_tI],
507
+ [[0, 1]], 1
508
+ ];
509
+ exports.GetImportTaskOutput$ = [3, n0, _GITO,
510
+ 0,
511
+ [_tIa, _so, _rA, _sta, _gI, _f, _pT, _iO, _iTD, _aN, _sR],
512
+ [0, 0, 0, 0, 0, 0, 0, () => exports.ImportOptions$, () => exports.ImportTaskDetails$, 1, 0], 4
513
+ ];
514
+ exports.GetPrivateGraphEndpointInput$ = [3, n0, _GPGEI,
515
+ 0,
516
+ [_gIr, _vI],
517
+ [[0, 1], [0, 1]], 2
518
+ ];
519
+ exports.GetPrivateGraphEndpointOutput$ = [3, n0, _GPGEO,
520
+ 0,
521
+ [_vI, _sI, _sta, _vEI],
522
+ [0, 64 | 0, 0, 0], 3
523
+ ];
524
+ exports.GetQueryInput$ = [3, n0, _GQI,
525
+ 0,
526
+ [_gIr, _qI],
527
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [0, 1]], 2
528
+ ];
529
+ exports.GetQueryOutput$ = [3, n0, _GQO,
530
+ 0,
531
+ [_i, _qS, _w, _el, _stat],
532
+ [0, 0, 1, 1, 0]
533
+ ];
534
+ exports.GraphDataSummary$ = [3, n0, _GDS,
535
+ 0,
536
+ [_nN, _nE, _nNL, _nEL, _nL, _eL, _nNP, _nEP, _nP, _eP, _tNPV, _tEPV, _nS, _eS],
537
+ [1, 1, 1, 1, 64 | 0, 64 | 0, 1, 1, [1, n0, _LVML, 0, 128 | 1], [1, n0, _LVML, 0, 128 | 1], 1, 1, () => NodeStructures, () => EdgeStructures]
538
+ ];
539
+ exports.GraphSnapshotSummary$ = [3, n0, _GSS,
540
+ 0,
541
+ [_i, _n, _a, _sGI, _sCT, _sta, _kKI],
542
+ [0, 0, 0, 0, 4, 0, 0], 3
543
+ ];
544
+ exports.GraphSummary$ = [3, n0, _GS,
545
+ 0,
546
+ [_i, _n, _a, _sta, _pM, _pC, _en, _rC, _kKI, _dP],
547
+ [0, 0, 0, 0, 1, 2, 0, 1, 0, 2], 3
548
+ ];
549
+ exports.ImportTaskDetails$ = [3, n0, _ITD,
550
+ 0,
551
+ [_sta, _sT, _tES, _pP, _eC, _sCt, _dEC, _eD],
552
+ [0, 4, 1, 1, 1, 1, 1, 0], 7
553
+ ];
554
+ exports.ImportTaskSummary$ = [3, n0, _ITS,
555
+ 0,
556
+ [_tIa, _so, _rA, _sta, _gI, _f, _pT],
557
+ [0, 0, 0, 0, 0, 0, 0], 4
558
+ ];
559
+ exports.ListExportTasksInput$ = [3, n0, _LETI,
560
+ 0,
561
+ [_gIr, _nT, _mR],
562
+ [[0, { [_hQ]: _gIr }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
563
+ ];
564
+ exports.ListExportTasksOutput$ = [3, n0, _LETO,
565
+ 0,
566
+ [_ta, _nT],
567
+ [() => ExportTaskSummaryList, 0], 1
568
+ ];
569
+ exports.ListGraphsInput$ = [3, n0, _LGI,
570
+ 0,
571
+ [_nT, _mR],
572
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
573
+ ];
574
+ exports.ListGraphSnapshotsInput$ = [3, n0, _LGSI,
575
+ 0,
576
+ [_gIr, _nT, _mR],
577
+ [[0, { [_hQ]: _gIr }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
578
+ ];
579
+ exports.ListGraphSnapshotsOutput$ = [3, n0, _LGSO,
580
+ 0,
581
+ [_gSr, _nT],
582
+ [() => GraphSnapshotSummaryList, 0], 1
583
+ ];
584
+ exports.ListGraphsOutput$ = [3, n0, _LGO,
585
+ 0,
586
+ [_g, _nT],
587
+ [() => GraphSummaryList, 0], 1
588
+ ];
589
+ exports.ListImportTasksInput$ = [3, n0, _LITI,
590
+ 0,
591
+ [_nT, _mR],
592
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
593
+ ];
594
+ exports.ListImportTasksOutput$ = [3, n0, _LITO,
595
+ 0,
596
+ [_ta, _nT],
597
+ [() => ImportTaskSummaryList, 0], 1
598
+ ];
599
+ exports.ListPrivateGraphEndpointsInput$ = [3, n0, _LPGEI,
600
+ 0,
601
+ [_gIr, _nT, _mR],
602
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
603
+ ];
604
+ exports.ListPrivateGraphEndpointsOutput$ = [3, n0, _LPGEO,
605
+ 0,
606
+ [_pGE, _nT],
607
+ [() => PrivateGraphEndpointSummaryList, 0], 1
608
+ ];
609
+ exports.ListQueriesInput$ = [3, n0, _LQI,
610
+ 0,
611
+ [_gIr, _mR, _stat],
612
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _stat }]], 2
613
+ ];
614
+ exports.ListQueriesOutput$ = [3, n0, _LQO,
615
+ 0,
616
+ [_qu],
617
+ [() => QuerySummaryList], 1
618
+ ];
619
+ exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
620
+ 0,
621
+ [_rAe],
622
+ [[0, 1]], 1
623
+ ];
624
+ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
625
+ 0,
626
+ [_t],
627
+ [128 | 0]
628
+ ];
629
+ exports.NeptuneImportOptions$ = [3, n0, _NIO,
630
+ 0,
631
+ [_sEP, _sEKKI, _pDVL, _pEI],
632
+ [0, 0, 2, 2], 2
633
+ ];
634
+ exports.NodeStructure$ = [3, n0, _NS,
635
+ 0,
636
+ [_co, _nP, _dOEL],
637
+ [1, 64 | 0, 64 | 0]
638
+ ];
639
+ exports.PrivateGraphEndpointSummary$ = [3, n0, _PGES,
640
+ 0,
641
+ [_vI, _sI, _sta, _vEI],
642
+ [0, 64 | 0, 0, 0], 3
643
+ ];
644
+ exports.QuerySummary$ = [3, n0, _QS,
645
+ 0,
646
+ [_i, _qS, _w, _el, _stat],
647
+ [0, 0, 1, 1, 0]
648
+ ];
649
+ exports.ResetGraphInput$ = [3, n0, _RGI,
650
+ 0,
651
+ [_gIr, _sS],
652
+ [[0, 1], 2], 2
653
+ ];
654
+ exports.ResetGraphOutput$ = [3, n0, _RGO,
655
+ 0,
656
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
657
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
658
+ ];
659
+ exports.RestoreGraphFromSnapshotInput$ = [3, n0, _RGFSI,
660
+ 0,
661
+ [_sIn, _gN, _pM, _dP, _t, _rC, _pC],
662
+ [[0, 1], 0, 1, 2, 128 | 0, 1, 2], 2
663
+ ];
664
+ exports.RestoreGraphFromSnapshotOutput$ = [3, n0, _RGFSO,
665
+ 0,
666
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
667
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
668
+ ];
669
+ exports.StartExportTaskInput$ = [3, n0, _SETI,
670
+ 0,
671
+ [_gIr, _rA, _f, _d, _kKI, _pT, _eFx, _t],
672
+ [0, 0, 0, 0, 0, 0, () => exports.ExportFilter$, 128 | 0], 5
673
+ ];
674
+ exports.StartExportTaskOutput$ = [3, n0, _SETO,
675
+ 0,
676
+ [_gI, _rA, _tIa, _sta, _f, _d, _kKI, _pT, _sR, _eFx],
677
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => exports.ExportFilter$], 7
678
+ ];
679
+ exports.StartGraphInput$ = [3, n0, _SGI,
680
+ 0,
681
+ [_gIr],
682
+ [[0, 1]], 1
683
+ ];
684
+ exports.StartGraphOutput$ = [3, n0, _SGO,
685
+ 0,
686
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
687
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
688
+ ];
689
+ exports.StartImportTaskInput$ = [3, n0, _SITI,
690
+ 0,
691
+ [_so, _gIr, _rA, _iO, _fOE, _f, _pT, _bNH],
692
+ [0, [0, 1], 0, () => exports.ImportOptions$, 2, 0, 0, 0], 3
693
+ ];
694
+ exports.StartImportTaskOutput$ = [3, n0, _SITO,
695
+ 0,
696
+ [_tIa, _so, _rA, _sta, _gI, _f, _pT, _iO],
697
+ [0, 0, 0, 0, 0, 0, 0, () => exports.ImportOptions$], 4
698
+ ];
699
+ exports.StopGraphInput$ = [3, n0, _SGIt,
700
+ 0,
701
+ [_gIr],
702
+ [[0, 1]], 1
703
+ ];
704
+ exports.StopGraphOutput$ = [3, n0, _SGOt,
705
+ 0,
706
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
707
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
708
+ ];
709
+ exports.TagResourceInput$ = [3, n0, _TRI,
710
+ 0,
711
+ [_rAe, _t],
712
+ [[0, 1], 128 | 0], 2
713
+ ];
714
+ exports.TagResourceOutput$ = [3, n0, _TRO,
715
+ 0,
716
+ [],
717
+ []
718
+ ];
719
+ exports.UntagResourceInput$ = [3, n0, _URI,
720
+ 0,
721
+ [_rAe, _tK],
722
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
723
+ ];
724
+ exports.UntagResourceOutput$ = [3, n0, _URO,
725
+ 0,
726
+ [],
727
+ []
728
+ ];
729
+ exports.UpdateGraphInput$ = [3, n0, _UGI,
730
+ 0,
731
+ [_gIr, _pC, _pM, _dP],
732
+ [[0, 1], 2, 1, 2], 1
733
+ ];
734
+ exports.UpdateGraphOutput$ = [3, n0, _UGO,
735
+ 0,
736
+ [_i, _n, _a, _sta, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
737
+ [0, 0, 0, 0, 0, 4, 1, 0, 2, () => exports.VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
738
+ ];
739
+ exports.VectorSearchConfiguration$ = [3, n0, _VSC,
740
+ 0,
741
+ [_di],
742
+ [1], 1
743
+ ];
744
+ var __Unit = "unit";
745
+ var EdgeLabels = 64 | 0;
746
+ var EdgeProperties = 64 | 0;
747
+ var EdgeStructures = [1, n0, _ESd,
748
+ 0, () => exports.EdgeStructure$
749
+ ];
750
+ var ExportTaskSummaryList = [1, n0, _ETSL,
751
+ 0, () => exports.ExportTaskSummary$
752
+ ];
753
+ var GraphSnapshotSummaryList = [1, n0, _GSSL,
754
+ 0, () => exports.GraphSnapshotSummary$
755
+ ];
756
+ var GraphSummaryList = [1, n0, _GSL,
757
+ 0, () => exports.GraphSummary$
758
+ ];
759
+ var ImportTaskSummaryList = [1, n0, _ITSL,
760
+ 0, () => exports.ImportTaskSummary$
761
+ ];
762
+ var LongValuedMapList = [1, n0, _LVML,
763
+ 0, 128 | 1
764
+ ];
765
+ var NodeLabels = 64 | 0;
766
+ var NodeProperties = 64 | 0;
767
+ var NodeStructures = [1, n0, _NSo,
768
+ 0, () => exports.NodeStructure$
769
+ ];
770
+ var OutgoingEdgeLabels = 64 | 0;
771
+ var PrivateGraphEndpointSummaryList = [1, n0, _PGESL,
772
+ 0, () => exports.PrivateGraphEndpointSummary$
773
+ ];
774
+ var QuerySummaryList = [1, n0, _QSL,
775
+ 0, () => exports.QuerySummary$
776
+ ];
777
+ var SecurityGroupIds = 64 | 0;
778
+ var SubnetIds = 64 | 0;
779
+ var TagKeyList = 64 | 0;
780
+ var DocumentValuedMap = 128 | 15;
781
+ var ExportFilterPerLabelMap = [2, n0, _EFPLM,
782
+ 0, 0, () => exports.ExportFilterElement$
783
+ ];
784
+ var ExportFilterPropertyMap = [2, n0, _EFPM,
785
+ 0, 0, () => exports.ExportFilterPropertyAttributes$
786
+ ];
787
+ var LongValuedMap = 128 | 1;
788
+ var TagMap = 128 | 0;
789
+ exports.ImportOptions$ = [4, n0, _IO,
790
+ 0,
791
+ [_ne],
792
+ [() => exports.NeptuneImportOptions$]
793
+ ];
794
+ exports.CancelExportTask$ = [9, n0, _CET,
795
+ { [_h]: ["DELETE", "/exporttasks/{taskIdentifier}", 200] }, () => exports.CancelExportTaskInput$, () => exports.CancelExportTaskOutput$
796
+ ];
797
+ exports.CancelImportTask$ = [9, n0, _CIT,
798
+ { [_h]: ["DELETE", "/importtasks/{taskIdentifier}", 200] }, () => exports.CancelImportTaskInput$, () => exports.CancelImportTaskOutput$
799
+ ];
800
+ exports.CancelQuery$ = [9, n0, _CQ,
801
+ { [_en]: ["{graphIdentifier}."], [_h]: ["DELETE", "/queries/{queryId}", 200] }, () => exports.CancelQueryInput$, () => __Unit
802
+ ];
803
+ exports.CreateGraph$ = [9, n0, _CG,
804
+ { [_h]: ["POST", "/graphs", 201] }, () => exports.CreateGraphInput$, () => exports.CreateGraphOutput$
805
+ ];
806
+ exports.CreateGraphSnapshot$ = [9, n0, _CGS,
807
+ { [_h]: ["POST", "/snapshots", 201] }, () => exports.CreateGraphSnapshotInput$, () => exports.CreateGraphSnapshotOutput$
808
+ ];
809
+ exports.CreateGraphUsingImportTask$ = [9, n0, _CGUIT,
810
+ { [_h]: ["POST", "/importtasks", 201] }, () => exports.CreateGraphUsingImportTaskInput$, () => exports.CreateGraphUsingImportTaskOutput$
811
+ ];
812
+ exports.CreatePrivateGraphEndpoint$ = [9, n0, _CPGE,
813
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/endpoints/", 201] }, () => exports.CreatePrivateGraphEndpointInput$, () => exports.CreatePrivateGraphEndpointOutput$
814
+ ];
815
+ exports.DeleteGraph$ = [9, n0, _DG,
816
+ { [_h]: ["DELETE", "/graphs/{graphIdentifier}", 200] }, () => exports.DeleteGraphInput$, () => exports.DeleteGraphOutput$
817
+ ];
818
+ exports.DeleteGraphSnapshot$ = [9, n0, _DGS,
819
+ { [_h]: ["DELETE", "/snapshots/{snapshotIdentifier}", 200] }, () => exports.DeleteGraphSnapshotInput$, () => exports.DeleteGraphSnapshotOutput$
820
+ ];
821
+ exports.DeletePrivateGraphEndpoint$ = [9, n0, _DPGE,
822
+ { [_h]: ["DELETE", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] }, () => exports.DeletePrivateGraphEndpointInput$, () => exports.DeletePrivateGraphEndpointOutput$
823
+ ];
824
+ exports.ExecuteQuery$ = [9, n0, _EQ,
825
+ { [_en]: ["{graphIdentifier}."], [_h]: ["POST", "/queries", 200] }, () => exports.ExecuteQueryInput$, () => exports.ExecuteQueryOutput$
826
+ ];
827
+ exports.GetExportTask$ = [9, n0, _GET,
828
+ { [_h]: ["GET", "/exporttasks/{taskIdentifier}", 200] }, () => exports.GetExportTaskInput$, () => exports.GetExportTaskOutput$
829
+ ];
830
+ exports.GetGraph$ = [9, n0, _GG,
831
+ { [_h]: ["GET", "/graphs/{graphIdentifier}", 200] }, () => exports.GetGraphInput$, () => exports.GetGraphOutput$
832
+ ];
833
+ exports.GetGraphSnapshot$ = [9, n0, _GGS,
834
+ { [_h]: ["GET", "/snapshots/{snapshotIdentifier}", 200] }, () => exports.GetGraphSnapshotInput$, () => exports.GetGraphSnapshotOutput$
835
+ ];
836
+ exports.GetGraphSummary$ = [9, n0, _GGSe,
837
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/summary", 200] }, () => exports.GetGraphSummaryInput$, () => exports.GetGraphSummaryOutput$
838
+ ];
839
+ exports.GetImportTask$ = [9, n0, _GIT,
840
+ { [_h]: ["GET", "/importtasks/{taskIdentifier}", 200] }, () => exports.GetImportTaskInput$, () => exports.GetImportTaskOutput$
841
+ ];
842
+ exports.GetPrivateGraphEndpoint$ = [9, n0, _GPGE,
843
+ { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] }, () => exports.GetPrivateGraphEndpointInput$, () => exports.GetPrivateGraphEndpointOutput$
844
+ ];
845
+ exports.GetQuery$ = [9, n0, _GQ,
846
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries/{queryId}", 200] }, () => exports.GetQueryInput$, () => exports.GetQueryOutput$
847
+ ];
848
+ exports.ListExportTasks$ = [9, n0, _LET,
849
+ { [_h]: ["GET", "/exporttasks", 200] }, () => exports.ListExportTasksInput$, () => exports.ListExportTasksOutput$
850
+ ];
851
+ exports.ListGraphs$ = [9, n0, _LG,
852
+ { [_h]: ["GET", "/graphs", 200] }, () => exports.ListGraphsInput$, () => exports.ListGraphsOutput$
853
+ ];
854
+ exports.ListGraphSnapshots$ = [9, n0, _LGS,
855
+ { [_h]: ["GET", "/snapshots", 200] }, () => exports.ListGraphSnapshotsInput$, () => exports.ListGraphSnapshotsOutput$
856
+ ];
857
+ exports.ListImportTasks$ = [9, n0, _LIT,
858
+ { [_h]: ["GET", "/importtasks", 200] }, () => exports.ListImportTasksInput$, () => exports.ListImportTasksOutput$
859
+ ];
860
+ exports.ListPrivateGraphEndpoints$ = [9, n0, _LPGE,
861
+ { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/", 200] }, () => exports.ListPrivateGraphEndpointsInput$, () => exports.ListPrivateGraphEndpointsOutput$
862
+ ];
863
+ exports.ListQueries$ = [9, n0, _LQ,
864
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries", 200] }, () => exports.ListQueriesInput$, () => exports.ListQueriesOutput$
865
+ ];
866
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
867
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
868
+ ];
869
+ exports.ResetGraph$ = [9, n0, _RG,
870
+ { [_h]: ["PUT", "/graphs/{graphIdentifier}", 200] }, () => exports.ResetGraphInput$, () => exports.ResetGraphOutput$
871
+ ];
872
+ exports.RestoreGraphFromSnapshot$ = [9, n0, _RGFS,
873
+ { [_h]: ["POST", "/snapshots/{snapshotIdentifier}/restore", 201] }, () => exports.RestoreGraphFromSnapshotInput$, () => exports.RestoreGraphFromSnapshotOutput$
874
+ ];
875
+ exports.StartExportTask$ = [9, n0, _SET,
876
+ { [_h]: ["POST", "/exporttasks", 201] }, () => exports.StartExportTaskInput$, () => exports.StartExportTaskOutput$
877
+ ];
878
+ exports.StartGraph$ = [9, n0, _SG,
879
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/start", 200] }, () => exports.StartGraphInput$, () => exports.StartGraphOutput$
880
+ ];
881
+ exports.StartImportTask$ = [9, n0, _SIT,
882
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/importtasks", 201] }, () => exports.StartImportTaskInput$, () => exports.StartImportTaskOutput$
883
+ ];
884
+ exports.StopGraph$ = [9, n0, _SGt,
885
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/stop", 200] }, () => exports.StopGraphInput$, () => exports.StopGraphOutput$
886
+ ];
887
+ exports.TagResource$ = [9, n0, _TR,
888
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
889
+ ];
890
+ exports.UntagResource$ = [9, n0, _UR,
891
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
892
+ ];
893
+ exports.UpdateGraph$ = [9, n0, _UG,
894
+ { [_h]: ["PATCH", "/graphs/{graphIdentifier}", 200] }, () => exports.UpdateGraphInput$, () => exports.UpdateGraphOutput$
895
+ ];