@aws-sdk/client-neptune-graph 3.529.1 → 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 (67) hide show
  1. package/dist-types/NeptuneGraph.d.ts +4 -1
  2. package/dist-types/NeptuneGraphClient.d.ts +1 -1
  3. package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
  12. package/dist-types/commands/ExecuteQueryCommand.d.ts +3 -2
  13. package/dist-types/commands/GetGraphCommand.d.ts +2 -1
  14. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +2 -1
  15. package/dist-types/commands/GetGraphSummaryCommand.d.ts +2 -1
  16. package/dist-types/commands/GetImportTaskCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/GetQueryCommand.d.ts +2 -1
  19. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListImportTasksCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/ResetGraphCommand.d.ts +2 -1
  26. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateGraphCommand.d.ts +2 -1
  30. package/dist-types/models/models_0.d.ts +341 -341
  31. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/runtimeConfig.d.ts +2 -2
  33. package/dist-types/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  35. package/dist-types/ts3.4/NeptuneGraph.d.ts +3 -0
  36. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  67. package/package.json +42 -42
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { NeptuneGraphClientConfig } from "./NeptuneGraphClient";
5
5
  export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
18
18
  serviceId: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: import("@smithy/types").Encoder;
21
+ utf8Encoder: (input: string | Uint8Array) => string;
22
22
  };
@@ -317,6 +317,7 @@ export interface NeptuneGraph {
317
317
  options: __HttpHandlerOptions,
318
318
  cb: (err: any, data?: GetQueryCommandOutput) => void
319
319
  ): void;
320
+ listGraphs(): Promise<ListGraphsCommandOutput>;
320
321
  listGraphs(
321
322
  args: ListGraphsCommandInput,
322
323
  options?: __HttpHandlerOptions
@@ -330,6 +331,7 @@ export interface NeptuneGraph {
330
331
  options: __HttpHandlerOptions,
331
332
  cb: (err: any, data?: ListGraphsCommandOutput) => void
332
333
  ): void;
334
+ listGraphSnapshots(): Promise<ListGraphSnapshotsCommandOutput>;
333
335
  listGraphSnapshots(
334
336
  args: ListGraphSnapshotsCommandInput,
335
337
  options?: __HttpHandlerOptions
@@ -343,6 +345,7 @@ export interface NeptuneGraph {
343
345
  options: __HttpHandlerOptions,
344
346
  cb: (err: any, data?: ListGraphSnapshotsCommandOutput) => void
345
347
  ): void;
348
+ listImportTasks(): Promise<ListImportTasksCommandOutput>;
346
349
  listImportTasks(
347
350
  args: ListImportTasksCommandInput,
348
351
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const CancelImportTaskCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CancelImportTaskCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CancelImportTaskCommandInput,
31
+ CancelImportTaskCommandOutput,
32
+ NeptuneGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {}
@@ -19,6 +19,15 @@ declare const CancelQueryCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: CancelQueryCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ CancelQueryCommandInput,
26
+ CancelQueryCommandOutput,
27
+ NeptuneGraphClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class CancelQueryCommand extends CancelQueryCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateGraphCommandInput,
28
+ CreateGraphCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateGraphCommand extends CreateGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGraphSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGraphSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGraphSnapshotCommandInput,
32
+ CreateGraphSnapshotCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateGraphUsingImportTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateGraphUsingImportTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateGraphUsingImportTaskCommandInput,
32
+ CreateGraphUsingImportTaskCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePrivateGraphEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePrivateGraphEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePrivateGraphEndpointCommandInput,
32
+ CreatePrivateGraphEndpointCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteGraphCommandInput,
28
+ DeleteGraphCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteGraphCommand extends DeleteGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteGraphSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteGraphSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteGraphSnapshotCommandInput,
32
+ DeleteGraphSnapshotCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const DeletePrivateGraphEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeletePrivateGraphEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePrivateGraphEndpointCommandInput,
32
+ DeletePrivateGraphEndpointCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {}
@@ -29,6 +29,15 @@ declare const ExecuteQueryCommand_base: {
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
+ new (
33
+ __0_0: ExecuteQueryCommandInput
34
+ ): import("@smithy/smithy-client").CommandImpl<
35
+ ExecuteQueryCommandInput,
36
+ ExecuteQueryCommandOutput,
37
+ NeptuneGraphClientResolvedConfig,
38
+ ServiceInputTypes,
39
+ ServiceOutputTypes
40
+ >;
32
41
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
42
  };
34
43
  export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetGraphCommandInput,
28
+ GetGraphCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetGraphCommand extends GetGraphCommand_base {}
@@ -24,6 +24,15 @@ declare const GetGraphSnapshotCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetGraphSnapshotCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetGraphSnapshotCommandInput,
31
+ GetGraphSnapshotCommandOutput,
32
+ NeptuneGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {}
@@ -24,6 +24,15 @@ declare const GetGraphSummaryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetGraphSummaryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetGraphSummaryCommandInput,
31
+ GetGraphSummaryCommandOutput,
32
+ NeptuneGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetImportTaskCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetImportTaskCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetImportTaskCommandInput,
28
+ GetImportTaskCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetImportTaskCommand extends GetImportTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPrivateGraphEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPrivateGraphEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPrivateGraphEndpointCommandInput,
32
+ GetPrivateGraphEndpointCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {}
@@ -21,6 +21,15 @@ declare const GetQueryCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetQueryCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetQueryCommandInput,
28
+ GetQueryCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetQueryCommand extends GetQueryCommand_base {}
@@ -25,6 +25,15 @@ declare const ListGraphSnapshotsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListGraphSnapshotsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListGraphSnapshotsCommandInput,
32
+ ListGraphSnapshotsCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListGraphsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListGraphsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListGraphsCommandInput,
28
+ ListGraphsCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListGraphsCommand extends ListGraphsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListImportTasksCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListImportTasksCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListImportTasksCommandInput,
31
+ ListImportTasksCommandOutput,
32
+ NeptuneGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListImportTasksCommand extends ListImportTasksCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPrivateGraphEndpointsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPrivateGraphEndpointsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPrivateGraphEndpointsCommandInput,
32
+ ListPrivateGraphEndpointsCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListQueriesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListQueriesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListQueriesCommandInput,
28
+ ListQueriesCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListQueriesCommand extends ListQueriesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const ResetGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ResetGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ResetGraphCommandInput,
28
+ ResetGraphCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ResetGraphCommand extends ResetGraphCommand_base {}
@@ -25,6 +25,15 @@ declare const RestoreGraphFromSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RestoreGraphFromSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RestoreGraphFromSnapshotCommandInput,
32
+ RestoreGraphFromSnapshotCommandOutput,
33
+ NeptuneGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UntagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateGraphCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateGraphCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateGraphCommandInput,
28
+ UpdateGraphCommandOutput,
29
+ NeptuneGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateGraphCommand extends UpdateGraphCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -2,7 +2,7 @@ import { NeptuneGraphClientConfig } from "./NeptuneGraphClient";
2
2
  export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -18,5 +18,5 @@ export declare const getRuntimeConfig: (config: NeptuneGraphClientConfig) => {
18
18
  serviceId: string;
19
19
  urlParser: import("@smithy/types").UrlParser;
20
20
  utf8Decoder: import("@smithy/types").Decoder;
21
- utf8Encoder: import("@smithy/types").Encoder;
21
+ utf8Encoder: (input: string | Uint8Array) => string;
22
22
  };