Skip to content

Commit

Permalink
docs(client-neptune-graph): Several small updates to resolve customer…
Browse files Browse the repository at this point in the history
… requests.
  • Loading branch information
awstools committed Mar 7, 2025
1 parent 987faec commit 01aec90
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions clients/client-neptune-graph/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ export interface CreateGraphInput {
* <p>A name for the new Neptune Analytics graph to be created.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens. </p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
graphName: string | undefined;
Expand Down Expand Up @@ -667,7 +667,7 @@ export interface CreateGraphInput {
deletionProtection?: boolean | undefined;

/**
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</p>
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16</p>
* @public
*/
provisionedMemory: number | undefined;
Expand Down Expand Up @@ -707,7 +707,7 @@ export interface CreateGraphOutput {
* <p>The graph name. For example: <code>my-graph-1</code>.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens. </p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
name: string | undefined;
Expand Down Expand Up @@ -738,7 +738,7 @@ export interface CreateGraphOutput {

/**
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
* <p>Min = 128</p>
* <p>Min = 16</p>
* @public
*/
provisionedMemory?: number | undefined;
Expand Down Expand Up @@ -1305,14 +1305,14 @@ export interface RestoreGraphFromSnapshotInput {
* <p>A name for the new Neptune Analytics graph to be created from the snapshot.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens. </p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
graphName: string | undefined;

/**
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
* <p>Min = 128</p>
* <p>Min = 16</p>
* @public
*/
provisionedMemory?: number | undefined;
Expand Down Expand Up @@ -1464,7 +1464,7 @@ export interface UpdateGraphInput {

/**
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
* <p>Min = 128</p>
* <p>Min = 16</p>
* @public
*/
provisionedMemory?: number | undefined;
Expand Down Expand Up @@ -1941,7 +1941,7 @@ export interface CreateGraphSnapshotInput {
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens.</p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
snapshotName: string | undefined;
Expand Down Expand Up @@ -2042,7 +2042,7 @@ export interface DeleteGraphSnapshotOutput {
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens.</p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
name: string | undefined;
Expand Down Expand Up @@ -2103,7 +2103,7 @@ export interface GetGraphSnapshotOutput {
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens.</p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
name: string | undefined;
Expand Down Expand Up @@ -2185,7 +2185,7 @@ export interface GraphSnapshotSummary {
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens.</p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
name: string | undefined;
Expand Down Expand Up @@ -2592,7 +2592,7 @@ export interface CreateGraphUsingImportTaskInput {
* <p>A name for the new Neptune Analytics graph to be created.</p>
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
* first character must be a letter. It cannot end with a hyphen or contain two
* consecutive hyphens. </p>
* consecutive hyphens. Only lowercase letters are allowed.</p>
* @public
*/
graphName: string | undefined;
Expand Down Expand Up @@ -2662,7 +2662,7 @@ export interface CreateGraphUsingImportTaskInput {
maxProvisionedMemory?: number | undefined;

/**
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</p>
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>
* @public
*/
minProvisionedMemory?: number | undefined;
Expand Down
26 changes: 13 additions & 13 deletions codegen/sdk-codegen/aws-models/neptune-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@
"graphName": {
"target": "com.amazonaws.neptunegraph#GraphName",
"traits": {
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. </p>",
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -1976,7 +1976,7 @@
"provisionedMemory": {
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
"traits": {
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</p>",
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16</p>",
"smithy.api#required": {}
}
}
Expand All @@ -1998,7 +1998,7 @@
"name": {
"target": "com.amazonaws.neptunegraph#GraphName",
"traits": {
"smithy.api#documentation": "<p>The graph name. For example: <code>my-graph-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. </p>",
"smithy.api#documentation": "<p>The graph name. For example: <code>my-graph-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -2030,7 +2030,7 @@
"provisionedMemory": {
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
"traits": {
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
}
},
"endpoint": {
Expand Down Expand Up @@ -2142,7 +2142,7 @@
"snapshotName": {
"target": "com.amazonaws.neptunegraph#SnapshotName",
"traits": {
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens.</p>",
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -2256,7 +2256,7 @@
"graphName": {
"target": "com.amazonaws.neptunegraph#GraphName",
"traits": {
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. </p>",
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -2311,7 +2311,7 @@
"minProvisionedMemory": {
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
"traits": {
"smithy.api#documentation": "<p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</p>"
"smithy.api#documentation": "<p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>"
}
},
"failOnError": {
Expand Down Expand Up @@ -2760,7 +2760,7 @@
"name": {
"target": "com.amazonaws.neptunegraph#SnapshotName",
"traits": {
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens.</p>",
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -3972,7 +3972,7 @@
"name": {
"target": "com.amazonaws.neptunegraph#SnapshotName",
"traits": {
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens.</p>",
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -4744,7 +4744,7 @@
"name": {
"target": "com.amazonaws.neptunegraph#SnapshotName",
"traits": {
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens.</p>",
"smithy.api#documentation": "<p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -6411,14 +6411,14 @@
"graphName": {
"target": "com.amazonaws.neptunegraph#GraphName",
"traits": {
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created from the snapshot.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. </p>",
"smithy.api#documentation": "<p>A name for the new Neptune Analytics graph to be created from the snapshot.</p>\n <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its\n first character must be a letter. It cannot end with a hyphen or contain two\n consecutive hyphens. Only lowercase letters are allowed.</p>",
"smithy.api#required": {}
}
},
"provisionedMemory": {
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
"traits": {
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
}
},
"deletionProtection": {
Expand Down Expand Up @@ -7395,7 +7395,7 @@
"provisionedMemory": {
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
"traits": {
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
}
},
"deletionProtection": {
Expand Down

0 comments on commit 01aec90

Please sign in to comment.