@aws-sdk/client-neptune-graph 3.982.0 → 3.984.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.
|
@@ -27,7 +27,7 @@ declare const CreatePrivateGraphEndpointCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Create a private graph endpoint to allow private access
|
|
30
|
+
* <p>Create a private graph endpoint to allow private access to the graph from within a VPC. You can attach security groups to the private graph endpoint.</p> <note> <p>VPC endpoint charges apply.</p> </note>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteGraphSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the
|
|
30
|
+
* <p>Deletes the specified graph snapshot.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -1266,7 +1266,7 @@ export interface CreatePrivateGraphEndpointInput {
|
|
|
1266
1266
|
*/
|
|
1267
1267
|
subnetIds?: string[] | undefined;
|
|
1268
1268
|
/**
|
|
1269
|
-
* <p>Security groups to be attached to the private graph endpoint
|
|
1269
|
+
* <p>Security groups to be attached to the private graph endpoint.</p>
|
|
1270
1270
|
* @public
|
|
1271
1271
|
*/
|
|
1272
1272
|
vpcSecurityGroupIds?: string[] | undefined;
|
|
@@ -1291,7 +1291,7 @@ export interface CreatePrivateGraphEndpointOutput {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
status: PrivateGraphEndpointStatus | undefined;
|
|
1293
1293
|
/**
|
|
1294
|
-
* <p>Endpoint ID of the
|
|
1294
|
+
* <p>Endpoint ID of the private graph endpoint.</p>
|
|
1295
1295
|
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
vpcEndpointId?: string | undefined;
|
|
@@ -1783,7 +1783,7 @@ export interface CancelImportTaskOutput {
|
|
|
1783
1783
|
*/
|
|
1784
1784
|
source: string | undefined;
|
|
1785
1785
|
/**
|
|
1786
|
-
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which
|
|
1786
|
+
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</p>
|
|
1787
1787
|
* @public
|
|
1788
1788
|
*/
|
|
1789
1789
|
format?: Format | undefined;
|
|
@@ -2024,7 +2024,7 @@ export interface ExportFilterPropertyAttributes {
|
|
|
2024
2024
|
multiValueHandling?: MultiValueHandlingType | undefined;
|
|
2025
2025
|
}
|
|
2026
2026
|
/**
|
|
2027
|
-
* <p>Specifies
|
|
2027
|
+
* <p>Specifies which properties of that label should be included in the export.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
2030
|
export interface ExportFilterElement {
|
|
@@ -2217,7 +2217,7 @@ export interface GetImportTaskOutput {
|
|
|
2217
2217
|
*/
|
|
2218
2218
|
source: string | undefined;
|
|
2219
2219
|
/**
|
|
2220
|
-
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which
|
|
2220
|
+
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</p>
|
|
2221
2221
|
* @public
|
|
2222
2222
|
*/
|
|
2223
2223
|
format?: Format | undefined;
|
|
@@ -2534,7 +2534,7 @@ export interface StartImportTaskInput {
|
|
|
2534
2534
|
*/
|
|
2535
2535
|
source: string | undefined;
|
|
2536
2536
|
/**
|
|
2537
|
-
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which
|
|
2537
|
+
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identifies the openCypher load format.</p>
|
|
2538
2538
|
* @public
|
|
2539
2539
|
*/
|
|
2540
2540
|
format?: Format | undefined;
|
|
@@ -2579,7 +2579,7 @@ export interface StartImportTaskOutput {
|
|
|
2579
2579
|
*/
|
|
2580
2580
|
source: string | undefined;
|
|
2581
2581
|
/**
|
|
2582
|
-
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which
|
|
2582
|
+
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identifies the openCypher load format.</p>
|
|
2583
2583
|
* @public
|
|
2584
2584
|
*/
|
|
2585
2585
|
format?: Format | undefined;
|
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.984.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "^3.972.6",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.984.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "^3.972.4",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|