@aws-sdk/client-neptunedata 3.533.0 → 3.535.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 (91) hide show
  1. package/dist-types/Neptunedata.d.ts +20 -1
  2. package/dist-types/NeptunedataClient.d.ts +1 -1
  3. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelLoaderJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMLEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +2 -1
  13. package/dist-types/commands/ExecuteFastResetCommand.d.ts +2 -1
  14. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +2 -1
  15. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +2 -1
  16. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +2 -1
  17. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +2 -1
  18. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetEngineStatusCommand.d.ts +2 -1
  20. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +2 -1
  21. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +2 -1
  23. package/dist-types/commands/GetMLEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +2 -1
  26. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +2 -1
  27. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +2 -1
  28. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +2 -1
  29. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +2 -1
  30. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +2 -1
  31. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSparqlStreamCommand.d.ts +2 -1
  33. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListLoaderJobsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListMLEndpointsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +2 -1
  40. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +2 -1
  41. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +2 -1
  42. package/dist-types/commands/StartLoaderJobCommand.d.ts +2 -1
  43. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +2 -1
  44. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +2 -1
  45. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +501 -501
  47. package/dist-types/ts3.4/Neptunedata.d.ts +19 -0
  48. package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +9 -0
  91. package/package.json +41 -41
@@ -251,6 +251,7 @@ export interface Neptunedata {
251
251
  options: __HttpHandlerOptions,
252
252
  cb: (err: any, data?: CancelOpenCypherQueryCommandOutput) => void
253
253
  ): void;
