@aws-sdk/client-rds 3.650.0 → 3.651.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.
@@ -598,9 +598,37 @@ export interface ApplyPendingMaintenanceActionMessage {
598
598
  ResourceIdentifier: string | undefined;
599
599
  /**
600
600
  * <p>The pending maintenance action to apply to this resource.</p>
601
- * <p>Valid Values: <code>system-update</code>, <code>db-upgrade</code>,
602
- * <code>hardware-maintenance</code>, <code>ca-certificate-rotation</code>
603
- * </p>
601
+ * <p>Valid Values:</p>
602
+ * <ul>
603
+ * <li>
604
+ * <p>
605
+ * <code>ca-certificate-rotation</code>
606
+ * </p>
607
+ * </li>
608
+ * <li>
609
+ * <p>
610
+ * <code>db-upgrade</code>
611
+ * </p>
612
+ * </li>
613
+ * <li>
614
+ * <p>
615
+ * <code>hardware-maintenance</code>
616
+ * </p>
617
+ * </li>
618
+ * <li>
619
+ * <p>
620
+ * <code>os-upgrade</code>
621
+ * </p>
622
+ * </li>
623
+ * <li>
624
+ * <p>
625
+ * <code>system-update</code>
626
+ * </p>
627
+ * </li>
628
+ * </ul>
629
+ * <p>For more information about these actions, see
630
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
631
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
604
632
  * @public
605
633
  */
606
634
  ApplyAction: string | undefined;
@@ -636,8 +664,37 @@ export interface PendingMaintenanceAction {
636
664
  /**
637
665
  * <p>The type of pending maintenance action that is available for the resource. </p>
638
666
  * <p>For more information about maintenance actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html">Maintaining a DB instance</a>.</p>
639
- * <p>Valid Values:<code> system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation</code>
640
- * </p>
667
+ * <p>Valid Values:</p>
668
+ * <ul>
669
+ * <li>
670
+ * <p>
671
+ * <code>ca-certificate-rotation</code>
672
+ * </p>
673
+ * </li>
674
+ * <li>
675
+ * <p>
676
+ * <code>db-upgrade</code>
677
+ * </p>
678
+ * </li>
679
+ * <li>
680
+ * <p>
681
+ * <code>hardware-maintenance</code>
682
+ * </p>
683
+ * </li>
684
+ * <li>
685
+ * <p>
686
+ * <code>os-upgrade</code>
687
+ * </p>
688
+ * </li>
689
+ * <li>
690
+ * <p>
691
+ * <code>system-update</code>
692
+ * </p>
693
+ * </li>
694
+ * </ul>
695
+ * <p>For more information about these actions, see
696
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
697
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
641
698
  * @public
642
699
  */
643
700
  Action?: string;
@@ -6351,6 +6408,10 @@ export interface CreateDBInstanceMessage {
6351
6408
  * </li>
6352
6409
  * <li>
6353
6410
  * <p>
6411
+ * <code>custom-sqlserver-dev</code> (for RDS Custom for SQL Server DB instances)</p>
6412
+ * </li>
6413
+ * <li>
6414
+ * <p>
6354
6415
  * <code>db2-ae</code>
6355
6416
  * </p>
6356
6417
  * </li>
@@ -6518,9 +6579,6 @@ export interface CreateDBInstanceMessage {
6518
6579
  * <li>
6519
6580
  * <p>Must match the name of an existing DB subnet group.</p>
6520
6581
  * </li>
6521
- * <li>
6522
- * <p>Must not be <code>default</code>.</p>
6523
- * </li>
6524
6582
  * </ul>
6525
6583
  * <p>Example: <code>mydbsubnetgroup</code>
6526
6584
  * </p>
@@ -7468,7 +7526,34 @@ export interface DBParameterGroupStatus {
7468
7526
  */
7469
7527
  DBParameterGroupName?: string;
7470
7528
  /**
7471
- * <p>The status of parameter updates.</p>
7529
+ * <p>The status of parameter updates. Valid values are:</p>
7530
+ * <ul>
7531
+ * <li>
7532
+ * <p>
7533
+ * <code>applying</code>: The parameter group change is being applied to the
7534
+ * database.</p>
7535
+ * </li>
7536
+ * <li>
7537
+ * <p>
7538
+ * <code>failed-to-apply</code>: The parameter group is in an invalid
7539
+ * state.</p>
7540
+ * </li>
7541
+ * <li>
7542
+ * <p>
7543
+ * <code>in-sync</code>: The parameter group change is synchronized with the
7544
+ * database.</p>
7545
+ * </li>
7546
+ * <li>
7547
+ * <p>
7548
+ * <code>pending-database-upgrade</code>: The parameter group change will be
7549
+ * applied after the DB instance is upgraded.</p>
7550
+ * </li>
7551
+ * <li>
7552
+ * <p>
7553
+ * <code>pending-reboot</code>: The parameter group change will be applied after
7554
+ * the DB instance reboots.</p>
7555
+ * </li>
7556
+ * </ul>
7472
7557
  * @public
7473
7558
  */
7474
7559
  ParameterApplyStatus?: string;
@@ -8782,9 +8867,6 @@ export interface CreateDBInstanceReadReplicaMessage {
8782
8867
  * instead of specifying <code>PreSignedUrl</code> manually. Specifying
8783
8868
  * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
8784
8869
  * for the operation that can run in the source Amazon Web Services Region.</p>
8785
- * <p>
8786
- * <code>SourceRegion</code> isn't supported for SQL Server, because Amazon RDS for SQL Server
8787
- * doesn't support cross-Region read replicas.</p>
8788
8870
  * </note>
8789
8871
  * <p>This setting doesn't apply to RDS Custom DB instances.</p>
8790
8872
  * @public
@@ -8651,7 +8651,7 @@ export interface ConnectionPoolConfiguration {
8651
8651
  MaxIdleConnectionsPercent?: number;
8652
8652
  /**
8653
8653
  * <p>The number of seconds for a proxy to wait for a connection to become available in the connection pool. This setting only applies when the
8654
- * proxy has opened its maximum number of connections and all connections are busy with client sessions. For an unlimited wait time, specify <code>0</code>.</p>
8654
+ * proxy has opened its maximum number of connections and all connections are busy with client sessions.</p>
8655
8655
  * <p>Default: <code>120</code>
8656
8656
  * </p>
8657
8657
  * <p>Constraints:</p>
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.650.0",
4
+ "version": "3.651.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",