diff --git a/apis/elasticache-2015-02-02.normal.json b/apis/elasticache-2015-02-02.normal.json index 4d8a66f560..f2696ec56f 100644 --- a/apis/elasticache-2015-02-02.normal.json +++ b/apis/elasticache-2015-02-02.normal.json @@ -225,7 +225,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Creates a copy of an existing serverless cache’s snapshot. Available for Redis only.

" + "documentation": "

Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "CopySnapshot": { "name": "CopySnapshot", @@ -263,7 +263,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Makes a copy of an existing snapshot.

This operation is valid for Redis only.

Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control.

You could receive the following error messages.

Error Messages

" + "documentation": "

Makes a copy of an existing snapshot.

This operation is valid for Redis OSS only.

Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control.

You could receive the following error messages.

Error Messages

" }, "CreateCacheCluster": { "name": "CreateCacheCluster", @@ -322,7 +322,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis.

This operation is not supported for Redis (cluster mode enabled) clusters.

" + "documentation": "

Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis OSS.

This operation is not supported for Redis OSS (cluster mode enabled) clusters.

" }, "CreateCacheParameterGroup": { "name": "CreateCacheParameterGroup", @@ -456,7 +456,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. For more information, see Replication Across Regions Using Global Datastore.

" + "documentation": "

Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis OSS, you can create cross-region read replica clusters for ElastiCache (Redis OSS) to enable low-latency reads and disaster recovery across regions. For more information, see Replication Across Regions Using Global Datastore.

" }, "CreateReplicationGroup": { "name": "CreateReplicationGroup", @@ -530,7 +530,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.

This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore.

A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.

A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed.

The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster.

To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type.

When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can avail yourself of ElastiCache for Redis' scaling. For more information, see Scaling ElastiCache for Redis Clusters in the ElastiCache User Guide.

This operation is valid for Redis only.

" + "documentation": "

Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group.

This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore.

A Redis OSS (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas.

A Redis OSS cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed.

The node or shard limit can be increased to a maximum of 500 per cluster if the Redis OSS engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster.

To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type.

When a Redis OSS (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can use ElastiCache (Redis OSS) scaling. For more information, see Scaling ElastiCache (Redis OSS) Clusters in the ElastiCache User Guide.

This operation is valid for Redis OSS only.

" }, "CreateServerlessCache": { "name": "CreateServerlessCache", @@ -621,7 +621,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis only.

" + "documentation": "

This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis OSS and Serverless Memcached only.

" }, "CreateSnapshot": { "name": "CreateSnapshot", @@ -668,7 +668,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

Creates a copy of an entire cluster or replication group at a specific moment in time.

This operation is valid for Redis only.

" + "documentation": "

Creates a copy of an entire cluster or replication group at a specific moment in time.

This operation is valid for Redis OSS only.

" }, "CreateUser": { "name": "CreateUser", @@ -706,7 +706,7 @@ "shape": "TagQuotaPerResourceExceeded" } ], - "documentation": "

For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see Using Role Based Access Control (RBAC).

" + "documentation": "

For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see Using Role Based Access Control (RBAC).

" }, "CreateUserGroup": { "name": "CreateUserGroup", @@ -747,7 +747,7 @@ "shape": "TagQuotaPerResourceExceeded" } ], - "documentation": "

For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC)

" + "documentation": "

For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see Using Role Based Access Control (RBAC)

" }, "DecreaseNodeGroupsInGlobalReplicationGroup": { "name": "DecreaseNodeGroupsInGlobalReplicationGroup", @@ -829,7 +829,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

" + "documentation": "

Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.

" }, "DeleteCacheCluster": { "name": "DeleteCacheCluster", @@ -867,7 +867,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation.

This operation is not valid for:

" + "documentation": "

Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation.

This operation is not valid for:

" }, "DeleteCacheParameterGroup": { "name": "DeleteCacheParameterGroup", @@ -1000,7 +1000,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true.

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.

This operation is valid for Redis only.

" + "documentation": "

Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true.

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.

This operation is valid for Redis OSS only.

" }, "DeleteServerlessCache": { "name": "DeleteServerlessCache", @@ -1067,7 +1067,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

Deletes an existing serverless cache snapshot. Available for Redis only.

" + "documentation": "

Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "DeleteSnapshot": { "name": "DeleteSnapshot", @@ -1096,7 +1096,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

This operation is valid for Redis only.

" + "documentation": "

Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

This operation is valid for Redis OSS only.

" }, "DeleteUser": { "name": "DeleteUser", @@ -1128,7 +1128,7 @@ "shape": "DefaultUserAssociatedToUserGroupFault" } ], - "documentation": "

For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).

" + "documentation": "

For Redis OSS engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).

" }, "DeleteUserGroup": { "name": "DeleteUserGroup", @@ -1157,7 +1157,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).

" + "documentation": "

For Redis OSS engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).

" }, "DescribeCacheClusters": { "name": "DescribeCacheClusters", @@ -1394,7 +1394,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

This operation is valid for Redis only.

" + "documentation": "

Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

This operation is valid for Redis OSS only.

" }, "DescribeReservedCacheNodes": { "name": "DescribeReservedCacheNodes", @@ -1475,7 +1475,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis only.

" + "documentation": "

Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only.

" }, "DescribeServerlessCaches": { "name": "DescribeServerlessCaches", @@ -1556,7 +1556,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

This operation is valid for Redis only.

" + "documentation": "

Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

This operation is valid for Redis OSS only.

" }, "DescribeUpdateActions": { "name": "DescribeUpdateActions", @@ -1689,7 +1689,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis only.

" + "documentation": "

Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis OSS only.

" }, "FailoverGlobalReplicationGroup": { "name": "FailoverGlobalReplicationGroup", @@ -1797,7 +1797,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

