Skip to content

Commit 4aaf58a

Browse files
authored
feat(clients): update clients as of 04/07/2022 (#3520)
* chore(models): prettify models * chore(models): update models as of 04/07/2022 * feat(clients): update clients as of 04/07
1 parent 16aa220 commit 4aaf58a

File tree

95 files changed

+38399
-33749
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+38399
-33749
lines changed

Diff for: clients/client-docdb/src/DocDB.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export class DocDB extends DocDBClient {
411411
* <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon
412412
* Resource Name (ARN) of the shared cluster snapshot. You can only
413413
* copy a shared DB cluster snapshot, whether encrypted or not, in the
414-
* same Region.</p>
414+
* same Amazon Web Services Region.</p>
415415
*
416416
* <p>To cancel the copy operation after it is in progress, delete the
417417
* target cluster snapshot identified by
@@ -595,7 +595,7 @@ export class DocDB extends DocDBClient {
595595

596596
/**
597597
* <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>
599599
*/
600600
public createDBSubnetGroup(
601601
args: CreateDBSubnetGroupCommandInput,
@@ -661,7 +661,7 @@ export class DocDB extends DocDBClient {
661661
}
662662

663663
/**
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>
665665
* <p></p>
666666
* <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>
667667
* <note>
@@ -933,7 +933,7 @@ export class DocDB extends DocDBClient {
933933
}
934934

935935
/**
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>
937937
*/
938938
public describeCertificates(
939939
args: DescribeCertificatesCommandInput,
@@ -1069,8 +1069,8 @@ export class DocDB extends DocDBClient {
10691069
/**
10701070
* <p>Returns a list of cluster snapshot attribute names and values for a manual DB
10711071
* 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>
10741074
*/
10751075
public describeDBClusterSnapshotAttributes(
10761076
args: DescribeDBClusterSnapshotAttributesCommandInput,
@@ -1615,7 +1615,7 @@ export class DocDB extends DocDBClient {
16151615

16161616
/**
16171617
* <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>
16191619
*/
16201620
public modifyDBClusterSnapshotAttribute(
16211621
args: ModifyDBClusterSnapshotAttributeCommandInput,
@@ -1679,7 +1679,7 @@ export class DocDB extends DocDBClient {
16791679
}
16801680

16811681
/**
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>
16831683
*/
16841684
public modifyDBSubnetGroup(
16851685
args: ModifyDBSubnetGroupCommandInput,

Diff for: clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
2929
* <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon
3030
* Resource Name (ARN) of the shared cluster snapshot. You can only
3131
* copy a shared DB cluster snapshot, whether encrypted or not, in the
32-
* same Region.</p>
32+
* same Amazon Web Services Region.</p>
3333
*
3434
* <p>To cancel the copy operation after it is in progress, delete the
3535
* target cluster snapshot identified by

Diff for: clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
2323

2424
/**
2525
* <p>Creates a new subnet group. subnet groups must contain at least one subnet in at
26-
* least two Availability Zones in the Region.</p>
26+
* least two Availability Zones in the Amazon Web Services Region.</p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.
2929
* ```javascript

Diff for: clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMess
2222
export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterResult, __MetadataBearer {}
2323

2424
/**
25-
* <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>
2626
* <p></p>
2727
* <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>
2828
* <note>

Diff for: clients/client-docdb/src/commands/DescribeCertificatesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface DescribeCertificatesCommandInput extends DescribeCertificatesMe
2222
export interface DescribeCertificatesCommandOutput extends CertificateMessage, __MetadataBearer {}
2323

2424
/**
25-
* <p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this account.</p>
25+
* <p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.</p>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.
2828
* ```javascript

Diff for: clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput
2929
/**
3030
* <p>Returns a list of cluster snapshot attribute names and values for a manual DB
3131
* 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>
3434
* @example
3535
* Use a bare-bones client and the command you need to make an API call.
3636
* ```javascript

Diff for: clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput
2525

2626
/**
2727
* <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>
2929
* @example
3030
* Use a bare-bones client and the command you need to make an API call.
3131
* ```javascript

Diff for: clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface ModifyDBSubnetGroupCommandInput extends ModifyDBSubnetGroupMess
2222
export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupResult, __MetadataBearer {}
2323

2424
/**
25-
* <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>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.
2828
* ```javascript

0 commit comments

Comments
 (0)