@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 { ListPrivateGraphEndpointsInput, ListPrivateGraphEndpointsOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPrivateGraphEndpointsCommandInput extends ListPrivateGraphE
21
20
  */
22
21
  export interface ListPrivateGraphEndpointsCommandOutput extends ListPrivateGraphEndpointsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPrivateGraphEndpointsCommand_base: {
24
+ new (input: ListPrivateGraphEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists private endpoints for a specified Neptune Analytics graph.</p>
@@ -75,23 +78,5 @@ export interface ListPrivateGraphEndpointsCommandOutput extends ListPrivateGraph
75
78
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
76
79
  *
77
80
  */
78
- export declare class ListPrivateGraphEndpointsCommand extends $Command<ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput, NeptuneGraphClientResolvedConfig> {
79
- readonly input: ListPrivateGraphEndpointsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListPrivateGraphEndpointsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrivateGraphEndpointsCommandInput, ListPrivateGraphEndpointsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists tags associated with a specified resource.</p>
@@ -65,23 +68,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
65
68
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
66
69
  *
67
70
  */
68
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NeptuneGraphClientResolvedConfig> {
69
- readonly input: ListTagsForResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListTagsForResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
87
72
  }
@@ -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 { ResetGraphInput, ResetGraphOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResetGraphCommandInput extends ResetGraphInput {
21
20
  */
22
21
  export interface ResetGraphCommandOutput extends ResetGraphOutput, __MetadataBearer {
23
22
  }
23
+ declare const ResetGraphCommand_base: {
24
+ new (input: ResetGraphCommandInput): import("@smithy/smithy-client").CommandImpl<ResetGraphCommandInput, ResetGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Empties the data from a specified Neptune Analytics graph.</p>
@@ -83,23 +86,5 @@ export interface ResetGraphCommandOutput extends ResetGraphOutput, __MetadataBea
83
86
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
84
87
  *
85
88
  */
86
- export declare class ResetGraphCommand extends $Command<ResetGraphCommandInput, ResetGraphCommandOutput, NeptuneGraphClientResolvedConfig> {
87
- readonly input: ResetGraphCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ResetGraphCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetGraphCommandInput, ResetGraphCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ResetGraphCommand extends ResetGraphCommand_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 { RestoreGraphFromSnapshotInput, RestoreGraphFromSnapshotOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreGraphFromSnapshotCommandInput extends RestoreGraphFromSn
21
20
  */
22
21
  export interface RestoreGraphFromSnapshotCommandOutput extends RestoreGraphFromSnapshotOutput, __MetadataBearer {
23
22
  }
23
+ declare const RestoreGraphFromSnapshotCommand_base: {
24
+ new (input: RestoreGraphFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restores a graph from a snapshot.</p>
@@ -93,23 +96,5 @@ export interface RestoreGraphFromSnapshotCommandOutput extends RestoreGraphFromS
93
96
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
94
97
  *
95
98
  */
96
- export declare class RestoreGraphFromSnapshotCommand extends $Command<RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput, NeptuneGraphClientResolvedConfig> {
97
- readonly input: RestoreGraphFromSnapshotCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: RestoreGraphFromSnapshotCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreGraphFromSnapshotCommandInput, RestoreGraphFromSnapshotCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to the specified resource.</p>
@@ -64,23 +67,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
64
67
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
65
68
  *
66
69
  */
67
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NeptuneGraphClientResolvedConfig> {
68
- readonly input: TagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: TagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class TagResourceCommand extends TagResourceCommand_base {
86
71
  }
@@ -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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tags from the specified resource.</p>
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
64
67
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
65
68
  *
66
69
  */
67
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig> {
68
- readonly input: UntagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UntagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
86
71
  }
@@ -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 { UpdateGraphInput, UpdateGraphOutput } from "../models/models_0";
5
4
  import { NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneGraphClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateGraphCommandInput extends UpdateGraphInput {
21
20
  */
22
21
  export interface UpdateGraphCommandOutput extends UpdateGraphOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateGraphCommand_base: {
24
+ new (input: UpdateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of a specified Neptune Analytics graph</p>
@@ -85,23 +88,5 @@ export interface UpdateGraphCommandOutput extends UpdateGraphOutput, __MetadataB
85
88
  * <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
86
89
  *
87
90
  */
88
- export declare class UpdateGraphCommand extends $Command<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig> {
89
- readonly input: UpdateGraphCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: UpdateGraphCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptuneGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGraphCommandInput, UpdateGraphCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
107
92
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseFIPS?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CancelImportTaskInput,
11
5
  CancelImportTaskOutput,
@@ -20,19 +14,16 @@ export interface CancelImportTaskCommandInput extends CancelImportTaskInput {}
20
14
  export interface CancelImportTaskCommandOutput
21
15
  extends CancelImportTaskOutput,
22
16
  __MetadataBearer {}
23
- export declare class CancelImportTaskCommand extends $Command<
24
- CancelImportTaskCommandInput,
25
- CancelImportTaskCommandOutput,
26
- NeptuneGraphClientResolvedConfig
27
- > {
28
- readonly input: CancelImportTaskCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CancelImportTaskCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: NeptuneGraphClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CancelImportTaskCommandInput, CancelImportTaskCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CancelImportTaskCommand_base: {
18
+ new (
19
+ input: CancelImportTaskCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CancelImportTaskCommandInput,
22
+ CancelImportTaskCommandOutput,
23
+ NeptuneGraphClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateGraphInput, CreateGraphOutput } from "../models/models_0";
10
4
  import {
11
5
  NeptuneGraphClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateGraphCommandInput extends CreateGraphInput {}
17
11
  export interface CreateGraphCommandOutput
18
12
  extends CreateGraphOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateGraphCommand extends $Command<
21
- CreateGraphCommandInput,
22
- CreateGraphCommandOutput,
23
- NeptuneGraphClientResolvedConfig
24
- > {
25
- readonly input: CreateGraphCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGraphCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: NeptuneGraphClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGraphCommand_base: {
15
+ new (
16
+ input: CreateGraphCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGraphCommandInput,
19
+ CreateGraphCommandOutput,
20
+ NeptuneGraphClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGraphCommand extends CreateGraphCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateGraphSnapshotInput,
11
5
  CreateGraphSnapshotOutput,
@@ -21,19 +15,16 @@ export interface CreateGraphSnapshotCommandInput
21
15
  export interface CreateGraphSnapshotCommandOutput
22
16
  extends CreateGraphSnapshotOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateGraphSnapshotCommand extends $Command<
25
- CreateGraphSnapshotCommandInput,
26
- CreateGraphSnapshotCommandOutput,
27
- NeptuneGraphClientResolvedConfig
28
- > {
29
- readonly input: CreateGraphSnapshotCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateGraphSnapshotCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptuneGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateGraphSnapshotCommandInput, CreateGraphSnapshotCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateGraphSnapshotCommand_base: {
19
+ new (
20
+ input: CreateGraphSnapshotCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateGraphSnapshotCommandInput,
23
+ CreateGraphSnapshotCommandOutput,
24
+ NeptuneGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateGraphUsingImportTaskInput,
11
5
  CreateGraphUsingImportTaskOutput,
@@ -21,22 +15,16 @@ export interface CreateGraphUsingImportTaskCommandInput
21
15
  export interface CreateGraphUsingImportTaskCommandOutput
22
16
  extends CreateGraphUsingImportTaskOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateGraphUsingImportTaskCommand extends $Command<
25
- CreateGraphUsingImportTaskCommandInput,
26
- CreateGraphUsingImportTaskCommandOutput,
27
- NeptuneGraphClientResolvedConfig
28
- > {
29
- readonly input: CreateGraphUsingImportTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateGraphUsingImportTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptuneGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateGraphUsingImportTaskCommand_base: {
19
+ new (
20
+ input: CreateGraphUsingImportTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateGraphUsingImportTaskCommandInput,
38
- CreateGraphUsingImportTaskCommandOutput
23
+ CreateGraphUsingImportTaskCommandOutput,
24
+ NeptuneGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreatePrivateGraphEndpointInput,
11
5
  CreatePrivateGraphEndpointOutput,
@@ -21,22 +15,16 @@ export interface CreatePrivateGraphEndpointCommandInput
21
15
  export interface CreatePrivateGraphEndpointCommandOutput
22
16
  extends CreatePrivateGraphEndpointOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreatePrivateGraphEndpointCommand extends $Command<
25
- CreatePrivateGraphEndpointCommandInput,
26
- CreatePrivateGraphEndpointCommandOutput,
27
- NeptuneGraphClientResolvedConfig
28
- > {
29
- readonly input: CreatePrivateGraphEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreatePrivateGraphEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptuneGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreatePrivateGraphEndpointCommand_base: {
19
+ new (
20
+ input: CreatePrivateGraphEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePrivateGraphEndpointCommandInput,
38
- CreatePrivateGraphEndpointCommandOutput
23
+ CreatePrivateGraphEndpointCommandOutput,
24
+ NeptuneGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteGraphInput, DeleteGraphOutput } from "../models/models_0";
10
4
  import {
11
5
  NeptuneGraphClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface DeleteGraphCommandInput extends DeleteGraphInput {}
17
11
  export interface DeleteGraphCommandOutput
18
12
  extends DeleteGraphOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteGraphCommand extends $Command<
21
- DeleteGraphCommandInput,
22
- DeleteGraphCommandOutput,
23
- NeptuneGraphClientResolvedConfig
24
- > {
25
- readonly input: DeleteGraphCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteGraphCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: NeptuneGraphClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteGraphCommandInput, DeleteGraphCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteGraphCommand_base: {
15
+ new (
16
+ input: DeleteGraphCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGraphCommandInput,
19
+ DeleteGraphCommandOutput,
20
+ NeptuneGraphClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGraphCommand extends DeleteGraphCommand_base {}