" + "documentation": "

Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.

" }, "ListAllowedNodeTypeModifications": { "name": "ListAllowedNodeTypeModifications", @@ -1826,7 +1826,7 @@ "shape": "InvalidParameterValueException" } ], - "documentation": "

Lists all available node types that you can scale your Redis cluster's or replication group's current node type.

When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.

" + "documentation": "

Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type.

When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.

" }, "ListTagsForResource": { "name": "ListTagsForResource", @@ -2093,7 +2093,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Modifies the settings for a replication group. This is limited to Redis 7 and newer.

This operation is valid for Redis only.

" + "documentation": "

Modifies the settings for a replication group. This is limited to Redis OSS 7 and newer.

This operation is valid for Redis OSS only.

" }, "ModifyReplicationGroupShardConfiguration": { "name": "ModifyReplicationGroupShardConfiguration", @@ -2289,7 +2289,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis or Managing Costs with Reserved Nodes for Memcached.

" + "documentation": "

Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis OSS or Managing Costs with Reserved Nodes for Memcached.

" }, "RebalanceSlotsInGlobalReplicationGroup": { "name": "RebalanceSlotsInGlobalReplicationGroup", @@ -2338,7 +2338,7 @@ "shape": "CacheClusterNotFoundFault" } ], - "documentation": "

Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache node being rebooted) to be lost.

When the reboot is complete, a cluster event is created.

Rebooting a cluster is currently supported on Memcached and Redis (cluster mode disabled) clusters. Rebooting is not supported on Redis (cluster mode enabled) clusters.

If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.

" + "documentation": "

Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache node being rebooted) to be lost.

When the reboot is complete, a cluster event is created.

Rebooting a cluster is currently supported on Memcached and Redis OSS (cluster mode disabled) clusters. Rebooting is not supported on Redis OSS (cluster mode enabled) clusters.

If you make changes to parameters that require a Redis OSS (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.

" }, "RemoveTagsFromResource": { "name": "RemoveTagsFromResource", @@ -2540,7 +2540,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).

This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API.

Note the following

Also see, Testing Multi-AZ in the ElastiCache User Guide.

" + "documentation": "

Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).

This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API.

Note the following

Also see, Testing Multi-AZ in the ElastiCache User Guide.

" }, "TestMigration": { "name": "TestMigration", @@ -2613,11 +2613,11 @@ "members": { "ScaleUpModifications": { "shape": "NodeTypeList", - "documentation": "

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

" + "documentation": "

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

When scaling up a Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

" }, "ScaleDownModifications": { "shape": "NodeTypeList", - "documentation": "

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

" + "documentation": "

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

" } }, "documentation": "

Represents the allowed node types you can use to modify your cluster or replication group.

