You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-docdb/src/DocDB.ts
+8-8
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ export class DocDB extends DocDBClient {
411
411
* <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon
412
412
* Resource Name (ARN) of the shared cluster snapshot. You can only
413
413
* copy a shared DB cluster snapshot, whether encrypted or not, in the
414
-
* same Region.</p>
414
+
* same Amazon Web Services Region.</p>
415
415
*
416
416
* <p>To cancel the copy operation after it is in progress, delete the
417
417
* target cluster snapshot identified by
@@ -595,7 +595,7 @@ export class DocDB extends DocDBClient {
595
595
596
596
/**
597
597
* <p>Creates a new subnet group. subnet groups must contain at least one subnet in at
598
-
* least two Availability Zones in the Region.</p>
598
+
* least two Availability Zones in the Amazon Web Services Region.</p>
599
599
*/
600
600
publiccreateDBSubnetGroup(
601
601
args: CreateDBSubnetGroupCommandInput,
@@ -661,7 +661,7 @@ export class DocDB extends DocDBClient {
661
661
}
662
662
663
663
/**
664
-
* <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
664
+
* <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
665
665
* <p></p>
666
666
* <p>You can create a global cluster that is initially empty, and then add a primary and a secondary to it. Or you can specify an existing cluster during the create operation, and this cluster becomes the primary of the global cluster. </p>
667
667
* <note>
@@ -933,7 +933,7 @@ export class DocDB extends DocDBClient {
933
933
}
934
934
935
935
/**
936
-
* <p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this account.</p>
936
+
* <p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.</p>
937
937
*/
938
938
publicdescribeCertificates(
939
939
args: DescribeCertificatesCommandInput,
@@ -1069,8 +1069,8 @@ export class DocDB extends DocDBClient {
1069
1069
/**
1070
1070
* <p>Returns a list of cluster snapshot attribute names and values for a manual DB
1071
1071
* cluster snapshot.</p>
1072
-
* <p>When you share snapshots with other accounts,
1073
-
* <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the accounts that are authorized to copy or restore the manual cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual cluster snapshot is public and can be copied or restored by all accounts.</p>
1072
+
* <p>When you share snapshots with other Amazon Web Services accounts,
1073
+
* <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.</p>
@@ -1615,7 +1615,7 @@ export class DocDB extends DocDBClient {
1615
1615
1616
1616
/**
1617
1617
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.</p>
1618
-
* <p>To share a manual cluster snapshot with other accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the accounts that are authorized to restore the manual cluster snapshot. Use the value <code>all</code> to make the manual cluster snapshot public, which means that it can be copied or restored by all accounts. Do not add the <code>all</code> value for any manual cluster snapshots that contain private information that you don't want available to all accounts. If a manual cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p>
1618
+
* <p>To share a manual cluster snapshot with other Amazon Web Services accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual cluster snapshot. Use the value <code>all</code> to make the manual cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts. Do not add the <code>all</code> value for any manual cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If a manual cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p>
@@ -1679,7 +1679,7 @@ export class DocDB extends DocDBClient {
1679
1679
}
1680
1680
1681
1681
/**
1682
-
* <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Region.</p>
1682
+
* <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.</p>
* <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
25
+
* <p>Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. The global cluster contains one primary cluster with read-write capability, and up-to give read-only secondary clusters. Global clusters uses storage-based fast replication across regions with latencies less than one second, using dedicated infrastructure with no impact to your workload’s performance.</p>
26
26
* <p></p>
27
27
* <p>You can create a global cluster that is initially empty, and then add a primary and a secondary to it. Or you can specify an existing cluster during the create operation, and this cluster becomes the primary of the global cluster. </p>
* <p>Returns a list of cluster snapshot attribute names and values for a manual DB
31
31
* cluster snapshot.</p>
32
-
* <p>When you share snapshots with other accounts,
33
-
* <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the accounts that are authorized to copy or restore the manual cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual cluster snapshot is public and can be copied or restored by all accounts.</p>
32
+
* <p>When you share snapshots with other Amazon Web Services accounts,
33
+
* <code>DescribeDBClusterSnapshotAttributes</code> returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If <code>all</code> is included in the list of values for the <code>restore</code> attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.</p>
34
34
* @example
35
35
* Use a bare-bones client and the command you need to make an API call.
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.</p>
28
-
* <p>To share a manual cluster snapshot with other accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the accounts that are authorized to restore the manual cluster snapshot. Use the value <code>all</code> to make the manual cluster snapshot public, which means that it can be copied or restored by all accounts. Do not add the <code>all</code> value for any manual cluster snapshots that contain private information that you don't want available to all accounts. If a manual cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p>
28
+
* <p>To share a manual cluster snapshot with other Amazon Web Services accounts, specify <code>restore</code> as the <code>AttributeName</code>, and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual cluster snapshot. Use the value <code>all</code> to make the manual cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts. Do not add the <code>all</code> value for any manual cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts. If a manual cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p>
29
29
* @example
30
30
* Use a bare-bones client and the command you need to make an API call.
* <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Region.</p>
25
+
* <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.</p>
26
26
* @example
27
27
* Use a bare-bones client and the command you need to make an API call.
0 commit comments