Skip to content

Commit 01aec90

Browse files
author
awstools
committed
docs(client-neptune-graph): Several small updates to resolve customer requests.
1 parent 987faec commit 01aec90

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export interface CreateGraphInput {
616616
* <p>A name for the new Neptune Analytics graph to be created.</p>
617617
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
618618
* first character must be a letter. It cannot end with a hyphen or contain two
619-
* consecutive hyphens. </p>
619+
* consecutive hyphens. Only lowercase letters are allowed.</p>
620620
* @public
621621
*/
622622
graphName: string | undefined;
@@ -667,7 +667,7 @@ export interface CreateGraphInput {
667667
deletionProtection?: boolean | undefined;
668668

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

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

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

14651465
/**
14661466
* <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
1467-
* <p>Min = 128</p>
1467+
* <p>Min = 16</p>
14681468
* @public
14691469
*/
14701470
provisionedMemory?: number | undefined;
@@ -1941,7 +1941,7 @@ export interface CreateGraphSnapshotInput {
19411941
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
19421942
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
19431943
* first character must be a letter. It cannot end with a hyphen or contain two
1944-
* consecutive hyphens.</p>
1944+
* consecutive hyphens. Only lowercase letters are allowed.</p>
19451945
* @public
19461946
*/
19471947
snapshotName: string | undefined;
@@ -2042,7 +2042,7 @@ export interface DeleteGraphSnapshotOutput {
20422042
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
20432043
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
20442044
* first character must be a letter. It cannot end with a hyphen or contain two
2045-
* consecutive hyphens.</p>
2045+
* consecutive hyphens. Only lowercase letters are allowed.</p>
20462046
* @public
20472047
*/
20482048
name: string | undefined;
@@ -2103,7 +2103,7 @@ export interface GetGraphSnapshotOutput {
21032103
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
21042104
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
21052105
* first character must be a letter. It cannot end with a hyphen or contain two
2106-
* consecutive hyphens.</p>
2106+
* consecutive hyphens. Only lowercase letters are allowed.</p>
21072107
* @public
21082108
*/
21092109
name: string | undefined;
@@ -2185,7 +2185,7 @@ export interface GraphSnapshotSummary {
21852185
* <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
21862186
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
21872187
* first character must be a letter. It cannot end with a hyphen or contain two
2188-
* consecutive hyphens.</p>
2188+
* consecutive hyphens. Only lowercase letters are allowed.</p>
21892189
* @public
21902190
*/
21912191
name: string | undefined;
@@ -2592,7 +2592,7 @@ export interface CreateGraphUsingImportTaskInput {
25922592
* <p>A name for the new Neptune Analytics graph to be created.</p>
25932593
* <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
25942594
* first character must be a letter. It cannot end with a hyphen or contain two
2595-
* consecutive hyphens. </p>
2595+
* consecutive hyphens. Only lowercase letters are allowed.</p>
25962596
* @public
25972597
*/
25982598
graphName: string | undefined;
@@ -2662,7 +2662,7 @@ export interface CreateGraphUsingImportTaskInput {
26622662
maxProvisionedMemory?: number | undefined;
26632663

26642664
/**
2665-
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</p>
2665+
* <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>
26662666
* @public
26672667
*/
26682668
minProvisionedMemory?: number | undefined;

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@
19331933
"graphName": {
19341934
"target": "com.amazonaws.neptunegraph#GraphName",
19351935
"traits": {
1936-
"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>",
1936+
"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>",
19371937
"smithy.api#required": {}
19381938
}
19391939
},
@@ -1976,7 +1976,7 @@
19761976
"provisionedMemory": {
19771977
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
19781978
"traits": {
1979-
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</p>",
1979+
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16</p>",
19801980
"smithy.api#required": {}
19811981
}
19821982
}
@@ -1998,7 +1998,7 @@
19981998
"name": {
19991999
"target": "com.amazonaws.neptunegraph#GraphName",
20002000
"traits": {
2001-
"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>",
2001+
"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>",
20022002
"smithy.api#required": {}
20032003
}
20042004
},
@@ -2030,7 +2030,7 @@
20302030
"provisionedMemory": {
20312031
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
20322032
"traits": {
2033-
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
2033+
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
20342034
}
20352035
},
20362036
"endpoint": {
@@ -2142,7 +2142,7 @@
21422142
"snapshotName": {
21432143
"target": "com.amazonaws.neptunegraph#SnapshotName",
21442144
"traits": {
2145-
"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>",
2145+
"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>",
21462146
"smithy.api#required": {}
21472147
}
21482148
},
@@ -2256,7 +2256,7 @@
22562256
"graphName": {
22572257
"target": "com.amazonaws.neptunegraph#GraphName",
22582258
"traits": {
2259-
"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>",
2259+
"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>",
22602260
"smithy.api#required": {}
22612261
}
22622262
},
@@ -2311,7 +2311,7 @@
23112311
"minProvisionedMemory": {
23122312
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
23132313
"traits": {
2314-
"smithy.api#documentation": "<p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</p>"
2314+
"smithy.api#documentation": "<p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>"
23152315
}
23162316
},
23172317
"failOnError": {
@@ -2760,7 +2760,7 @@
27602760
"name": {
27612761
"target": "com.amazonaws.neptunegraph#SnapshotName",
27622762
"traits": {
2763-
"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>",
2763+
"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>",
27642764
"smithy.api#required": {}
27652765
}
27662766
},
@@ -3972,7 +3972,7 @@
39723972
"name": {
39733973
"target": "com.amazonaws.neptunegraph#SnapshotName",
39743974
"traits": {
3975-
"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>",
3975+
"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>",
39763976
"smithy.api#required": {}
39773977
}
39783978
},
@@ -4744,7 +4744,7 @@
47444744
"name": {
47454745
"target": "com.amazonaws.neptunegraph#SnapshotName",
47464746
"traits": {
4747-
"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>",
4747+
"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>",
47484748
"smithy.api#required": {}
47494749
}
47504750
},
@@ -6411,14 +6411,14 @@
64116411
"graphName": {
64126412
"target": "com.amazonaws.neptunegraph#GraphName",
64136413
"traits": {
6414-
"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>",
6414+
"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>",
64156415
"smithy.api#required": {}
64166416
}
64176417
},
64186418
"provisionedMemory": {
64196419
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
64206420
"traits": {
6421-
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
6421+
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
64226422
}
64236423
},
64246424
"deletionProtection": {
@@ -7395,7 +7395,7 @@
73957395
"provisionedMemory": {
73967396
"target": "com.amazonaws.neptunegraph#ProvisionedMemory",
73977397
"traits": {
7398-
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 128</p>"
7398+
"smithy.api#documentation": "<p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>\n <p>Min = 16</p>"
73997399
}
74007400
},
74017401
"deletionProtection": {

0 commit comments

Comments
 (0)