" @@ -2794,7 +2794,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The name of the compute and memory capacity node type for the cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Engine": { "shape": "String", @@ -2810,7 +2810,7 @@ }, "NumCacheNodes": { "shape": "IntegerOptional", - "documentation": "

The number of cache nodes in the cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" + "documentation": "

The number of cache nodes in the cluster.

For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" }, "PreferredAvailabilityZone": { "shape": "String", @@ -2853,7 +2853,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "Boolean", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SecurityGroups": { "shape": "SecurityGroupMembershipList", @@ -2873,7 +2873,7 @@ }, "AuthTokenEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis commands.

Default: false

" + "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis OSS commands.

Default: false

" }, "AuthTokenLastModifiedDate": { "shape": "TStamp", @@ -2881,11 +2881,11 @@ }, "TransitEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

" + "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

" }, "AtRestEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables encryption at-rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

" + "documentation": "

A flag that enables encryption at-rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

" }, "ARN": { "shape": "String", @@ -2901,11 +2901,11 @@ }, "NetworkType": { "shape": "NetworkType", - "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "TransitEncryptionMode": { "shape": "TransitEncryptionMode", @@ -3026,7 +3026,7 @@ "documentation": "

The customer outpost ARN of the cache node.

" } }, - "documentation": "

Represents an individual cache node within a cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

Represents an individual cache node within a cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis OSS.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "CacheNodeIdsList": { "type": "list", @@ -3082,7 +3082,7 @@ "documentation": "

Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

" } }, - "documentation": "

A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cluster, a cache.m1.large cache node type would have a larger maxmemory value than a cache.m1.small type.

" + "documentation": "

A parameter that has a different value for each cache node type it is applied to. For example, in a Redis OSS cluster, a cache.m1.large cache node type would have a larger maxmemory value than a cache.m1.small type.

" }, "CacheNodeTypeSpecificParametersList": { "type": "list", @@ -3352,7 +3352,7 @@ }, "SupportedNetworkTypes": { "shape": "NetworkTypeList", - "documentation": "

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" } }, "documentation": "

Represents the output of one of the following operations:

", @@ -3457,15 +3457,15 @@ "members": { "NodeGroupId": { "shape": "AllowedNodeGroupId", - "documentation": "

The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

" + "documentation": "

The 4-digit id for the node group you are configuring. For Redis OSS (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis OSS (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.

" }, "NewReplicaCount": { "shape": "Integer", - "documentation": "

The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with.

The minimum number of replicas in a shard or replication group is:

" + "documentation": "

The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis OSS replication group you are working with.

The minimum number of replicas in a shard or replication group is:

" }, "PreferredAvailabilityZones": { "shape": "PreferredAvailabilityZoneList", - "documentation": "

A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache for Redis selects the availability zone for each of the replicas.

" + "documentation": "

A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache (Redis OSS) selects the availability zone for each of the replicas.

" }, "PreferredOutpostArns": { "shape": "PreferredOutpostArnList", @@ -3483,19 +3483,19 @@ "members": { "SourceServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis only.

" + "documentation": "

The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis OSS and Serverless Memcached only.

" }, "TargetServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The identifier for the snapshot to be created. Available for Redis only.

" + "documentation": "

The identifier for the snapshot to be created. Available for Redis OSS and Serverless Memcached only.

" }, "KmsKeyId": { "shape": "String", - "documentation": "

The identifier of the KMS key used to encrypt the target snapshot. Available for Redis only.

" + "documentation": "

The identifier of the KMS key used to encrypt the target snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "Tags": { "shape": "TagList", - "documentation": "

A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Redis only. Default: NULL

" + "documentation": "

A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Redis OSS and Serverless Memcached only. Default: NULL

" } } }, @@ -3504,7 +3504,7 @@ "members": { "ServerlessCacheSnapshot": { "shape": "ServerlessCacheSnapshot", - "documentation": "

The response for the attempt to copy the serverless cache snapshot. Available for Redis only.

" + "documentation": "

The response for the attempt to copy the serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -3574,11 +3574,11 @@ }, "NumCacheNodes": { "shape": "IntegerOptional", - "documentation": "

The initial number of cache nodes that the cluster has.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

If you need more than 40 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

" + "documentation": "

The initial number of cache nodes that the cluster has.

For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

If you need more than 40 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.

" }, "CacheNodeType": { "shape": "String", - "documentation": "

The compute and memory capacity of the nodes in the node group (shard).

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The compute and memory capacity of the nodes in the node group (shard).

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Engine": { "shape": "String", @@ -3610,11 +3610,11 @@ }, "SnapshotArns": { "shape": "SnapshotArnsList", - "documentation": "

A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

This parameter is only valid if the Engine parameter is redis.

Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

" + "documentation": "

A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis OSS RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.

This parameter is only valid if the Engine parameter is redis.

Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

" }, "SnapshotName": { "shape": "String", - "documentation": "

The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

This parameter is only valid if the Engine parameter is redis.

" + "documentation": "

The name of a Redis OSS snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created.

This parameter is only valid if the Engine parameter is redis.

" }, "PreferredMaintenanceWindow": { "shape": "String", @@ -3630,7 +3630,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "BooleanOptional", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", @@ -3666,11 +3666,11 @@ }, "NetworkType": { "shape": "NetworkType", - "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" } }, "documentation": "

Represents the input of a CreateCacheCluster operation.

" @@ -3837,7 +3837,7 @@ }, "AutomaticFailoverEnabled": { "shape": "BooleanOptional", - "documentation": "

Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups.

Default: false

" + "documentation": "

Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.

AutomaticFailoverEnabled must be enabled for Redis OSS (cluster mode enabled) replication groups.

Default: false

" }, "MultiAZEnabled": { "shape": "BooleanOptional", @@ -3853,7 +3853,7 @@ }, "NumNodeGroups": { "shape": "IntegerOptional", - "documentation": "

An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1.

Default: 1

" + "documentation": "

An optional parameter that specifies the number of node groups (shards) for this Redis OSS (cluster mode enabled) replication group. For Redis OSS (cluster mode disabled) either omit this parameter or set it to 1.

Default: 1

" }, "ReplicasPerNodeGroup": { "shape": "IntegerOptional", @@ -3861,11 +3861,11 @@ }, "NodeGroupConfiguration": { "shape": "NodeGroupConfigurationList", - "documentation": "

A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, it is required when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group (shard) using this parameter because you must specify the slots for each node group.

" + "documentation": "

A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots.

If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, it is required when seeding a Redis OSS (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group (shard) using this parameter because you must specify the slots for each node group.

" }, "CacheNodeType": { "shape": "String", - "documentation": "

The compute and memory capacity of the nodes in the node group (shard).

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The compute and memory capacity of the nodes in the node group (shard).

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Engine": { "shape": "String", @@ -3877,7 +3877,7 @@ }, "CacheParameterGroupName": { "shape": "String", - "documentation": "

The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

" + "documentation": "

The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used.

If you are running Redis OSS version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name.

" }, "CacheSubnetGroupName": { "shape": "String", @@ -3897,7 +3897,7 @@ }, "SnapshotArns": { "shape": "SnapshotArnsList", - "documentation": "

A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

" + "documentation": "

A list of Amazon Resource Names (ARN) that uniquely identify the Redis OSS RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here.

Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb

" }, "SnapshotName": { "shape": "String", @@ -3917,7 +3917,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "BooleanOptional", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", @@ -3933,11 +3933,11 @@ }, "TransitEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables in-transit encryption when set to true.

This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC.

If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

" + "documentation": "

A flag that enables in-transit encryption when set to true.

This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC.

If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.

" }, "AtRestEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables encryption at rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

" + "documentation": "

A flag that enables encryption at rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

" }, "KmsKeyId": { "shape": "String", @@ -3957,23 +3957,23 @@ }, "NetworkType": { "shape": "NetworkType", - "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "TransitEncryptionMode": { "shape": "TransitEncryptionMode", - "documentation": "

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can modify the value to required to allow encrypted connections only.

Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.

This process will not trigger the replacement of the replication group.

" + "documentation": "

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis OSS clients to use encrypted connections you can modify the value to required to allow encrypted connections only.

Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.

This process will not trigger the replacement of the replication group.

" }, "ClusterMode": { "shape": "ClusterMode", - "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" + "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" }, "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The name of the snapshot used to create a replication group. Available for Redis only.

" + "documentation": "

The name of the snapshot used to create a replication group. Available for Redis OSS only.

" } }, "documentation": "

Represents the input of a CreateReplicationGroup operation.

" @@ -4023,7 +4023,7 @@ }, "SnapshotArnsToRestore": { "shape": "SnapshotArnsList", - "documentation": "

The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.

" + "documentation": "

The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis OSS and Serverless Memcached only.

" }, "Tags": { "shape": "TagList", @@ -4031,7 +4031,7 @@ }, "UserGroupId": { "shape": "String", - "documentation": "

The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL.

" + "documentation": "

The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only. Default is NULL.

" }, "SubnetIds": { "shape": "SubnetIdsList", @@ -4039,11 +4039,11 @@ }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", - "documentation": "

The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis only.

" + "documentation": "

The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis OSS and Serverless Memcached only.

" }, "DailySnapshotTime": { "shape": "String", - "documentation": "

The daily time that snapshots will be created from the new serverless cache. By default this number is populated with 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis only.

" + "documentation": "

The daily time that snapshots will be created from the new serverless cache. By default this number is populated with 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -4065,19 +4065,19 @@ "members": { "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The name for the snapshot being created. Must be unique for the customer account. Available for Redis only. Must be between 1 and 255 characters.

" + "documentation": "

The name for the snapshot being created. Must be unique for the customer account. Available for Redis OSS and Serverless Memcached only. Must be between 1 and 255 characters.

" }, "ServerlessCacheName": { "shape": "String", - "documentation": "

The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis only.

" + "documentation": "

The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis OSS and Serverless Memcached only.

" }, "KmsKeyId": { "shape": "String", - "documentation": "

The ID of the KMS key used to encrypt the snapshot. Available for Redis only. Default: NULL

" + "documentation": "

The ID of the KMS key used to encrypt the snapshot. Available for Redis OSS and Serverless Memcached only. Default: NULL

" }, "Tags": { "shape": "TagList", - "documentation": "

A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis only.

" + "documentation": "

A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -4086,7 +4086,7 @@ "members": { "ServerlessCacheSnapshot": { "shape": "ServerlessCacheSnapshot", - "documentation": "

The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis only.

" + "documentation": "

The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -4140,7 +4140,7 @@ }, "Engine": { "shape": "EngineType", - "documentation": "

The current supported value is Redis.

" + "documentation": "

The current supported value is Redis user.

" }, "UserIds": { "shape": "UserIdListInput", @@ -4148,7 +4148,7 @@ }, "Tags": { "shape": "TagList", - "documentation": "

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. Available for Redis only.

" + "documentation": "

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. Available for Redis OSS only.

" } } }, @@ -4267,11 +4267,11 @@ }, "GlobalNodeGroupsToRemove": { "shape": "GlobalNodeGroupIdList", - "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache for Redis will attempt to remove all node groups listed by GlobalNodeGroupsToRemove from the cluster.

" + "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache (Redis OSS) will attempt to remove all node groups listed by GlobalNodeGroupsToRemove from the cluster.

" }, "GlobalNodeGroupsToRetain": { "shape": "GlobalNodeGroupIdList", - "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache for Redis will attempt to retain all node groups listed by GlobalNodeGroupsToRetain from the cluster.

" + "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache (Redis OSS) will attempt to retain all node groups listed by GlobalNodeGroupsToRetain from the cluster.

" }, "ApplyImmediately": { "shape": "Boolean", @@ -4300,11 +4300,11 @@ }, "NewReplicaCount": { "shape": "IntegerOptional", - "documentation": "

The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

The minimum number of replicas in a shard or replication group is:

" + "documentation": "

The number of read replica nodes you want at the completion of this operation. For Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

The minimum number of replicas in a shard or replication group is:

" }, "ReplicaConfiguration": { "shape": "ReplicaConfigurationList", - "documentation": "

A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

" + "documentation": "

A list of ConfigureShard objects that can be used to configure each shard in a Redis OSS (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

" }, "ReplicasToRemove": { "shape": "RemoveReplicasList", @@ -4454,7 +4454,7 @@ }, "FinalSnapshotName": { "shape": "String", - "documentation": "

Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis only. Default: NULL, i.e. a final snapshot is not taken.

" + "documentation": "

Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.

" } } }, @@ -4475,7 +4475,7 @@ "members": { "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

Idenfitier of the snapshot to be deleted. Available for Redis only.

" + "documentation": "

Idenfitier of the snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -4484,7 +4484,7 @@ "members": { "ServerlessCacheSnapshot": { "shape": "ServerlessCacheSnapshot", - "documentation": "

The snapshot to be deleted. Available for Redis only.

" + "documentation": "

The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -4554,7 +4554,7 @@ }, "ShowCacheClustersNotInReplicationGroups": { "shape": "BooleanOptional", - "documentation": "

An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.

" + "documentation": "

An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis OSS clusters.

" } }, "documentation": "

Represents the input of a DescribeCacheClusters operation.

" @@ -4796,7 +4796,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Duration": { "shape": "String", @@ -4830,7 +4830,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Duration": { "shape": "String", @@ -4860,23 +4860,23 @@ "members": { "ServerlessCacheName": { "shape": "String", - "documentation": "

The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. Available for Redis only.

" + "documentation": "

The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. Available for Redis OSS and Serverless Memcached only.

" }, "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The identifier of the serverless cache’s snapshot. If this parameter is specified, only this snapshot is described. Available for Redis only.

" + "documentation": "

The identifier of the serverless cache’s snapshot. If this parameter is specified, only this snapshot is described. Available for Redis OSS and Serverless Memcached only.

" }, "SnapshotType": { "shape": "String", - "documentation": "

The type of snapshot that is being described. Available for Redis only.

" + "documentation": "

The type of snapshot that is being described. Available for Redis OSS and Serverless Memcached only.

" }, "NextToken": { "shape": "String", - "documentation": "

An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.

" + "documentation": "

An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.

" }, "MaxResults": { "shape": "IntegerOptional", - "documentation": "

The maximum number of records to include in the response. If more records exist than the specified max-results value, a market is included in the response so that remaining results can be retrieved. Available for Redis only.The default is 50. The Validation Constraints are a maximum of 50.

" + "documentation": "

The maximum number of records to include in the response. If more records exist than the specified max-results value, a market is included in the response so that remaining results can be retrieved. Available for Redis OSS and Serverless Memcached only.The default is 50. The Validation Constraints are a maximum of 50.

" } } }, @@ -4885,11 +4885,11 @@ "members": { "NextToken": { "shape": "String", - "documentation": "

An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.

" + "documentation": "

An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.

" }, "ServerlessCacheSnapshots": { "shape": "ServerlessCacheSnapshotList", - "documentation": "

The serverless caches snapshots associated with a given description request. Available for Redis only.

" + "documentation": "

The serverless caches snapshots associated with a given description request. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -5009,7 +5009,7 @@ }, "Engine": { "shape": "String", - "documentation": "

The Elasticache engine to which the update applies. Either Redis or Memcached

" + "documentation": "

The Elasticache engine to which the update applies. Either Redis OSS or Memcached.

" }, "ServiceUpdateStatus": { "shape": "ServiceUpdateStatusList", @@ -5072,7 +5072,7 @@ "members": { "Engine": { "shape": "EngineType", - "documentation": "

The Redis engine.

" + "documentation": "

The Redis OSS engine.

" }, "UserId": { "shape": "UserId", @@ -5291,11 +5291,11 @@ "members": { "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The identifier of the serverless cache snapshot to be exported to S3. Available for Redis only.

" + "documentation": "

The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.

" }, "S3BucketName": { "shape": "String", - "documentation": "

Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis only.

" + "documentation": "

Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis OSS only.

" } } }, @@ -5304,7 +5304,7 @@ "members": { "ServerlessCacheSnapshot": { "shape": "ServerlessCacheSnapshot", - "documentation": "

The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis only.

" + "documentation": "

The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.

" } } }, @@ -5426,11 +5426,11 @@ }, "Engine": { "shape": "String", - "documentation": "

The Elasticache engine. For Redis only.

" + "documentation": "

The Elasticache engine. For Redis OSS only.

" }, "EngineVersion": { "shape": "String", - "documentation": "

The Elasticache Redis engine version.

" + "documentation": "

The Elasticache (Redis OSS) engine version.

" }, "Members": { "shape": "GlobalReplicationGroupMemberList", @@ -5446,15 +5446,15 @@ }, "AuthTokenEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis commands.

Default: false

" + "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis OSS commands.

Default: false

" }, "TransitEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

" + "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

" }, "AtRestEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables encryption at rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

" + "documentation": "

A flag that enables encryption at rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

" }, "ARN": { "shape": "String", @@ -5566,11 +5566,11 @@ }, "NewReplicaCount": { "shape": "IntegerOptional", - "documentation": "

The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

" + "documentation": "

The number of read replica nodes you want at the completion of this operation. For Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

" }, "ReplicaConfiguration": { "shape": "ReplicaConfigurationList", - "documentation": "

A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

" + "documentation": "

A list of ConfigureShard objects that can be used to configure each shard in a Redis OSS (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

" }, "ApplyImmediately": { "shape": "Boolean", @@ -5756,7 +5756,7 @@ }, "NumCacheNodes": { "shape": "IntegerOptional", - "documentation": "

The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

" + "documentation": "

The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled.

If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove.

For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately).

A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.

" }, "CacheNodeIdsToRemove": { "shape": "CacheNodeIdsList", @@ -5804,7 +5804,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "BooleanOptional", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", @@ -5824,7 +5824,7 @@ }, "AuthTokenUpdateStrategy": { "shape": "AuthTokenUpdateStrategyType", - "documentation": "

Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:

For more information, see Authenticating Users with Redis AUTH

" + "documentation": "

Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:

For more information, see Authenticating Users with Redis OSS AUTH

" }, "LogDeliveryConfigurations": { "shape": "LogDeliveryConfigurationRequestList", @@ -5832,7 +5832,7 @@ }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" } }, "documentation": "

Represents the input of a ModifyCacheCluster operation.

" @@ -5957,7 +5957,7 @@ }, "SnapshottingClusterId": { "shape": "String", - "documentation": "

The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.

" + "documentation": "

The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis OSS (cluster mode enabled) replication groups.

" }, "AutomaticFailoverEnabled": { "shape": "BooleanOptional", @@ -6006,7 +6006,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "BooleanOptional", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", @@ -6026,7 +6026,7 @@ }, "AuthTokenUpdateStrategy": { "shape": "AuthTokenUpdateStrategyType", - "documentation": "

Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:

For more information, see Authenticating Users with Redis AUTH

" + "documentation": "

Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values:

For more information, see Authenticating Users with Redis OSS AUTH

" }, "UserGroupIdsToAdd": { "shape": "UserGroupIdList", @@ -6046,7 +6046,7 @@ }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "TransitEncryptionEnabled": { "shape": "BooleanOptional", @@ -6054,11 +6054,11 @@ }, "TransitEncryptionMode": { "shape": "TransitEncryptionMode", - "documentation": "

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

You must set TransitEncryptionEnabled to true, for your existing cluster, and set TransitEncryptionMode to preferred in the same request to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can set the value to required to allow encrypted connections only.

Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.

" + "documentation": "

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

You must set TransitEncryptionEnabled to true, for your existing cluster, and set TransitEncryptionMode to preferred in the same request to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis OSS clients to use encrypted connections you can set the value to required to allow encrypted connections only.

Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.

" }, "ClusterMode": { "shape": "ClusterMode", - "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" + "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" } }, "documentation": "

Represents the input of a ModifyReplicationGroups operation.

" @@ -6081,7 +6081,7 @@ "members": { "ReplicationGroupId": { "shape": "String", - "documentation": "

The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

" + "documentation": "

The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the shards are to be configured.

" }, "NodeGroupCount": { "shape": "Integer", @@ -6097,11 +6097,11 @@ }, "NodeGroupsToRemove": { "shape": "NodeGroupsToRemoveList", - "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

ElastiCache for Redis will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

" + "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.

ElastiCache (Redis OSS) will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.

" }, "NodeGroupsToRetain": { "shape": "NodeGroupsToRetainList", - "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

ElastiCache for Redis will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

" + "documentation": "

If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster.

ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.

" } }, "documentation": "

Represents the input for a ModifyReplicationGroupShardConfiguration operation.

" @@ -6134,11 +6134,11 @@ }, "RemoveUserGroup": { "shape": "BooleanOptional", - "documentation": "

The identifier of the UserGroup to be removed from association with the Redis serverless cache. Available for Redis only. Default is NULL.

" + "documentation": "

The identifier of the UserGroup to be removed from association with the Redis OSS serverless cache. Available for Redis OSS only. Default is NULL.

" }, "UserGroupId": { "shape": "String", - "documentation": "

The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL - the existing UserGroup is not removed.

" + "documentation": "

The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only. Default is NULL - the existing UserGroup is not removed.

" }, "SecurityGroupIds": { "shape": "SecurityGroupIdsList", @@ -6146,11 +6146,11 @@ }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", - "documentation": "

The number of days for which Elasticache retains automatic snapshots before deleting them. Available for Redis only. Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified. The maximum value allowed is 35 days.

" + "documentation": "

The number of days for which Elasticache retains automatic snapshots before deleting them. Available for Redis OSS and Serverless Memcached only. Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified. The maximum value allowed is 35 days.

" }, "DailySnapshotTime": { "shape": "String", - "documentation": "

The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis only. The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.

" + "documentation": "

The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis OSS and Serverless Memcached only. The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.

" } } }, @@ -6241,7 +6241,7 @@ "members": { "NodeGroupId": { "shape": "String", - "documentation": "

The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.

" + "documentation": "

The identifier for the node group (shard). A Redis OSS (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis OSS (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.

" }, "Status": { "shape": "String", @@ -6271,7 +6271,7 @@ "members": { "NodeGroupId": { "shape": "AllowedNodeGroupId", - "documentation": "

Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

" + "documentation": "

Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

" }, "Slots": { "shape": "String", @@ -6327,7 +6327,7 @@ }, "ReadEndpoint": { "shape": "Endpoint", - "documentation": "

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

" + "documentation": "

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis OSS (cluster mode disabled) clusters.

" }, "PreferredAvailabilityZone": { "shape": "String", @@ -6339,7 +6339,7 @@ }, "CurrentRole": { "shape": "String", - "documentation": "

The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

" + "documentation": "

The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis OSS (cluster mode disabled) replication groups.

" } }, "documentation": "

Represents a single node within a node group (shard).

" @@ -6647,7 +6647,7 @@ "members": { "NumCacheNodes": { "shape": "IntegerOptional", - "documentation": "

The new number of cache nodes for the cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" + "documentation": "

The new number of cache nodes for the cluster.

For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" }, "CacheNodeIdsToRemove": { "shape": "CacheNodeIdsList", @@ -6711,7 +6711,7 @@ }, "UpdateActionStatus": { "shape": "UpdateActionStatus", - "documentation": "

The status of the update action on the Redis cluster

" + "documentation": "

The status of the update action on the Redis OSS cluster

" } }, "documentation": "

Update action that has been processed for the corresponding apply/stop request

" @@ -6919,7 +6919,7 @@ }, "NodeGroups": { "shape": "NodeGroupList", - "documentation": "

A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

" + "documentation": "

A list of node groups in this replication group. For Redis OSS (cluster mode disabled) replication groups, this is a single-element list. For Redis OSS (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

" }, "SnapshottingClusterId": { "shape": "String", @@ -6927,7 +6927,7 @@ }, "AutomaticFailover": { "shape": "AutomaticFailoverStatus", - "documentation": "

Indicates the status of automatic failover for this Redis replication group.

" + "documentation": "

Indicates the status of automatic failover for this Redis OSS replication group.

" }, "MultiAZ": { "shape": "MultiAZStatus", @@ -6955,7 +6955,7 @@ }, "AuthTokenEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis commands.

Default: false

" + "documentation": "

A flag that enables using an AuthToken (password) when issuing Redis OSS commands.

Default: false

" }, "AuthTokenLastModifiedDate": { "shape": "TStamp", @@ -6963,11 +6963,11 @@ }, "TransitEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

" + "documentation": "

A flag that enables in-transit encryption when set to true.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

" }, "AtRestEncryptionEnabled": { "shape": "BooleanOptional", - "documentation": "

A flag that enables encryption at-rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

" + "documentation": "

A flag that enables encryption at-rest when set to true.

You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.

Default: false

" }, "MemberClustersOutpostArns": { "shape": "ReplicationGroupOutpostArnList", @@ -6999,15 +6999,15 @@ }, "AutoMinorVersionUpgrade": { "shape": "Boolean", - "documentation": "

If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.

" + "documentation": "

If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.

" }, "NetworkType": { "shape": "NetworkType", - "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "IpDiscovery": { "shape": "IpDiscovery", - "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" }, "TransitEncryptionMode": { "shape": "TransitEncryptionMode", @@ -7015,10 +7015,10 @@ }, "ClusterMode": { "shape": "ClusterMode", - "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" + "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" } }, - "documentation": "

Contains all of the attributes of a specific Redis replication group.

", + "documentation": "

Contains all of the attributes of a specific Redis OSS replication group.

", "wrapper": true }, "ReplicationGroupIdList": { @@ -7065,7 +7065,7 @@ }, "AutomaticFailoverStatus": { "shape": "PendingAutomaticFailoverStatus", - "documentation": "

Indicates the status of automatic failover for this Redis replication group.

" + "documentation": "

Indicates the status of automatic failover for this Redis OSS replication group.

" }, "Resharding": { "shape": "ReshardingStatus", @@ -7093,10 +7093,10 @@ }, "ClusterMode": { "shape": "ClusterMode", - "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" + "documentation": "

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

" } }, - "documentation": "

The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.

" + "documentation": "

The settings to be applied to the Redis OSS replication group, either immediately or during the next maintenance window.

" }, "ReservedCacheNode": { "type": "structure", @@ -7111,7 +7111,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The cache node type for the reserved cache nodes.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The cache node type for the reserved cache nodes.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "StartTime": { "shape": "TStamp", @@ -7187,7 +7187,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The cache node type for the reserved cache node.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The cache node type for the reserved cache node.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Duration": { "shape": "Integer", @@ -7264,7 +7264,7 @@ "members": { "NodeGroupId": { "shape": "AllowedNodeGroupId", - "documentation": "

Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

" + "documentation": "

Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

" }, "PreferredAvailabilityZones": { "shape": "AvailabilityZonesList", @@ -7403,7 +7403,7 @@ }, "UserGroupId": { "shape": "String", - "documentation": "

The identifier of the user group associated with the serverless cache. Available for Redis only. Default is NULL.

" + "documentation": "

The identifier of the user group associated with the serverless cache. Available for Redis OSS only. Default is NULL.

" }, "SubnetIds": { "shape": "SubnetIdsList", @@ -7411,11 +7411,11 @@ }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", - "documentation": "

The current setting for the number of serverless cache snapshots the system will retain. Available for Redis only.

" + "documentation": "

The current setting for the number of serverless cache snapshots the system will retain. Available for Redis OSS and Serverless Memcached only.

" }, "DailySnapshotTime": { "shape": "String", - "documentation": "

The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Redis only.

" + "documentation": "

The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Redis OSS and Serverless Memcached only.

" } }, "documentation": "

The resource representing a serverless cache.

" @@ -7449,42 +7449,42 @@ "members": { "ServerlessCacheSnapshotName": { "shape": "String", - "documentation": "

The identifier of a serverless cache snapshot. Available for Redis only.

" + "documentation": "

The identifier of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "ARN": { "shape": "String", - "documentation": "

The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis only.

" + "documentation": "

The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "KmsKeyId": { "shape": "String", - "documentation": "

The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis only.

" + "documentation": "

The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "SnapshotType": { "shape": "String", - "documentation": "

The type of snapshot of serverless cache. Available for Redis only.

" + "documentation": "

The type of snapshot of serverless cache. Available for Redis OSS and Serverless Memcached only.

" }, "Status": { "shape": "String", - "documentation": "

The current status of the serverless cache. Available for Redis only.

" + "documentation": "

The current status of the serverless cache. Available for Redis OSS and Serverless Memcached only.

" }, "CreateTime": { "shape": "TStamp", - "documentation": "

The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Redis only.

" + "documentation": "

The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "ExpiryTime": { "shape": "TStamp", - "documentation": "

The time that the serverless cache snapshot will expire. Available for Redis only.

" + "documentation": "

The time that the serverless cache snapshot will expire. Available for Redis OSS and Serverless Memcached only.

" }, "BytesUsedForCache": { "shape": "String", - "documentation": "

The total size of a serverless cache snapshot, in bytes. Available for Redis only.

" + "documentation": "

The total size of a serverless cache snapshot, in bytes. Available for Redis OSS and Serverless Memcached only.

" }, "ServerlessCacheConfiguration": { "shape": "ServerlessCacheConfiguration", - "documentation": "

The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis only.

" + "documentation": "

The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis OSS and Serverless Memcached only.

" } }, - "documentation": "

The resource representing a serverless cache snapshot. Available for Redis only.

" + "documentation": "

The resource representing a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.

" }, "ServerlessCacheSnapshotList": { "type": "list", @@ -7530,11 +7530,11 @@ }, "Engine": { "shape": "String", - "documentation": "

The Elasticache engine to which the update applies. Either Redis or Memcached

" + "documentation": "

The Elasticache engine to which the update applies. Either Redis OSS or Memcached.

" }, "EngineVersion": { "shape": "String", - "documentation": "

The Elasticache engine version to which the update applies. Either Redis or Memcached engine version

" + "documentation": "

The Elasticache engine version to which the update applies. Either Redis OSS or Memcached engine version.

" }, "AutoUpdateAfterRecommendedApplyByDate": { "shape": "BooleanOptional", @@ -7545,7 +7545,7 @@ "documentation": "

The estimated length of time the service update will take

" } }, - "documentation": "

An update that you can apply to your Redis clusters.

" + "documentation": "

An update that you can apply to your Redis OSS clusters.

" }, "ServiceUpdateList": { "type": "list", @@ -7644,7 +7644,7 @@ }, "CacheNodeType": { "shape": "String", - "documentation": "

The name of the compute and memory capacity node type for the source cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" + "documentation": "

The name of the compute and memory capacity node type for the source cluster.

The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.

Additional node type info

" }, "Engine": { "shape": "String", @@ -7656,7 +7656,7 @@ }, "NumCacheNodes": { "shape": "IntegerOptional", - "documentation": "

The number of cache nodes in the source cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" + "documentation": "

The number of cache nodes in the source cluster.

For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.

" }, "PreferredAvailabilityZone": { "shape": "String", @@ -7696,7 +7696,7 @@ }, "AutoMinorVersionUpgrade": { "shape": "Boolean", - "documentation": "

 If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" + "documentation": "

 If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. 

" }, "SnapshotRetentionLimit": { "shape": "IntegerOptional", @@ -7712,7 +7712,7 @@ }, "AutomaticFailover": { "shape": "AutomaticFailoverStatus", - "documentation": "

Indicates the status of automatic failover for the source Redis replication group.

" + "documentation": "

Indicates the status of automatic failover for the source Redis OSS replication group.

" }, "NodeSnapshots": { "shape": "NodeSnapshotList", @@ -7731,7 +7731,7 @@ "documentation": "

Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. For more information, see Data tiering.

" } }, - "documentation": "

Represents a copy of an entire Redis cluster as of the time when the snapshot was taken.

", + "documentation": "

Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was taken.

", "wrapper": true }, "SnapshotArnsList": { @@ -7775,7 +7775,7 @@ }, "CustomerNodeEndpointList": { "shape": "CustomerNodeEndpointList", - "documentation": "

List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.

" + "documentation": "

List of endpoints from which data should be migrated. For Redis OSS (cluster mode disabled), list should have only one element.

" } } }, @@ -7807,7 +7807,7 @@ }, "SupportedNetworkTypes": { "shape": "NetworkTypeList", - "documentation": "

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" + "documentation": "

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

" } }, "documentation": "

Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.

" @@ -8062,7 +8062,7 @@ }, "Engine": { "shape": "String", - "documentation": "

The Elasticache engine to which the update applies. Either Redis or Memcached

" + "documentation": "

The Elasticache engine to which the update applies. Either Redis OSS or Memcached.

" } }, "documentation": "

The status of the service update for a specific replication group

" @@ -8142,7 +8142,7 @@ }, "MinimumEngineVersion": { "shape": "String", - "documentation": "

The minimum engine version required, which is Redis 6.0

" + "documentation": "

The minimum engine version required, which is Redis OSS 6.0

" }, "AccessString": { "shape": "String", @@ -8175,7 +8175,7 @@ }, "Engine": { "shape": "EngineType", - "documentation": "

The current supported value is Redis.

" + "documentation": "

The current supported value is Redis user.

" }, "UserIds": { "shape": "UserIdList", @@ -8183,7 +8183,7 @@ }, "MinimumEngineVersion": { "shape": "String", - "documentation": "

The minimum engine version required, which is Redis 6.0

" + "documentation": "

The minimum engine version required, which is Redis OSS 6.0

" }, "PendingChanges": { "shape": "UserGroupPendingChanges", @@ -8195,7 +8195,7 @@ }, "ServerlessCaches": { "shape": "UGServerlessCacheIdList", - "documentation": "

Indicates which serverless caches the specified user group is associated with. Available for Redis only.

" + "documentation": "

Indicates which serverless caches the specified user group is associated with. Available for Redis OSS and Serverless Memcached only.

" }, "ARN": { "shape": "String", diff --git a/apis/memorydb-2021-01-01.normal.json b/apis/memorydb-2021-01-01.normal.json index 7b400c86f9..af80e5ebad 100644 --- a/apis/memorydb-2021-01-01.normal.json +++ b/apis/memorydb-2021-01-01.normal.json @@ -5,13 +5,19 @@ "endpointPrefix": "memory-db", "jsonVersion": "1.1", "protocol": "json", + "protocols": [ + "json" + ], "serviceAbbreviation": "Amazon MemoryDB", "serviceFullName": "Amazon MemoryDB", "serviceId": "MemoryDB", "signatureVersion": "v4", "signingName": "memorydb", "targetPrefix": "AmazonMemoryDB", - "uid": "memorydb-2021-01-01" + "uid": "memorydb-2021-01-01", + "auth": [ + "aws.auth#sigv4" + ] }, "operations": { "BatchUpdateCluster": { @@ -569,7 +575,7 @@ "shape": "InvalidParameterCombinationException" } ], - "documentation": "

Returns a list of the available Redis engine versions.

" + "documentation": "

Returns a list of the available Redis OSS engine versions.

" }, "DescribeEvents": { "name": "DescribeEvents", @@ -1483,11 +1489,11 @@ }, "EngineVersion": { "shape": "String", - "documentation": "

The Redis engine version used by the cluster

" + "documentation": "

The Redis OSS engine version used by the cluster

" }, "EnginePatchVersion": { "shape": "String", - "documentation": "

The Redis engine patch version used by the cluster

" + "documentation": "

The Redis OSS engine patch version used by the cluster

" }, "ParameterGroupName": { "shape": "String", @@ -1569,7 +1575,7 @@ }, "EngineVersion": { "shape": "String", - "documentation": "

The Redis engine version used by the cluster

" + "documentation": "

The Redis OSS engine version used by the cluster

" }, "MaintenanceWindow": { "shape": "String", @@ -1798,7 +1804,7 @@ }, "EngineVersion": { "shape": "String", - "documentation": "

The version number of the Redis engine to be used for the cluster.

" + "documentation": "

The version number of the Redis OSS engine to be used for the cluster.

" }, "AutoMinorVersionUpgrade": { "shape": "BooleanOptional", @@ -2162,7 +2168,7 @@ "members": { "EngineVersion": { "shape": "String", - "documentation": "

The Redis engine version

" + "documentation": "

The Redis OSS engine version

" }, "ParameterGroupFamily": { "shape": "String", @@ -2569,7 +2575,7 @@ "documentation": "

Specifies the name of the parameter group family to which the engine default parameters apply.

" } }, - "documentation": "

Provides details of the Redis engine version

" + "documentation": "

Provides details of the Redis OSS engine version

" }, "EngineVersionInfoList": { "type": "list", @@ -3752,5 +3758,5 @@ "min": 1 } }, - "documentation": "

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

" + "documentation": "

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

" } \ No newline at end of file