Skip to content

Commit 72ff8d0

Browse files
author
awstools
committed
docs(client-neptune-graph): Update to API documentation to resolve customer reported issues.
1 parent 8060deb commit 72ff8d0

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

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

+15
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,11 @@ export interface CreateGraphInput {
650650

651651
/**
652652
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>
653+
* <important>
654+
* <p>
655+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
656+
* </p>
657+
* </important>
653658
* @public
654659
*/
655660
replicaCount?: number;
@@ -1328,6 +1333,11 @@ export interface RestoreGraphFromSnapshotInput {
13281333

13291334
/**
13301335
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>
1336+
* <important>
1337+
* <p>
1338+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
1339+
* </p>
1340+
* </important>
13311341
* @public
13321342
*/
13331343
replicaCount?: number;
@@ -2477,6 +2487,11 @@ export interface CreateGraphUsingImportTaskInput {
24772487

24782488
/**
24792489
* <p>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</p>
2490+
* <important>
2491+
* <p>
2492+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
2493+
* </p>
2494+
* </important>
24802495
* @public
24812496
*/
24822497
replicaCount?: number;

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@
18181818
"replicaCount": {
18191819
"target": "com.amazonaws.neptunegraph#ReplicaCount",
18201820
"traits": {
1821-
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>"
1821+
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>\n <important>\n <p>\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n </p>\n </important>"
18221822
}
18231823
},
18241824
"deletionProtection": {
@@ -2141,7 +2141,7 @@
21412141
"replicaCount": {
21422142
"target": "com.amazonaws.neptunegraph#ReplicaCount",
21432143
"traits": {
2144-
"smithy.api#documentation": "<p>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</p>"
2144+
"smithy.api#documentation": "<p>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</p>\n <important>\n <p>\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n </p>\n </important>"
21452145
}
21462146
},
21472147
"deletionProtection": {
@@ -5602,7 +5602,7 @@
56025602
"replicaCount": {
56035603
"target": "com.amazonaws.neptunegraph#ReplicaCount",
56045604
"traits": {
5605-
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>"
5605+
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>\n <important>\n <p>\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n </p>\n </important>"
56065606
}
56075607
},
56085608
"publicConnectivity": {

0 commit comments

Comments
 (0)