Skip to content

Commit 33bf3cd

Browse files
author
awstools
committed
docs(client-neptune-graph): Minor neptune-graph documentation changes
1 parent a083905 commit 33bf3cd

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

clients/client-neptune-graph/src/commands/CreatePrivateGraphEndpointCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface CreatePrivateGraphEndpointCommandInput extends CreatePrivateGra
2727
export interface CreatePrivateGraphEndpointCommandOutput extends CreatePrivateGraphEndpointOutput, __MetadataBearer {}
2828

2929
/**
30-
* <p>Create a private graph endpoint to allow private access from 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>
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>
3131
* @example
3232
* Use a bare-bones client and the command you need to make an API call.
3333
* ```javascript

clients/client-neptune-graph/src/commands/DeleteGraphSnapshotCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface DeleteGraphSnapshotCommandInput extends DeleteGraphSnapshotInpu
2727
export interface DeleteGraphSnapshotCommandOutput extends DeleteGraphSnapshotOutput, __MetadataBearer {}
2828

2929
/**
30-
* <p>Deletes the specifed graph snapshot.</p>
30+
* <p>Deletes the specified graph snapshot.</p>
3131
* @example
3232
* Use a bare-bones client and the command you need to make an API call.
3333
* ```javascript

clients/client-neptune-graph/src/models/models_0.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ export interface CreatePrivateGraphEndpointInput {
15021502
subnetIds?: string[] | undefined;
15031503

15041504
/**
1505-
* <p>Security groups to be attached to the private graph endpoint..</p>
1505+
* <p>Security groups to be attached to the private graph endpoint.</p>
15061506
* @public
15071507
*/
15081508
vpcSecurityGroupIds?: string[] | undefined;
@@ -1531,7 +1531,7 @@ export interface CreatePrivateGraphEndpointOutput {
15311531
status: PrivateGraphEndpointStatus | undefined;
15321532

15331533
/**
1534-
* <p>Endpoint ID of the prviate grpah endpoint.</p>
1534+
* <p>Endpoint ID of the private graph endpoint.</p>
15351535
* @public
15361536
*/
15371537
vpcEndpointId?: string | undefined;
@@ -2099,7 +2099,7 @@ export interface CancelImportTaskOutput {
20992099
source: string | undefined;
21002100

21012101
/**
2102-
* <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 identies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</p>
2102+
* <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>
21032103
* @public
21042104
*/
21052105
format?: Format | undefined;
@@ -2382,7 +2382,7 @@ export interface ExportFilterPropertyAttributes {
23822382
}
23832383

23842384
/**
2385-
* <p>Specifies whihc properties of that label should be included in the export.</p>
2385+
* <p>Specifies which properties of that label should be included in the export.</p>
23862386
* @public
23872387
*/
23882388
export interface ExportFilterElement {
@@ -2606,7 +2606,7 @@ export interface GetImportTaskOutput {
26062606
source: string | undefined;
26072607

26082608
/**
2609-
* <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 identies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</p>
2609+
* <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>
26102610
* @public
26112611
*/
26122612
format?: Format | undefined;
@@ -2977,7 +2977,7 @@ export interface StartImportTaskInput {
29772977
source: string | undefined;
29782978

29792979
/**
2980-
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.</p>
2980+
* <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>
29812981
* @public
29822982
*/
29832983
format?: Format | undefined;
@@ -3030,7 +3030,7 @@ export interface StartImportTaskOutput {
30303030
source: string | undefined;
30313031

30323032
/**
3033-
* <p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.</p>
3033+
* <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>
30343034
* @public
30353035
*/
30363036
format?: Format | undefined;

codegen/sdk-codegen/aws-models/neptune-graph.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@
17561756
"format": {
17571757
"target": "com.amazonaws.neptunegraph#Format",
17581758
"traits": {
1759-
"smithy.api#documentation": "<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 identies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher load format</a>.</p>"
1759+
"smithy.api#documentation": "<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>"
17601760
}
17611761
},
17621762
"parquetType": {
@@ -2447,7 +2447,7 @@
24472447
],
24482448
"traits": {
24492449
"aws.api#controlPlane": {},
2450-
"smithy.api#documentation": "<p>Create a private graph endpoint to allow private access from 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>",
2450+
"smithy.api#documentation": "<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>",
24512451
"smithy.api#http": {
24522452
"code": 201,
24532453
"method": "POST",
@@ -2486,7 +2486,7 @@
24862486
"vpcSecurityGroupIds": {
24872487
"target": "com.amazonaws.neptunegraph#SecurityGroupIds",
24882488
"traits": {
2489-
"smithy.api#documentation": "<p>Security groups to be attached to the private graph endpoint..</p>"
2489+
"smithy.api#documentation": "<p>Security groups to be attached to the private graph endpoint.</p>"
24902490
}
24912491
}
24922492
},
@@ -2521,7 +2521,7 @@
25212521
"vpcEndpointId": {
25222522
"target": "com.amazonaws.neptunegraph#VpcEndpointId",
25232523
"traits": {
2524-
"smithy.api#documentation": "<p>Endpoint ID of the prviate grpah endpoint.</p>"
2524+
"smithy.api#documentation": "<p>Endpoint ID of the private graph endpoint.</p>"
25252525
}
25262526
}
25272527
},
@@ -2718,7 +2718,7 @@
27182718
],
27192719
"traits": {
27202720
"aws.api#controlPlane": {},
2721-
"smithy.api#documentation": "<p>Deletes the specifed graph snapshot.</p>",
2721+
"smithy.api#documentation": "<p>Deletes the specified graph snapshot.</p>",
27222722
"smithy.api#http": {
27232723
"code": 200,
27242724
"method": "DELETE",
@@ -3113,7 +3113,7 @@
31133113
}
31143114
},
31153115
"traits": {
3116-
"smithy.api#documentation": "<p>Specifies whihc properties of that label should be included in the export.</p>"
3116+
"smithy.api#documentation": "<p>Specifies which properties of that label should be included in the export.</p>"
31173117
}
31183118
},
31193119
"com.amazonaws.neptunegraph#ExportFilterLabel": {
@@ -4300,7 +4300,7 @@
43004300
"format": {
43014301
"target": "com.amazonaws.neptunegraph#Format",
43024302
"traits": {
4303-
"smithy.api#documentation": "<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 identies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher load format</a>.</p>"
4303+
"smithy.api#documentation": "<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>"
43044304
}
43054305
},
43064306
"parquetType": {
@@ -7132,7 +7132,7 @@
71327132
"format": {
71337133
"target": "com.amazonaws.neptunegraph#Format",
71347134
"traits": {
7135-
"smithy.api#documentation": "<p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.</p>"
7135+
"smithy.api#documentation": "<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>"
71367136
}
71377137
},
71387138
"parquetType": {
@@ -7193,7 +7193,7 @@
71937193
"format": {
71947194
"target": "com.amazonaws.neptunegraph#Format",
71957195
"traits": {
7196-
"smithy.api#documentation": "<p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.</p>"
7196+
"smithy.api#documentation": "<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>"
71977197
}
71987198
},
71997199
"parquetType": {

0 commit comments

Comments
 (0)