|
1177 | 1177 | "shape": "InvalidParameterCombinationException" |
1178 | 1178 | } |
1179 | 1179 | ], |
1180 | | - "documentation": "<p>Used to failover the primary region to a selected secondary region. The selected secondary region will be come primary, and all other clusters will become secondary.</p>" |
| 1180 | + "documentation": "<p>Used to failover the primary region to a selected secondary region. The selected secondary region will become primary, and all other clusters will become secondary.</p>" |
1181 | 1181 | }, |
1182 | 1182 | "IncreaseNodeGroupsInGlobalReplicationGroup": { |
1183 | 1183 | "name": "IncreaseNodeGroupsInGlobalReplicationGroup", |
|
2652 | 2652 | }, |
2653 | 2653 | "PreferredAvailabilityZone": { |
2654 | 2654 | "shape": "String", |
2655 | | - "documentation": "<p>The EC2 Availability Zone in which the cluster is created.</p> <p>All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>.</p> <p>Default: System chosen Availability Zone.</p>" |
| 2655 | + "documentation": "<p>The EC2 Availability Zone in which the cluster is created.</p> <p>All nodes belonging to this cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>.</p> <p>Default: System chosen Availability Zone.</p>" |
2656 | 2656 | }, |
2657 | 2657 | "PreferredAvailabilityZones": { |
2658 | 2658 | "shape": "PreferredAvailabilityZoneList", |
|
2883 | 2883 | }, |
2884 | 2884 | "AutomaticFailoverEnabled": { |
2885 | 2885 | "shape": "BooleanOptional", |
2886 | | - "documentation": "<p>Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.</p> <p>If <code>true</code>, Multi-AZ is enabled for this replication group. If <code>false</code>, Multi-AZ is disabled for this replication group.</p> <p> <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled) replication groups.</p> <p>Default: false</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>" |
| 2886 | + "documentation": "<p>Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.</p> <p> <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled) replication groups.</p> <p>Default: false</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>" |
2887 | 2887 | }, |
2888 | 2888 | "MultiAZEnabled": { |
2889 | | - "shape": "BooleanOptional" |
| 2889 | + "shape": "BooleanOptional", |
| 2890 | + "documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a>.</p>" |
2890 | 2891 | }, |
2891 | 2892 | "NumCacheClusters": { |
2892 | 2893 | "shape": "IntegerOptional", |
2893 | | - "documentation": "<p>The number of nodes in the cluster.</p> <p>This parameter is not used if there is more than one node group (shard). You should use <code>ReplicasPerNodeGroup</code> instead.</p> <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2. If <code>AutomaticFailoverEnabled</code> is <code>false</code> you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.</p> <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>" |
| 2894 | + "documentation": "<p>The number of clusters this replication group initially has.</p> <p>This parameter is not used if there is more than one node group (shard). You should use <code>ReplicasPerNodeGroup</code> instead.</p> <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2. If <code>AutomaticFailoverEnabled</code> is <code>false</code> you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.</p> <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>" |
2894 | 2895 | }, |
2895 | 2896 | "PreferredCacheClusterAZs": { |
2896 | 2897 | "shape": "AvailabilityZonesList", |
|
4326 | 4327 | "documentation": "<p>Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.</p> <p>Valid values: <code>true</code> | <code>false</code> </p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>" |
4327 | 4328 | }, |
4328 | 4329 | "MultiAZEnabled": { |
4329 | | - "shape": "BooleanOptional" |
| 4330 | + "shape": "BooleanOptional", |
| 4331 | + "documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a>.</p>" |
4330 | 4332 | }, |
4331 | 4333 | "NodeGroupId": { |
4332 | 4334 | "shape": "String", |
|
4459 | 4461 | }, |
4460 | 4462 | "Status": { |
4461 | 4463 | "shape": "String", |
4462 | | - "documentation": "<p>The current state of this replication group - <code>creating</code>, <code>available</code>, etc.</p>" |
| 4464 | + "documentation": "<p>The current state of this replication group - <code>creating</code>, <code>available</code>, <code>modifying</code>, <code>deleting</code>.</p>" |
4463 | 4465 | }, |
4464 | 4466 | "PrimaryEndpoint": { |
4465 | 4467 | "shape": "Endpoint", |
|
5059 | 5061 | "documentation": "<p>Indicates the status of Multi-AZ with automatic failover for this Redis replication group.</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>" |
5060 | 5062 | }, |
5061 | 5063 | "MultiAZ": { |
5062 | | - "shape": "MultiAZStatus" |
| 5064 | + "shape": "MultiAZStatus", |
| 5065 | + "documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a> </p>" |
5063 | 5066 | }, |
5064 | 5067 | "ConfigurationEndpoint": { |
5065 | 5068 | "shape": "Endpoint", |
|
0 commit comments