@aws-sdk/client-rds 3.670.0 → 3.674.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4058,10 +4058,12 @@ export interface CreateDBClusterMessage {
4058
4058
  * <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
4059
4059
  * Management (IAM) accounts to database accounts. By default, mapping isn't
4060
4060
  * enabled.</p>
4061
- * <p>For more information, see
4062
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
4063
- * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide</i>.</p>
4064
- * <p>Valid for Cluster Type: Aurora DB clusters only</p>
4061
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html"> IAM Database
4062
+ * Authentication</a> in the <i>Amazon Aurora User Guide</i> or
4063
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">IAM database
4064
+ * authentication for MariaDB, MySQL, and PostgreSQL</a> in the <i>Amazon
4065
+ * RDS User Guide</i>.</p>
4066
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
4065
4067
  * @public
4066
4068
  */
4067
4069
  EnableIAMDatabaseAuthentication?: boolean;
@@ -12307,7 +12309,7 @@ export declare class DBShardGroupNotFoundFault extends __BaseException {
12307
12309
  */
12308
12310
  export interface DeleteDBShardGroupMessage {
12309
12311
  /**
12310
- * <p>Teh name of the DB shard group to delete.</p>
12312
+ * <p>The name of the DB shard group to delete.</p>
12311
12313
  * @public
12312
12314
  */
12313
12315
  DBShardGroupIdentifier: string | undefined;
@@ -3034,8 +3034,8 @@ export interface DescribeDBSecurityGroupsMessage {
3034
3034
  */
3035
3035
  export interface DescribeDBShardGroupsMessage {
3036
3036
  /**
3037
- * <p>The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified,
3038
- * information for only the specific DB shard group is returned. This parameter isn't case-sensitive.</p>
3037
+ * <p>The user-supplied DB shard group identifier. If this parameter is specified, information for only the specific DB shard group is returned.
3038
+ * This parameter isn't case-sensitive.</p>
3039
3039
  * <p>Constraints:</p>
3040
3040
  * <ul>
3041
3041
  * <li>
@@ -6777,10 +6777,12 @@ export interface ModifyDBClusterMessage {
6777
6777
  * <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
6778
6778
  * Management (IAM) accounts to database accounts. By default, mapping isn't
6779
6779
  * enabled.</p>
6780
- * <p>For more information, see
6781
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
6782
- * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide</i>.</p>
6783
- * <p>Valid for Cluster Type: Aurora DB clusters only</p>
6780
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html"> IAM Database
6781
+ * Authentication</a> in the <i>Amazon Aurora User Guide</i> or
6782
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">IAM database
6783
+ * authentication for MariaDB, MySQL, and PostgreSQL</a> in the <i>Amazon
6784
+ * RDS User Guide</i>.</p>
6785
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
6784
6786
  * @public
6785
6787
  */
6786
6788
  EnableIAMDatabaseAuthentication?: boolean;
@@ -7053,7 +7055,7 @@ export interface ModifyDBClusterMessage {
7053
7055
  * <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
7054
7056
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
7055
7057
  * Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
7056
- * <p>Valid for Cluster Type: Multi-AZ DB clusters only</p>
7058
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
7057
7059
  * @public
7058
7060
  */
7059
7061
  EnablePerformanceInsights?: boolean;
@@ -10516,10 +10518,12 @@ export interface RestoreDBClusterFromSnapshotMessage {
10516
10518
  * <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
10517
10519
  * Management (IAM) accounts to database accounts. By default, mapping isn't
10518
10520
  * enabled.</p>
10519
- * <p>For more information, see
10520
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
10521
- * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide</i>.</p>
10522
- * <p>Valid for: Aurora DB clusters only</p>
10521
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html"> IAM Database
10522
+ * Authentication</a> in the <i>Amazon Aurora User Guide</i> or
10523
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html"> IAM database
10524
+ * authentication for MariaDB, MySQL, and PostgreSQL</a> in the <i>Amazon
10525
+ * RDS User Guide</i>.</p>
10526
+ * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
10523
10527
  * @public
10524
10528
  */
10525
10529
  EnableIAMDatabaseAuthentication?: boolean;
@@ -10938,10 +10942,12 @@ export interface RestoreDBClusterToPointInTimeMessage {
10938
10942
  * <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
10939
10943
  * Management (IAM) accounts to database accounts. By default, mapping isn't
10940
10944
  * enabled.</p>
10941
- * <p>For more information, see
10942
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
10943
- * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide</i>.</p>
10944
- * <p>Valid for: Aurora DB clusters only</p>
10945
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html"> IAM Database
10946
+ * Authentication</a> in the <i>Amazon Aurora User Guide</i> or
10947
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html"> IAM database
10948
+ * authentication for MariaDB, MySQL, and PostgreSQL</a> in the <i>Amazon
10949
+ * RDS User Guide</i>.</p>
10950
+ * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
10945
10951
  * @public
10946
10952
  */
10947
10953
  EnableIAMDatabaseAuthentication?: boolean;
@@ -13638,11 +13644,11 @@ export interface StopDBInstanceAutomatedBackupsReplicationResult {
13638
13644
  */
13639
13645
  export interface SwitchoverBlueGreenDeploymentRequest {
13640
13646
  /**
13641
- * <p>The unique identifier of the blue/green deployment.</p>
13647
+ * <p>The resource ID of the blue/green deployment.</p>
13642
13648
  * <p>Constraints:</p>
13643
13649
  * <ul>
13644
13650
  * <li>
13645
- * <p>Must match an existing blue/green deployment identifier.</p>
13651
+ * <p>Must match an existing blue/green deployment resource ID.</p>
13646
13652
  * </li>
13647
13653
  * </ul>
13648
13654
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.670.0",
4
+ "version": "3.674.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",