diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index 3682b5279abb..9d6940e5baa3 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -7826,11 +7826,19 @@ export interface CreateDBInstanceMessage { /** *
The license model information for this DB instance.
+ *License models for RDS for Db2 require additional configuration. The Bring Your + * Own License (BYOL) model requires a custom parameter group. The Db2 license through + * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more + * information, see RDS for Db2 licensing + * options in the Amazon RDS User Guide.
+ *The default for RDS for Db2 is bring-your-own-license
.
This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*Valid Values:
*RDS for Db2 - bring-your-own-license
+ *
RDS for Db2 - bring-your-own-license | marketplace-license
*
The license model information for this DB instance. This setting doesn't apply to RDS Custom DB instances.
+ *The license model information for this DB instance. This setting doesn't apply to + * Amazon Aurora or RDS Custom DB instances.
* @public */ LicenseModel?: string; diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index d40f4d48a298..de46f0dc7a71 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -12484,10 +12484,42 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { /** *License model information for the restored DB instance.
- *This setting doesn't apply to RDS Custom.
- *Default: Same as source.
- *Valid Values: license-included
| bring-your-own-license
| general-public-license
- *
License models for RDS for Db2 require additional configuration. The Bring Your + * Own License (BYOL) model requires a custom parameter group. The Db2 license through + * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more + * information, see RDS for Db2 licensing + * options in the Amazon RDS User Guide.
+ *This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
+ *Valid Values:
+ *RDS for Db2 - bring-your-own-license | marketplace-license
+ *
RDS for MariaDB - general-public-license
+ *
RDS for Microsoft SQL Server - license-included
+ *
RDS for MySQL - general-public-license
+ *
RDS for Oracle - bring-your-own-license | license-included
+ *
RDS for PostgreSQL - postgresql-license
+ *
Default: Same as the source.
* @public */ LicenseModel?: string; @@ -13780,9 +13812,41 @@ export interface RestoreDBInstanceToPointInTimeMessage { /** *The license model information for the restored DB instance.
- *This setting doesn't apply to RDS Custom.
- *Valid Values: license-included
| bring-your-own-license
| general-public-license
- *
License models for RDS for Db2 require additional configuration. The Bring Your + * Own License (BYOL) model requires a custom parameter group. The Db2 license through + * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more + * information, see RDS for Db2 licensing + * options in the Amazon RDS User Guide.
+ *This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
+ *Valid Values:
+ *RDS for Db2 - bring-your-own-license | marketplace-license
+ *
RDS for MariaDB - general-public-license
+ *
RDS for Microsoft SQL Server - license-included
+ *
RDS for MySQL - general-public-license
+ *
RDS for Oracle - bring-your-own-license | license-included
+ *
RDS for PostgreSQL - postgresql-license
+ *
Default: Same as the source.
* @public */ diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index a876d061a699..745f531b680c 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -4991,7 +4991,7 @@ "LicenseModel": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The license model information for this DB instance.
\nThis setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\nValid Values:
\nRDS for Db2 - bring-your-own-license
\n
RDS for MariaDB - general-public-license
\n
RDS for Microsoft SQL Server - license-included
\n
RDS for MySQL - general-public-license
\n
RDS for Oracle - bring-your-own-license | license-included
\n
RDS for PostgreSQL - postgresql-license
\n
The license model information for this DB instance.
\nLicense models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\nThe default for RDS for Db2 is bring-your-own-license
.
This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\nValid Values:
\nRDS for Db2 - bring-your-own-license | marketplace-license
\n
RDS for MariaDB - general-public-license
\n
RDS for Microsoft SQL Server - license-included
\n
RDS for MySQL - general-public-license
\n
RDS for Oracle - bring-your-own-license | license-included
\n
RDS for PostgreSQL - postgresql-license
\n
The license model information for this DB instance. This setting doesn't apply to RDS Custom DB instances.
" + "smithy.api#documentation": "The license model information for this DB instance. This setting doesn't apply to\n Amazon Aurora or RDS Custom DB instances.
" } }, "Iops": { @@ -27684,7 +27684,7 @@ "LicenseModel": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "License model information for the restored DB instance.
\nThis setting doesn't apply to RDS Custom.
\nDefault: Same as source.
\nValid Values: license-included
| bring-your-own-license
| general-public-license
\n
License model information for the restored DB instance.
\nLicense models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\nThis setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\nValid Values:
\nRDS for Db2 - bring-your-own-license | marketplace-license
\n
RDS for MariaDB - general-public-license
\n
RDS for Microsoft SQL Server - license-included
\n
RDS for MySQL - general-public-license
\n
RDS for Oracle - bring-your-own-license | license-included
\n
RDS for PostgreSQL - postgresql-license
\n
Default: Same as the source.
" } }, "DBName": { @@ -28556,7 +28556,7 @@ "LicenseModel": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The license model information for the restored DB instance.
\nThis setting doesn't apply to RDS Custom.
\nValid Values: license-included
| bring-your-own-license
| general-public-license
\n
Default: Same as the source.
" + "smithy.api#documentation": "The license model information for the restored DB instance.
\nLicense models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\nThis setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\nValid Values:
\nRDS for Db2 - bring-your-own-license | marketplace-license
\n
RDS for MariaDB - general-public-license
\n
RDS for Microsoft SQL Server - license-included
\n
RDS for MySQL - general-public-license
\n
RDS for Oracle - bring-your-own-license | license-included
\n
RDS for PostgreSQL - postgresql-license
\n
Default: Same as the source.
" } }, "DBName": {