|
9446 | 9446 | "Marker": {
|
9447 | 9447 | "target": "com.amazonaws.elasticache#String",
|
9448 | 9448 | "traits": {
|
9449 |
| - "smithy.api#documentation": "<p>An optional marker returned from a prior request. Use this marker for pagination of\n results from this operation. If this parameter is specified, the response includes only\n records beyond the marker, up to the value specified by MaxRecords. ></p>" |
| 9449 | + "smithy.api#documentation": "<p>An optional marker returned from a prior request. Use this marker for pagination of\n results from this operation. If this parameter is specified, the response includes only\n records beyond the marker, up to the value specified by MaxRecords.></p>" |
9450 | 9450 | }
|
9451 | 9451 | }
|
9452 | 9452 | },
|
|
11355 | 11355 | "AuthTokenUpdateStrategy": {
|
11356 | 11356 | "target": "com.amazonaws.elasticache#AuthTokenUpdateStrategyType",
|
11357 | 11357 | "traits": {
|
11358 |
| - "smithy.api#documentation": "<p>Specifies the strategy to use to update the AUTH token. This parameter must be\n specified with the <code>auth-token</code> parameter. Possible values:</p>\n <ul>\n <li>\n <p>Rotate</p>\n </li>\n <li>\n <p>Set</p>\n </li>\n </ul>\n <p> For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html\">Authenticating Users with Redis AUTH</a>\n </p>" |
| 11358 | + "smithy.api#documentation": "<p>Specifies the strategy to use to update the AUTH token. This parameter must be\n specified with the <code>auth-token</code> parameter. Possible values:</p>\n <ul>\n <li>\n <p>ROTATE - default, if no update strategy is provided</p>\n </li>\n <li>\n <p>SET - allowed only after ROTATE</p>\n </li>\n <li>\n <p>DELETE - allowed only when transitioning to RBAC</p>\n </li>\n </ul>\n <p> For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html\">Authenticating Users with Redis AUTH</a>\n </p>" |
11359 | 11359 | }
|
11360 | 11360 | },
|
11361 | 11361 | "LogDeliveryConfigurations": {
|
|
11926 | 11926 | "AuthTokenUpdateStrategy": {
|
11927 | 11927 | "target": "com.amazonaws.elasticache#AuthTokenUpdateStrategyType",
|
11928 | 11928 | "traits": {
|
11929 |
| - "smithy.api#documentation": "<p>Specifies the strategy to use to update the AUTH token. This parameter must be\n specified with the <code>auth-token</code> parameter. Possible values:</p>\n <ul>\n <li>\n <p>Rotate</p>\n </li>\n <li>\n <p>Set</p>\n </li>\n </ul>\n <p> For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html\">Authenticating Users with Redis AUTH</a>\n </p>" |
| 11929 | + "smithy.api#documentation": "<p>Specifies the strategy to use to update the AUTH token. This parameter must be\n specified with the <code>auth-token</code> parameter. Possible values:</p>\n <ul>\n <li>\n <p>ROTATE - default, if no update strategy is provided</p>\n </li>\n <li>\n <p>SET - allowed only after ROTATE</p>\n </li>\n <li>\n <p>DELETE - allowed only when transitioning to RBAC</p>\n </li>\n </ul>\n <p> For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html\">Authenticating Users with Redis AUTH</a>\n </p>" |
11930 | 11930 | }
|
11931 | 11931 | },
|
11932 | 11932 | "UserGroupIdsToAdd": {
|
|
15711 | 15711 | }
|
15712 | 15712 | ],
|
15713 | 15713 | "traits": {
|
15714 |
| - "smithy.api#documentation": "<p>Represents the input of a <code>TestFailover</code> operation which test automatic\n failover on a specified node group (called shard in the console) in a replication group\n (called cluster in the console).</p>\n <p>This API is designed for testing the behavior of your application in case of\n ElastiCache failover. It is not designed to be an operational tool for initiating a\n failover to overcome a problem you may have with the cluster. Moreover, in certain\n conditions such as large-scale operational events, Amazon may block this API. </p>\n <p class=\"title\">\n <b>Note the following</b>\n </p>\n <ul>\n <li>\n <p>A customer can use this operation to test automatic failover on up to 5 shards\n (called node groups in the ElastiCache API and Amazon CLI) in any rolling\n 24-hour period.</p>\n </li>\n <li>\n <p>If calling this operation on shards in different clusters (called replication\n groups in the API and CLI), the calls can be made concurrently.</p>\n <p> </p>\n </li>\n <li>\n <p>If calling this operation multiple times on different shards in the same Redis\n (cluster mode enabled) replication group, the first node replacement must\n complete before a subsequent call can be made.</p>\n </li>\n <li>\n <p>To determine whether the node replacement is complete you can check Events\n using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API.\n Look for the following automatic failover related events, listed here in order\n of occurrance:</p>\n <ol>\n <li>\n <p>Replication group message: <code>Test Failover API called for node\n group <node-group-id></code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Failover from primary node\n <primary-node-id> to replica node <node-id>\n completed</code>\n </p>\n </li>\n <li>\n <p>Replication group message: <code>Failover from primary node\n <primary-node-id> to replica node <node-id>\n completed</code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Recovering cache nodes\n <node-id></code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Finished recovery for cache nodes\n <node-id></code>\n </p>\n </li>\n </ol>\n <p>For more information see:</p>\n <ul>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ECEvents.Viewing.html\">Viewing\n ElastiCache Events</a> in the <i>ElastiCache User\n Guide</i>\n </p>\n </li>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeEvents.html\">DescribeEvents</a> in the ElastiCache API Reference</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>Also see, <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html#auto-failover-test\">Testing\n Multi-AZ </a> in the <i>ElastiCache User Guide</i>.</p>" |
| 15714 | + "smithy.api#documentation": "<p>Represents the input of a <code>TestFailover</code> operation which tests automatic\n failover on a specified node group (called shard in the console) in a replication group\n (called cluster in the console).</p>\n <p>This API is designed for testing the behavior of your application in case of\n ElastiCache failover. It is not designed to be an operational tool for initiating a\n failover to overcome a problem you may have with the cluster. Moreover, in certain\n conditions such as large-scale operational events, Amazon may block this API. </p>\n <p class=\"title\">\n <b>Note the following</b>\n </p>\n <ul>\n <li>\n <p>A customer can use this operation to test automatic failover on up to 15 shards\n (called node groups in the ElastiCache API and Amazon CLI) in any rolling\n 24-hour period.</p>\n </li>\n <li>\n <p>If calling this operation on shards in different clusters (called replication\n groups in the API and CLI), the calls can be made concurrently.</p>\n <p> </p>\n </li>\n <li>\n <p>If calling this operation multiple times on different shards in the same Redis\n (cluster mode enabled) replication group, the first node replacement must\n complete before a subsequent call can be made.</p>\n </li>\n <li>\n <p>To determine whether the node replacement is complete you can check Events\n using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API.\n Look for the following automatic failover related events, listed here in order\n of occurrance:</p>\n <ol>\n <li>\n <p>Replication group message: <code>Test Failover API called for node\n group <node-group-id></code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Failover from primary node\n <primary-node-id> to replica node <node-id>\n completed</code>\n </p>\n </li>\n <li>\n <p>Replication group message: <code>Failover from primary node\n <primary-node-id> to replica node <node-id>\n completed</code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Recovering cache nodes\n <node-id></code>\n </p>\n </li>\n <li>\n <p>Cache cluster message: <code>Finished recovery for cache nodes\n <node-id></code>\n </p>\n </li>\n </ol>\n <p>For more information see:</p>\n <ul>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ECEvents.Viewing.html\">Viewing\n ElastiCache Events</a> in the <i>ElastiCache User\n Guide</i>\n </p>\n </li>\n <li>\n <p>\n <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeEvents.html\">DescribeEvents</a> in the ElastiCache API Reference</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>Also see, <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html#auto-failover-test\">Testing\n Multi-AZ </a> in the <i>ElastiCache User Guide</i>.</p>" |
15715 | 15715 | }
|
15716 | 15716 | },
|
15717 | 15717 | "com.amazonaws.elasticache#TestFailoverMessage": {
|
|
15729 | 15729 | "target": "com.amazonaws.elasticache#AllowedNodeGroupId",
|
15730 | 15730 | "traits": {
|
15731 | 15731 | "smithy.api#clientOptional": {},
|
15732 |
| - "smithy.api#documentation": "<p>The name of the node group (called shard in the console) in this replication group on\n which automatic failover is to be tested. You may test automatic failover on up to 5\n node groups in any rolling 24-hour period.</p>", |
| 15732 | + "smithy.api#documentation": "<p>The name of the node group (called shard in the console) in this replication group on\n which automatic failover is to be tested. You may test automatic failover on up to 15\n node groups in any rolling 24-hour period.</p>", |
15733 | 15733 | "smithy.api#required": {}
|
15734 | 15734 | }
|
15735 | 15735 | }
|
|
0 commit comments