|
2671 | 2671 | },
|
2672 | 2672 | "EndpointType":{
|
2673 | 2673 | "shape":"String",
|
2674 |
| - "documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>ANY</code>. </p>" |
| 2674 | + "documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>" |
2675 | 2675 | },
|
2676 | 2676 | "StaticMembers":{
|
2677 | 2677 | "shape":"StringList",
|
|
2788 | 2788 | },
|
2789 | 2789 | "EngineMode":{
|
2790 | 2790 | "shape":"String",
|
2791 |
| - "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, <code>parallelquery</code>, or <code>global</code>.</p>" |
| 2791 | + "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, <code>parallelquery</code>, <code>global</code>, or <code>multimaster</code>.</p>" |
2792 | 2792 | },
|
2793 | 2793 | "ScalingConfiguration":{
|
2794 | 2794 | "shape":"ScalingConfiguration",
|
|
2938 | 2938 | },
|
2939 | 2939 | "DBParameterGroupName":{
|
2940 | 2940 | "shape":"String",
|
2941 |
| - "documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>" |
| 2941 | + "documentation":"<p>The name of the DB parameter group to associate with this DB instance. If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>" |
2942 | 2942 | },
|
2943 | 2943 | "BackupRetentionPeriod":{
|
2944 | 2944 | "shape":"IntegerOptional",
|
|
3118 | 3118 | "shape":"String",
|
3119 | 3119 | "documentation":"<p>The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used.</p>"
|
3120 | 3120 | },
|
| 3121 | + "DBParameterGroupName":{ |
| 3122 | + "shape":"String", |
| 3123 | + "documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then Amazon RDS uses the <code>DBParameterGroup</code> of source DB instance for a same region Read Replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a cross region Read Replica.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens</p> </li> </ul>" |
| 3124 | + }, |
3121 | 3125 | "PubliclyAccessible":{
|
3122 | 3126 | "shape":"BooleanOptional",
|
3123 | 3127 | "documentation":"<p>A value that indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible, it is an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. When the DB instance is not publicly accessible, it is an internal instance with a DNS name that resolves to a private IP address. For more information, see <a>CreateDBInstance</a>.</p>"
|
|
3607 | 3611 | },
|
3608 | 3612 | "EngineMode":{
|
3609 | 3613 | "shape":"String",
|
3610 |
| - "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, or <code>parallelquery</code>.</p>" |
| 3614 | + "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, <code>parallelquery</code>, <code>global</code>, or <code>multimaster</code>.</p>" |
3611 | 3615 | },
|
3612 | 3616 | "ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"},
|
3613 | 3617 | "DeletionProtection":{
|
|
3775 | 3779 | },
|
3776 | 3780 | "CustomEndpointType":{
|
3777 | 3781 | "shape":"String",
|
3778 |
| - "documentation":"<p>The type associated with a custom endpoint. One of: <code>READER</code>, <code>ANY</code>.</p>" |
| 3782 | + "documentation":"<p>The type associated with a custom endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>" |
3779 | 3783 | },
|
3780 | 3784 | "StaticMembers":{
|
3781 | 3785 | "shape":"StringList",
|
|
3864 | 3868 | },
|
3865 | 3869 | "IsClusterWriter":{
|
3866 | 3870 | "shape":"Boolean",
|
3867 |
| - "documentation":"<p>A value that indicates whehter the cluster member is the primary instance for the DB cluster.</p>" |
| 3871 | + "documentation":"<p>Value that is <code>true</code> if the cluster member is the primary instance for the DB cluster and <code>false</code> otherwise.</p>" |
3868 | 3872 | },
|
3869 | 3873 | "DBClusterParameterGroupStatus":{
|
3870 | 3874 | "shape":"String",
|
|
4965 | 4969 | "members":{
|
4966 | 4970 | "DBParameterGroupName":{
|
4967 | 4971 | "shape":"String",
|
4968 |
| - "documentation":"<p>The name of the DP parameter group.</p>" |
| 4972 | + "documentation":"<p>The name of the DB parameter group.</p>" |
4969 | 4973 | },
|
4970 | 4974 | "ParameterApplyStatus":{
|
4971 | 4975 | "shape":"String",
|
|
7521 | 7525 | },
|
7522 | 7526 | "EndpointType":{
|
7523 | 7527 | "shape":"String",
|
7524 |
| - "documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>ANY</code>. </p>" |
| 7528 | + "documentation":"<p>The type of the endpoint. One of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>" |
7525 | 7529 | },
|
7526 | 7530 | "StaticMembers":{
|
7527 | 7531 | "shape":"StringList",
|
|
7866 | 7870 | "members":{
|
7867 | 7871 | "DBParameterGroupName":{
|
7868 | 7872 | "shape":"String",
|
7869 |
| - "documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> </ul>" |
| 7873 | + "documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing <code>DBParameterGroup</code>.</p> </li> </ul>" |
7870 | 7874 | },
|
7871 | 7875 | "Parameters":{
|
7872 | 7876 | "shape":"ParametersList",
|
|
8849 | 8853 | },
|
8850 | 8854 | "BackupRetentionPeriod":{
|
8851 | 8855 | "shape":"IntegerOptional",
|
8852 |
| - "documentation":"<p>The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <p>Default: 1</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 8</p> </li> </ul>" |
| 8856 | + "documentation":"<p>The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <p>Default: 1</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 35.</p> </li> <li> <p>Can't be set to 0 if the DB instance is a source to Read Replicas.</p> </li> </ul>" |
8853 | 8857 | },
|
8854 | 8858 | "PreferredBackupWindow":{
|
8855 | 8859 | "shape":"String",
|
|
9328 | 9332 | "members":{
|
9329 | 9333 | "DBParameterGroupName":{
|
9330 | 9334 | "shape":"String",
|
9331 |
| - "documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing DBParameterGroup.</p> </li> </ul>" |
| 9335 | + "documentation":"<p>The name of the DB parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing <code>DBParameterGroup</code>.</p> </li> </ul>" |
9332 | 9336 | },
|
9333 | 9337 | "ResetAllParameters":{
|
9334 | 9338 | "shape":"Boolean",
|
|
9572 | 9576 | },
|
9573 | 9577 | "EngineMode":{
|
9574 | 9578 | "shape":"String",
|
9575 |
| - "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, or <code>parallelquery</code>.</p>" |
| 9579 | + "documentation":"<p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>, <code>parallelquery</code>, <code>global</code>, or <code>multimaster</code>.</p>" |
9576 | 9580 | },
|
9577 | 9581 | "ScalingConfiguration":{
|
9578 | 9582 | "shape":"ScalingConfiguration",
|
|
9790 | 9794 | },
|
9791 | 9795 | "DBParameterGroupName":{
|
9792 | 9796 | "shape":"String",
|
9793 |
| - "documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
| 9797 | + "documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
9794 | 9798 | },
|
9795 | 9799 | "DeletionProtection":{
|
9796 | 9800 | "shape":"BooleanOptional",
|
|
9867 | 9871 | },
|
9868 | 9872 | "DBParameterGroupName":{
|
9869 | 9873 | "shape":"String",
|
9870 |
| - "documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default parameter group for the specified engine is used. </p>" |
| 9874 | + "documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p>" |
9871 | 9875 | },
|
9872 | 9876 | "BackupRetentionPeriod":{
|
9873 | 9877 | "shape":"IntegerOptional",
|
|
10112 | 10116 | },
|
10113 | 10117 | "DBParameterGroupName":{
|
10114 | 10118 | "shape":"String",
|
10115 |
| - "documentation":"<p>The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
| 10119 | + "documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you do not specify a value for <code>DBParameterGroupName</code>, then the default <code>DBParameterGroup</code> for the specified DB engine is used.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match the name of an existing DBParameterGroup.</p> </li> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
10116 | 10120 | },
|
10117 | 10121 | "DeletionProtection":{
|
10118 | 10122 | "shape":"BooleanOptional",
|
|
0 commit comments