From 89e6e2f1c01b774904fd09f44c0f0ee5ae8e738d Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 12 Sep 2024 18:16:38 +0000 Subject: [PATCH] docs(client-rds): This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters. --- clients/client-rds/src/models/models_0.ts | 106 +++++++++++++++++++--- clients/client-rds/src/models/models_1.ts | 2 +- codegen/sdk-codegen/aws-models/rds.json | 14 +-- 3 files changed, 102 insertions(+), 20 deletions(-) diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts index e6166e41b169..851941cad241 100644 --- a/clients/client-rds/src/models/models_0.ts +++ b/clients/client-rds/src/models/models_0.ts @@ -771,9 +771,37 @@ export interface ApplyPendingMaintenanceActionMessage { /** *

The pending maintenance action to apply to this resource.

- *

Valid Values: system-update, db-upgrade, - * hardware-maintenance, ca-certificate-rotation - *

+ *

Valid Values:

+ * + *

For more information about these actions, see + * Maintenance actions for Amazon Aurora or + * Maintenance actions for Amazon RDS.

* @public */ ApplyAction: string | undefined; @@ -811,8 +839,37 @@ export interface PendingMaintenanceAction { /** *

The type of pending maintenance action that is available for the resource.

*

For more information about maintenance actions, see Maintaining a DB instance.

- *

Valid Values: system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation - *

+ *

Valid Values:

+ * + *

For more information about these actions, see + * Maintenance actions for Amazon Aurora or + * Maintenance actions for Amazon RDS.

* @public */ Action?: string; @@ -7430,6 +7487,10 @@ export interface CreateDBInstanceMessage { * *
  • *

    + * custom-sqlserver-dev (for RDS Custom for SQL Server DB instances)

    + *
  • + *
  • + *

    * db2-ae *

    *
  • @@ -7603,9 +7664,6 @@ export interface CreateDBInstanceMessage { *
  • *

    Must match the name of an existing DB subnet group.

    *
  • - *
  • - *

    Must not be default.

    - *
  • * *

    Example: mydbsubnetgroup *

    @@ -8613,7 +8671,34 @@ export interface DBParameterGroupStatus { DBParameterGroupName?: string; /** - *

    The status of parameter updates.

    + *

    The status of parameter updates. Valid values are:

    + * * @public */ ParameterApplyStatus?: string; @@ -10118,9 +10203,6 @@ export interface CreateDBInstanceReadReplicaMessage { * instead of specifying PreSignedUrl manually. Specifying * SourceRegion autogenerates a presigned URL that is a valid request * for the operation that can run in the source Amazon Web Services Region.

    - *

    - * SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server - * doesn't support cross-Region read replicas.

    * *

    This setting doesn't apply to RDS Custom DB instances.

    * @public diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts index 948282802d0e..6248ff8d8d00 100644 --- a/clients/client-rds/src/models/models_1.ts +++ b/clients/client-rds/src/models/models_1.ts @@ -9543,7 +9543,7 @@ export interface ConnectionPoolConfiguration { /** *

    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 - * proxy has opened its maximum number of connections and all connections are busy with client sessions. For an unlimited wait time, specify 0.

    + * proxy has opened its maximum number of connections and all connections are busy with client sessions.

    *

    Default: 120 *

    *

    Constraints:

    diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json index 6194872172d9..880572f2c822 100644 --- a/codegen/sdk-codegen/aws-models/rds.json +++ b/codegen/sdk-codegen/aws-models/rds.json @@ -2075,7 +2075,7 @@ "target": "com.amazonaws.rds#String", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

    The pending maintenance action to apply to this resource.

    \n

    Valid Values: system-update, db-upgrade, \n hardware-maintenance, ca-certificate-rotation\n

    ", + "smithy.api#documentation": "

    The pending maintenance action to apply to this resource.

    \n

    Valid Values:

    \n \n

    For more information about these actions, see \n Maintenance actions for Amazon Aurora or \n Maintenance actions for Amazon RDS.

    ", "smithy.api#required": {} } }, @@ -2994,7 +2994,7 @@ "ConnectionBorrowTimeout": { "target": "com.amazonaws.rds#IntegerOptional", "traits": { - "smithy.api#documentation": "

    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\n proxy has opened its maximum number of connections and all connections are busy with client sessions. For an unlimited wait time, specify 0.

    \n

    Default: 120\n

    \n

    Constraints:

    \n " + "smithy.api#documentation": "

    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\n proxy has opened its maximum number of connections and all connections are busy with client sessions.

    \n

    Default: 120\n

    \n

    Constraints:

    \n " } }, "SessionPinningFilters": { @@ -4900,7 +4900,7 @@ "target": "com.amazonaws.rds#String", "traits": { "smithy.api#clientOptional": {}, - "smithy.api#documentation": "

    The database engine to use for this DB instance.

    \n

    Not every database engine is available in every Amazon Web Services Region.

    \n

    Valid Values:

    \n ", + "smithy.api#documentation": "

    The database engine to use for this DB instance.

    \n

    Not every database engine is available in every Amazon Web Services Region.

    \n

    Valid Values:

    \n ", "smithy.api#required": {} } }, @@ -4937,7 +4937,7 @@ "DBSubnetGroupName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    A DB subnet group to associate with this DB instance.

    \n

    Constraints:

    \n \n

    Example: mydbsubnetgroup\n

    " + "smithy.api#documentation": "

    A DB subnet group to associate with this DB instance.

    \n

    Constraints:

    \n \n

    Example: mydbsubnetgroup\n

    " } }, "PreferredMaintenanceWindow": { @@ -5482,7 +5482,7 @@ "PreSignedUrl": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or\n from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4\n signed request for the CreateDBInstanceReadReplica API operation in the\n source Amazon Web Services Region that contains the source DB instance.

    \n

    This setting applies only to Amazon Web Services GovCloud (US) Regions and \n China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions.

    \n

    This setting applies only when replicating from a source DB\n instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions.

    \n

    You must specify this parameter when you create an encrypted read replica from\n another Amazon Web Services Region by using the Amazon RDS API. Don't specify\n PreSignedUrl when you are creating an encrypted read replica in the\n same Amazon Web Services Region.

    \n

    The presigned URL must be a valid request for the\n CreateDBInstanceReadReplica API operation that can run in the\n source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL\n request must contain the following parameter values:

    \n \n

    To learn how to generate a Signature Version 4 signed request, see \n Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and\n Signature Version 4 Signing Process.

    \n \n

    If you are using an Amazon Web Services SDK tool or the CLI, you can specify\n SourceRegion (or --source-region for the CLI)\n instead of specifying PreSignedUrl manually. Specifying\n SourceRegion autogenerates a presigned URL that is a valid request\n for the operation that can run in the source Amazon Web Services Region.

    \n

    \n SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server \n doesn't support cross-Region read replicas.

    \n
    \n

    This setting doesn't apply to RDS Custom DB instances.

    " + "smithy.api#documentation": "

    When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or\n from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4\n signed request for the CreateDBInstanceReadReplica API operation in the\n source Amazon Web Services Region that contains the source DB instance.

    \n

    This setting applies only to Amazon Web Services GovCloud (US) Regions and \n China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions.

    \n

    This setting applies only when replicating from a source DB\n instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions.

    \n

    You must specify this parameter when you create an encrypted read replica from\n another Amazon Web Services Region by using the Amazon RDS API. Don't specify\n PreSignedUrl when you are creating an encrypted read replica in the\n same Amazon Web Services Region.

    \n

    The presigned URL must be a valid request for the\n CreateDBInstanceReadReplica API operation that can run in the\n source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL\n request must contain the following parameter values:

    \n \n

    To learn how to generate a Signature Version 4 signed request, see \n Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and\n Signature Version 4 Signing Process.

    \n \n

    If you are using an Amazon Web Services SDK tool or the CLI, you can specify\n SourceRegion (or --source-region for the CLI)\n instead of specifying PreSignedUrl manually. Specifying\n SourceRegion autogenerates a presigned URL that is a valid request\n for the operation that can run in the source Amazon Web Services Region.

    \n
    \n

    This setting doesn't apply to RDS Custom DB instances.

    " } }, "EnableIAMDatabaseAuthentication": { @@ -10058,7 +10058,7 @@ "ParameterApplyStatus": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The status of parameter updates.

    " + "smithy.api#documentation": "

    The status of parameter updates. Valid values are:

    \n " } } }, @@ -24594,7 +24594,7 @@ "Action": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "

    The type of pending maintenance action that is available for the resource.

    \n

    For more information about maintenance actions, see Maintaining a DB instance.

    \n

    Valid Values: system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation\n

    " + "smithy.api#documentation": "

    The type of pending maintenance action that is available for the resource.

    \n

    For more information about maintenance actions, see Maintaining a DB instance.

    \n

    Valid Values:

    \n \n

    For more information about these actions, see \n Maintenance actions for Amazon Aurora or \n Maintenance actions for Amazon RDS.

    " } }, "AutoAppliedAfterDate": {