From 72ff8d01578cb2d36c448cded4ff65b9f7d4f848 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 12 Apr 2024 18:15:24 +0000 Subject: [PATCH] docs(client-neptune-graph): Update to API documentation to resolve customer reported issues. --- .../client-neptune-graph/src/models/models_0.ts | 15 +++++++++++++++ codegen/sdk-codegen/aws-models/neptune-graph.json | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/clients/client-neptune-graph/src/models/models_0.ts b/clients/client-neptune-graph/src/models/models_0.ts index 66cab77c102f..e267cf6f3913 100644 --- a/clients/client-neptune-graph/src/models/models_0.ts +++ b/clients/client-neptune-graph/src/models/models_0.ts @@ -650,6 +650,11 @@ export interface CreateGraphInput { /** *

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

+ * + *

+ * Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. + *

+ *
* @public */ replicaCount?: number; @@ -1328,6 +1333,11 @@ export interface RestoreGraphFromSnapshotInput { /** *

The number of replicas in other AZs. Min =0, Max = 2, Default =1

+ * + *

+ * Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. + *

+ *
* @public */ replicaCount?: number; @@ -2477,6 +2487,11 @@ export interface CreateGraphUsingImportTaskInput { /** *

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

+ * + *

+ * Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. + *

+ *
* @public */ replicaCount?: number; diff --git a/codegen/sdk-codegen/aws-models/neptune-graph.json b/codegen/sdk-codegen/aws-models/neptune-graph.json index 26aef93d48c1..501ca55b5105 100644 --- a/codegen/sdk-codegen/aws-models/neptune-graph.json +++ b/codegen/sdk-codegen/aws-models/neptune-graph.json @@ -1818,7 +1818,7 @@ "replicaCount": { "target": "com.amazonaws.neptunegraph#ReplicaCount", "traits": { - "smithy.api#documentation": "

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

" + "smithy.api#documentation": "

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

\n \n

\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n

\n
" } }, "deletionProtection": { @@ -2141,7 +2141,7 @@ "replicaCount": { "target": "com.amazonaws.neptunegraph#ReplicaCount", "traits": { - "smithy.api#documentation": "

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

" + "smithy.api#documentation": "

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

\n \n

\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n

\n
" } }, "deletionProtection": { @@ -5602,7 +5602,7 @@ "replicaCount": { "target": "com.amazonaws.neptunegraph#ReplicaCount", "traits": { - "smithy.api#documentation": "

The number of replicas in other AZs. Min =0, Max = 2, Default =1

" + "smithy.api#documentation": "

The number of replicas in other AZs. Min =0, Max = 2, Default =1

\n \n

\n Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.\n

\n
" } }, "publicConnectivity": {