@aws-sdk/client-rds 3.652.0 → 3.653.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.
@@ -6748,9 +6748,9 @@ export interface CreateDBInstanceMessage {
6748
6748
  * <p>The license model information for this DB instance.</p>
6749
6749
  * <note>
6750
6750
  * <p>License models for RDS for Db2 require additional configuration. The Bring Your
6751
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
6751
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
6752
6752
  * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
6753
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
6753
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
6754
6754
  * options</a> in the <i>Amazon RDS User Guide</i>.</p>
6755
6755
  * <p>The default for RDS for Db2 is <code>bring-your-own-license</code>.</p>
6756
6756
  * </note>
@@ -11312,9 +11312,9 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11312
11312
  * <p>License model information for the restored DB instance.</p>
11313
11313
  * <note>
11314
11314
  * <p>License models for RDS for Db2 require additional configuration. The Bring Your
11315
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
11315
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
11316
11316
  * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
11317
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
11317
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
11318
11318
  * options</a> in the <i>Amazon RDS User Guide</i>.</p>
11319
11319
  * </note>
11320
11320
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
@@ -12541,9 +12541,9 @@ export interface RestoreDBInstanceToPointInTimeMessage {
12541
12541
  * <p>The license model information for the restored DB instance.</p>
12542
12542
  * <note>
12543
12543
  * <p>License models for RDS for Db2 require additional configuration. The Bring Your
12544
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
12544
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
12545
12545
  * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
12546
- * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
12546
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">Amazon RDS for Db2 licensing
12547
12547
  * options</a> in the <i>Amazon RDS User Guide</i>.</p>
12548
12548
  * </note>
12549
12549
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</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.652.0",
4
+ "version": "3.653.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",