Skip to content

Commit

Permalink
docs(client-neptune-graph): Update to API documentation to resolve cu…
Browse files Browse the repository at this point in the history
…stomer reported issues.
  • Loading branch information
awstools committed Apr 12, 2024
1 parent 8060deb commit 72ff8d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions clients/client-neptune-graph/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,11 @@ export interface CreateGraphInput {

/**
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>
* <important>
* <p>
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
* </p>
* </important>
* @public
*/
replicaCount?: number;
Expand Down Expand Up @@ -1328,6 +1333,11 @@ export interface RestoreGraphFromSnapshotInput {

/**
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>
* <important>
* <p>
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
* </p>
* </important>
* @public
*/
replicaCount?: number;
Expand Down Expand Up @@ -2477,6 +2487,11 @@ export interface CreateGraphUsingImportTaskInput {

/**
* <p>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</p>
* <important>
* <p>
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
* </p>
* </important>
* @public
*/
replicaCount?: number;
Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/neptune-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@
"replicaCount": {
"target": "com.amazonaws.neptunegraph#ReplicaCount",
"traits": {
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>"
"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>"
}
},
"deletionProtection": {
Expand Down Expand Up @@ -2141,7 +2141,7 @@
"replicaCount": {
"target": "com.amazonaws.neptunegraph#ReplicaCount",
"traits": {
"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>"
"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>"
}
},
"deletionProtection": {
Expand Down Expand Up @@ -5602,7 +5602,7 @@
"replicaCount": {
"target": "com.amazonaws.neptunegraph#ReplicaCount",
"traits": {
"smithy.api#documentation": "<p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>"
"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>"
}
},
"publicConnectivity": {
Expand Down

0 comments on commit 72ff8d0

Please sign in to comment.