Skip to content

Commit 08c43a6

Browse files
author
awstools
committed
docs(client-neptune): Doc-only update to address customer use.
1 parent 915892a commit 08c43a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,8 @@ export class DBParameterGroupQuotaExceededFault extends __BaseException {
676676
export interface CopyDBClusterSnapshotMessage {
677677
/**
678678
* <p>The identifier of the DB cluster snapshot to copy. This parameter is not
679-
* case-sensitive.</p>
679+
* case-sensitive. If the source DB cluster snapshot is in a different region or
680+
* owned by another account, specify the snapshot ARN.</p>
680681
* <p>Constraints:</p>
681682
* <ul>
682683
* <li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@
17781778
"target": "com.amazonaws.neptune#String",
17791779
"traits": {
17801780
"smithy.api#clientOptional": {},
1781-
"smithy.api#documentation": "<p>The identifier of the DB cluster snapshot to copy. This parameter is not\n case-sensitive.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must specify a valid system snapshot in the \"available\" state.</p>\n </li>\n <li>\n <p>Specify a valid DB snapshot identifier.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster-snapshot1</code>\n </p>",
1781+
"smithy.api#documentation": "<p>The identifier of the DB cluster snapshot to copy. This parameter is not\n case-sensitive. If the source DB cluster snapshot is in a different region or \n owned by another account, specify the snapshot ARN.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>Must specify a valid system snapshot in the \"available\" state.</p>\n </li>\n <li>\n <p>Specify a valid DB snapshot identifier.</p>\n </li>\n </ul>\n <p>Example: <code>my-cluster-snapshot1</code>\n </p>",
17821782
"smithy.api#required": {}
17831783
}
17841784
},

0 commit comments

Comments
 (0)