@aws-sdk/client-neptune-graph 3.479.0 → 3.484.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 (93) hide show
  1. package/dist-cjs/commands/CancelImportTaskCommand.js +19 -42
  2. package/dist-cjs/commands/CreateGraphCommand.js +19 -42
  3. package/dist-cjs/commands/CreateGraphSnapshotCommand.js +19 -42
  4. package/dist-cjs/commands/CreateGraphUsingImportTaskCommand.js +19 -42
  5. package/dist-cjs/commands/CreatePrivateGraphEndpointCommand.js +19 -42
  6. package/dist-cjs/commands/DeleteGraphCommand.js +19 -42
  7. package/dist-cjs/commands/DeleteGraphSnapshotCommand.js +19 -42
  8. package/dist-cjs/commands/DeletePrivateGraphEndpointCommand.js +19 -42
  9. package/dist-cjs/commands/GetGraphCommand.js +19 -42
  10. package/dist-cjs/commands/GetGraphSnapshotCommand.js +19 -42
  11. package/dist-cjs/commands/GetImportTaskCommand.js +19 -42
  12. package/dist-cjs/commands/GetPrivateGraphEndpointCommand.js +19 -42
  13. package/dist-cjs/commands/ListGraphSnapshotsCommand.js +19 -42
  14. package/dist-cjs/commands/ListGraphsCommand.js +19 -42
  15. package/dist-cjs/commands/ListImportTasksCommand.js +19 -42
  16. package/dist-cjs/commands/ListPrivateGraphEndpointsCommand.js +19 -42
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
  18. package/dist-cjs/commands/ResetGraphCommand.js +19 -42
  19. package/dist-cjs/commands/RestoreGraphFromSnapshotCommand.js +19 -42
  20. package/dist-cjs/commands/TagResourceCommand.js +19 -42
  21. package/dist-cjs/commands/UntagResourceCommand.js +19 -42
  22. package/dist-cjs/commands/UpdateGraphCommand.js +19 -42
  23. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  24. package/dist-es/commands/CancelImportTaskCommand.js +19 -42
  25. package/dist-es/commands/CreateGraphCommand.js +19 -42
  26. package/dist-es/commands/CreateGraphSnapshotCommand.js +19 -42
  27. package/dist-es/commands/CreateGraphUsingImportTaskCommand.js +19 -42
  28. package/dist-es/commands/CreatePrivateGraphEndpointCommand.js +19 -42
  29. package/dist-es/commands/DeleteGraphCommand.js +19 -42
  30. package/dist-es/commands/DeleteGraphSnapshotCommand.js +19 -42
  31. package/dist-es/commands/DeletePrivateGraphEndpointCommand.js +19 -42
  32. package/dist-es/commands/GetGraphCommand.js +19 -42
  33. package/dist-es/commands/GetGraphSnapshotCommand.js +19 -42
  34. package/dist-es/commands/GetImportTaskCommand.js +19 -42
  35. package/dist-es/commands/GetPrivateGraphEndpointCommand.js +19 -42
  36. package/dist-es/commands/ListGraphSnapshotsCommand.js +19 -42
  37. package/dist-es/commands/ListGraphsCommand.js +19 -42
  38. package/dist-es/commands/ListImportTasksCommand.js +19 -42
  39. package/dist-es/commands/ListPrivateGraphEndpointsCommand.js +19 -42
  40. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  41. package/dist-es/commands/ResetGraphCommand.js +19 -42
  42. package/dist-es/commands/RestoreGraphFromSnapshotCommand.js +19 -42
  43. package/dist-es/commands/TagResourceCommand.js +19 -42
  44. package/dist-es/commands/UntagResourceCommand.js +19 -42
  45. package/dist-es/commands/UpdateGraphCommand.js +19 -42
  46. package/dist-es/endpoint/EndpointParameters.js +6 -0
  47. package/dist-types/commands/CancelImportTaskCommand.d.ts +6 -21
  48. package/dist-types/commands/CreateGraphCommand.d.ts +6 -21
  49. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +6 -21
  51. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +6 -21
  54. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +6 -21
  55. package/dist-types/commands/GetGraphCommand.d.ts +6 -21
  56. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +6 -21
  57. package/dist-types/commands/GetImportTaskCommand.d.ts +6 -21
  58. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +6 -21
  59. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +6 -21
  60. package/dist-types/commands/ListGraphsCommand.d.ts +6 -21
  61. package/dist-types/commands/ListImportTasksCommand.d.ts +6 -21
  62. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +6 -21
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/ResetGraphCommand.d.ts +6 -21
  65. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +6 -21
  66. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UpdateGraphCommand.d.ts +6 -21
  69. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  93. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateGraphInput, CreateGraphOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGraphCommandInput extends CreateGraphInput {
21
20
  */
22
21
  export interface CreateGraphCommandOutput extends CreateGraphOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateGraphCommand_base: {
24
+ new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Neptune Analytics graph.</p>
@@ -93,23 +96,5 @@ export interface CreateGraphCommandOutput extends CreateGraphOutput, __MetadataB
93
96
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
94
97
  *
95
98
  */
96
- export declare class CreateGraphCommand extends $Command<CreateGraphCommandInput, CreateGraphCommandOutput, NeptuneGraphClientResolvedConfig> {
97
- readonly input: CreateGraphCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: CreateGraphCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class CreateGraphCommand extends CreateGraphCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateGraphSnapshotInput, CreateGraphSnapshotOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGraphSnapshotCommandInput extends CreateGraphSnapshotInpu
21
20
  */
22
21
  export interface CreateGraphSnapshotCommandOutput extends CreateGraphSnapshotOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateGraphSnapshotCommand_base: {
24
+ new (input: CreateGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a snapshot of the specific graph.</p>
@@ -79,23 +82,5 @@ export interface CreateGraphSnapshotCommandOutput extends CreateGraphSnapshotOut
79
82
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
80
83
  *
81
84
  */
82
- export declare class CreateGraphSnapshotCommand extends $Command<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig> {
83
- readonly input: CreateGraphSnapshotCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: CreateGraphSnapshotCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateGraphUsingImportTaskInput, CreateGraphUsingImportTaskOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGraphUsingImportTaskCommandInput extends CreateGraphUsing
21
20
  */
22
21
  export interface CreateGraphUsingImportTaskCommandOutput extends CreateGraphUsingImportTaskOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateGraphUsingImportTaskCommand_base: {
24
+ new (input: CreateGraphUsingImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database
@@ -107,23 +110,5 @@ export interface CreateGraphUsingImportTaskCommandOutput extends CreateGraphUsin
107
110
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
108
111
  *
109
112
  */
110
- export declare class CreateGraphUsingImportTaskCommand extends $Command<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput, NeptuneGraphClientResolvedConfig> {
111
- readonly input: CreateGraphUsingImportTaskCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: CreateGraphUsingImportTaskCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphUsingImportTaskCommandInput, CreateGraphUsingImportTaskCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
129
114
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreatePrivateGraphEndpointInput, CreatePrivateGraphEndpointOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePrivateGraphEndpointCommandInput extends CreatePrivateGra
21
20
  */
22
21
  export interface CreatePrivateGraphEndpointCommandOutput extends CreatePrivateGraphEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePrivateGraphEndpointCommand_base: {
24
+ new (input: CreatePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Create a private graph endpoint to allow private access from to the graph from within
@@ -82,23 +85,5 @@ export interface CreatePrivateGraphEndpointCommandOutput extends CreatePrivateGr
82
85
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
83
86
  *
84
87
  */
85
- export declare class CreatePrivateGraphEndpointCommand extends $Command<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig> {
86
- readonly input: CreatePrivateGraphEndpointCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: CreatePrivateGraphEndpointCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrivateGraphEndpointCommandInput, CreatePrivateGraphEndpointCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteGraphInput, DeleteGraphOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGraphCommandInput extends DeleteGraphInput {
21
20
  */
22
21
  export interface DeleteGraphCommandOutput extends DeleteGraphOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGraphCommand_base: {
24
+ new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.</p>
@@ -83,23 +86,5 @@ export interface DeleteGraphCommandOutput extends DeleteGraphOutput, __MetadataB
83
86
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
84
87
  *
85
88
  */
86
- export declare class DeleteGraphCommand extends $Command<DeleteGraphCommandInput, DeleteGraphCommandOutput, NeptuneGraphClientResolvedConfig> {
87
- readonly input: DeleteGraphCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DeleteGraphCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGraphCommandInput, DeleteGraphCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteGraphSnapshotInput, DeleteGraphSnapshotOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGraphSnapshotCommandInput extends DeleteGraphSnapshotInpu
21
20
  */
22
21
  export interface DeleteGraphSnapshotCommandOutput extends DeleteGraphSnapshotOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGraphSnapshotCommand_base: {
24
+ new (input: DeleteGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specifed graph snapshot.</p>
@@ -72,23 +75,5 @@ export interface DeleteGraphSnapshotCommandOutput extends DeleteGraphSnapshotOut
72
75
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteGraphSnapshotCommand extends $Command<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig> {
76
- readonly input: DeleteGraphSnapshotCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteGraphSnapshotCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGraphSnapshotCommandInput, DeleteGraphSnapshotCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePrivateGraphEndpointInput, DeletePrivateGraphEndpointOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePrivateGraphEndpointCommandInput extends DeletePrivateGra
21
20
  */
22
21
  export interface DeletePrivateGraphEndpointCommandOutput extends DeletePrivateGraphEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePrivateGraphEndpointCommand_base: {
24
+ new (input: DeletePrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a private graph endpoint.</p>
@@ -72,23 +75,5 @@ export interface DeletePrivateGraphEndpointCommandOutput extends DeletePrivateGr
72
75
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
73
76
  *
74
77
  */
75
- export declare class DeletePrivateGraphEndpointCommand extends $Command<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig> {
76
- readonly input: DeletePrivateGraphEndpointCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeletePrivateGraphEndpointCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrivateGraphEndpointCommandInput, DeletePrivateGraphEndpointCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetGraphInput, GetGraphOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGraphCommandInput extends GetGraphInput {
21
20
  */
22
21
  export interface GetGraphCommandOutput extends GetGraphOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetGraphCommand_base: {
24
+ new (input: GetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a specified graph.</p>
@@ -79,23 +82,5 @@ export interface GetGraphCommandOutput extends GetGraphOutput, __MetadataBearer
79
82
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
80
83
  *
81
84
  */
82
- export declare class GetGraphCommand extends $Command<GetGraphCommandInput, GetGraphCommandOutput, NeptuneGraphClientResolvedConfig> {
83
- readonly input: GetGraphCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetGraphCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGraphCommandInput, GetGraphCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetGraphCommand extends GetGraphCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetGraphSnapshotInput, GetGraphSnapshotOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGraphSnapshotCommandInput extends GetGraphSnapshotInput {
21
20
  */
22
21
  export interface GetGraphSnapshotCommandOutput extends GetGraphSnapshotOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetGraphSnapshotCommand_base: {
24
+ new (input: GetGraphSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a specified graph snapshot.</p>
@@ -69,23 +72,5 @@ export interface GetGraphSnapshotCommandOutput extends GetGraphSnapshotOutput, _
69
72
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
70
73
  *
71
74
  */
72
- export declare class GetGraphSnapshotCommand extends $Command<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput, NeptuneGraphClientResolvedConfig> {
73
- readonly input: GetGraphSnapshotCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetGraphSnapshotCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGraphSnapshotCommandInput, GetGraphSnapshotCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetImportTaskInput, GetImportTaskOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImportTaskCommandInput extends GetImportTaskInput {
21
20
  */
22
21
  export interface GetImportTaskCommandOutput extends GetImportTaskOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetImportTaskCommand_base: {
24
+ new (input: GetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a specified import task.</p>
@@ -88,23 +91,5 @@ export interface GetImportTaskCommandOutput extends GetImportTaskOutput, __Metad
88
91
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
89
92
  *
90
93
  */
91
- export declare class GetImportTaskCommand extends $Command<GetImportTaskCommandInput, GetImportTaskCommandOutput, NeptuneGraphClientResolvedConfig> {
92
- readonly input: GetImportTaskCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetImportTaskCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImportTaskCommandInput, GetImportTaskCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPrivateGraphEndpointInput, GetPrivateGraphEndpointOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPrivateGraphEndpointCommandInput extends GetPrivateGraphEndp
21
20
  */
22
21
  export interface GetPrivateGraphEndpointCommandOutput extends GetPrivateGraphEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPrivateGraphEndpointCommand_base: {
24
+ new (input: GetPrivateGraphEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about a specified private endpoint.</p>
@@ -69,23 +72,5 @@ export interface GetPrivateGraphEndpointCommandOutput extends GetPrivateGraphEnd
69
72
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
70
73
  *
71
74
  */
72
- export declare class GetPrivateGraphEndpointCommand extends $Command<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput, NeptuneGraphClientResolvedConfig> {
73
- readonly input: GetPrivateGraphEndpointCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetPrivateGraphEndpointCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPrivateGraphEndpointCommandInput, GetPrivateGraphEndpointCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListGraphSnapshotsInput, ListGraphSnapshotsOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGraphSnapshotsCommandInput extends ListGraphSnapshotsInput
21
20
  */
22
21
  export interface ListGraphSnapshotsCommandOutput extends ListGraphSnapshotsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGraphSnapshotsCommand_base: {
24
+ new (input: ListGraphSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists available snapshots of a specified Neptune Analytics graph.</p>
@@ -76,23 +79,5 @@ export interface ListGraphSnapshotsCommandOutput extends ListGraphSnapshotsOutpu
76
79
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
77
80
  *
78
81
  */
79
- export declare class ListGraphSnapshotsCommand extends $Command<ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput, NeptuneGraphClientResolvedConfig> {
80
- readonly input: ListGraphSnapshotsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListGraphSnapshotsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphSnapshotsCommandInput, ListGraphSnapshotsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListGraphsInput, ListGraphsOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGraphsCommandInput extends ListGraphsInput {
21
20
  */
22
21
  export interface ListGraphsCommandOutput extends ListGraphsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGraphsCommand_base: {
24
+ new (input: ListGraphsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists available Neptune Analytics graphs.</p>
@@ -75,23 +78,5 @@ export interface ListGraphsCommandOutput extends ListGraphsOutput, __MetadataBea
75
78
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
76
79
  *
77
80
  */
78
- export declare class ListGraphsCommand extends $Command<ListGraphsCommandInput, ListGraphsCommandOutput, NeptuneGraphClientResolvedConfig> {
79
- readonly input: ListGraphsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListGraphsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphsCommandInput, ListGraphsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListGraphsCommand extends ListGraphsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListImportTasksInput, ListImportTasksOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListImportTasksCommandInput extends ListImportTasksInput {
21
20
  */
22
21
  export interface ListImportTasksCommandOutput extends ListImportTasksOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListImportTasksCommand_base: {
24
+ new (input: ListImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportTasksCommandInput, ListImportTasksCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists import tasks.</p>
@@ -74,23 +77,5 @@ export interface ListImportTasksCommandOutput extends ListImportTasksOutput, __M
74
77
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
75
78
  *
76
79
  */
77
- export declare class ListImportTasksCommand extends $Command<ListImportTasksCommandInput, ListImportTasksCommandOutput, NeptuneGraphClientResolvedConfig> {
78
- readonly input: ListImportTasksCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListImportTasksCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportTasksCommandInput, ListImportTasksCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
96
81
  }