Skip to content

Commit

Permalink
docs(client-rds): Updates Amazon RDS documentation for Aurora Postgre…
Browse files Browse the repository at this point in the history
…s DBname.
  • Loading branch information
awstools committed May 30, 2024
1 parent 88273ba commit f03a9ee
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
6 changes: 4 additions & 2 deletions clients/client-rds/src/commands/AddTagsToResourceCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}

/**
* <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
* <p>For an overview on tagging Amazon RDS resources,
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
* <p>For an overview on tagging your relational database resources,
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a>
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a>.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
18 changes: 8 additions & 10 deletions clients/client-rds/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,10 @@ export class SubscriptionNotFoundFault extends __BaseException {

/**
* <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging
* Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
* </p>
* <p>For more information, see
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i>
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.
* </p>
* @public
*/
export interface Tag {
Expand Down Expand Up @@ -4393,9 +4394,8 @@ export interface CreateDBClusterMessage {
CharacterSetName?: string;

/**
* <p>The name for your database of up to 64 alphanumeric characters. If you don't
* provide a name, Amazon RDS doesn't create a database in the DB cluster you are
* creating.</p>
* <p>The name for your database of up to 64 alphanumeric characters.
* A database named <code>postgres</code> is always created. If this parameter is specified, an additional database with this name is created.</p>
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
* @public
*/
Expand Down Expand Up @@ -7074,8 +7074,7 @@ export interface CreateDBInstanceMessage {
* <dt>Amazon Aurora PostgreSQL</dt>
* <dd>
* <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is
* created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster,
* a database named <code>postgres</code> is created in the DB cluster.</p>
* created. A database named <code>postgres</code> is always created. If this parameter is specified, an additional database with this name is created.</p>
* <p>Constraints:</p>
* <ul>
* <li>
Expand Down Expand Up @@ -7182,8 +7181,7 @@ export interface CreateDBInstanceMessage {
* </dd>
* <dt>RDS for PostgreSQL</dt>
* <dd>
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named <code>postgres</code>
* is created in the DB instance.</p>
* <p>The name of the database to create when the DB instance is created. A database named <code>postgres</code> is always created. If this parameter is specified, an additional database with this name is created.</p>
* <p>Constraints:</p>
* <ul>
* <li>
Expand Down
6 changes: 5 additions & 1 deletion clients/client-rds/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13413,7 +13413,11 @@ export interface RestoreDBInstanceFromS3Message {
S3Prefix?: string;

/**
* <p>An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.</p>
* <p>An Amazon Web Services Identity and Access Management (IAM) role with a trust policy and a permissions policy that allows Amazon RDS to access your Amazon S3 bucket.
* For information about this role,
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM">
* Creating an IAM role manually</a> in the <i>Amazon RDS User Guide.</i>
* </p>
* @public
*/
S3IngestionRoleArn: string | undefined;
Expand Down
Loading

0 comments on commit f03a9ee

Please sign in to comment.