@aws-sdk/client-neptune-graph 3.533.0 → 3.540.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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/NeptuneGraph.d.ts +4 -1
- package/dist-types/NeptuneGraphClient.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelQueryCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
- package/dist-types/commands/ListImportTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueriesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetGraphCommand.d.ts +2 -1
- package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGraphCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +341 -341
- package/dist-types/ts3.4/NeptuneGraph.d.ts +3 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link NeptuneGraphServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateGraphCommandOutput extends UpdateGraphOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateGraphCommand_base: {
|
|
24
24
|
new (input: UpdateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphCommandInput, UpdateGraphCommandOutput, NeptuneGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configuration of a specified Neptune Analytics graph</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const UpdateGraphCommand_base: {
|
|
|
87
87
|
* @throws {@link NeptuneGraphServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
|
|
92
93
|
}
|
package/dist-types/index.d.ts
CHANGED