254
+ createMLEndpoint(): Promise<CreateMLEndpointCommandOutput>;
254
255
  createMLEndpoint(
255
256
  args: CreateMLEndpointCommandInput,
256
257
  options?: __HttpHandlerOptions
@@ -277,6 +278,7 @@ export interface Neptunedata {
277
278
  options: __HttpHandlerOptions,
278
279
  cb: (err: any, data?: DeleteMLEndpointCommandOutput) => void
279
280
  ): void;
281
+ deletePropertygraphStatistics(): Promise<DeletePropertygraphStatisticsCommandOutput>;
280
282
  deletePropertygraphStatistics(
281
283
  args: DeletePropertygraphStatisticsCommandInput,
282
284
  options?: __HttpHandlerOptions
@@ -290,6 +292,7 @@ export interface Neptunedata {
290
292
  options: __HttpHandlerOptions,
291
293
  cb: (err: any, data?: DeletePropertygraphStatisticsCommandOutput) => void
292
294
  ): void;
295
+ deleteSparqlStatistics(): Promise<DeleteSparqlStatisticsCommandOutput>;
293
296
  deleteSparqlStatistics(
294
297
  args: DeleteSparqlStatisticsCommandInput,
295
298
  options?: __HttpHandlerOptions
@@ -381,6 +384,7 @@ export interface Neptunedata {
381
384
  options: __HttpHandlerOptions,
382
385
  cb: (err: any, data?: ExecuteOpenCypherQueryCommandOutput) => void
383
386
  ): void;
387
+ getEngineStatus(): Promise<GetEngineStatusCommandOutput>;
384
388
  getEngineStatus(
385
389
  args: GetEngineStatusCommandInput,
386
390
  options?: __HttpHandlerOptions
@@ -485,6 +489,7 @@ export interface Neptunedata {
485
489
  options: __HttpHandlerOptions,
486
490
  cb: (err: any, data?: GetOpenCypherQueryStatusCommandOutput) => void
487
491
  ): void;
492
+ getPropertygraphStatistics(): Promise<GetPropertygraphStatisticsCommandOutput>;
488
493
  getPropertygraphStatistics(
489
494
  args: GetPropertygraphStatisticsCommandInput,
490
495
  options?: __HttpHandlerOptions
@@ -498,6 +503,7 @@ export interface Neptunedata {
498
503
  options: __HttpHandlerOptions,
499
504
  cb: (err: any, data?: GetPropertygraphStatisticsCommandOutput) => void
500
505
  ): void;
506
+ getPropertygraphStream(): Promise<GetPropertygraphStreamCommandOutput>;
501
507
  getPropertygraphStream(
502
508
  args: GetPropertygraphStreamCommandInput,
503
509
  options?: __HttpHandlerOptions
@@ -511,6 +517,7 @@ export interface Neptunedata {
511
517
  options: __HttpHandlerOptions,
512
518
  cb: (err: any, data?: GetPropertygraphStreamCommandOutput) => void
513
519
  ): void;
520
+ getPropertygraphSummary(): Promise<GetPropertygraphSummaryCommandOutput>;
514
521
  getPropertygraphSummary(
515
522
  args: GetPropertygraphSummaryCommandInput,
516
523
  options?: __HttpHandlerOptions
@@ -524,6 +531,7 @@ export interface Neptunedata {
524
531
  options: __HttpHandlerOptions,
525
532
  cb: (err: any, data?: GetPropertygraphSummaryCommandOutput) => void
526
533
  ): void;
534
+ getRDFGraphSummary(): Promise<GetRDFGraphSummaryCommandOutput>;
527
535
  getRDFGraphSummary(
528
536
  args: GetRDFGraphSummaryCommandInput,
529
537
  options?: __HttpHandlerOptions
@@ -537,6 +545,7 @@ export interface Neptunedata {
537
545
  options: __HttpHandlerOptions,
538
546
  cb: (err: any, data?: GetRDFGraphSummaryCommandOutput) => void
539
547
  ): void;
548
+ getSparqlStatistics(): Promise<GetSparqlStatisticsCommandOutput>;
540
549
  getSparqlStatistics(
541
550
  args: GetSparqlStatisticsCommandInput,
542
551
  options?: __HttpHandlerOptions
@@ -550,6 +559,7 @@ export interface Neptunedata {
550
559
  options: __HttpHandlerOptions,
551
560
  cb: (err: any, data?: GetSparqlStatisticsCommandOutput) => void
552
561
  ): void;
562
+ getSparqlStream(): Promise<GetSparqlStreamCommandOutput>;
553
563
  getSparqlStream(
554
564
  args: GetSparqlStreamCommandInput,
555
565
  options?: __HttpHandlerOptions
@@ -563,6 +573,7 @@ export interface Neptunedata {
563
573
  options: __HttpHandlerOptions,
564
574
  cb: (err: any, data?: GetSparqlStreamCommandOutput) => void
565
575
  ): void;
576
+ listGremlinQueries(): Promise<ListGremlinQueriesCommandOutput>;
566
577
  listGremlinQueries(
567
578
  args: ListGremlinQueriesCommandInput,
568
579
  options?: __HttpHandlerOptions
@@ -576,6 +587,7 @@ export interface Neptunedata {
576
587
  options: __HttpHandlerOptions,
577
588
  cb: (err: any, data?: ListGremlinQueriesCommandOutput) => void
578
589
  ): void;
590
+ listLoaderJobs(): Promise<ListLoaderJobsCommandOutput>;
579
591
  listLoaderJobs(
580
592
  args: ListLoaderJobsCommandInput,
581
593
  options?: __HttpHandlerOptions
@@ -589,6 +601,7 @@ export interface Neptunedata {
589
601
  options: __HttpHandlerOptions,
590
602
  cb: (err: any, data?: ListLoaderJobsCommandOutput) => void
591
603
  ): void;
604
+ listMLDataProcessingJobs(): Promise<ListMLDataProcessingJobsCommandOutput>;
592
605
  listMLDataProcessingJobs(
593
606
  args: ListMLDataProcessingJobsCommandInput,
594
607
  options?: __HttpHandlerOptions
@@ -602,6 +615,7 @@ export interface Neptunedata {
602
615
  options: __HttpHandlerOptions,
603
616
  cb: (err: any, data?: ListMLDataProcessingJobsCommandOutput) => void
604
617
  ): void;
618
+ listMLEndpoints(): Promise<ListMLEndpointsCommandOutput>;
605
619
  listMLEndpoints(
606
620
  args: ListMLEndpointsCommandInput,
607
621
  options?: __HttpHandlerOptions
@@ -615,6 +629,7 @@ export interface Neptunedata {
615
629
  options: __HttpHandlerOptions,
616
630
  cb: (err: any, data?: ListMLEndpointsCommandOutput) => void
617
631
  ): void;
632
+ listMLModelTrainingJobs(): Promise<ListMLModelTrainingJobsCommandOutput>;
618
633
  listMLModelTrainingJobs(
619
634
  args: ListMLModelTrainingJobsCommandInput,
620
635
  options?: __HttpHandlerOptions
@@ -628,6 +643,7 @@ export interface Neptunedata {
628
643
  options: __HttpHandlerOptions,
629
644
  cb: (err: any, data?: ListMLModelTrainingJobsCommandOutput) => void
630
645
  ): void;
646
+ listMLModelTransformJobs(): Promise<ListMLModelTransformJobsCommandOutput>;
631
647
  listMLModelTransformJobs(
632
648
  args: ListMLModelTransformJobsCommandInput,
633
649
  options?: __HttpHandlerOptions
@@ -641,6 +657,7 @@ export interface Neptunedata {
641
657
  options: __HttpHandlerOptions,
642
658
  cb: (err: any, data?: ListMLModelTransformJobsCommandOutput) => void
643
659
  ): void;
660
+ listOpenCypherQueries(): Promise<ListOpenCypherQueriesCommandOutput>;
644
661
  listOpenCypherQueries(
645
662
  args: ListOpenCypherQueriesCommandInput,
646
663
  options?: __HttpHandlerOptions
@@ -654,6 +671,7 @@ export interface Neptunedata {
654
671
  options: __HttpHandlerOptions,
655
672
  cb: (err: any, data?: ListOpenCypherQueriesCommandOutput) => void
656
673
  ): void;
674
+ managePropertygraphStatistics(): Promise<ManagePropertygraphStatisticsCommandOutput>;
657
675
  managePropertygraphStatistics(
658
676
  args: ManagePropertygraphStatisticsCommandInput,
659
677
  options?: __HttpHandlerOptions
@@ -667,6 +685,7 @@ export interface Neptunedata {
667
685
  options: __HttpHandlerOptions,
668
686
  cb: (err: any, data?: ManagePropertygraphStatisticsCommandOutput) => void
669
687
  ): void;
688
+ manageSparqlStatistics(): Promise<ManageSparqlStatisticsCommandOutput>;
670
689
  manageSparqlStatistics(
671
690
  args: ManageSparqlStatisticsCommandInput,
672
691
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CancelGremlinQueryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelGremlinQueryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelGremlinQueryCommandInput,
32
+ CancelGremlinQueryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {}
@@ -24,6 +24,15 @@ declare const CancelLoaderJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CancelLoaderJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CancelLoaderJobCommandInput,
31
+ CancelLoaderJobCommandOutput,
32
+ NeptunedataClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelMLDataProcessingJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelMLDataProcessingJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelMLDataProcessingJobCommandInput,
32
+ CancelMLDataProcessingJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelMLModelTrainingJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelMLModelTrainingJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelMLModelTrainingJobCommandInput,
32
+ CancelMLModelTrainingJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelMLModelTransformJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelMLModelTransformJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelMLModelTransformJobCommandInput,
32
+ CancelMLModelTransformJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelOpenCypherQueryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelOpenCypherQueryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelOpenCypherQueryCommandInput,
32
+ CancelOpenCypherQueryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateMLEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [CreateMLEndpointCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateMLEndpointCommandInput,
31
+ CreateMLEndpointCommandOutput,
32
+ NeptunedataClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteMLEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteMLEndpointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteMLEndpointCommandInput,
31
+ DeleteMLEndpointCommandOutput,
32
+ NeptunedataClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePropertygraphStatisticsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DeletePropertygraphStatisticsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePropertygraphStatisticsCommandInput,
28
+ DeletePropertygraphStatisticsCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteSparqlStatisticsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DeleteSparqlStatisticsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteSparqlStatisticsCommandInput,
28
+ DeleteSparqlStatisticsCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {}
@@ -24,6 +24,15 @@ declare const ExecuteFastResetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ExecuteFastResetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ExecuteFastResetCommandInput,
31
+ ExecuteFastResetCommandOutput,
32
+ NeptunedataClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {}
@@ -32,6 +32,15 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: ExecuteGremlinExplainQueryCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ ExecuteGremlinExplainQueryCommandInput,
39
+ ExecuteGremlinExplainQueryCommandOutput,
40
+ NeptunedataClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {}
@@ -32,6 +32,15 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: ExecuteGremlinProfileQueryCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ ExecuteGremlinProfileQueryCommandInput,
39
+ ExecuteGremlinProfileQueryCommandOutput,
40
+ NeptunedataClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {}
@@ -25,6 +25,15 @@ declare const ExecuteGremlinQueryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ExecuteGremlinQueryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ExecuteGremlinQueryCommandInput,
32
+ ExecuteGremlinQueryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {}
@@ -32,6 +32,15 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: ExecuteOpenCypherExplainQueryCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ ExecuteOpenCypherExplainQueryCommandInput,
39
+ ExecuteOpenCypherExplainQueryCommandOutput,
40
+ NeptunedataClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {}
@@ -25,6 +25,15 @@ declare const ExecuteOpenCypherQueryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ExecuteOpenCypherQueryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ExecuteOpenCypherQueryCommandInput,
32
+ ExecuteOpenCypherQueryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEngineStatusCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetEngineStatusCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEngineStatusCommandInput,
28
+ GetEngineStatusCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetGremlinQueryStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetGremlinQueryStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetGremlinQueryStatusCommandInput,
32
+ GetGremlinQueryStatusCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetLoaderJobStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetLoaderJobStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetLoaderJobStatusCommandInput,
32
+ GetLoaderJobStatusCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMLDataProcessingJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMLDataProcessingJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMLDataProcessingJobCommandInput,
32
+ GetMLDataProcessingJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {}
@@ -21,6 +21,15 @@ declare const GetMLEndpointCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetMLEndpointCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetMLEndpointCommandInput,
28
+ GetMLEndpointCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMLModelTrainingJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMLModelTrainingJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMLModelTrainingJobCommandInput,
32
+ GetMLModelTrainingJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMLModelTransformJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMLModelTransformJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMLModelTransformJobCommandInput,
32
+ GetMLModelTransformJobCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {}
@@ -25,6 +25,15 @@ declare const GetOpenCypherQueryStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetOpenCypherQueryStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetOpenCypherQueryStatusCommandInput,
32
+ GetOpenCypherQueryStatusCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {}
@@ -21,6 +21,15 @@ declare const GetPropertygraphStatisticsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetPropertygraphStatisticsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetPropertygraphStatisticsCommandInput,
28
+ GetPropertygraphStatisticsCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPropertygraphStreamCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetPropertygraphStreamCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPropertygraphStreamCommandInput,
32
+ GetPropertygraphStreamCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPropertygraphSummaryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetPropertygraphSummaryCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPropertygraphSummaryCommandInput,
32
+ GetPropertygraphSummaryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRDFGraphSummaryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetRDFGraphSummaryCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRDFGraphSummaryCommandInput,
32
+ GetRDFGraphSummaryCommandOutput,
33
+ NeptunedataClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSparqlStatisticsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetSparqlStatisticsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSparqlStatisticsCommandInput,
28
+ GetSparqlStatisticsCommandOutput,
29
+ NeptunedataClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSparqlStreamCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetSparqlStreamCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSparqlStreamCommandInput,
31
+ GetSparqlStreamCommandOutput,
32
+ NeptunedataClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {}