|
3882 | 3882 | "traits": {
|
3883 | 3883 | "smithy.api#documentation": "<p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and \n managed in Amazon Web Services Secrets Manager.</p>\n <p>This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets \n Manager for the DB cluster.</p>\n <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.\n To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.</p>\n <p>If you don't specify <code>MasterUserSecretKmsKeyId</code>, then the <code>aws/secretsmanager</code> \n KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't \n use the <code>aws/secretsmanager</code> KMS key to encrypt the secret, and you must use a customer \n managed KMS key.</p>\n <p>There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account\n has a different default KMS key for each Amazon Web Services Region.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
|
3884 | 3884 | }
|
| 3885 | + }, |
| 3886 | + "EnableLocalWriteForwarding": { |
| 3887 | + "target": "com.amazonaws.rds#BooleanOptional", |
| 3888 | + "traits": { |
| 3889 | + "smithy.api#documentation": "<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By\n default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>" |
| 3890 | + } |
3885 | 3891 | }
|
3886 | 3892 | },
|
3887 | 3893 | "traits": {
|
|
6122 | 6128 | "traits": {
|
6123 | 6129 | "smithy.api#documentation": "<p>The next time you can modify the DB cluster to use the <code>aurora-iopt1</code> storage type.</p>\n <p>This setting is only for Aurora DB clusters.</p>"
|
6124 | 6130 | }
|
| 6131 | + }, |
| 6132 | + "LocalWriteForwardingStatus": { |
| 6133 | + "target": "com.amazonaws.rds#LocalWriteForwardingStatus", |
| 6134 | + "traits": { |
| 6135 | + "smithy.api#documentation": "<p>Specifies whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process \n of enabling it.</p>" |
| 6136 | + } |
6125 | 6137 | }
|
6126 | 6138 | },
|
6127 | 6139 | "traits": {
|
|
7213 | 7225 | "traits": {
|
7214 | 7226 | "smithy.api#documentation": "<p>A list of the supported CA certificate identifiers.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html\">Using SSL/TLS to encrypt a connection to a DB \n instance</a> in the <i>Amazon RDS User Guide</i> and \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html\">\n Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora \n User Guide</i>.</p>"
|
7215 | 7227 | }
|
| 7228 | + }, |
| 7229 | + "SupportsLocalWriteForwarding": { |
| 7230 | + "target": "com.amazonaws.rds#BooleanOptional", |
| 7231 | + "traits": { |
| 7232 | + "smithy.api#documentation": "<p>A value that indicates whether the DB engine version supports forwarding write operations from reader DB instances \n to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>" |
| 7233 | + } |
7216 | 7234 | }
|
7217 | 7235 | },
|
7218 | 7236 | "traits": {
|
|
15520 | 15538 | "smithy.api#documentation": "<p></p>"
|
15521 | 15539 | }
|
15522 | 15540 | },
|
| 15541 | + "com.amazonaws.rds#LocalWriteForwardingStatus": { |
| 15542 | + "type": "enum", |
| 15543 | + "members": { |
| 15544 | + "ENABLED": { |
| 15545 | + "target": "smithy.api#Unit", |
| 15546 | + "traits": { |
| 15547 | + "smithy.api#enumValue": "enabled" |
| 15548 | + } |
| 15549 | + }, |
| 15550 | + "DISABLED": { |
| 15551 | + "target": "smithy.api#Unit", |
| 15552 | + "traits": { |
| 15553 | + "smithy.api#enumValue": "disabled" |
| 15554 | + } |
| 15555 | + }, |
| 15556 | + "ENABLING": { |
| 15557 | + "target": "smithy.api#Unit", |
| 15558 | + "traits": { |
| 15559 | + "smithy.api#enumValue": "enabling" |
| 15560 | + } |
| 15561 | + }, |
| 15562 | + "DISABLING": { |
| 15563 | + "target": "smithy.api#Unit", |
| 15564 | + "traits": { |
| 15565 | + "smithy.api#enumValue": "disabling" |
| 15566 | + } |
| 15567 | + }, |
| 15568 | + "REQUESTED": { |
| 15569 | + "target": "smithy.api#Unit", |
| 15570 | + "traits": { |
| 15571 | + "smithy.api#enumValue": "requested" |
| 15572 | + } |
| 15573 | + } |
| 15574 | + } |
| 15575 | + }, |
15523 | 15576 | "com.amazonaws.rds#LogTypeList": {
|
15524 | 15577 | "type": "list",
|
15525 | 15578 | "member": {
|
|
16199 | 16252 | "smithy.api#default": false,
|
16200 | 16253 | "smithy.api#documentation": "<p>Specifies whether engine mode changes from <code>serverless</code> to <code>provisioned</code> \n are allowed.</p>\n <p>Valid for Cluster Type: Aurora Serverless v1 DB clusters only</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>You must allow engine mode changes when specifying a different value for the <code>EngineMode</code> parameter\n from the DB cluster's current engine mode.</p>\n </li>\n </ul>"
|
16201 | 16254 | }
|
| 16255 | + }, |
| 16256 | + "EnableLocalWriteForwarding": { |
| 16257 | + "target": "com.amazonaws.rds#BooleanOptional", |
| 16258 | + "traits": { |
| 16259 | + "smithy.api#documentation": "<p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By\n default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>" |
| 16260 | + } |
16202 | 16261 | }
|
16203 | 16262 | },
|
16204 | 16263 | "traits": {
|
|
23545 | 23604 | "traits": {
|
23546 | 23605 | "smithy.api#documentation": "<p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>"
|
23547 | 23606 | }
|
| 23607 | + }, |
| 23608 | + "SupportsLocalWriteForwarding": { |
| 23609 | + "target": "com.amazonaws.rds#BooleanOptional", |
| 23610 | + "traits": { |
| 23611 | + "smithy.api#documentation": "<p>A value that indicates whether the target engine version supports forwarding write operations from reader DB instances \n to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>\n <p>Valid for: Aurora DB clusters only</p>" |
| 23612 | + } |
23548 | 23613 | }
|
23549 | 23614 | },
|
23550 | 23615 | "traits": {
|
|
0 commit comments