@aws-sdk/client-neptune-graph 3.651.1 → 3.654.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/CancelImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/CancelQueryCommand.d.ts +11 -0
- package/dist-types/commands/CreateGraphCommand.d.ts +11 -0
- package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGraphCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetGraphCommand.d.ts +11 -0
- package/dist-types/commands/GetGraphSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/GetGraphSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryCommand.d.ts +11 -0
- package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/ListGraphsCommand.d.ts +11 -0
- package/dist-types/commands/ListImportTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueriesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetGraphCommand.d.ts +11 -0
- package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGraphCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGraphSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGraphUsingImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePrivateGraphEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGraphSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePrivateGraphEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGraphSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGraphSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPrivateGraphEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGraphSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImportTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPrivateGraphEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetGraphCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreGraphFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGraphCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -77,4 +77,15 @@ declare const CancelImportTaskCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: CancelImportTaskInput;
|
|
84
|
+
output: CancelImportTaskOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: CancelImportTaskCommandInput;
|
|
88
|
+
output: CancelImportTaskCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -71,4 +71,15 @@ declare const CancelQueryCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: CancelQueryInput;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: CancelQueryCommandInput;
|
|
82
|
+
output: CancelQueryCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreateGraphCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateGraphInput;
|
|
106
|
+
output: CreateGraphOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateGraphCommandInput;
|
|
110
|
+
output: CreateGraphCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateGraphSnapshotCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateGraphSnapshotInput;
|
|
92
|
+
output: CreateGraphSnapshotOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateGraphSnapshotCommandInput;
|
|
96
|
+
output: CreateGraphSnapshotCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -114,4 +114,15 @@ declare const CreateGraphUsingImportTaskCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: CreateGraphUsingImportTaskInput;
|
|
121
|
+
output: CreateGraphUsingImportTaskOutput;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: CreateGraphUsingImportTaskCommandInput;
|
|
125
|
+
output: CreateGraphUsingImportTaskCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreatePrivateGraphEndpointCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreatePrivateGraphEndpointInput;
|
|
98
|
+
output: CreatePrivateGraphEndpointOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreatePrivateGraphEndpointCommandInput;
|
|
102
|
+
output: CreatePrivateGraphEndpointCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -89,4 +89,15 @@ declare const DeleteGraphCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DeleteGraphInput;
|
|
96
|
+
output: DeleteGraphOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DeleteGraphCommandInput;
|
|
100
|
+
output: DeleteGraphCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteGraphSnapshotCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteGraphSnapshotInput;
|
|
85
|
+
output: DeleteGraphSnapshotOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteGraphSnapshotCommandInput;
|
|
89
|
+
output: DeleteGraphSnapshotCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeletePrivateGraphEndpointCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeletePrivateGraphEndpointInput;
|
|
85
|
+
output: DeletePrivateGraphEndpointOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeletePrivateGraphEndpointCommandInput;
|
|
89
|
+
output: DeletePrivateGraphEndpointCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -99,4 +99,15 @@ declare const ExecuteQueryCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ExecuteQueryInput;
|
|
106
|
+
output: ExecuteQueryOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ExecuteQueryCommandInput;
|
|
110
|
+
output: ExecuteQueryCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetGraphCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetGraphCommand extends GetGraphCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetGraphInput;
|
|
92
|
+
output: GetGraphOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetGraphCommandInput;
|
|
96
|
+
output: GetGraphCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetGraphSnapshotCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetGraphSnapshotInput;
|
|
82
|
+
output: GetGraphSnapshotOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetGraphSnapshotCommandInput;
|
|
86
|
+
output: GetGraphSnapshotCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -119,4 +119,15 @@ declare const GetGraphSummaryCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetGraphSummaryInput;
|
|
126
|
+
output: GetGraphSummaryOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetGraphSummaryCommandInput;
|
|
130
|
+
output: GetGraphSummaryCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetImportTaskCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetImportTaskInput;
|
|
101
|
+
output: GetImportTaskOutput;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetImportTaskCommandInput;
|
|
105
|
+
output: GetImportTaskCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetPrivateGraphEndpointCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetPrivateGraphEndpointInput;
|
|
82
|
+
output: GetPrivateGraphEndpointOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetPrivateGraphEndpointCommandInput;
|
|
86
|
+
output: GetPrivateGraphEndpointCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetQueryCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetQueryCommand extends GetQueryCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetQueryInput;
|
|
90
|
+
output: GetQueryOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetQueryCommandInput;
|
|
94
|
+
output: GetQueryCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListGraphSnapshotsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListGraphSnapshotsInput;
|
|
89
|
+
output: ListGraphSnapshotsOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListGraphSnapshotsCommandInput;
|
|
93
|
+
output: ListGraphSnapshotsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListGraphsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListGraphsInput;
|
|
88
|
+
output: ListGraphsOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListGraphsCommandInput;
|
|
92
|
+
output: ListGraphsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListImportTasksCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListImportTasksInput;
|
|
87
|
+
output: ListImportTasksOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListImportTasksCommandInput;
|
|
91
|
+
output: ListImportTasksCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListPrivateGraphEndpointsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListPrivateGraphEndpointsInput;
|
|
88
|
+
output: ListPrivateGraphEndpointsOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListPrivateGraphEndpointsCommandInput;
|
|
92
|
+
output: ListPrivateGraphEndpointsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListQueriesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListQueriesCommand extends ListQueriesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListQueriesInput;
|
|
86
|
+
output: ListQueriesOutput;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListQueriesCommandInput;
|
|
90
|
+
output: ListQueriesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListTagsForResourceInput;
|
|
78
|
+
output: ListTagsForResourceOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListTagsForResourceCommandInput;
|
|
82
|
+
output: ListTagsForResourceCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -89,4 +89,15 @@ declare const ResetGraphCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ResetGraphCommand extends ResetGraphCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ResetGraphInput;
|
|
96
|
+
output: ResetGraphOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ResetGraphCommandInput;
|
|
100
|
+
output: ResetGraphCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -99,4 +99,15 @@ declare const RestoreGraphFromSnapshotCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: RestoreGraphFromSnapshotInput;
|
|
106
|
+
output: RestoreGraphFromSnapshotOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: RestoreGraphFromSnapshotCommandInput;
|
|
110
|
+
output: RestoreGraphFromSnapshotCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -98,4 +98,15 @@ declare const StartImportTaskCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: StartImportTaskInput;
|
|
105
|
+
output: StartImportTaskOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: StartImportTaskCommandInput;
|
|
109
|
+
output: StartImportTaskCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -70,4 +70,15 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: TagResourceInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: TagResourceCommandInput;
|
|
81
|
+
output: TagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -91,4 +91,15 @@ declare const UpdateGraphCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: UpdateGraphInput;
|
|
98
|
+
output: UpdateGraphOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: UpdateGraphCommandInput;
|
|
102
|
+
output: UpdateGraphCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -36,4 +36,15 @@ declare const CancelImportTaskCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {
|
|
39
|
+
export declare class CancelImportTaskCommand extends CancelImportTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CancelImportTaskInput;
|
|
43
|
+
output: CancelImportTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CancelImportTaskCommandInput;
|
|
47
|
+
output: CancelImportTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const CancelQueryCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
34
|
+
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: CancelQueryInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: CancelQueryCommandInput;
|
|
42
|
+
output: CancelQueryCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateGraphCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
36
|
+
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateGraphInput;
|
|
40
|
+
output: CreateGraphOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateGraphCommandInput;
|
|
44
|
+
output: CreateGraphCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateGraphSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
|
|
40
|
+
export declare class CreateGraphSnapshotCommand extends CreateGraphSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateGraphSnapshotInput;
|
|
44
|
+
output: CreateGraphSnapshotOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateGraphSnapshotCommandInput;
|
|
48
|
+
output: CreateGraphSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateGraphUsingImportTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
|
|
40
|
+
export declare class CreateGraphUsingImportTaskCommand extends CreateGraphUsingImportTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateGraphUsingImportTaskInput;
|
|
44
|
+
output: CreateGraphUsingImportTaskOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateGraphUsingImportTaskCommandInput;
|
|
48
|
+
output: CreateGraphUsingImportTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePrivateGraphEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
|
|
40
|
+
export declare class CreatePrivateGraphEndpointCommand extends CreatePrivateGraphEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePrivateGraphEndpointInput;
|
|
44
|
+
output: CreatePrivateGraphEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePrivateGraphEndpointCommandInput;
|
|
48
|
+
output: CreatePrivateGraphEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteGraphCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
36
|
+
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteGraphInput;
|
|
40
|
+
output: DeleteGraphOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteGraphCommandInput;
|
|
44
|
+
output: DeleteGraphCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteGraphSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
|
|
40
|
+
export declare class DeleteGraphSnapshotCommand extends DeleteGraphSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteGraphSnapshotInput;
|
|
44
|
+
output: DeleteGraphSnapshotOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteGraphSnapshotCommandInput;
|
|
48
|
+
output: DeleteGraphSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeletePrivateGraphEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
|
|
40
|
+
export declare class DeletePrivateGraphEndpointCommand extends DeletePrivateGraphEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePrivateGraphEndpointInput;
|
|
44
|
+
output: DeletePrivateGraphEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePrivateGraphEndpointCommandInput;
|
|
48
|
+
output: DeletePrivateGraphEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -41,4 +41,15 @@ declare const ExecuteQueryCommand_base: {
|
|
|
41
41
|
>;
|
|
42
42
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
43
43
|
};
|
|
44
|
-
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
44
|
+
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
45
|
+
protected static __types: {
|
|
46
|
+
api: {
|
|
47
|
+
input: ExecuteQueryInput;
|
|
48
|
+
output: ExecuteQueryOutput;
|
|
49
|
+
};
|
|
50
|
+
sdk: {
|
|
51
|
+
input: ExecuteQueryCommandInput;
|
|
52
|
+
output: ExecuteQueryCommandOutput;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetGraphCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetGraphCommand extends GetGraphCommand_base {
|
|
36
|
+
export declare class GetGraphCommand extends GetGraphCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetGraphInput;
|
|
40
|
+
output: GetGraphOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetGraphCommandInput;
|
|
44
|
+
output: GetGraphCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetGraphSnapshotCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
|
|
39
|
+
export declare class GetGraphSnapshotCommand extends GetGraphSnapshotCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetGraphSnapshotInput;
|
|
43
|
+
output: GetGraphSnapshotOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetGraphSnapshotCommandInput;
|
|
47
|
+
output: GetGraphSnapshotCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetGraphSummaryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {
|
|
39
|
+
export declare class GetGraphSummaryCommand extends GetGraphSummaryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetGraphSummaryInput;
|
|
43
|
+
output: GetGraphSummaryOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetGraphSummaryCommandInput;
|
|
47
|
+
output: GetGraphSummaryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetImportTaskCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
|
|
36
|
+
export declare class GetImportTaskCommand extends GetImportTaskCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetImportTaskInput;
|
|
40
|
+
output: GetImportTaskOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetImportTaskCommandInput;
|
|
44
|
+
output: GetImportTaskCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPrivateGraphEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
|
|
40
|
+
export declare class GetPrivateGraphEndpointCommand extends GetPrivateGraphEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPrivateGraphEndpointInput;
|
|
44
|
+
output: GetPrivateGraphEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPrivateGraphEndpointCommandInput;
|
|
48
|
+
output: GetPrivateGraphEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetQueryCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetQueryCommand extends GetQueryCommand_base {
|
|
36
|
+
export declare class GetQueryCommand extends GetQueryCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetQueryInput;
|
|
40
|
+
output: GetQueryOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetQueryCommandInput;
|
|
44
|
+
output: GetQueryCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListGraphSnapshotsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
|
|
40
|
+
export declare class ListGraphSnapshotsCommand extends ListGraphSnapshotsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListGraphSnapshotsInput;
|
|
44
|
+
output: ListGraphSnapshotsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListGraphSnapshotsCommandInput;
|
|
48
|
+
output: ListGraphSnapshotsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListGraphsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
36
|
+
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListGraphsInput;
|
|
40
|
+
output: ListGraphsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListGraphsCommandInput;
|
|
44
|
+
output: ListGraphsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListImportTasksCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
|
|
39
|
+
export declare class ListImportTasksCommand extends ListImportTasksCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListImportTasksInput;
|
|
43
|
+
output: ListImportTasksOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListImportTasksCommandInput;
|
|
47
|
+
output: ListImportTasksCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListPrivateGraphEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {
|
|
40
|
+
export declare class ListPrivateGraphEndpointsCommand extends ListPrivateGraphEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPrivateGraphEndpointsInput;
|
|
44
|
+
output: ListPrivateGraphEndpointsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPrivateGraphEndpointsCommandInput;
|
|
48
|
+
output: ListPrivateGraphEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListQueriesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListQueriesCommand extends ListQueriesCommand_base {
|
|
36
|
+
export declare class ListQueriesCommand extends ListQueriesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListQueriesInput;
|
|
40
|
+
output: ListQueriesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListQueriesCommandInput;
|
|
44
|
+
output: ListQueriesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceInput;
|
|
44
|
+
output: ListTagsForResourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ResetGraphCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ResetGraphCommand extends ResetGraphCommand_base {
|
|
36
|
+
export declare class ResetGraphCommand extends ResetGraphCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ResetGraphInput;
|
|
40
|
+
output: ResetGraphOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ResetGraphCommandInput;
|
|
44
|
+
output: ResetGraphCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RestoreGraphFromSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {
|
|
40
|
+
export declare class RestoreGraphFromSnapshotCommand extends RestoreGraphFromSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RestoreGraphFromSnapshotInput;
|
|
44
|
+
output: RestoreGraphFromSnapshotOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RestoreGraphFromSnapshotCommandInput;
|
|
48
|
+
output: RestoreGraphFromSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartImportTaskCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
|
|
39
|
+
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartImportTaskInput;
|
|
43
|
+
output: StartImportTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartImportTaskCommandInput;
|
|
47
|
+
output: StartImportTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
36
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagResourceCommandInput;
|
|
44
|
+
output: UntagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateGraphCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
|
|
36
|
+
export declare class UpdateGraphCommand extends UpdateGraphCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateGraphInput;
|
|
40
|
+
output: UpdateGraphOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateGraphCommandInput;
|
|
44
|
+
output: UpdateGraphCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
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.654.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",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
60
|
-
"@smithy/util-stream": "^3.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
|
+
"@smithy/util-stream": "^3.1.6",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
|
-
"@smithy/util-waiter": "^3.1.
|
|
62
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|