@aws-sdk/client-neptune-graph 3.775.0 → 3.782.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-types/commands/CancelExportTaskCommand.d.ts +1 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -0
- package/dist-types/commands/CancelQueryCommand.d.ts +1 -0
- package/dist-types/commands/CreateGraphCommand.d.ts +1 -0
- package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +1 -0
- package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGraphCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -0
- package/dist-types/commands/GetExportTaskCommand.d.ts +1 -0
- package/dist-types/commands/GetGraphCommand.d.ts +1 -0
- package/dist-types/commands/GetGraphSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/GetGraphSummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetImportTaskCommand.d.ts +1 -0
- package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryCommand.d.ts +1 -0
- package/dist-types/commands/ListExportTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/ListGraphsCommand.d.ts +1 -0
- package/dist-types/commands/ListImportTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListQueriesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ResetGraphCommand.d.ts +1 -0
- package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGraphCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -77,6 +77,7 @@ declare const CancelExportTaskCommand_base: {
|
|
|
77
77
|
* @throws {@link NeptuneGraphServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CancelExportTaskCommand extends CancelExportTaskCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const CancelImportTaskCommand_base: {
|
|
|
75
75
|
* @throws {@link NeptuneGraphServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const CancelQueryCommand_base: {
|
|
|
68
68
|
* @throws {@link NeptuneGraphServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const CreateGraphCommand_base: {
|
|
|
96
96
|
* @throws {@link NeptuneGraphServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateGraphSnapshotCommand_base: {
|
|
|
82
82
|
* @throws {@link NeptuneGraphServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CreateGraphUsingImportTaskCommand_base: {
|
|
|
113
113
|
* @throws {@link NeptuneGraphServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreatePrivateGraphEndpointCommand_base: {
|
|
|
88
88
|
* @throws {@link NeptuneGraphServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteGraphCommand_base: {
|
|
|
86
86
|
* @throws {@link NeptuneGraphServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteGraphSnapshotCommand_base: {
|
|
|
75
75
|
* @throws {@link NeptuneGraphServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeletePrivateGraphEndpointCommand_base: {
|
|
|
75
75
|
* @throws {@link NeptuneGraphServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
|
|
@@ -63,6 +63,11 @@ declare const ExecuteQueryCommand_base: {
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new ExecuteQueryCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // consume or destroy the stream to free the socket.
|
|
67
|
+
* const bytes = await response.payload.transformToByteArray();
|
|
68
|
+
* // const str = await response.payload.transformToString();
|
|
69
|
+
* // response.payload.destroy(); // only applicable to Node.js Readable streams.
|
|
70
|
+
*
|
|
66
71
|
* // { // ExecuteQueryOutput
|
|
67
72
|
* // payload: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes // required
|
|
68
73
|
* // };
|
|
@@ -96,6 +101,7 @@ declare const ExecuteQueryCommand_base: {
|
|
|
96
101
|
* @throws {@link NeptuneGraphServiceException}
|
|
97
102
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
98
103
|
*
|
|
104
|
+
*
|
|
99
105
|
* @public
|
|
100
106
|
*/
|
|
101
107
|
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetExportTaskCommand_base: {
|
|
|
105
105
|
* @throws {@link NeptuneGraphServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetExportTaskCommand extends GetExportTaskCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetGraphCommand_base: {
|
|
|
82
82
|
* @throws {@link NeptuneGraphServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetGraphCommand extends GetGraphCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetGraphSnapshotCommand_base: {
|
|
|
72
72
|
* @throws {@link NeptuneGraphServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetGraphSummaryCommand_base: {
|
|
|
116
116
|
* @throws {@link NeptuneGraphServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetImportTaskCommand_base: {
|
|
|
92
92
|
* @throws {@link NeptuneGraphServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetPrivateGraphEndpointCommand_base: {
|
|
|
72
72
|
* @throws {@link NeptuneGraphServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetQueryCommand_base: {
|
|
|
80
80
|
* @throws {@link NeptuneGraphServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetQueryCommand extends GetQueryCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListExportTasksCommand_base: {
|
|
|
81
81
|
* @throws {@link NeptuneGraphServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListExportTasksCommand extends ListExportTasksCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListGraphSnapshotsCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneGraphServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListGraphsCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneGraphServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListImportTasksCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneGraphServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListPrivateGraphEndpointsCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneGraphServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListQueriesCommand_base: {
|
|
|
76
76
|
* @throws {@link NeptuneGraphServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListQueriesCommand extends ListQueriesCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link NeptuneGraphServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ResetGraphCommand_base: {
|
|
|
86
86
|
* @throws {@link NeptuneGraphServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ResetGraphCommand extends ResetGraphCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const RestoreGraphFromSnapshotCommand_base: {
|
|
|
96
96
|
* @throws {@link NeptuneGraphServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const StartExportTaskCommand_base: {
|
|
|
133
133
|
* @throws {@link NeptuneGraphServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class StartExportTaskCommand extends StartExportTaskCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const StartImportTaskCommand_base: {
|
|
|
97
97
|
* @throws {@link NeptuneGraphServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link NeptuneGraphServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link NeptuneGraphServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const UpdateGraphCommand_base: {
|
|
|
88
88
|
* @throws {@link NeptuneGraphServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from NeptuneGraph service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune-graph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|