All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.elasticache-2015-02-02-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon ElastiCache module holds the client classes that are used for communicating with Amazon ElastiCache Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-02-02",
    "protocol" : "query",
    "checksumFormat" : null,
    "documentation" : "Amazon ElastiCache 

Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud.

With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment.

In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.

", "defaultEndpoint" : "elasticache.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "elasticache.us-east-1.amazonaws.com", "syncInterface" : "AmazonElastiCache", "syncClient" : "AmazonElastiCacheClient", "asyncInterface" : "AmazonElastiCacheAsync", "asyncClient" : "AmazonElastiCacheAsyncClient", "packageName" : "com.amazonaws.services.elasticache", "packagePath" : "com/amazonaws/services/elasticache", "serviceAbbreviation" : null, "serviceFullName" : "Amazon ElastiCache", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "elasticache", "signingName" : "elasticache", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "syncClientBuilderClassName" : "AmazonElastiCacheClientBuilder", "asyncClientBuilderClassName" : "AmazonElastiCacheAsyncClientBuilder", "cucumberModuleInjectorClassName" : "AmazonElastiCacheModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.elasticache.smoketests", "serviceName" : "Amazon ElastiCache", "jsonProtocol" : false, "xmlProtocol" : true, "cborProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller" }, "operations" : { "AddTagsToResource" : { "documentation" : "

The AddTagsToResource action adds up to 10 cost allocation tags to the named resource. A cost allocation tag is a key-value pair where the key and value are case-sensitive. Cost allocation tags can be used to categorize and track your AWS costs.

When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags in Amazon ElastiCache in the ElastiCache User Guide.

", "operationName" : "AddTagsToResource", "deprecated" : false, "input" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : "

Represents the input of an AddTagsToResource action.

", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToResourceResult", "documentation" : "

Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10.

" }, { "exceptionName" : "InvalidARNException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsToResourceResult", "asyncReturnType" : "AddTagsToResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTagsToResource" }, "AuthorizeCacheSecurityGroupIngress" : { "documentation" : "

The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.

You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.

", "operationName" : "AuthorizeCacheSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "authorizeCacheSecurityGroupIngressRequest", "variableType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest", "documentation" : "

Represents the input of an AuthorizeCacheSecurityGroupIngress action.

", "simpleType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheSecurityGroup", "documentation" : "

Represents the output of one of the following actions:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "exceptions" : [ { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

" }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "

The specified Amazon EC2 security group is already authorized for the specified cache security group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheSecurityGroup", "asyncReturnType" : "CacheSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "authorizeCacheSecurityGroupIngress" }, "CopySnapshot" : { "documentation" : "

The CopySnapshot action makes a copy of an existing snapshot.

Users or groups that have permissions to use the CopySnapshot API 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 API. For more information about using IAM to control the use of ElastiCache APIs, see Exporting Snapshots and Authentication & Access Control.

Erorr Message:

  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

    Solution: Contact your system administrator to get the needed permissions.

", "operationName" : "CopySnapshot", "deprecated" : false, "input" : { "variableName" : "copySnapshotRequest", "variableType" : "CopySnapshotRequest", "variableDeclarationType" : "CopySnapshotRequest", "documentation" : "

Represents the input of a CopySnapshotMessage action.

", "simpleType" : "CopySnapshotRequest", "variableSetterType" : "CopySnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

" }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

" }, { "exceptionName" : "InvalidSnapshotStateException", "documentation" : "

The current state of the snapshot does not allow the requested action to occur.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "copySnapshot" }, "CreateCacheCluster" : { "documentation" : "

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

", "operationName" : "CreateCacheCluster", "deprecated" : false, "input" : { "variableName" : "createCacheClusterRequest", "variableType" : "CreateCacheClusterRequest", "variableDeclarationType" : "CreateCacheClusterRequest", "documentation" : "

Represents the input of a CreateCacheCluster action.

", "simpleType" : "CreateCacheClusterRequest", "variableSetterType" : "CreateCacheClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheCluster", "documentation" : "

Contains all of the attributes of a specific cache cluster.

" }, "exceptions" : [ { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

" }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

" }, { "exceptionName" : "CacheClusterAlreadyExistsException", "documentation" : "

You already have a cache cluster with the given identifier.

" }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone.

" }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

" }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache clusters per customer.

" }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.

" }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

" }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheCluster", "asyncReturnType" : "CacheCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createCacheCluster" }, "CreateCacheParameterGroup" : { "documentation" : "

The CreateCacheParameterGroup action creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

", "operationName" : "CreateCacheParameterGroup", "deprecated" : false, "input" : { "variableName" : "createCacheParameterGroupRequest", "variableType" : "CreateCacheParameterGroupRequest", "variableDeclarationType" : "CreateCacheParameterGroupRequest", "documentation" : "

Represents the input of a CreateCacheParameterGroup action.

", "simpleType" : "CreateCacheParameterGroupRequest", "variableSetterType" : "CreateCacheParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheParameterGroup", "documentation" : "

Represents the output of a CreateCacheParameterGroup action.

" }, "exceptions" : [ { "exceptionName" : "CacheParameterGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of cache security groups.

" }, { "exceptionName" : "CacheParameterGroupAlreadyExistsException", "documentation" : "

A cache parameter group with the requested name already exists.

" }, { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested action to occur.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheParameterGroup", "asyncReturnType" : "CacheParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createCacheParameterGroup" }, "CreateCacheSecurityGroup" : { "documentation" : "

The CreateCacheSecurityGroup action creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

Cache security groups are only used when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

", "operationName" : "CreateCacheSecurityGroup", "deprecated" : false, "input" : { "variableName" : "createCacheSecurityGroupRequest", "variableType" : "CreateCacheSecurityGroupRequest", "variableDeclarationType" : "CreateCacheSecurityGroupRequest", "documentation" : "

Represents the input of a CreateCacheSecurityGroup action.

", "simpleType" : "CreateCacheSecurityGroupRequest", "variableSetterType" : "CreateCacheSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheSecurityGroup", "documentation" : "

Represents the output of one of the following actions:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "exceptions" : [ { "exceptionName" : "CacheSecurityGroupAlreadyExistsException", "documentation" : "

A cache security group with the specified name already exists.

" }, { "exceptionName" : "CacheSecurityGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache security groups.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheSecurityGroup", "asyncReturnType" : "CacheSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createCacheSecurityGroup" }, "CreateCacheSubnetGroup" : { "documentation" : "

The CreateCacheSubnetGroup action creates a new cache subnet group.

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC).

", "operationName" : "CreateCacheSubnetGroup", "deprecated" : false, "input" : { "variableName" : "createCacheSubnetGroupRequest", "variableType" : "CreateCacheSubnetGroupRequest", "variableDeclarationType" : "CreateCacheSubnetGroupRequest", "documentation" : "

Represents the input of a CreateCacheSubnetGroup action.

", "simpleType" : "CreateCacheSubnetGroupRequest", "variableSetterType" : "CreateCacheSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheSubnetGroup", "documentation" : "

Represents the output of one of the following actions:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

" }, "exceptions" : [ { "exceptionName" : "CacheSubnetGroupAlreadyExistsException", "documentation" : "

The requested cache subnet group name is already in use by an existing cache subnet group.

" }, { "exceptionName" : "CacheSubnetGroupQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache subnet groups.

" }, { "exceptionName" : "CacheSubnetQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

An invalid subnet identifier was specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheSubnetGroup", "asyncReturnType" : "CacheSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createCacheSubnetGroup" }, "CreateReplicationGroup" : { "documentation" : "

The CreateReplicationGroup action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others are read-only replicas. Writes to the primary are automatically propagated to the replicas.

When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas.

This action is valid only for Redis.

", "operationName" : "CreateReplicationGroup", "deprecated" : false, "input" : { "variableName" : "createReplicationGroupRequest", "variableType" : "CreateReplicationGroupRequest", "variableDeclarationType" : "CreateReplicationGroupRequest", "documentation" : "

Represents the input of a CreateReplicationGroup action.

", "simpleType" : "CreateReplicationGroupRequest", "variableSetterType" : "CreateReplicationGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReplicationGroup", "documentation" : "

Contains all of the attributes of a specific replication group.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "ReplicationGroupAlreadyExistsException", "documentation" : "

The specified replication group already exists.

" }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone.

" }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

" }, { "exceptionName" : "ClusterQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache clusters per customer.

" }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.

" }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

" }, { "exceptionName" : "TagQuotaPerResourceExceededException", "documentation" : "

The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReplicationGroup", "asyncReturnType" : "ReplicationGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createReplicationGroup" }, "CreateSnapshot" : { "documentation" : "

The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.

", "operationName" : "CreateSnapshot", "deprecated" : false, "input" : { "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "variableDeclarationType" : "CreateSnapshotRequest", "documentation" : "

Represents the input of a CreateSnapshot action.

", "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

" }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

" }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following actions:

  • Creating a snapshot of a Redis cache cluster running on a t1.micro cache node.

  • Creating a snapshot of a cache cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createSnapshot" }, "DeleteCacheCluster" : { "documentation" : "

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

This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled.

", "operationName" : "DeleteCacheCluster", "deprecated" : false, "input" : { "variableName" : "deleteCacheClusterRequest", "variableType" : "DeleteCacheClusterRequest", "variableDeclarationType" : "DeleteCacheClusterRequest", "documentation" : "

Represents the input of a DeleteCacheCluster action.

", "simpleType" : "DeleteCacheClusterRequest", "variableSetterType" : "DeleteCacheClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheCluster", "documentation" : "

Contains all of the attributes of a specific cache cluster.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

" }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following actions:

  • Creating a snapshot of a Redis cache cluster running on a t1.micro cache node.

  • Creating a snapshot of a cache cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheCluster", "asyncReturnType" : "CacheCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteCacheCluster" }, "DeleteCacheParameterGroup" : { "documentation" : "

The DeleteCacheParameterGroup action deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

", "operationName" : "DeleteCacheParameterGroup", "deprecated" : false, "input" : { "variableName" : "deleteCacheParameterGroupRequest", "variableType" : "DeleteCacheParameterGroupRequest", "variableDeclarationType" : "DeleteCacheParameterGroupRequest", "documentation" : "

Represents the input of a DeleteCacheParameterGroup action.

", "simpleType" : "DeleteCacheParameterGroupRequest", "variableSetterType" : "DeleteCacheParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteCacheParameterGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested action to occur.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteCacheParameterGroupResult", "asyncReturnType" : "DeleteCacheParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteCacheParameterGroup" }, "DeleteCacheSecurityGroup" : { "documentation" : "

The DeleteCacheSecurityGroup action deletes a cache security group.

You cannot delete a cache security group if it is associated with any cache clusters.

", "operationName" : "DeleteCacheSecurityGroup", "deprecated" : false, "input" : { "variableName" : "deleteCacheSecurityGroupRequest", "variableType" : "DeleteCacheSecurityGroupRequest", "variableDeclarationType" : "DeleteCacheSecurityGroupRequest", "documentation" : "

Represents the input of a DeleteCacheSecurityGroup action.

", "simpleType" : "DeleteCacheSecurityGroupRequest", "variableSetterType" : "DeleteCacheSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteCacheSecurityGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

" }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteCacheSecurityGroupResult", "asyncReturnType" : "DeleteCacheSecurityGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteCacheSecurityGroup" }, "DeleteCacheSubnetGroup" : { "documentation" : "

The DeleteCacheSubnetGroup action deletes a cache subnet group.

You cannot delete a cache subnet group if it is associated with any cache clusters.

", "operationName" : "DeleteCacheSubnetGroup", "deprecated" : false, "input" : { "variableName" : "deleteCacheSubnetGroupRequest", "variableType" : "DeleteCacheSubnetGroupRequest", "variableDeclarationType" : "DeleteCacheSubnetGroupRequest", "documentation" : "

Represents the input of a DeleteCacheSubnetGroup action.

", "simpleType" : "DeleteCacheSubnetGroupRequest", "variableSetterType" : "DeleteCacheSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteCacheSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "CacheSubnetGroupInUseException", "documentation" : "

The requested cache subnet group is currently in use.

" }, { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteCacheSubnetGroupResult", "asyncReturnType" : "DeleteCacheSubnetGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteCacheSubnetGroup" }, "DeleteReplicationGroup" : { "documentation" : "

The DeleteReplicationGroup action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster.

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

", "operationName" : "DeleteReplicationGroup", "deprecated" : false, "input" : { "variableName" : "deleteReplicationGroupRequest", "variableType" : "DeleteReplicationGroupRequest", "variableDeclarationType" : "DeleteReplicationGroupRequest", "documentation" : "

Represents the input of a DeleteReplicationGroup action.

", "simpleType" : "DeleteReplicationGroupRequest", "variableSetterType" : "DeleteReplicationGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReplicationGroup", "documentation" : "

Contains all of the attributes of a specific replication group.

" }, "exceptions" : [ { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

" }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

" }, { "exceptionName" : "SnapshotAlreadyExistsException", "documentation" : "

You already have a snapshot with the given name.

" }, { "exceptionName" : "SnapshotFeatureNotSupportedException", "documentation" : "

You attempted one of the following actions:

  • Creating a snapshot of a Redis cache cluster running on a t1.micro cache node.

  • Creating a snapshot of a cache cluster that is running Memcached rather than Redis.

Neither of these are supported by ElastiCache.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReplicationGroup", "asyncReturnType" : "ReplicationGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteReplicationGroup" }, "DeleteSnapshot" : { "documentation" : "

The DeleteSnapshot action deletes an existing snapshot. When you receive a successful response from this action, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this action.

", "operationName" : "DeleteSnapshot", "deprecated" : false, "input" : { "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "variableDeclarationType" : "DeleteSnapshotRequest", "documentation" : "

Represents the input of a DeleteSnapshot action.

", "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "InvalidSnapshotStateException", "documentation" : "

The current state of the snapshot does not allow the requested action to occur.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "Snapshot", "asyncReturnType" : "Snapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteSnapshot" }, "DescribeCacheClusters" : { "documentation" : "

The DescribeCacheClusters action returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.

By default, abbreviated information about the cache clusters(s) will be returned. You can use the optional ShowDetails flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint.

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the cache cluster state is available, the cluster is ready for use.

If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed.

", "operationName" : "DescribeCacheClusters", "deprecated" : false, "input" : { "variableName" : "describeCacheClustersRequest", "variableType" : "DescribeCacheClustersRequest", "variableDeclarationType" : "DescribeCacheClustersRequest", "documentation" : "

Represents the input of a DescribeCacheClusters action.

", "simpleType" : "DescribeCacheClustersRequest", "variableSetterType" : "DescribeCacheClustersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheClustersResult", "documentation" : "

Represents the output of a DescribeCacheClusters action.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheClustersResult", "asyncReturnType" : "DescribeCacheClustersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheClusters" }, "DescribeCacheEngineVersions" : { "documentation" : "

The DescribeCacheEngineVersions action returns a list of the available cache engines and their versions.

", "operationName" : "DescribeCacheEngineVersions", "deprecated" : false, "input" : { "variableName" : "describeCacheEngineVersionsRequest", "variableType" : "DescribeCacheEngineVersionsRequest", "variableDeclarationType" : "DescribeCacheEngineVersionsRequest", "documentation" : "

Represents the input of a DescribeCacheEngineVersions action.

", "simpleType" : "DescribeCacheEngineVersionsRequest", "variableSetterType" : "DescribeCacheEngineVersionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheEngineVersionsResult", "documentation" : "

Represents the output of a DescribeCacheEngineVersions action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheEngineVersionsResult", "asyncReturnType" : "DescribeCacheEngineVersionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheEngineVersions" }, "DescribeCacheParameterGroups" : { "documentation" : "

The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group.

", "operationName" : "DescribeCacheParameterGroups", "deprecated" : false, "input" : { "variableName" : "describeCacheParameterGroupsRequest", "variableType" : "DescribeCacheParameterGroupsRequest", "variableDeclarationType" : "DescribeCacheParameterGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheParameterGroups action.

", "simpleType" : "DescribeCacheParameterGroupsRequest", "variableSetterType" : "DescribeCacheParameterGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheParameterGroupsResult", "documentation" : "

Represents the output of a DescribeCacheParameterGroups action.

" }, "exceptions" : [ { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheParameterGroupsResult", "asyncReturnType" : "DescribeCacheParameterGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheParameterGroups" }, "DescribeCacheParameters" : { "documentation" : "

The DescribeCacheParameters action returns the detailed parameter list for a particular cache parameter group.

", "operationName" : "DescribeCacheParameters", "deprecated" : false, "input" : { "variableName" : "describeCacheParametersRequest", "variableType" : "DescribeCacheParametersRequest", "variableDeclarationType" : "DescribeCacheParametersRequest", "documentation" : "

Represents the input of a DescribeCacheParameters action.

", "simpleType" : "DescribeCacheParametersRequest", "variableSetterType" : "DescribeCacheParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheParametersResult", "documentation" : "

Represents the output of a DescribeCacheParameters action.

" }, "exceptions" : [ { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheParametersResult", "asyncReturnType" : "DescribeCacheParametersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheParameters" }, "DescribeCacheSecurityGroups" : { "documentation" : "

The DescribeCacheSecurityGroups action returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group.

", "operationName" : "DescribeCacheSecurityGroups", "deprecated" : false, "input" : { "variableName" : "describeCacheSecurityGroupsRequest", "variableType" : "DescribeCacheSecurityGroupsRequest", "variableDeclarationType" : "DescribeCacheSecurityGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheSecurityGroups action.

", "simpleType" : "DescribeCacheSecurityGroupsRequest", "variableSetterType" : "DescribeCacheSecurityGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheSecurityGroupsResult", "documentation" : "

Represents the output of a DescribeCacheSecurityGroups action.

" }, "exceptions" : [ { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheSecurityGroupsResult", "asyncReturnType" : "DescribeCacheSecurityGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheSecurityGroups" }, "DescribeCacheSubnetGroups" : { "documentation" : "

The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.

", "operationName" : "DescribeCacheSubnetGroups", "deprecated" : false, "input" : { "variableName" : "describeCacheSubnetGroupsRequest", "variableType" : "DescribeCacheSubnetGroupsRequest", "variableDeclarationType" : "DescribeCacheSubnetGroupsRequest", "documentation" : "

Represents the input of a DescribeCacheSubnetGroups action.

", "simpleType" : "DescribeCacheSubnetGroupsRequest", "variableSetterType" : "DescribeCacheSubnetGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCacheSubnetGroupsResult", "documentation" : "

Represents the output of a DescribeCacheSubnetGroups action.

" }, "exceptions" : [ { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeCacheSubnetGroupsResult", "asyncReturnType" : "DescribeCacheSubnetGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeCacheSubnetGroups" }, "DescribeEngineDefaultParameters" : { "documentation" : "

The DescribeEngineDefaultParameters action returns the default engine and system parameter information for the specified cache engine.

", "operationName" : "DescribeEngineDefaultParameters", "deprecated" : false, "input" : { "variableName" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "documentation" : "

Represents the input of a DescribeEngineDefaultParameters action.

", "simpleType" : "DescribeEngineDefaultParametersRequest", "variableSetterType" : "DescribeEngineDefaultParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EngineDefaults", "documentation" : "

Represents the output of a DescribeEngineDefaultParameters action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "EngineDefaults", "asyncReturnType" : "EngineDefaults", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeEngineDefaultParameters" }, "DescribeEvents" : { "documentation" : "

The DescribeEvents action returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

", "operationName" : "DescribeEvents", "deprecated" : false, "input" : { "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "variableDeclarationType" : "DescribeEventsRequest", "documentation" : "

Represents the input of a DescribeEvents action.

", "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventsResult", "documentation" : "

Represents the output of a DescribeEvents action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeEventsResult", "asyncReturnType" : "DescribeEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeEvents" }, "DescribeReplicationGroups" : { "documentation" : "

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

", "operationName" : "DescribeReplicationGroups", "deprecated" : false, "input" : { "variableName" : "describeReplicationGroupsRequest", "variableType" : "DescribeReplicationGroupsRequest", "variableDeclarationType" : "DescribeReplicationGroupsRequest", "documentation" : "

Represents the input of a DescribeReplicationGroups action.

", "simpleType" : "DescribeReplicationGroupsRequest", "variableSetterType" : "DescribeReplicationGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReplicationGroupsResult", "documentation" : "

Represents the output of a DescribeReplicationGroups action.

" }, "exceptions" : [ { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeReplicationGroupsResult", "asyncReturnType" : "DescribeReplicationGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeReplicationGroups" }, "DescribeReservedCacheNodes" : { "documentation" : "

The DescribeReservedCacheNodes action returns information about reserved cache nodes for this account, or about a specified reserved cache node.

", "operationName" : "DescribeReservedCacheNodes", "deprecated" : false, "input" : { "variableName" : "describeReservedCacheNodesRequest", "variableType" : "DescribeReservedCacheNodesRequest", "variableDeclarationType" : "DescribeReservedCacheNodesRequest", "documentation" : "

Represents the input of a DescribeReservedCacheNodes action.

", "simpleType" : "DescribeReservedCacheNodesRequest", "variableSetterType" : "DescribeReservedCacheNodesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedCacheNodesResult", "documentation" : "

Represents the output of a DescribeReservedCacheNodes action.

" }, "exceptions" : [ { "exceptionName" : "ReservedCacheNodeNotFoundException", "documentation" : "

The requested reserved cache node was not found.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeReservedCacheNodesResult", "asyncReturnType" : "DescribeReservedCacheNodesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeReservedCacheNodes" }, "DescribeReservedCacheNodesOfferings" : { "documentation" : "

The DescribeReservedCacheNodesOfferings action lists available reserved cache node offerings.

", "operationName" : "DescribeReservedCacheNodesOfferings", "deprecated" : false, "input" : { "variableName" : "describeReservedCacheNodesOfferingsRequest", "variableType" : "DescribeReservedCacheNodesOfferingsRequest", "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsRequest", "documentation" : "

Represents the input of a DescribeReservedCacheNodesOfferings action.

", "simpleType" : "DescribeReservedCacheNodesOfferingsRequest", "variableSetterType" : "DescribeReservedCacheNodesOfferingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedCacheNodesOfferingsResult", "documentation" : "

Represents the output of a DescribeReservedCacheNodesOfferings action.

" }, "exceptions" : [ { "exceptionName" : "ReservedCacheNodesOfferingNotFoundException", "documentation" : "

The requested cache node offering does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeReservedCacheNodesOfferingsResult", "asyncReturnType" : "DescribeReservedCacheNodesOfferingsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeReservedCacheNodesOfferings" }, "DescribeSnapshots" : { "documentation" : "

The DescribeSnapshots action returns information about cache cluster 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.

", "operationName" : "DescribeSnapshots", "deprecated" : false, "input" : { "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "variableDeclarationType" : "DescribeSnapshotsRequest", "documentation" : "

Represents the input of a DescribeSnapshotsMessage action.

", "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSnapshotsResult", "documentation" : "

Represents the output of a DescribeSnapshots action.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeSnapshotsResult", "asyncReturnType" : "DescribeSnapshotsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeSnapshots" }, "ListAllowedNodeTypeModifications" : { "documentation" : "

The ListAllowedNodeTypeModifications action lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.

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

", "operationName" : "ListAllowedNodeTypeModifications", "deprecated" : false, "input" : { "variableName" : "listAllowedNodeTypeModificationsRequest", "variableType" : "ListAllowedNodeTypeModificationsRequest", "variableDeclarationType" : "ListAllowedNodeTypeModificationsRequest", "documentation" : "

The input parameters for the ListAllowedNodeTypeModifications action.

", "simpleType" : "ListAllowedNodeTypeModificationsRequest", "variableSetterType" : "ListAllowedNodeTypeModificationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListAllowedNodeTypeModificationsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListAllowedNodeTypeModificationsResult", "asyncReturnType" : "ListAllowedNodeTypeModificationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listAllowedNodeTypeModifications" }, "ListTagsForResource" : { "documentation" : "

The ListTagsForResource action lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs.

You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.

", "operationName" : "ListTagsForResource", "deprecated" : false, "input" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : "

The input parameters for the ListTagsForResource action.

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : "

Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "InvalidARNException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListTagsForResourceResult", "asyncReturnType" : "ListTagsForResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listTagsForResource" }, "ModifyCacheCluster" : { "documentation" : "

The ModifyCacheCluster action modifies the settings for a cache cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.

", "operationName" : "ModifyCacheCluster", "deprecated" : false, "input" : { "variableName" : "modifyCacheClusterRequest", "variableType" : "ModifyCacheClusterRequest", "variableDeclarationType" : "ModifyCacheClusterRequest", "documentation" : "

Represents the input of a ModifyCacheCluster action.

", "simpleType" : "ModifyCacheClusterRequest", "variableSetterType" : "ModifyCacheClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheCluster", "documentation" : "

Contains all of the attributes of a specific cache cluster.

" }, "exceptions" : [ { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

" }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone.

" }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.

" }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

" }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheCluster", "asyncReturnType" : "CacheCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "modifyCacheCluster" }, "ModifyCacheParameterGroup" : { "documentation" : "

The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

", "operationName" : "ModifyCacheParameterGroup", "deprecated" : false, "input" : { "variableName" : "modifyCacheParameterGroupRequest", "variableType" : "ModifyCacheParameterGroupRequest", "variableDeclarationType" : "ModifyCacheParameterGroupRequest", "documentation" : "

Represents the input of a ModifyCacheParameterGroup action.

", "simpleType" : "ModifyCacheParameterGroupRequest", "variableSetterType" : "ModifyCacheParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyCacheParameterGroupResult", "documentation" : "

Represents the output of one of the following actions:

  • ModifyCacheParameterGroup

  • ResetCacheParameterGroup

" }, "exceptions" : [ { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested action to occur.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ModifyCacheParameterGroupResult", "asyncReturnType" : "ModifyCacheParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "modifyCacheParameterGroup" }, "ModifyCacheSubnetGroup" : { "documentation" : "

The ModifyCacheSubnetGroup action modifies an existing cache subnet group.

", "operationName" : "ModifyCacheSubnetGroup", "deprecated" : false, "input" : { "variableName" : "modifyCacheSubnetGroupRequest", "variableType" : "ModifyCacheSubnetGroupRequest", "variableDeclarationType" : "ModifyCacheSubnetGroupRequest", "documentation" : "

Represents the input of a ModifyCacheSubnetGroup action.

", "simpleType" : "ModifyCacheSubnetGroupRequest", "variableSetterType" : "ModifyCacheSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheSubnetGroup", "documentation" : "

Represents the output of one of the following actions:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

" }, "exceptions" : [ { "exceptionName" : "CacheSubnetGroupNotFoundException", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

" }, { "exceptionName" : "CacheSubnetQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

" }, { "exceptionName" : "SubnetInUseException", "documentation" : "

The requested subnet is being used by another cache subnet group.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

An invalid subnet identifier was specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheSubnetGroup", "asyncReturnType" : "CacheSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "modifyCacheSubnetGroup" }, "ModifyReplicationGroup" : { "documentation" : "

The ModifyReplicationGroup action modifies the settings for a replication group.

", "operationName" : "ModifyReplicationGroup", "deprecated" : false, "input" : { "variableName" : "modifyReplicationGroupRequest", "variableType" : "ModifyReplicationGroupRequest", "variableDeclarationType" : "ModifyReplicationGroupRequest", "documentation" : "

Represents the input of a ModifyReplicationGroups action.

", "simpleType" : "ModifyReplicationGroupRequest", "variableSetterType" : "ModifyReplicationGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReplicationGroup", "documentation" : "

Contains all of the attributes of a specific replication group.

" }, "exceptions" : [ { "exceptionName" : "ReplicationGroupNotFoundException", "documentation" : "

The specified replication group does not exist.

" }, { "exceptionName" : "InvalidReplicationGroupStateException", "documentation" : "

The requested replication group is not in the available state.

" }, { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

" }, { "exceptionName" : "InsufficientCacheClusterCapacityException", "documentation" : "

The requested cache node type is not available in the specified Availability Zone.

" }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "NodeQuotaForClusterExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.

" }, { "exceptionName" : "NodeQuotaForCustomerExceededException", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

" }, { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

The VPC network is in an invalid state.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReplicationGroup", "asyncReturnType" : "ReplicationGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "modifyReplicationGroup" }, "PurchaseReservedCacheNodesOffering" : { "documentation" : "

The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.

", "operationName" : "PurchaseReservedCacheNodesOffering", "deprecated" : false, "input" : { "variableName" : "purchaseReservedCacheNodesOfferingRequest", "variableType" : "PurchaseReservedCacheNodesOfferingRequest", "variableDeclarationType" : "PurchaseReservedCacheNodesOfferingRequest", "documentation" : "

Represents the input of a PurchaseReservedCacheNodesOffering action.

", "simpleType" : "PurchaseReservedCacheNodesOfferingRequest", "variableSetterType" : "PurchaseReservedCacheNodesOfferingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReservedCacheNode", "documentation" : "

Represents the output of a PurchaseReservedCacheNodesOffering action.

" }, "exceptions" : [ { "exceptionName" : "ReservedCacheNodesOfferingNotFoundException", "documentation" : "

The requested cache node offering does not exist.

" }, { "exceptionName" : "ReservedCacheNodeAlreadyExistsException", "documentation" : "

You already have a reservation with the given identifier.

" }, { "exceptionName" : "ReservedCacheNodeQuotaExceededException", "documentation" : "

The request cannot be processed because it would exceed the user's cache node quota.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReservedCacheNode", "asyncReturnType" : "ReservedCacheNode", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "purchaseReservedCacheNodesOffering" }, "RebootCacheCluster" : { "documentation" : "

The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache 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 cache cluster event is created.

", "operationName" : "RebootCacheCluster", "deprecated" : false, "input" : { "variableName" : "rebootCacheClusterRequest", "variableType" : "RebootCacheClusterRequest", "variableDeclarationType" : "RebootCacheClusterRequest", "documentation" : "

Represents the input of a RebootCacheCluster action.

", "simpleType" : "RebootCacheClusterRequest", "variableSetterType" : "RebootCacheClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheCluster", "documentation" : "

Contains all of the attributes of a specific cache cluster.

" }, "exceptions" : [ { "exceptionName" : "InvalidCacheClusterStateException", "documentation" : "

The requested cache cluster is not in the available state.

" }, { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheCluster", "asyncReturnType" : "CacheCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "rebootCacheCluster" }, "RemoveTagsFromResource" : { "documentation" : "

The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.

", "operationName" : "RemoveTagsFromResource", "deprecated" : false, "input" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : "

Represents the input of a RemoveTagsFromResource action.

", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromResourceResult", "documentation" : "

Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

" }, "exceptions" : [ { "exceptionName" : "CacheClusterNotFoundException", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

" }, { "exceptionName" : "SnapshotNotFoundException", "documentation" : "

The requested snapshot name does not refer to an existing snapshot.

" }, { "exceptionName" : "InvalidARNException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

" }, { "exceptionName" : "TagNotFoundException", "documentation" : "

The requested tag was not found on this resource.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsFromResourceResult", "asyncReturnType" : "RemoveTagsFromResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTagsFromResource" }, "ResetCacheParameterGroup" : { "documentation" : "

The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

", "operationName" : "ResetCacheParameterGroup", "deprecated" : false, "input" : { "variableName" : "resetCacheParameterGroupRequest", "variableType" : "ResetCacheParameterGroupRequest", "variableDeclarationType" : "ResetCacheParameterGroupRequest", "documentation" : "

Represents the input of a ResetCacheParameterGroup action.

", "simpleType" : "ResetCacheParameterGroupRequest", "variableSetterType" : "ResetCacheParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResetCacheParameterGroupResult", "documentation" : "

Represents the output of one of the following actions:

  • ModifyCacheParameterGroup

  • ResetCacheParameterGroup

" }, "exceptions" : [ { "exceptionName" : "InvalidCacheParameterGroupStateException", "documentation" : "

The current state of the cache parameter group does not allow the requested action to occur.

" }, { "exceptionName" : "CacheParameterGroupNotFoundException", "documentation" : "

The requested cache parameter group name does not refer to an existing cache parameter group.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ResetCacheParameterGroupResult", "asyncReturnType" : "ResetCacheParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "resetCacheParameterGroup" }, "RevokeCacheSecurityGroupIngress" : { "documentation" : "

The RevokeCacheSecurityGroupIngress action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized.

", "operationName" : "RevokeCacheSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "revokeCacheSecurityGroupIngressRequest", "variableType" : "RevokeCacheSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeCacheSecurityGroupIngressRequest", "documentation" : "

Represents the input of a RevokeCacheSecurityGroupIngress action.

", "simpleType" : "RevokeCacheSecurityGroupIngressRequest", "variableSetterType" : "RevokeCacheSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CacheSecurityGroup", "documentation" : "

Represents the output of one of the following actions:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

" }, "exceptions" : [ { "exceptionName" : "CacheSecurityGroupNotFoundException", "documentation" : "

The requested cache security group name does not refer to an existing cache security group.

" }, { "exceptionName" : "AuthorizationNotFoundException", "documentation" : "

The specified Amazon EC2 security group is not authorized for the specified cache security group.

" }, { "exceptionName" : "InvalidCacheSecurityGroupStateException", "documentation" : "

The current state of the cache security group does not allow deletion.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

Two or more incompatible parameters were specified.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CacheSecurityGroup", "asyncReturnType" : "CacheSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "revokeCacheSecurityGroupIngress" } }, "shapes" : { "ReservedCacheNodeAlreadyExistsException" : { "c2jName" : "ReservedCacheNodeAlreadyExistsFault", "documentation" : "

You already have a reservation with the given identifier.

", "shapeName" : "ReservedCacheNodeAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedCacheNodeAlreadyExistsException", "variableType" : "ReservedCacheNodeAlreadyExistsException", "variableDeclarationType" : "ReservedCacheNodeAlreadyExistsException", "documentation" : null, "simpleType" : "ReservedCacheNodeAlreadyExistsException", "variableSetterType" : "ReservedCacheNodeAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedCacheNodeAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SecurityGroupMembership" : { "c2jName" : "SecurityGroupMembership", "documentation" : "

Represents a single cache security group and its status.

", "shapeName" : "SecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the cache security group.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.*/", "getterDocumentation" : "/**

The identifier of the cache security group.

\n@return The identifier of the cache security group.*/", "fluentSetterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "getterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@return The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "fluentSetterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "securityGroupMembership", "variableType" : "SecurityGroupMembership", "variableDeclarationType" : "SecurityGroupMembership", "documentation" : null, "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "getterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@return The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "fluentSetterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

\n@param status The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroupId" : { "documentation" : "

The identifier of the cache security group.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.*/", "getterDocumentation" : "/**

The identifier of the cache security group.

\n@return The identifier of the cache security group.*/", "fluentSetterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the cache security group.

\n@param securityGroupId The identifier of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSubnetGroupNotFoundException" : { "c2jName" : "CacheSubnetGroupNotFoundFault", "documentation" : "

The requested cache subnet group name does not refer to an existing cache subnet group.

", "shapeName" : "CacheSubnetGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSubnetGroupNotFoundException", "variableType" : "CacheSubnetGroupNotFoundException", "variableDeclarationType" : "CacheSubnetGroupNotFoundException", "documentation" : null, "simpleType" : "CacheSubnetGroupNotFoundException", "variableSetterType" : "CacheSubnetGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSubnetGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyReplicationGroupRequest" : { "c2jName" : "ModifyReplicationGroupMessage", "documentation" : "

Represents the input of a ModifyReplicationGroups action.

", "shapeName" : "ModifyReplicationGroupRequest", "deprecated" : false, "required" : [ "ReplicationGroupId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the replication group to modify.

", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the replication group to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.*/", "getterDocumentation" : "/**

The identifier of the replication group to modify.

\n@return The identifier of the replication group to modify.*/", "fluentSetterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A description for the replication group. Maximum length is 255 characters.

", "name" : "ReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description for the replication group. Maximum length is 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupDescription", "marshallLocationName" : "ReplicationGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.*/", "getterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@return A description for the replication group. Maximum length is 255 characters.*/", "fluentSetterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.*/", "getterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@return If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.*/", "fluentSetterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The cache cluster ID that will be used as the daily snapshot source for the replication group.

", "name" : "SnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "variable" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache cluster ID that will be used as the daily snapshot source for the replication group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshottingClusterId", "marshallLocationName" : "SnapshottingClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.*/", "getterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@return The cache cluster ID that will be used as the daily snapshot source for the replication group.*/", "fluentSetterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

", "name" : "AutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverEnabled", "marshallLocationName" : "AutomaticFailoverEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

*/", "getterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

*/", "fluentSetterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "getterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@return A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "fluentSetterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@return Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "getterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@return The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

", "name" : "NotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicStatus", "marshallLocationName" : "NotificationTopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive*/", "getterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@return The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive*/", "fluentSetterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false*/", "getterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false*/", "fluentSetterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@return The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "getterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "fluentSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.*/", "getterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.*/", "fluentSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "getterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@return A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "fluentSetterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyReplicationGroupRequest", "variableType" : "ModifyReplicationGroupRequest", "variableDeclarationType" : "ModifyReplicationGroupRequest", "documentation" : null, "simpleType" : "ModifyReplicationGroupRequest", "variableSetterType" : "ModifyReplicationGroupRequest" }, "marshaller" : { "action" : "ModifyReplicationGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroupNames" : { "documentation" : "

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "getterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@return A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "fluentSetterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

\n@param cacheSecurityGroupNames A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.

This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC).

Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@return The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.

\n@param engineVersion The upgraded version of the cache engine to be run on the cache clusters in the replication group.

Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrimaryClusterId" : { "documentation" : "

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.*/", "getterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@return If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.*/", "fluentSetterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.

\n@param primaryClusterId If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "getterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@return The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

\n@param cacheParameterGroupName The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroupIds" : { "documentation" : "

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@return Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

\n@param securityGroupIds Specifies the VPC Security Groups associated with the cache clusters in the replication group.

This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

The Amazon SNS topic owner must be same as the replication group owner.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupDescription" : { "documentation" : "

A description for the replication group. Maximum length is 255 characters.

", "name" : "ReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description for the replication group. Maximum length is 255 characters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupDescription", "marshallLocationName" : "ReplicationGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.*/", "getterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@return A description for the replication group. Maximum length is 255 characters.*/", "fluentSetterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description for the replication group. Maximum length is 255 characters.

\n@param replicationGroupDescription A description for the replication group. Maximum length is 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutomaticFailoverEnabled" : { "documentation" : "

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

", "name" : "AutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverEnabled", "marshallLocationName" : "AutomaticFailoverEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

*/", "getterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

*/", "fluentSetterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@param automaticFailoverEnabled Whether a read replica will be automatically promoted to read/write primary if the existing primary encounters a failure.

Valid values: true | false

ElastiCache Multi-AZ replication groups are not supported on:

  • Redis versions earlier than 2.8.6.

  • T1 and T2 cache node types.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.*/", "getterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.*/", "fluentSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by SnapshottingClusterId.

Example: 05:00-09:00

If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "getterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "fluentSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "getterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@return A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "fluentSetterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

\n@param cacheNodeType A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshottingClusterId" : { "documentation" : "

The cache cluster ID that will be used as the daily snapshot source for the replication group.

", "name" : "SnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "variable" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache cluster ID that will be used as the daily snapshot source for the replication group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshottingClusterId", "marshallLocationName" : "SnapshottingClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.*/", "getterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@return The cache cluster ID that will be used as the daily snapshot source for the replication group.*/", "fluentSetterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache cluster ID that will be used as the daily snapshot source for the replication group.

\n@param snapshottingClusterId The cache cluster ID that will be used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

The identifier of the replication group to modify.

", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the replication group to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.*/", "getterDocumentation" : "/**

The identifier of the replication group to modify.

\n@return The identifier of the replication group to modify.*/", "fluentSetterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the replication group to modify.

\n@param replicationGroupId The identifier of the replication group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicStatus" : { "documentation" : "

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

", "name" : "NotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicStatus", "marshallLocationName" : "NotificationTopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive*/", "getterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@return The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive*/", "fluentSetterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive

\n@param notificationTopicStatus The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is active.

Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplyImmediately" : { "documentation" : "

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false*/", "getterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false*/", "fluentSetterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false

\n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the replication group.

If false, then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

Valid values: true | false

Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheClusterNotFoundException" : { "c2jName" : "CacheClusterNotFoundFault", "documentation" : "

The requested cache cluster ID does not refer to an existing cache cluster.

", "shapeName" : "CacheClusterNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheClusterNotFoundException", "variableType" : "CacheClusterNotFoundException", "variableDeclarationType" : "CacheClusterNotFoundException", "documentation" : null, "simpleType" : "CacheClusterNotFoundException", "variableSetterType" : "CacheClusterNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheClusterNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ParameterNameValue" : { "c2jName" : "ParameterNameValue", "documentation" : "

Describes a name-value pair that is used to update the value of a parameter.

", "shapeName" : "ParameterNameValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the parameter.

", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

The name of the parameter.

\n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value of the parameter.

", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

The value of the parameter.

\n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "parameterNameValue", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : null, "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterValue" : { "documentation" : "

The value of the parameter.

", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

The value of the parameter.

\n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the parameter.

\n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterName" : { "documentation" : "

The name of the parameter.

", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

The name of the parameter.

\n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the parameter.

\n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SubnetInUseException" : { "c2jName" : "SubnetInUse", "documentation" : "

The requested subnet is being used by another cache subnet group.

", "shapeName" : "SubnetInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subnetInUseException", "variableType" : "SubnetInUseException", "variableDeclarationType" : "SubnetInUseException", "documentation" : null, "simpleType" : "SubnetInUseException", "variableSetterType" : "SubnetInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubnetInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheClusterAlreadyExistsException" : { "c2jName" : "CacheClusterAlreadyExistsFault", "documentation" : "

You already have a cache cluster with the given identifier.

", "shapeName" : "CacheClusterAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheClusterAlreadyExistsException", "variableType" : "CacheClusterAlreadyExistsException", "variableDeclarationType" : "CacheClusterAlreadyExistsException", "documentation" : null, "simpleType" : "CacheClusterAlreadyExistsException", "variableSetterType" : "CacheClusterAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheClusterAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Endpoint" : { "c2jName" : "Endpoint", "documentation" : "

Represents the information required for client programs to connect to a cache node.

", "shapeName" : "Endpoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The DNS hostname of the cache node.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DNS hostname of the cache node.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.*/", "getterDocumentation" : "/**

The DNS hostname of the cache node.

\n@return The DNS hostname of the cache node.*/", "fluentSetterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The port number that the cache engine is listening on.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port number that the cache engine is listening on.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.*/", "getterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@return The port number that the cache engine is listening on.*/", "fluentSetterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Address" : { "documentation" : "

The DNS hostname of the cache node.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DNS hostname of the cache node.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.*/", "getterDocumentation" : "/**

The DNS hostname of the cache node.

\n@return The DNS hostname of the cache node.*/", "fluentSetterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DNS hostname of the cache node.

\n@param address The DNS hostname of the cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

The port number that the cache engine is listening on.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port number that the cache engine is listening on.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.*/", "getterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@return The port number that the cache engine is listening on.*/", "fluentSetterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port number that the cache engine is listening on.

\n@param port The port number that the cache engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "documentation" : "

The value for a parameter is invalid.

", "shapeName" : "InvalidParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "variableDeclarationType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddTagsToResourceResult" : { "c2jName" : "TagListMessage", "documentation" : "

Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

", "shapeName" : "AddTagsToResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of cost allocation tags as key-value pairs.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cost allocation tags as key-value pairs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToResourceResult", "variableType" : "AddTagsToResourceResult", "variableDeclarationType" : "AddTagsToResourceResult", "documentation" : null, "simpleType" : "AddTagsToResourceResult", "variableSetterType" : "AddTagsToResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "AddTagsToResourceResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

A list of cost allocation tags as key-value pairs.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cost allocation tags as key-value pairs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cost allocation tags as key-value pairs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCacheSubnetGroupResult" : { "c2jName" : "DeleteCacheSubnetGroupResult", "documentation" : null, "shapeName" : "DeleteCacheSubnetGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteCacheSubnetGroupResult", "variableType" : "DeleteCacheSubnetGroupResult", "variableDeclarationType" : "DeleteCacheSubnetGroupResult", "documentation" : null, "simpleType" : "DeleteCacheSubnetGroupResult", "variableSetterType" : "DeleteCacheSubnetGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheSecurityGroupAlreadyExistsException" : { "c2jName" : "CacheSecurityGroupAlreadyExistsFault", "documentation" : "

A cache security group with the specified name already exists.

", "shapeName" : "CacheSecurityGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSecurityGroupAlreadyExistsException", "variableType" : "CacheSecurityGroupAlreadyExistsException", "variableDeclarationType" : "CacheSecurityGroupAlreadyExistsException", "documentation" : null, "simpleType" : "CacheSecurityGroupAlreadyExistsException", "variableSetterType" : "CacheSecurityGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSecurityGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotAlreadyExistsException" : { "c2jName" : "SnapshotAlreadyExistsFault", "documentation" : "

You already have a snapshot with the given name.

", "shapeName" : "SnapshotAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotAlreadyExistsException", "variableType" : "SnapshotAlreadyExistsException", "variableDeclarationType" : "SnapshotAlreadyExistsException", "documentation" : null, "simpleType" : "SnapshotAlreadyExistsException", "variableSetterType" : "SnapshotAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventsRequest" : { "c2jName" : "DescribeEventsMessage", "documentation" : "

Represents the input of a DescribeEvents action.

", "shapeName" : "DescribeEventsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.*/", "getterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@return The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.*/", "fluentSetterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@see SourceType*/", "getterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@return The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@see SourceType*/", "fluentSetterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/" }, { "documentation" : "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.*/", "getterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.*/", "getterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of minutes' worth of events to retrieve.

", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of minutes' worth of events to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.*/", "getterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@return The number of minutes' worth of events to retrieve.*/", "fluentSetterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "variableDeclarationType" : "DescribeEventsRequest", "documentation" : null, "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "marshaller" : { "action" : "DescribeEvents", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndTime" : { "documentation" : "

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndTime", "marshallLocationName" : "EndTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.*/", "getterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@return The end of the time interval for which to retrieve events, specified in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

\n@param endTime The end of the time interval for which to retrieve events, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceType" : { "documentation" : "

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@see SourceType*/", "getterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@return The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@see SourceType*/", "fluentSetterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group

\n@param sourceType The event source to retrieve events for. If no value is specified, all events are returned.

Valid values are: cache-cluster | cache-parameter-group | cache-security-group | cache-subnet-group\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/" }, "SourceIdentifier" : { "documentation" : "

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.*/", "getterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@return The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.*/", "fluentSetterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

\n@param sourceIdentifier The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.*/", "getterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@return The beginning of the time interval to retrieve events for, specified in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

\n@param startTime The beginning of the time interval to retrieve events for, specified in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

The number of minutes' worth of events to retrieve.

", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of minutes' worth of events to retrieve.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.*/", "getterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@return The number of minutes' worth of events to retrieve.*/", "fluentSetterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of minutes' worth of events to retrieve.

\n@param duration The number of minutes' worth of events to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheParametersResult" : { "c2jName" : "CacheParameterGroupDetails", "documentation" : "

Represents the output of a DescribeCacheParameters action.

", "shapeName" : "DescribeCacheParametersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Parameter instances.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Parameter instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter instances.

\n@param parameters A list of Parameter instances.*/", "getterDocumentation" : "/**

A list of Parameter instances.

\n@return A list of Parameter instances.*/", "fluentSetterDocumentation" : "/**

A list of Parameter instances.

\n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Parameter instances.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

", "name" : "CacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "variable" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificParameter", "memberLocationName" : "CacheNodeTypeSpecificParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificParameter", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "getterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "fluentSetterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificParameters(java.util.Collection)} or {@link #withCacheNodeTypeSpecificParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheParametersResult", "variableType" : "DescribeCacheParametersResult", "variableDeclarationType" : "DescribeCacheParametersResult", "documentation" : null, "simpleType" : "DescribeCacheParametersResult", "variableSetterType" : "DescribeCacheParametersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheParametersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

A list of Parameter instances.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Parameter instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Parameter instances.

\n@param parameters A list of Parameter instances.*/", "getterDocumentation" : "/**

A list of Parameter instances.

\n@return A list of Parameter instances.*/", "fluentSetterDocumentation" : "/**

A list of Parameter instances.

\n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Parameter instances.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\n@param parameters A list of Parameter instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeTypeSpecificParameters" : { "documentation" : "

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

", "name" : "CacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "variable" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificParameter", "memberLocationName" : "CacheNodeTypeSpecificParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificParameter", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "getterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "fluentSetterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificParameters(java.util.Collection)} or {@link #withCacheNodeTypeSpecificParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListAllowedNodeTypeModificationsResult" : { "c2jName" : "AllowedNodeTypeModificationsMessage", "documentation" : "

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

", "shapeName" : "ListAllowedNodeTypeModificationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

", "name" : "ScaleUpModifications", "c2jName" : "ScaleUpModifications", "c2jShape" : "NodeTypeList", "variable" : { "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScaleUpModifications", "marshallLocationName" : "ScaleUpModifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.*/", "getterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@return A string list, each element of which specifies a cache node type which you can use to scale your cache 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.*/", "fluentSetterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setScaleUpModifications(java.util.Collection)} or {@link #withScaleUpModifications(java.util.Collection)} if you want to override the existing values.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listAllowedNodeTypeModificationsResult", "variableType" : "ListAllowedNodeTypeModificationsResult", "variableDeclarationType" : "ListAllowedNodeTypeModificationsResult", "documentation" : null, "simpleType" : "ListAllowedNodeTypeModificationsResult", "variableSetterType" : "ListAllowedNodeTypeModificationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListAllowedNodeTypeModificationsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ScaleUpModifications" : { "documentation" : "

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

", "name" : "ScaleUpModifications", "c2jName" : "ScaleUpModifications", "c2jShape" : "NodeTypeList", "variable" : { "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "scaleUpModifications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ScaleUpModifications", "marshallLocationName" : "ScaleUpModifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.*/", "getterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@return A string list, each element of which specifies a cache node type which you can use to scale your cache 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.*/", "fluentSetterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string list, each element of which specifies a cache node type which you can use to scale your cache 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setScaleUpModifications(java.util.Collection)} or {@link #withScaleUpModifications(java.util.Collection)} if you want to override the existing values.

\n@param scaleUpModifications A string list, each element of which specifies a cache node type which you can use to scale your cache 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidReplicationGroupStateException" : { "c2jName" : "InvalidReplicationGroupStateFault", "documentation" : "

The requested replication group is not in the available state.

", "shapeName" : "InvalidReplicationGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidReplicationGroupStateException", "variableType" : "InvalidReplicationGroupStateException", "variableDeclarationType" : "InvalidReplicationGroupStateException", "documentation" : null, "simpleType" : "InvalidReplicationGroupStateException", "variableSetterType" : "InvalidReplicationGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidReplicationGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateCacheSecurityGroupRequest" : { "c2jName" : "CreateCacheSecurityGroupMessage", "documentation" : "

Represents the input of a CreateCacheSecurityGroup action.

", "shapeName" : "CreateCacheSecurityGroupRequest", "deprecated" : false, "required" : [ "CacheSecurityGroupName", "Description" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup*/", "getterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@return A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup*/", "fluentSetterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A description for the cache security group.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description for the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.*/", "getterDocumentation" : "/**

A description for the cache security group.

\n@return A description for the cache security group.*/", "fluentSetterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCacheSecurityGroupRequest", "variableType" : "CreateCacheSecurityGroupRequest", "variableDeclarationType" : "CreateCacheSecurityGroupRequest", "documentation" : null, "simpleType" : "CreateCacheSecurityGroupRequest", "variableSetterType" : "CreateCacheSecurityGroupRequest" }, "marshaller" : { "action" : "CreateCacheSecurityGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

A description for the cache security group.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description for the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.*/", "getterDocumentation" : "/**

A description for the cache security group.

\n@return A description for the cache security group.*/", "fluentSetterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description for the cache security group.

\n@param description A description for the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupName" : { "documentation" : "

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup*/", "getterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@return A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup*/", "fluentSetterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup

\n@param cacheSecurityGroupName A name for the cache security group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\".

Example: mysecuritygroup\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "documentation" : "

Describes an Availability Zone in which the cache cluster is launched.

", "shapeName" : "AvailabilityZone", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The name of the Availability Zone.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.*/", "getterDocumentation" : "/**

The name of the Availability Zone.

\n@return The name of the Availability Zone.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the Availability Zone.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.*/", "getterDocumentation" : "/**

The name of the Availability Zone.

\n@return The name of the Availability Zone.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone.

\n@param name The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidCacheSecurityGroupStateException" : { "c2jName" : "InvalidCacheSecurityGroupStateFault", "documentation" : "

The current state of the cache security group does not allow deletion.

", "shapeName" : "InvalidCacheSecurityGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCacheSecurityGroupStateException", "variableType" : "InvalidCacheSecurityGroupStateException", "variableDeclarationType" : "InvalidCacheSecurityGroupStateException", "documentation" : null, "simpleType" : "InvalidCacheSecurityGroupStateException", "variableSetterType" : "InvalidCacheSecurityGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCacheSecurityGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheSecurityGroupQuotaExceededException" : { "c2jName" : "CacheSecurityGroupQuotaExceededFault", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache security groups.

", "shapeName" : "CacheSecurityGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSecurityGroupQuotaExceededException", "variableType" : "CacheSecurityGroupQuotaExceededException", "variableDeclarationType" : "CacheSecurityGroupQuotaExceededException", "documentation" : null, "simpleType" : "CacheSecurityGroupQuotaExceededException", "variableSetterType" : "CacheSecurityGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "QuotaExceeded.CacheSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotQuotaExceededException" : { "c2jName" : "SnapshotQuotaExceededFault", "documentation" : "

The request cannot be processed because it would exceed the maximum number of snapshots.

", "shapeName" : "SnapshotQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotQuotaExceededException", "variableType" : "SnapshotQuotaExceededException", "variableDeclarationType" : "SnapshotQuotaExceededException", "documentation" : null, "simpleType" : "SnapshotQuotaExceededException", "variableSetterType" : "SnapshotQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AutomaticFailoverStatus" : { "c2jName" : "AutomaticFailoverStatus", "documentation" : "", "shapeName" : "AutomaticFailoverStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Enabled", "value" : "enabled" }, { "name" : "Disabled", "value" : "disabled" }, { "name" : "Enabling", "value" : "enabling" }, { "name" : "Disabling", "value" : "disabling" } ], "variable" : { "variableName" : "automaticFailoverStatus", "variableType" : "AutomaticFailoverStatus", "variableDeclarationType" : "AutomaticFailoverStatus", "documentation" : null, "simpleType" : "AutomaticFailoverStatus", "variableSetterType" : "AutomaticFailoverStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheParameterGroupQuotaExceededException" : { "c2jName" : "CacheParameterGroupQuotaExceededFault", "documentation" : "

The request cannot be processed because it would exceed the maximum number of cache security groups.

", "shapeName" : "CacheParameterGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheParameterGroupQuotaExceededException", "variableType" : "CacheParameterGroupQuotaExceededException", "variableDeclarationType" : "CacheParameterGroupQuotaExceededException", "documentation" : null, "simpleType" : "CacheParameterGroupQuotaExceededException", "variableSetterType" : "CacheParameterGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheParameterGroupQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecurringCharge" : { "c2jName" : "RecurringCharge", "documentation" : "

Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.

", "shapeName" : "RecurringCharge", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The monetary amount of the recurring charge.

", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The monetary amount of the recurring charge.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.*/", "getterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@return The monetary amount of the recurring charge.*/", "fluentSetterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The frequency of the recurring charge.

", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The frequency of the recurring charge.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.*/", "getterDocumentation" : "/**

The frequency of the recurring charge.

\n@return The frequency of the recurring charge.*/", "fluentSetterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recurringCharge", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecurringChargeFrequency" : { "documentation" : "

The frequency of the recurring charge.

", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The frequency of the recurring charge.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.*/", "getterDocumentation" : "/**

The frequency of the recurring charge.

\n@return The frequency of the recurring charge.*/", "fluentSetterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The frequency of the recurring charge.

\n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecurringChargeAmount" : { "documentation" : "

The monetary amount of the recurring charge.

", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The monetary amount of the recurring charge.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.*/", "getterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@return The monetary amount of the recurring charge.*/", "fluentSetterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The monetary amount of the recurring charge.

\n@param recurringChargeAmount The monetary amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Snapshot" : { "c2jName" : "Snapshot", "documentation" : "

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

", "shapeName" : "Snapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.*/", "getterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@return The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.*/", "fluentSetterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The user-supplied identifier of the source cache cluster.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-supplied identifier of the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.*/", "getterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@return The user-supplied identifier of the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

", "name" : "SnapshotStatus", "c2jName" : "SnapshotStatus", "c2jShape" : "String", "variable" : { "variableName" : "snapshotStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotStatus", "marshallLocationName" : "SnapshotStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.*/", "getterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@return The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.*/", "fluentSetterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

", "name" : "SnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "variable" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSource", "marshallLocationName" : "SnapshotSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).*/", "getterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@return Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).*/", "fluentSetterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@return The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache engine (memcached or redis) used by the source cache cluster.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine (memcached or redis) used by the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.*/", "getterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@return The name of the cache engine (memcached or redis) used by the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the cache engine version that is used by the source cache cluster.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the cache engine version that is used by the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.*/", "getterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@return The version of the cache engine version that is used by the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of cache nodes in the source cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of cache nodes in the source cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@return The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Availability Zone in which the source cache cluster is located.

", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone in which the source cache cluster is located.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.*/", "getterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@return The name of the Availability Zone in which the source cache cluster is located.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time when the source cache cluster was created.

", "name" : "CacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when the source cache cluster was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterCreateTime", "marshallLocationName" : "CacheClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.*/", "getterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@return The date and time when the source cache cluster was created.*/", "fluentSetterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@return The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The port number used by each cache nodes in the source cache cluster.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port number used by each cache nodes in the source cache cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.*/", "getterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@return The port number used by each cache nodes in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The cache parameter group that is associated with the source cache cluster.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache parameter group that is associated with the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.*/", "getterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@return The cache parameter group that is associated with the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache subnet group associated with the source cache cluster.

", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache subnet group associated with the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.*/", "getterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@return The name of the cache subnet group associated with the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.*/", "getterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "getterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "fluentSetterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.*/", "getterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@return The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of the cache nodes in the source cache cluster.

", "name" : "NodeSnapshots", "c2jName" : "NodeSnapshots", "c2jShape" : "NodeSnapshotList", "variable" : { "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the cache nodes in the source cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeSnapshots", "marshallLocationName" : "NodeSnapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeSnapshot", "memberLocationName" : "NodeSnapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeSnapshot", "variable" : { "variableName" : "member", "variableType" : "NodeSnapshot", "variableDeclarationType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeSnapshot", "variableDeclarationType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "getterModel" : { "returnType" : "NodeSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeSnapshot", "marshallLocationName" : "NodeSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeSnapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.*/", "getterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@return A list of the cache nodes in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeSnapshots(java.util.Collection)} or {@link #withNodeSnapshots(java.util.Collection)} if you want to override the existing values.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshot", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineVersion" : { "documentation" : "

The version of the cache engine version that is used by the source cache cluster.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the cache engine version that is used by the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.*/", "getterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@return The version of the cache engine version that is used by the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the cache engine version that is used by the source cache cluster.

\n@param engineVersion The version of the cache engine version that is used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

The user-supplied identifier of the source cache cluster.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-supplied identifier of the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.*/", "getterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@return The user-supplied identifier of the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-supplied identifier of the source cache cluster.

\n@param cacheClusterId The user-supplied identifier of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@return The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.

\n@param topicArn The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupName" : { "documentation" : "

The name of the cache subnet group associated with the source cache cluster.

", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache subnet group associated with the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.*/", "getterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@return The name of the cache subnet group associated with the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache subnet group associated with the source cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

The port number used by each cache nodes in the source cache cluster.

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The port number used by each cache nodes in the source cache cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.*/", "getterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@return The port number used by each cache nodes in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The port number used by each cache nodes in the source cache cluster.

\n@param port The port number used by each cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

The cache parameter group that is associated with the source cache cluster.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache parameter group that is associated with the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.*/", "getterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@return The cache parameter group that is associated with the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache parameter group that is associated with the source cache cluster.

\n@param cacheParameterGroupName The cache parameter group that is associated with the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotName" : { "documentation" : "

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.*/", "getterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@return The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.*/", "fluentSetterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.

\n@param snapshotName The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheNodes" : { "documentation" : "

The number of cache nodes in the source cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of cache nodes in the source cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@return The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of cache nodes in the source cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the source cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredAvailabilityZone" : { "documentation" : "

The name of the Availability Zone in which the source cache cluster is located.

", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone in which the source cache cluster is located.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.*/", "getterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@return The name of the Availability Zone in which the source cache cluster is located.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone in which the source cache cluster is located.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the source cache cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.*/", "getterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@return The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.

\n@param snapshotWindow The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@return The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the source cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterCreateTime" : { "documentation" : "

The date and time when the source cache cluster was created.

", "name" : "CacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when the source cache cluster was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterCreateTime", "marshallLocationName" : "CacheClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.*/", "getterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@return The date and time when the source cache cluster was created.*/", "fluentSetterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when the source cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the source cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "getterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.*/", "fluentSetterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it.

For manual snapshots, this field reflects the SnapshotRetentionLimit for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot action.

Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotStatus" : { "documentation" : "

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

", "name" : "SnapshotStatus", "c2jName" : "SnapshotStatus", "c2jShape" : "String", "variable" : { "variableName" : "snapshotStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotStatus", "marshallLocationName" : "SnapshotStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.*/", "getterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@return The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.*/", "fluentSetterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

\n@param snapshotStatus The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.*/", "getterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.

\n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotSource" : { "documentation" : "

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

", "name" : "SnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "variable" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSource", "marshallLocationName" : "SnapshotSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).*/", "getterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@return Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).*/", "fluentSetterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

\n@param snapshotSource Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NodeSnapshots" : { "documentation" : "

A list of the cache nodes in the source cache cluster.

", "name" : "NodeSnapshots", "c2jName" : "NodeSnapshots", "c2jShape" : "NodeSnapshotList", "variable" : { "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the cache nodes in the source cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeSnapshots", "marshallLocationName" : "NodeSnapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeSnapshot", "memberLocationName" : "NodeSnapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeSnapshot", "variable" : { "variableName" : "member", "variableType" : "NodeSnapshot", "variableDeclarationType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeSnapshot", "variableDeclarationType" : "NodeSnapshot", "documentation" : "", "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "getterModel" : { "returnType" : "NodeSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeSnapshot", "marshallLocationName" : "NodeSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeSnapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.*/", "getterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@return A list of the cache nodes in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the cache nodes in the source cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeSnapshots(java.util.Collection)} or {@link #withNodeSnapshots(java.util.Collection)} if you want to override the existing values.

\n@param nodeSnapshots A list of the cache nodes in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

The name of the cache engine (memcached or redis) used by the source cache cluster.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine (memcached or redis) used by the source cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.*/", "getterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@return The name of the cache engine (memcached or redis) used by the source cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) used by the source cache cluster.

\n@param engine The name of the cache engine (memcached or redis) used by the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedCacheNodesOfferingNotFoundException" : { "c2jName" : "ReservedCacheNodesOfferingNotFoundFault", "documentation" : "

The requested cache node offering does not exist.

", "shapeName" : "ReservedCacheNodesOfferingNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedCacheNodesOfferingNotFoundException", "variableType" : "ReservedCacheNodesOfferingNotFoundException", "variableDeclarationType" : "ReservedCacheNodesOfferingNotFoundException", "documentation" : null, "simpleType" : "ReservedCacheNodesOfferingNotFoundException", "variableSetterType" : "ReservedCacheNodesOfferingNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedCacheNodesOfferingNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PendingModifiedValues" : { "c2jName" : "PendingModifiedValues", "documentation" : "

A group of settings that will be applied to the cache cluster in the future, or that are currently being applied.

", "shapeName" : "PendingModifiedValues", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The new number of cache nodes for the cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The new number of cache nodes for the cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@return The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

", "name" : "CacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToRemove", "marshallLocationName" : "CacheNodeIdsToRemove", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@return A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToRemove(java.util.Collection)} or {@link #withCacheNodeIdsToRemove(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The new cache engine version that the cache cluster will run.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new cache engine version that the cache cluster will run.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.*/", "getterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@return The new cache engine version that the cache cluster will run.*/", "fluentSetterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The cache node type that this cache cluster or replication group will be scaled to.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache node type that this cache cluster or replication group will be scaled to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.*/", "getterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@return The cache node type that this cache cluster or replication group will be scaled to.*/", "fluentSetterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : null, "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheNodeType" : { "documentation" : "

The cache node type that this cache cluster or replication group will be scaled to.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache node type that this cache cluster or replication group will be scaled to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.*/", "getterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@return The cache node type that this cache cluster or replication group will be scaled to.*/", "fluentSetterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache node type that this cache cluster or replication group will be scaled to.

\n@param cacheNodeType The cache node type that this cache cluster or replication group will be scaled to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

The new cache engine version that the cache cluster will run.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new cache engine version that the cache cluster will run.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.*/", "getterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@return The new cache engine version that the cache cluster will run.*/", "fluentSetterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new cache engine version that the cache cluster will run.

\n@param engineVersion The new cache engine version that the cache cluster will run.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeIdsToRemove" : { "documentation" : "

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

", "name" : "CacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToRemove", "marshallLocationName" : "CacheNodeIdsToRemove", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@return A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToRemove(java.util.Collection)} or {@link #withCacheNodeIdsToRemove(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToRemove A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheNodes" : { "documentation" : "

The new number of cache nodes for the cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The new number of cache nodes for the cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@return The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new number of cache nodes for the cache cluster.

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

\n@param numCacheNodes The new number of cache nodes for the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSecurityGroup" : { "c2jName" : "CacheSecurityGroup", "documentation" : "

Represents the output of one of the following actions:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

", "shapeName" : "CacheSecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The AWS account ID of the cache security group owner.

", "name" : "OwnerId", "c2jName" : "OwnerId", "c2jShape" : "String", "variable" : { "variableName" : "ownerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account ID of the cache security group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerId", "marshallLocationName" : "OwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.*/", "getterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@return The AWS account ID of the cache security group owner.*/", "fluentSetterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache security group.

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.*/", "getterDocumentation" : "/**

The name of the cache security group.

\n@return The name of the cache security group.*/", "fluentSetterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the cache security group.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.*/", "getterDocumentation" : "/**

The description of the cache security group.

\n@return The description of the cache security group.*/", "fluentSetterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Amazon EC2 security groups that are associated with this cache security group.

", "name" : "EC2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "variable" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Amazon EC2 security groups that are associated with this cache security group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroups", "marshallLocationName" : "EC2SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EC2SecurityGroup", "memberLocationName" : "EC2SecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EC2SecurityGroup", "variable" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "getterModel" : { "returnType" : "EC2SecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroup", "marshallLocationName" : "EC2SecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "EC2SecurityGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.*/", "getterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@return A list of Amazon EC2 security groups that are associated with this cache security group.*/", "fluentSetterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEC2SecurityGroups(java.util.Collection)} or {@link #withEC2SecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheSecurityGroup", "variableType" : "CacheSecurityGroup", "variableDeclarationType" : "CacheSecurityGroup", "documentation" : null, "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the cache security group.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.*/", "getterDocumentation" : "/**

The description of the cache security group.

\n@return The description of the cache security group.*/", "fluentSetterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache security group.

\n@param description The description of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OwnerId" : { "documentation" : "

The AWS account ID of the cache security group owner.

", "name" : "OwnerId", "c2jName" : "OwnerId", "c2jShape" : "String", "variable" : { "variableName" : "ownerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account ID of the cache security group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OwnerId", "marshallLocationName" : "OwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.*/", "getterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@return The AWS account ID of the cache security group owner.*/", "fluentSetterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account ID of the cache security group owner.

\n@param ownerId The AWS account ID of the cache security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupName" : { "documentation" : "

The name of the cache security group.

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.*/", "getterDocumentation" : "/**

The name of the cache security group.

\n@return The name of the cache security group.*/", "fluentSetterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache security group.

\n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroups" : { "documentation" : "

A list of Amazon EC2 security groups that are associated with this cache security group.

", "name" : "EC2SecurityGroups", "c2jName" : "EC2SecurityGroups", "c2jShape" : "EC2SecurityGroupList", "variable" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of Amazon EC2 security groups that are associated with this cache security group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eC2SecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroups", "marshallLocationName" : "EC2SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "EC2SecurityGroup", "memberLocationName" : "EC2SecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EC2SecurityGroup", "variable" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : "", "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "getterModel" : { "returnType" : "EC2SecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroup", "marshallLocationName" : "EC2SecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "EC2SecurityGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.*/", "getterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@return A list of Amazon EC2 security groups that are associated with this cache security group.*/", "fluentSetterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Amazon EC2 security groups that are associated with this cache security group.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEC2SecurityGroups(java.util.Collection)} or {@link #withEC2SecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param eC2SecurityGroups A list of Amazon EC2 security groups that are associated with this cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheParameterGroupAlreadyExistsException" : { "c2jName" : "CacheParameterGroupAlreadyExistsFault", "documentation" : "

A cache parameter group with the requested name already exists.

", "shapeName" : "CacheParameterGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheParameterGroupAlreadyExistsException", "variableType" : "CacheParameterGroupAlreadyExistsException", "variableDeclarationType" : "CacheParameterGroupAlreadyExistsException", "documentation" : null, "simpleType" : "CacheParameterGroupAlreadyExistsException", "variableSetterType" : "CacheParameterGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheParameterGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteCacheParameterGroupRequest" : { "c2jName" : "DeleteCacheParameterGroupMessage", "documentation" : "

Represents the input of a DeleteCacheParameterGroup action.

", "shapeName" : "DeleteCacheParameterGroupRequest", "deprecated" : false, "required" : [ "CacheParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

*/", "getterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCacheParameterGroupRequest", "variableType" : "DeleteCacheParameterGroupRequest", "variableDeclarationType" : "DeleteCacheParameterGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheParameterGroupRequest", "variableSetterType" : "DeleteCacheParameterGroupRequest" }, "marshaller" : { "action" : "DeleteCacheParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroupName" : { "documentation" : "

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

*/", "getterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@param cacheParameterGroupName The name of the cache parameter group to delete.

The specified cache security group must not be associated with any cache clusters.

\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheEngineVersion" : { "c2jName" : "CacheEngineVersion", "documentation" : "

Provides all of the details about a particular cache engine version.

", "shapeName" : "CacheEngineVersion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the cache engine.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.*/", "getterDocumentation" : "/**

The name of the cache engine.

\n@return The name of the cache engine.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version number of the cache engine.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version number of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.*/", "getterDocumentation" : "/**

The version number of the cache engine.

\n@return The version number of the cache engine.*/", "fluentSetterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache parameter group family associated with this cache engine.

", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group family associated with this cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.*/", "getterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@return The name of the cache parameter group family associated with this cache engine.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the cache engine.

", "name" : "CacheEngineDescription", "c2jName" : "CacheEngineDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineDescription", "marshallLocationName" : "CacheEngineDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.*/", "getterDocumentation" : "/**

The description of the cache engine.

\n@return The description of the cache engine.*/", "fluentSetterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the cache engine version.

", "name" : "CacheEngineVersionDescription", "c2jName" : "CacheEngineVersionDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersionDescription", "marshallLocationName" : "CacheEngineVersionDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.*/", "getterDocumentation" : "/**

The description of the cache engine version.

\n@return The description of the cache engine version.*/", "fluentSetterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheEngineVersion", "variableType" : "CacheEngineVersion", "variableDeclarationType" : "CacheEngineVersion", "documentation" : null, "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheEngineDescription" : { "documentation" : "

The description of the cache engine.

", "name" : "CacheEngineDescription", "c2jName" : "CacheEngineDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineDescription", "marshallLocationName" : "CacheEngineDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.*/", "getterDocumentation" : "/**

The description of the cache engine.

\n@return The description of the cache engine.*/", "fluentSetterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache engine.

\n@param cacheEngineDescription The description of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

The version number of the cache engine.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version number of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.*/", "getterDocumentation" : "/**

The version number of the cache engine.

\n@return The version number of the cache engine.*/", "fluentSetterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version number of the cache engine.

\n@param engineVersion The version number of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheEngineVersionDescription" : { "documentation" : "

The description of the cache engine version.

", "name" : "CacheEngineVersionDescription", "c2jName" : "CacheEngineVersionDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the cache engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersionDescription", "marshallLocationName" : "CacheEngineVersionDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.*/", "getterDocumentation" : "/**

The description of the cache engine version.

\n@return The description of the cache engine version.*/", "fluentSetterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the cache engine version.

\n@param cacheEngineVersionDescription The description of the cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

The name of the cache engine.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.*/", "getterDocumentation" : "/**

The name of the cache engine.

\n@return The name of the cache engine.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine.

\n@param engine The name of the cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

The name of the cache parameter group family associated with this cache engine.

", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group family associated with this cache engine.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.*/", "getterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@return The name of the cache parameter group family associated with this cache engine.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group family associated with this cache engine.

\n@param cacheParameterGroupFamily The name of the cache parameter group family associated with this cache engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Subnet" : { "c2jName" : "Subnet", "documentation" : "

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

", "shapeName" : "Subnet", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the subnet.

", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the subnet.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.*/", "getterDocumentation" : "/**

The unique identifier for the subnet.

\n@return The unique identifier for the subnet.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Availability Zone associated with the subnet.

", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "

The Availability Zone associated with the subnet.

", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.*/", "getterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@return The Availability Zone associated with the subnet.*/", "fluentSetterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subnet", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : null, "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetAvailabilityZone" : { "documentation" : "

The Availability Zone associated with the subnet.

", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "

The Availability Zone associated with the subnet.

", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.*/", "getterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@return The Availability Zone associated with the subnet.*/", "fluentSetterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Availability Zone associated with the subnet.

\n@param subnetAvailabilityZone The Availability Zone associated with the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIdentifier" : { "documentation" : "

The unique identifier for the subnet.

", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the subnet.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.*/", "getterDocumentation" : "/**

The unique identifier for the subnet.

\n@return The unique identifier for the subnet.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the subnet.

\n@param subnetIdentifier The unique identifier for the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebootCacheClusterRequest" : { "c2jName" : "RebootCacheClusterMessage", "documentation" : "

Represents the input of a RebootCacheCluster action.

", "shapeName" : "RebootCacheClusterRequest", "deprecated" : false, "required" : [ "CacheClusterId", "CacheNodeIdsToReboot" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The cache cluster identifier. This parameter is stored as a lowercase string.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache cluster identifier. This parameter is stored as a lowercase string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@return The cache cluster identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

", "name" : "CacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToReboot", "marshallLocationName" : "CacheNodeIdsToReboot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.*/", "getterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@return A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.*/", "fluentSetterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToReboot(java.util.Collection)} or {@link #withCacheNodeIdsToReboot(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebootCacheClusterRequest", "variableType" : "RebootCacheClusterRequest", "variableDeclarationType" : "RebootCacheClusterRequest", "documentation" : null, "simpleType" : "RebootCacheClusterRequest", "variableSetterType" : "RebootCacheClusterRequest" }, "marshaller" : { "action" : "RebootCacheCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusterId" : { "documentation" : "

The cache cluster identifier. This parameter is stored as a lowercase string.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The cache cluster identifier. This parameter is stored as a lowercase string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@return The cache cluster identifier. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The cache cluster identifier. This parameter is stored as a lowercase string.

\n@param cacheClusterId The cache cluster identifier. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeIdsToReboot" : { "documentation" : "

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

", "name" : "CacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToReboot", "marshallLocationName" : "CacheNodeIdsToReboot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.*/", "getterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@return A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.*/", "fluentSetterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToReboot(java.util.Collection)} or {@link #withCacheNodeIdsToReboot(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToReboot A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheParameterGroupStatus" : { "c2jName" : "CacheParameterGroupStatus", "documentation" : "

The status of the cache parameter group.

", "shapeName" : "CacheParameterGroupStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the cache parameter group.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

The name of the cache parameter group.

\n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of parameter updates.

", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of parameter updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

The status of parameter updates.

\n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

", "name" : "CacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToReboot", "marshallLocationName" : "CacheNodeIdsToReboot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@return A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToReboot(java.util.Collection)} or {@link #withCacheNodeIdsToReboot(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheParameterGroupStatus", "variableType" : "CacheParameterGroupStatus", "variableDeclarationType" : "CacheParameterGroupStatus", "documentation" : null, "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterApplyStatus" : { "documentation" : "

The status of parameter updates.

", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of parameter updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

The status of parameter updates.

\n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of parameter updates.

\n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeIdsToReboot" : { "documentation" : "

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

", "name" : "CacheNodeIdsToReboot", "c2jName" : "CacheNodeIdsToReboot", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToReboot", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToReboot", "marshallLocationName" : "CacheNodeIdsToReboot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@return A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToReboot(java.util.Collection)} or {@link #withCacheNodeIdsToReboot(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodeIdsToReboot A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

The name of the cache parameter group.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache parameter group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

The name of the cache parameter group.

\n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache parameter group.

\n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EC2SecurityGroup" : { "c2jName" : "EC2SecurityGroup", "documentation" : "

Provides ownership and status information for an Amazon EC2 security group.

", "shapeName" : "EC2SecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the Amazon EC2 security group.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Amazon EC2 security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.*/", "getterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@return The status of the Amazon EC2 security group.*/", "fluentSetterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Amazon EC2 security group.

", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon EC2 security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.*/", "getterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@return The name of the Amazon EC2 security group.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The AWS account ID of the Amazon EC2 security group owner.

", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account ID of the Amazon EC2 security group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.*/", "getterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@return The AWS account ID of the Amazon EC2 security group owner.*/", "fluentSetterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "eC2SecurityGroup", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the Amazon EC2 security group.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Amazon EC2 security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.*/", "getterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@return The status of the Amazon EC2 security group.*/", "fluentSetterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Amazon EC2 security group.

\n@param status The status of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupName" : { "documentation" : "

The name of the Amazon EC2 security group.

", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon EC2 security group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.*/", "getterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@return The name of the Amazon EC2 security group.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon EC2 security group.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupOwnerId" : { "documentation" : "

The AWS account ID of the Amazon EC2 security group owner.

", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account ID of the Amazon EC2 security group owner.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.*/", "getterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@return The AWS account ID of the Amazon EC2 security group owner.*/", "fluentSetterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account ID of the Amazon EC2 security group owner.

\n@param eC2SecurityGroupOwnerId The AWS account ID of the Amazon EC2 security group owner.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NodeQuotaForCustomerExceededException" : { "c2jName" : "NodeQuotaForCustomerExceededFault", "documentation" : "

The request cannot be processed because it would exceed the allowed number of cache nodes per customer.

", "shapeName" : "NodeQuotaForCustomerExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "nodeQuotaForCustomerExceededException", "variableType" : "NodeQuotaForCustomerExceededException", "variableDeclarationType" : "NodeQuotaForCustomerExceededException", "documentation" : null, "simpleType" : "NodeQuotaForCustomerExceededException", "variableSetterType" : "NodeQuotaForCustomerExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NodeQuotaForCustomerExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCacheParameterGroupsRequest" : { "c2jName" : "DescribeCacheParameterGroupsMessage", "documentation" : "

Represents the input of a DescribeCacheParameterGroups action.

", "shapeName" : "DescribeCacheParameterGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of a specific cache parameter group to return details for.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a specific cache parameter group to return details for.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.*/", "getterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@return The name of a specific cache parameter group to return details for.*/", "fluentSetterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheParameterGroupsRequest", "variableType" : "DescribeCacheParameterGroupsRequest", "variableDeclarationType" : "DescribeCacheParameterGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheParameterGroupsRequest", "variableSetterType" : "DescribeCacheParameterGroupsRequest" }, "marshaller" : { "action" : "DescribeCacheParameterGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroupName" : { "documentation" : "

The name of a specific cache parameter group to return details for.

", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a specific cache parameter group to return details for.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.*/", "getterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@return The name of a specific cache parameter group to return details for.*/", "fluentSetterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a specific cache parameter group to return details for.

\n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReservedCacheNodesOfferingsRequest" : { "c2jName" : "DescribeReservedCacheNodesOfferingsMessage", "documentation" : "

Represents the input of a DescribeReservedCacheNodesOfferings action.

", "shapeName" : "DescribeReservedCacheNodesOfferingsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@return The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@return Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.*/", "getterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@return The product description filter value. Use this parameter to show only the available offerings matching the specified product description.*/", "fluentSetterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "getterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "fluentSetterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedCacheNodesOfferingsRequest", "variableType" : "DescribeReservedCacheNodesOfferingsRequest", "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsRequest", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesOfferingsRequest", "variableSetterType" : "DescribeReservedCacheNodesOfferingsRequest" }, "marshaller" : { "action" : "DescribeReservedCacheNodesOfferings", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OfferingType" : { "documentation" : "

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "getterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "fluentSetterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

\n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@return Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000

\n@param duration Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.*/", "getterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@return The product description filter value. Use this parameter to show only the available offerings matching the specified product description.*/", "fluentSetterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

\n@param productDescription The product description filter value. Use this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodesOfferingId" : { "documentation" : "

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@return The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

\n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheSubnetGroupsResult" : { "c2jName" : "CacheSubnetGroupMessage", "documentation" : "

Represents the output of a DescribeCacheSubnetGroups action.

", "shapeName" : "DescribeCacheSubnetGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache subnet groups. Each element in the list contains detailed information about one group.

", "name" : "CacheSubnetGroups", "c2jName" : "CacheSubnetGroups", "c2jShape" : "CacheSubnetGroups", "variable" : { "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache subnet groups. Each element in the list contains detailed information about one group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroups", "marshallLocationName" : "CacheSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSubnetGroup", "memberLocationName" : "CacheSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "CacheSubnetGroup", "variableDeclarationType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSubnetGroup", "variableDeclarationType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroup", "marshallLocationName" : "CacheSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSubnetGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.*/", "getterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@return A list of cache subnet groups. Each element in the list contains detailed information about one group.*/", "fluentSetterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSubnetGroups(java.util.Collection)} or {@link #withCacheSubnetGroups(java.util.Collection)} if you want to override the existing values.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheSubnetGroupsResult", "variableType" : "DescribeCacheSubnetGroupsResult", "variableDeclarationType" : "DescribeCacheSubnetGroupsResult", "documentation" : null, "simpleType" : "DescribeCacheSubnetGroupsResult", "variableSetterType" : "DescribeCacheSubnetGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheSubnetGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroups" : { "documentation" : "

A list of cache subnet groups. Each element in the list contains detailed information about one group.

", "name" : "CacheSubnetGroups", "c2jName" : "CacheSubnetGroups", "c2jShape" : "CacheSubnetGroups", "variable" : { "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache subnet groups. Each element in the list contains detailed information about one group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroups", "marshallLocationName" : "CacheSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSubnetGroup", "memberLocationName" : "CacheSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "CacheSubnetGroup", "variableDeclarationType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSubnetGroup", "variableDeclarationType" : "CacheSubnetGroup", "documentation" : "", "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "getterModel" : { "returnType" : "CacheSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroup", "marshallLocationName" : "CacheSubnetGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSubnetGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.*/", "getterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@return A list of cache subnet groups. Each element in the list contains detailed information about one group.*/", "fluentSetterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache subnet groups. Each element in the list contains detailed information about one group.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSubnetGroups(java.util.Collection)} or {@link #withCacheSubnetGroups(java.util.Collection)} if you want to override the existing values.

\n@param cacheSubnetGroups A list of cache subnet groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RevokeCacheSecurityGroupIngressRequest" : { "c2jName" : "RevokeCacheSecurityGroupIngressMessage", "documentation" : "

Represents the input of a RevokeCacheSecurityGroupIngress action.

", "shapeName" : "RevokeCacheSecurityGroupIngressRequest", "deprecated" : false, "required" : [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the cache security group to revoke ingress from.

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache security group to revoke ingress from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.*/", "getterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@return The name of the cache security group to revoke ingress from.*/", "fluentSetterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Amazon EC2 security group to revoke access from.

", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon EC2 security group to revoke access from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.*/", "getterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@return The name of the Amazon EC2 security group to revoke access from.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "getterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "fluentSetterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "revokeCacheSecurityGroupIngressRequest", "variableType" : "RevokeCacheSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeCacheSecurityGroupIngressRequest", "documentation" : null, "simpleType" : "RevokeCacheSecurityGroupIngressRequest", "variableSetterType" : "RevokeCacheSecurityGroupIngressRequest" }, "marshaller" : { "action" : "RevokeCacheSecurityGroupIngress", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EC2SecurityGroupName" : { "documentation" : "

The name of the Amazon EC2 security group to revoke access from.

", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon EC2 security group to revoke access from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.*/", "getterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@return The name of the Amazon EC2 security group to revoke access from.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon EC2 security group to revoke access from.

\n@param eC2SecurityGroupName The name of the Amazon EC2 security group to revoke access from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupOwnerId" : { "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "getterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "fluentSetterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

\n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupName" : { "documentation" : "

The name of the cache security group to revoke ingress from.

", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache security group to revoke ingress from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.*/", "getterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@return The name of the cache security group to revoke ingress from.*/", "fluentSetterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache security group to revoke ingress from.

\n@param cacheSecurityGroupName The name of the cache security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheClustersResult" : { "c2jName" : "CacheClusterMessage", "documentation" : "

Represents the output of a DescribeCacheClusters action.

", "shapeName" : "DescribeCacheClustersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

", "name" : "CacheClusters", "c2jName" : "CacheClusters", "c2jShape" : "CacheClusterList", "variable" : { "variableName" : "cacheClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusters", "marshallLocationName" : "CacheClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheCluster", "memberLocationName" : "CacheCluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheCluster", "variable" : { "variableName" : "member", "variableType" : "CacheCluster", "variableDeclarationType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheCluster", "variableDeclarationType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheCluster", "marshallLocationName" : "CacheCluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheCluster", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.*/", "getterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@return A list of cache clusters. Each item in the list contains detailed information about one cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheClusters(java.util.Collection)} or {@link #withCacheClusters(java.util.Collection)} if you want to override the existing values.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheClustersResult", "variableType" : "DescribeCacheClustersResult", "variableDeclarationType" : "DescribeCacheClustersResult", "documentation" : null, "simpleType" : "DescribeCacheClustersResult", "variableSetterType" : "DescribeCacheClustersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheClustersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusters" : { "documentation" : "

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

", "name" : "CacheClusters", "c2jName" : "CacheClusters", "c2jShape" : "CacheClusterList", "variable" : { "variableName" : "cacheClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusters", "marshallLocationName" : "CacheClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheCluster", "memberLocationName" : "CacheCluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheCluster", "variable" : { "variableName" : "member", "variableType" : "CacheCluster", "variableDeclarationType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheCluster", "variableDeclarationType" : "CacheCluster", "documentation" : "", "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "getterModel" : { "returnType" : "CacheCluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheCluster", "marshallLocationName" : "CacheCluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheCluster", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.*/", "getterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@return A list of cache clusters. Each item in the list contains detailed information about one cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache clusters. Each item in the list contains detailed information about one cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheClusters(java.util.Collection)} or {@link #withCacheClusters(java.util.Collection)} if you want to override the existing values.

\n@param cacheClusters A list of cache clusters. Each item in the list contains detailed information about one cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides an identifier to allow retrieval of paginated results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides an identifier to allow retrieval of paginated results.

\n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeSnapshotsRequest" : { "c2jName" : "DescribeSnapshotsMessage", "documentation" : "

Represents the input of a DescribeSnapshotsMessage action.

", "shapeName" : "DescribeSnapshotsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.*/", "getterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@return A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.*/", "fluentSetterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.*/", "getterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@return A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.*/", "fluentSetterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

", "name" : "SnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "variable" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSource", "marshallLocationName" : "SnapshotSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.*/", "getterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@return If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.*/", "fluentSetterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "variableDeclarationType" : "DescribeSnapshotsRequest", "documentation" : null, "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "marshaller" : { "action" : "DescribeSnapshots", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusterId" : { "documentation" : "

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.*/", "getterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@return A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.*/", "fluentSetterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

\n@param cacheClusterId A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotSource" : { "documentation" : "

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

", "name" : "SnapshotSource", "c2jName" : "SnapshotSource", "c2jShape" : "String", "variable" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotSource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotSource", "marshallLocationName" : "SnapshotSource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.*/", "getterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@return If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.*/", "fluentSetterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

\n@param snapshotSource If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

\n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotName" : { "documentation" : "

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.*/", "getterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@return A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.*/", "fluentSetterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

\n@param snapshotName A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.*/", "getterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.*/", "fluentSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

\n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheCluster" : { "c2jName" : "CacheCluster", "documentation" : "

Contains all of the attributes of a specific cache cluster.

", "shapeName" : "CacheCluster", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.*/", "getterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@return The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.*/", "fluentSetterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationEndpoint", "marshallLocationName" : "ConfigurationEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configurationEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configurationEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configurationEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

", "name" : "ClientDownloadLandingPage", "c2jName" : "ClientDownloadLandingPage", "c2jShape" : "String", "variable" : { "variableName" : "clientDownloadLandingPage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientDownloadLandingPage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientDownloadLandingPage", "marshallLocationName" : "ClientDownloadLandingPage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.*/", "getterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@return The URL of the web page where you can download the latest ElastiCache client library.*/", "fluentSetterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@return The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache engine (memcached or redis) to be used for this cache cluster.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine (memcached or redis) to be used for this cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.*/", "getterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@return The name of the cache engine (memcached or redis) to be used for this cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the cache engine that is used in this cache cluster.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the cache engine that is used in this cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.*/", "getterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@return The version of the cache engine that is used in this cache cluster.*/", "fluentSetterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

", "name" : "CacheClusterStatus", "c2jName" : "CacheClusterStatus", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterStatus", "marshallLocationName" : "CacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.*/", "getterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@return The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.*/", "fluentSetterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of cache nodes in the cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of cache nodes in the cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@return The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.*/", "getterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@return The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time when the cache cluster was created.

", "name" : "CacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when the cache cluster was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterCreateTime", "marshallLocationName" : "CacheClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.*/", "getterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@return The date and time when the cache cluster was created.*/", "fluentSetterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "getterModel" : { "returnType" : "PendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param pendingModifiedValues */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param pendingModifiedValues \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param pendingModifiedValues \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "NotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "variable" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "setterModel" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationConfiguration", "marshallLocationName" : "NotificationConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param notificationConfiguration */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param notificationConfiguration \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param notificationConfiguration \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache security group elements, composed of name and status sub-elements.

", "name" : "CacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroupMembershipList", "variable" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache security group elements, composed of name and status sub-elements.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroups", "marshallLocationName" : "CacheSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSecurityGroupMembership", "memberLocationName" : "CacheSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "variableDeclarationType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "variableDeclarationType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "getterModel" : { "returnType" : "CacheSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroup", "marshallLocationName" : "CacheSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSecurityGroupMembership", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.*/", "getterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@return A list of cache security group elements, composed of name and status sub-elements.*/", "fluentSetterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroups(java.util.Collection)} or {@link #withCacheSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "CacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroupStatus", "variable" : { "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "variableDeclarationType" : "CacheParameterGroupStatus", "documentation" : "", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "setterModel" : { "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "variableDeclarationType" : "CacheParameterGroupStatus", "documentation" : "", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "getterModel" : { "returnType" : "CacheParameterGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroup", "marshallLocationName" : "CacheParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param cacheParameterGroup */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param cacheParameterGroup \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param cacheParameterGroup \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the cache subnet group associated with the cache cluster.

", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache subnet group associated with the cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.*/", "getterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@return The name of the cache subnet group associated with the cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of cache nodes that are members of the cache cluster.

", "name" : "CacheNodes", "c2jName" : "CacheNodes", "c2jShape" : "CacheNodeList", "variable" : { "variableName" : "cacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache nodes that are members of the cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodes", "marshallLocationName" : "CacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNode", "memberLocationName" : "CacheNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNode", "variable" : { "variableName" : "member", "variableType" : "CacheNode", "variableDeclarationType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNode", "variableDeclarationType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "getterModel" : { "returnType" : "CacheNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNode", "marshallLocationName" : "CacheNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNode", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.*/", "getterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@return A list of cache nodes that are members of the cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodes(java.util.Collection)} or {@link #withCacheNodes(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of VPC Security Groups associated with the cache cluster.

", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of VPC Security Groups associated with the cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SecurityGroupMembership", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "SecurityGroupMembership", "variableDeclarationType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "SecurityGroupMembership", "variableDeclarationType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "getterModel" : { "returnType" : "SecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "SecurityGroupMembership", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.*/", "getterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@return A list of VPC Security Groups associated with the cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.*/", "getterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@return The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.*/", "fluentSetterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

*/", "getterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

*/", "fluentSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00*/", "getterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00*/", "fluentSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheCluster", "variableType" : "CacheCluster", "variableDeclarationType" : "CacheCluster", "documentation" : null, "simpleType" : "CacheCluster", "variableSetterType" : "CacheCluster" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroups" : { "documentation" : "

A list of cache security group elements, composed of name and status sub-elements.

", "name" : "CacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroupMembershipList", "variable" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache security group elements, composed of name and status sub-elements.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroups", "marshallLocationName" : "CacheSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSecurityGroupMembership", "memberLocationName" : "CacheSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "variableDeclarationType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSecurityGroupMembership", "variableDeclarationType" : "CacheSecurityGroupMembership", "documentation" : "", "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "getterModel" : { "returnType" : "CacheSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroup", "marshallLocationName" : "CacheSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSecurityGroupMembership", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.*/", "getterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@return A list of cache security group elements, composed of name and status sub-elements.*/", "fluentSetterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache security group elements, composed of name and status sub-elements.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroups(java.util.Collection)} or {@link #withCacheSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param cacheSecurityGroups A list of cache security group elements, composed of name and status sub-elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroups" : { "documentation" : "

A list of VPC Security Groups associated with the cache cluster.

", "name" : "SecurityGroups", "c2jName" : "SecurityGroups", "c2jShape" : "SecurityGroupMembershipList", "variable" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of VPC Security Groups associated with the cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroups", "marshallLocationName" : "SecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "SecurityGroupMembership", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "SecurityGroupMembership", "variableDeclarationType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "SecurityGroupMembership", "variableDeclarationType" : "SecurityGroupMembership", "documentation" : "", "simpleType" : "SecurityGroupMembership", "variableSetterType" : "SecurityGroupMembership" }, "getterModel" : { "returnType" : "SecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "SecurityGroupMembership", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.*/", "getterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@return A list of VPC Security Groups associated with the cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of VPC Security Groups associated with the cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.

\n@param securityGroups A list of VPC Security Groups associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

The version of the cache engine that is used in this cache cluster.

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the cache engine that is used in this cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.*/", "getterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@return The version of the cache engine that is used in this cache cluster.*/", "fluentSetterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the cache engine that is used in this cache cluster.

\n@param engineVersion The version of the cache engine that is used in this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterStatus" : { "documentation" : "

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

", "name" : "CacheClusterStatus", "c2jName" : "CacheClusterStatus", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterStatus", "marshallLocationName" : "CacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.*/", "getterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@return The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.*/", "fluentSetterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.

\n@param cacheClusterStatus The current state of this cache cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cache cluster nodes, restore-failed, or snapshotting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.*/", "getterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@return The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.*/", "fluentSetterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.

\n@param cacheClusterId The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupName" : { "documentation" : "

The name of the cache subnet group associated with the cache cluster.

", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache subnet group associated with the cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.*/", "getterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@return The name of the cache subnet group associated with the cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache subnet group associated with the cache cluster.

\n@param cacheSubnetGroupName The name of the cache subnet group associated with the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationConfiguration" : { "documentation" : "", "name" : "NotificationConfiguration", "c2jName" : "NotificationConfiguration", "c2jShape" : "NotificationConfiguration", "variable" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "setterModel" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : "", "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "getterModel" : { "returnType" : "NotificationConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationConfiguration", "marshallLocationName" : "NotificationConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param notificationConfiguration */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param notificationConfiguration \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param notificationConfiguration \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00

\n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

  • sun

  • mon

  • tue

  • wed

  • thu

  • fri

  • sat

Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

This parameter is currently disabled.

", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

This parameter is currently disabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

This parameter is currently disabled.

\n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is currently disabled.

\n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheNodes" : { "documentation" : "

The number of cache nodes in the cache cluster.

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

", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of cache nodes in the cache cluster.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "getterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@return The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.*/", "fluentSetterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of cache nodes in the cache cluster.

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

\n@param numCacheNodes The number of cache nodes in the cache cluster.

For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredAvailabilityZone" : { "documentation" : "

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.*/", "getterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@return The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.*/", "fluentSetterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.

\n@param preferredAvailabilityZone The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConfigurationEndpoint" : { "documentation" : "", "name" : "ConfigurationEndpoint", "c2jName" : "ConfigurationEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "configurationEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConfigurationEndpoint", "marshallLocationName" : "ConfigurationEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param configurationEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configurationEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configurationEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00*/", "getterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00*/", "fluentSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00

\n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

Example: 05:00-09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@return The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

\n@param cacheNodeType The name of the compute and memory capacity node type for the cache cluster.

Valid node types are as follows:

  • General purpose:

    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

  • Compute optimized: cache.c1.xlarge

  • Memory optimized:

    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

  • Redis backup/restore is not supported for t2 instances.

  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterCreateTime" : { "documentation" : "

The date and time when the cache cluster was created.

", "name" : "CacheClusterCreateTime", "c2jName" : "CacheClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when the cache cluster was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheClusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterCreateTime", "marshallLocationName" : "CacheClusterCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.*/", "getterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@return The date and time when the cache cluster was created.*/", "fluentSetterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when the cache cluster was created.

\n@param cacheClusterCreateTime The date and time when the cache cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

*/", "getterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

*/", "fluentSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PendingModifiedValues" : { "documentation" : "", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "PendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "PendingModifiedValues", "variableDeclarationType" : "PendingModifiedValues", "documentation" : "", "simpleType" : "PendingModifiedValues", "variableSetterType" : "PendingModifiedValues" }, "getterModel" : { "returnType" : "PendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param pendingModifiedValues */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param pendingModifiedValues \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param pendingModifiedValues \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodes" : { "documentation" : "

A list of cache nodes that are members of the cache cluster.

", "name" : "CacheNodes", "c2jName" : "CacheNodes", "c2jShape" : "CacheNodeList", "variable" : { "variableName" : "cacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of cache nodes that are members of the cache cluster.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodes", "marshallLocationName" : "CacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNode", "memberLocationName" : "CacheNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNode", "variable" : { "variableName" : "member", "variableType" : "CacheNode", "variableDeclarationType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNode", "variableDeclarationType" : "CacheNode", "documentation" : "", "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "getterModel" : { "returnType" : "CacheNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNode", "marshallLocationName" : "CacheNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNode", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.*/", "getterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@return A list of cache nodes that are members of the cache cluster.*/", "fluentSetterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of cache nodes that are members of the cache cluster.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodes(java.util.Collection)} or {@link #withCacheNodes(java.util.Collection)} if you want to override the existing values.

\n@param cacheNodes A list of cache nodes that are members of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.*/", "getterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@return The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.*/", "fluentSetterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.

\n@param replicationGroupId The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroup" : { "documentation" : "", "name" : "CacheParameterGroup", "c2jName" : "CacheParameterGroup", "c2jShape" : "CacheParameterGroupStatus", "variable" : { "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "variableDeclarationType" : "CacheParameterGroupStatus", "documentation" : "", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "setterModel" : { "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroupStatus", "variableDeclarationType" : "CacheParameterGroupStatus", "documentation" : "", "simpleType" : "CacheParameterGroupStatus", "variableSetterType" : "CacheParameterGroupStatus" }, "getterModel" : { "returnType" : "CacheParameterGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroup", "marshallLocationName" : "CacheParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param cacheParameterGroup */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param cacheParameterGroup \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param cacheParameterGroup \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

The name of the cache engine (memcached or redis) to be used for this cache cluster.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the cache engine (memcached or redis) to be used for this cache cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.*/", "getterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@return The name of the cache engine (memcached or redis) to be used for this cache cluster.*/", "fluentSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the cache engine (memcached or redis) to be used for this cache cluster.

\n@param engine The name of the cache engine (memcached or redis) to be used for this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClientDownloadLandingPage" : { "documentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

", "name" : "ClientDownloadLandingPage", "c2jName" : "ClientDownloadLandingPage", "c2jShape" : "String", "variable" : { "variableName" : "clientDownloadLandingPage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URL of the web page where you can download the latest ElastiCache client library.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientDownloadLandingPage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientDownloadLandingPage", "marshallLocationName" : "ClientDownloadLandingPage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.*/", "getterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@return The URL of the web page where you can download the latest ElastiCache client library.*/", "fluentSetterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URL of the web page where you can download the latest ElastiCache client library.

\n@param clientDownloadLandingPage The URL of the web page where you can download the latest ElastiCache client library.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CopySnapshotRequest" : { "c2jName" : "CopySnapshotMessage", "documentation" : "

Represents the input of a CopySnapshotMessage action.

", "shapeName" : "CopySnapshotRequest", "deprecated" : false, "required" : [ "SourceSnapshotName", "TargetSnapshotName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of an existing snapshot from which to make a copy.

", "name" : "SourceSnapshotName", "c2jName" : "SourceSnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of an existing snapshot from which to make a copy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotName", "marshallLocationName" : "SourceSnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of an existing snapshot from which to make a copy.

\n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.*/", "getterDocumentation" : "/**

The name of an existing snapshot from which to make a copy.

\n@return The name of an existing snapshot from which to make a copy.*/", "fluentSetterDocumentation" : "/**

The name of an existing snapshot from which to make a copy.

\n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of an existing snapshot from which to make a copy.

\n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

Error Message

  • Error Message: The S3 bucket %s already contains an object with key %s.

    Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

", "name" : "TargetSnapshotName", "c2jName" : "TargetSnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "targetSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

Error Message

  • Error Message: The S3 bucket %s already contains an object with key %s.

    Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSnapshotName", "marshallLocationName" : "TargetSnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

Error Message

  • Error Message: The S3 bucket %s already contains an object with key %s.

    Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

\n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

Error Message

  • Error Message: The S3 bucket %s already contains an object with key %s.

    Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

  • */", "getterDocumentation" : "/**

    A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

    Error Message

    • Error Message: The S3 bucket %s already contains an object with key %s.

      Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

    \n@return A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

    Error Message

    • Error Message: The S3 bucket %s already contains an object with key %s.

      Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

    • */", "fluentSetterDocumentation" : "/**

      A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

      Error Message

      • Error Message: The S3 bucket %s already contains an object with key %s.

        Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

      \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

      Error Message

      • Error Message: The S3 bucket %s already contains an object with key %s.

        Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

        Error Message

        • Error Message: The S3 bucket %s already contains an object with key %s.

          Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

        \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

        Error Message

        • Error Message: The S3 bucket %s already contains an object with key %s.

          Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          ", "name" : "TargetBucket", "c2jName" : "TargetBucket", "c2jShape" : "String", "variable" : { "variableName" : "targetBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetBucket", "marshallLocationName" : "TargetBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.*/", "getterDocumentation" : "/**

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          \n@return The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.*/", "fluentSetterDocumentation" : "/**

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

          \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

          When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

          Error Messages:

          You could receive one of the following error messages.

          Erorr Messages

          • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

            Solution: Add List and Read permissions on the bucket.

          • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

            Solution: Add Upload/Delete permissions on the bucket.

          • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

            Solution: Add View Permissions permissions on the bucket.

          • Error Message: The S3 bucket %s is outside of the region.

            Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s does not exist.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The S3 bucket %s is not owned by the authenticated user.

            Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

          • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

            Solution: Contact your system administrator to get the needed permissions.

          For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "copySnapshotRequest", "variableType" : "CopySnapshotRequest", "variableDeclarationType" : "CopySnapshotRequest", "documentation" : null, "simpleType" : "CopySnapshotRequest", "variableSetterType" : "CopySnapshotRequest" }, "marshaller" : { "action" : "CopySnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceSnapshotName" : { "documentation" : "

          The name of an existing snapshot from which to make a copy.

          ", "name" : "SourceSnapshotName", "c2jName" : "SourceSnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "sourceSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The name of an existing snapshot from which to make a copy.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceSnapshotName", "marshallLocationName" : "SourceSnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The name of an existing snapshot from which to make a copy.

          \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.*/", "getterDocumentation" : "/**

          The name of an existing snapshot from which to make a copy.

          \n@return The name of an existing snapshot from which to make a copy.*/", "fluentSetterDocumentation" : "/**

          The name of an existing snapshot from which to make a copy.

          \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The name of an existing snapshot from which to make a copy.

          \n@param sourceSnapshotName The name of an existing snapshot from which to make a copy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetSnapshotName" : { "documentation" : "

          A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

          Error Message

          • Error Message: The S3 bucket %s already contains an object with key %s.

            Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

          ", "name" : "TargetSnapshotName", "c2jName" : "TargetSnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "targetSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

          Error Message

          • Error Message: The S3 bucket %s already contains an object with key %s.

            Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetSnapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetSnapshotName", "marshallLocationName" : "TargetSnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

          Error Message

          • Error Message: The S3 bucket %s already contains an object with key %s.

            Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

          \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

          Error Message

          • Error Message: The S3 bucket %s already contains an object with key %s.

            Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

          • */", "getterDocumentation" : "/**

            A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

            Error Message

            • Error Message: The S3 bucket %s already contains an object with key %s.

              Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

            \n@return A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

            Error Message

            • Error Message: The S3 bucket %s already contains an object with key %s.

              Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

            • */", "fluentSetterDocumentation" : "/**

              A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

              Error Message

              • Error Message: The S3 bucket %s already contains an object with key %s.

                Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

              \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

              Error Message

              • Error Message: The S3 bucket %s already contains an object with key %s.

                Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                Error Message

                • Error Message: The S3 bucket %s already contains an object with key %s.

                  Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

                \n@param targetSnapshotName A name for the snapshot copy. ElastiCache does not permit overwriting a snapshot, therefore this name must be unique within its context - ElastiCache or an Amazon S3 bucket if exporting.

                Error Message

                • Error Message: The S3 bucket %s already contains an object with key %s.

                  Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetBucket" : { "documentation" : "

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  ", "name" : "TargetBucket", "c2jName" : "TargetBucket", "c2jShape" : "String", "variable" : { "variableName" : "targetBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetBucket", "marshallLocationName" : "TargetBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.*/", "getterDocumentation" : "/**

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  \n@return The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.*/", "fluentSetterDocumentation" : "/**

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.

                  \n@param targetBucket The Amazon S3 bucket to which the snapshot will be exported. This parameter is used only when exporting a snapshot for external access.

                  When using this parameter to export a snapshot, be sure Amazon ElastiCache has the needed permissions to this S3 bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the Amazon ElastiCache User Guide.

                  Error Messages:

                  You could receive one of the following error messages.

                  Erorr Messages

                  • Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket.

                    Solution: Add List and Read permissions on the bucket.

                  • Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.

                    Solution: Add Upload/Delete permissions on the bucket.

                  • Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.

                    Solution: Add View Permissions permissions on the bucket.

                  • Error Message: The S3 bucket %s is outside of the region.

                    Solution: Before exporting your snapshot, create a new Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s does not exist.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The S3 bucket %s is not owned by the authenticated user.

                    Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket.

                  • Error Message: The authenticated user does not have sufficient permissions to perform the desired activity.

                    Solution: Contact your system administrator to get the needed permissions.

                  For more information, see Exporting a Snapshot in the Amazon ElastiCache User Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheParameterGroupNotFoundException" : { "c2jName" : "CacheParameterGroupNotFoundFault", "documentation" : "

                  The requested cache parameter group name does not refer to an existing cache parameter group.

                  ", "shapeName" : "CacheParameterGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheParameterGroupNotFoundException", "variableType" : "CacheParameterGroupNotFoundException", "variableDeclarationType" : "CacheParameterGroupNotFoundException", "documentation" : null, "simpleType" : "CacheParameterGroupNotFoundException", "variableSetterType" : "CacheParameterGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheParameterGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReplicationGroupsResult" : { "c2jName" : "ReplicationGroupMessage", "documentation" : "

                  Represents the output of a DescribeReplicationGroups action.

                  ", "shapeName" : "DescribeReplicationGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Provides an identifier to allow retrieval of paginated results.

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Provides an identifier to allow retrieval of paginated results.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  ", "name" : "ReplicationGroups", "c2jName" : "ReplicationGroups", "c2jShape" : "ReplicationGroupList", "variable" : { "variableName" : "replicationGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "replicationGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroups", "marshallLocationName" : "ReplicationGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReplicationGroup", "memberLocationName" : "ReplicationGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReplicationGroup", "variable" : { "variableName" : "member", "variableType" : "ReplicationGroup", "variableDeclarationType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ReplicationGroup", "variableDeclarationType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroup", "marshallLocationName" : "ReplicationGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReplicationGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.*/", "getterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@return A list of replication groups. Each item in the list contains detailed information about one replication group.*/", "fluentSetterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationGroups(java.util.Collection)} or {@link #withReplicationGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationGroupsResult", "variableType" : "DescribeReplicationGroupsResult", "variableDeclarationType" : "DescribeReplicationGroupsResult", "documentation" : null, "simpleType" : "DescribeReplicationGroupsResult", "variableSetterType" : "DescribeReplicationGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReplicationGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationGroups" : { "documentation" : "

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  ", "name" : "ReplicationGroups", "c2jName" : "ReplicationGroups", "c2jShape" : "ReplicationGroupList", "variable" : { "variableName" : "replicationGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "replicationGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroups", "marshallLocationName" : "ReplicationGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReplicationGroup", "memberLocationName" : "ReplicationGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReplicationGroup", "variable" : { "variableName" : "member", "variableType" : "ReplicationGroup", "variableDeclarationType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "ReplicationGroup", "variableDeclarationType" : "ReplicationGroup", "documentation" : "", "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "getterModel" : { "returnType" : "ReplicationGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroup", "marshallLocationName" : "ReplicationGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReplicationGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.*/", "getterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@return A list of replication groups. Each item in the list contains detailed information about one replication group.*/", "fluentSetterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A list of replication groups. Each item in the list contains detailed information about one replication group.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReplicationGroups(java.util.Collection)} or {@link #withReplicationGroups(java.util.Collection)} if you want to override the existing values.

                  \n@param replicationGroups A list of replication groups. Each item in the list contains detailed information about one replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                  Provides an identifier to allow retrieval of paginated results.

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Provides an identifier to allow retrieval of paginated results.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Provides an identifier to allow retrieval of paginated results.

                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TagNotFoundException" : { "c2jName" : "TagNotFoundFault", "documentation" : "

                  The requested tag was not found on this resource.

                  ", "shapeName" : "TagNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tagNotFoundException", "variableType" : "TagNotFoundException", "variableDeclarationType" : "TagNotFoundException", "documentation" : null, "simpleType" : "TagNotFoundException", "variableSetterType" : "TagNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClusterQuotaForCustomerExceededException" : { "c2jName" : "ClusterQuotaForCustomerExceededFault", "documentation" : "

                  The request cannot be processed because it would exceed the allowed number of cache clusters per customer.

                  ", "shapeName" : "ClusterQuotaForCustomerExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "clusterQuotaForCustomerExceededException", "variableType" : "ClusterQuotaForCustomerExceededException", "variableDeclarationType" : "ClusterQuotaForCustomerExceededException", "documentation" : null, "simpleType" : "ClusterQuotaForCustomerExceededException", "variableSetterType" : "ClusterQuotaForCustomerExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterQuotaForCustomerExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateReplicationGroupRequest" : { "c2jName" : "CreateReplicationGroupMessage", "documentation" : "

                  Represents the input of a CreateReplicationGroup action.

                  ", "shapeName" : "CreateReplicationGroupRequest", "deprecated" : false, "required" : [ "ReplicationGroupId", "ReplicationGroupDescription" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The replication group identifier. This parameter is stored as a lowercase string.

                  Constraints:

                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                  • The first character must be a letter.

                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The replication group identifier. This parameter is stored as a lowercase string.

                  Constraints:

                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                  • The first character must be a letter.

                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The replication group identifier. This parameter is stored as a lowercase string.

                  Constraints:

                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                  • The first character must be a letter.

                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                  \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                  Constraints:

                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                  • The first character must be a letter.

                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                  • */", "getterDocumentation" : "/**

                    The replication group identifier. This parameter is stored as a lowercase string.

                    Constraints:

                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                    • The first character must be a letter.

                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                    \n@return The replication group identifier. This parameter is stored as a lowercase string.

                    Constraints:

                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                    • The first character must be a letter.

                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                    • */", "fluentSetterDocumentation" : "/**

                      The replication group identifier. This parameter is stored as a lowercase string.

                      Constraints:

                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                      • The first character must be a letter.

                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                      \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                      Constraints:

                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                      • The first character must be a letter.

                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                        The replication group identifier. This parameter is stored as a lowercase string.

                        Constraints:

                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                        • The first character must be a letter.

                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                        \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                        Constraints:

                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                        • The first character must be a letter.

                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          A user-created description for the replication group.

                          ", "name" : "ReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          A user-created description for the replication group.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupDescription", "marshallLocationName" : "ReplicationGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.*/", "getterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@return A user-created description for the replication group.*/", "fluentSetterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          ", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.*/", "getterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@return The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.*/", "fluentSetterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          ", "name" : "AutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverEnabled", "marshallLocationName" : "AutomaticFailoverEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          */", "getterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          */", "fluentSetterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          ", "name" : "NumCacheClusters", "c2jName" : "NumCacheClusters", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheClusters", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheClusters", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheClusters", "marshallLocationName" : "NumCacheClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.*/", "getterDocumentation" : "/**

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          \n@return The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.*/", "fluentSetterDocumentation" : "/**

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                          \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                          If Multi-AZ is enabled, the value of this parameter must be at least 2.

                          The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          ", "name" : "PreferredCacheClusterAZs", "c2jName" : "PreferredCacheClusterAZs", "c2jShape" : "AvailabilityZonesList", "variable" : { "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredCacheClusterAZs", "marshallLocationName" : "PreferredCacheClusterAZs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c*/", "getterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@return A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c*/", "fluentSetterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setPreferredCacheClusterAZs(java.util.Collection)} or {@link #withPreferredCacheClusterAZs(java.util.Collection)} if you want to override the existing values.

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@return The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis*/", "getterDocumentation" : "/**

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          \n@return The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis*/", "fluentSetterDocumentation" : "/**

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis

                          \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                          Default: redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@return The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                          ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.*/", "getterDocumentation" : "/**

                          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.

                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The name of the cache subnet group to be used for the replication group.

                          ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the cache subnet group to be used for the replication group.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.*/", "getterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@return The name of the cache subnet group to be used for the replication group.*/", "fluentSetterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          A list of cache security group names to associate with this replication group.

                          ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of cache security group names to associate with this replication group.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.*/", "getterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@return A list of cache security group names to associate with this replication group.*/", "fluentSetterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@return One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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 will be used to populate the node group. 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

                          ", "name" : "SnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "variable" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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 will be used to populate the node group. 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

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArns", "marshallLocationName" : "SnapshotArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SnapshotArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArn", "marshallLocationName" : "SnapshotArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@param snapshotArns 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 will be used to populate the node group. 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*/", "getterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@return 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 will be used to populate the node group. 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*/", "fluentSetterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotArns(java.util.Collection)} or {@link #withSnapshotArns(java.util.Collection)} if you want to override the existing values.

                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                          ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          */", "getterDocumentation" : "/**

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

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

                          \n@return The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          */", "fluentSetterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The port number on which each member of the replication group will accept connections.

                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The port number on which each member of the replication group will accept connections.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.*/", "getterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@return The port number on which each member of the replication group will accept connections.*/", "fluentSetterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          */", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          */", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          This parameter is currently disabled.

                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          This parameter is currently disabled.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "getterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@return The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "fluentSetterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          */", "getterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          */", "fluentSetterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createReplicationGroupRequest", "variableType" : "CreateReplicationGroupRequest", "variableDeclarationType" : "CreateReplicationGroupRequest", "documentation" : null, "simpleType" : "CreateReplicationGroupRequest", "variableSetterType" : "CreateReplicationGroupRequest" }, "marshaller" : { "action" : "CreateReplicationGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PreferredCacheClusterAZs" : { "documentation" : "

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          ", "name" : "PreferredCacheClusterAZs", "c2jName" : "PreferredCacheClusterAZs", "c2jShape" : "AvailabilityZonesList", "variable" : { "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "preferredCacheClusterAZs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredCacheClusterAZs", "marshallLocationName" : "PreferredCacheClusterAZs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c*/", "getterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@return A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c*/", "fluentSetterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setPreferredCacheClusterAZs(java.util.Collection)} or {@link #withPreferredCacheClusterAZs(java.util.Collection)} if you want to override the existing values.

                          \n@param preferredCacheClusterAZs A list of EC2 availability zones in which the replication group's cache clusters will be created. The order of the availability zones in the list is not important.

                          If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group.

                          The number of availability zones listed must equal the value of NumCacheClusters.

                          Default: system chosen availability zones.

                          Example: One Redis cache cluster in each of three availability zones.

                          PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupNames" : { "documentation" : "

                          A list of cache security group names to associate with this replication group.

                          ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          A list of cache security group names to associate with this replication group.

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.*/", "getterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@return A list of cache security group names to associate with this replication group.*/", "fluentSetterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A list of cache security group names to associate with this replication group.

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                          \n@param cacheSecurityGroupNames A list of cache security group names to associate with this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@return The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                          \n@param engineVersion The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version) in the ElastiCache User Guide, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupName" : { "documentation" : "

                          The name of the cache subnet group to be used for the replication group.

                          ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the cache subnet group to be used for the replication group.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.*/", "getterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@return The name of the cache subnet group to be used for the replication group.*/", "fluentSetterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of the cache subnet group to be used for the replication group.

                          \n@param cacheSubnetGroupName The name of the cache subnet group to be used for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotArns" : { "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 will be used to populate the node group. 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

                          ", "name" : "SnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "variable" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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 will be used to populate the node group. 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

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArns", "marshallLocationName" : "SnapshotArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SnapshotArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArn", "marshallLocationName" : "SnapshotArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@param snapshotArns 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 will be used to populate the node group. 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*/", "getterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@return 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 will be used to populate the node group. 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*/", "fluentSetterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          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 will be used to populate the node group. 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

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotArns(java.util.Collection)} or {@link #withSnapshotArns(java.util.Collection)} if you want to override the existing values.

                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                          The port number on which each member of the replication group will accept connections.

                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The port number on which each member of the replication group will accept connections.

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.*/", "getterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@return The port number on which each member of the replication group will accept connections.*/", "fluentSetterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The port number on which each member of the replication group will accept connections.

                          \n@param port The port number on which each member of the replication group will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrimaryClusterId" : { "documentation" : "

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          ", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.*/", "getterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@return The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.*/", "fluentSetterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.

                          \n@param primaryClusterId The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of available.

                          This parameter is not required if NumCacheClusters is specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "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.

                          ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.*/", "getterDocumentation" : "/**

                          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.

                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          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.

                          \n@param cacheParameterGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00

                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                          • sun

                          • mon

                          • tue

                          • wed

                          • thu

                          • fri

                          • sat

                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

                          This parameter is currently disabled.

                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          This parameter is currently disabled.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          This parameter is currently disabled.

                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroupIds" : { "documentation" : "

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@return One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).

                          \n

                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                          \n@param securityGroupIds One or more Amazon VPC security groups associated with this replication group.

                          Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotName" : { "documentation" : "

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

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

                          ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          */", "getterDocumentation" : "/**

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

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

                          \n@return The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          */", "fluentSetterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicArn" : { "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          */", "getterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          */", "fluentSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupDescription" : { "documentation" : "

                          A user-created description for the replication group.

                          ", "name" : "ReplicationGroupDescription", "c2jName" : "ReplicationGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          A user-created description for the replication group.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupDescription", "marshallLocationName" : "ReplicationGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.*/", "getterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@return A user-created description for the replication group.*/", "fluentSetterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A user-created description for the replication group.

                          \n@param replicationGroupDescription A user-created description for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutomaticFailoverEnabled" : { "documentation" : "

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          ", "name" : "AutomaticFailoverEnabled", "c2jName" : "AutomaticFailoverEnabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "automaticFailoverEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverEnabled", "marshallLocationName" : "AutomaticFailoverEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          */", "getterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          */", "fluentSetterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@param automaticFailoverEnabled Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails.

                          If true, Multi-AZ is enabled for this replication group. If false, Multi-AZ is disabled for this replication group.

                          Default: false

                          ElastiCache Multi-AZ replication groups is not supported on:

                          • Redis versions earlier than 2.8.6.

                          • T1 and T2 cache node types.

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          */", "getterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          */", "fluentSetterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                          Example: 05:00-09:00

                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@return The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                          Valid node types are as follows:

                          • General purpose:

                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                          • Compute optimized: cache.c1.xlarge

                          • Memory optimized:

                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                          Notes:

                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                          • Redis backup/restore is not supported for t2 instances.

                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "getterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@return The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "fluentSetterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

                          The replication group identifier. This parameter is stored as a lowercase string.

                          Constraints:

                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                          • The first character must be a letter.

                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                          ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The replication group identifier. This parameter is stored as a lowercase string.

                          Constraints:

                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                          • The first character must be a letter.

                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The replication group identifier. This parameter is stored as a lowercase string.

                          Constraints:

                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                          • The first character must be a letter.

                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                          \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                          Constraints:

                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                          • The first character must be a letter.

                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                          • */", "getterDocumentation" : "/**

                            The replication group identifier. This parameter is stored as a lowercase string.

                            Constraints:

                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                            • The first character must be a letter.

                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                            \n@return The replication group identifier. This parameter is stored as a lowercase string.

                            Constraints:

                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                            • The first character must be a letter.

                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                            • */", "fluentSetterDocumentation" : "/**

                              The replication group identifier. This parameter is stored as a lowercase string.

                              Constraints:

                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                              • The first character must be a letter.

                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                              \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                              Constraints:

                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                              • The first character must be a letter.

                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                The replication group identifier. This parameter is stored as a lowercase string.

                                Constraints:

                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                • The first character must be a letter.

                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                \n@param replicationGroupId The replication group identifier. This parameter is stored as a lowercase string.

                                Constraints:

                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                • The first character must be a letter.

                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis*/", "getterDocumentation" : "/**

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  \n@return The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis

                                  \n@param engine The name of the cache engine to be used for the cache clusters in this replication group.

                                  Default: redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheClusters" : { "documentation" : "

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  ", "name" : "NumCacheClusters", "c2jName" : "NumCacheClusters", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheClusters", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheClusters", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheClusters", "marshallLocationName" : "NumCacheClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.*/", "getterDocumentation" : "/**

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  \n@return The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.*/", "fluentSetterDocumentation" : "/**

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.

                                  \n@param numCacheClusters The number of cache clusters this replication group will initially have.

                                  If Multi-AZ is enabled, the value of this parameter must be at least 2.

                                  The maximum permitted value for NumCacheClusters is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCacheParameterGroupResult" : { "c2jName" : "DeleteCacheParameterGroupResult", "documentation" : null, "shapeName" : "DeleteCacheParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteCacheParameterGroupResult", "variableType" : "DeleteCacheParameterGroupResult", "variableDeclarationType" : "DeleteCacheParameterGroupResult", "documentation" : null, "simpleType" : "DeleteCacheParameterGroupResult", "variableSetterType" : "DeleteCacheParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsFromResourceResult" : { "c2jName" : "TagListMessage", "documentation" : "

                                  Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

                                  ", "shapeName" : "RemoveTagsFromResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceResult", "variableType" : "RemoveTagsFromResourceResult", "variableDeclarationType" : "RemoveTagsFromResourceResult", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResult", "variableSetterType" : "RemoveTagsFromResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "RemoveTagsFromResourceResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCacheSecurityGroupResult" : { "c2jName" : "DeleteCacheSecurityGroupResult", "documentation" : null, "shapeName" : "DeleteCacheSecurityGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteCacheSecurityGroupResult", "variableType" : "DeleteCacheSecurityGroupResult", "variableDeclarationType" : "DeleteCacheSecurityGroupResult", "documentation" : null, "simpleType" : "DeleteCacheSecurityGroupResult", "variableSetterType" : "DeleteCacheSecurityGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListAllowedNodeTypeModificationsRequest" : { "c2jName" : "ListAllowedNodeTypeModificationsMessage", "documentation" : "

                                  The input parameters for the ListAllowedNodeTypeModifications action.

                                  ", "shapeName" : "ListAllowedNodeTypeModificationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "getterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "getterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listAllowedNodeTypeModificationsRequest", "variableType" : "ListAllowedNodeTypeModificationsRequest", "variableDeclarationType" : "ListAllowedNodeTypeModificationsRequest", "documentation" : null, "simpleType" : "ListAllowedNodeTypeModificationsRequest", "variableSetterType" : "ListAllowedNodeTypeModificationsRequest" }, "marshaller" : { "action" : "ListAllowedNodeTypeModifications", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusterId" : { "documentation" : "

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "getterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param cacheClusterId The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "getterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@param replicationGroupId The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

                                  You must provide a value for either the CacheClusterId or the ReplicationGroupId.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheEngineVersionsResult" : { "c2jName" : "CacheEngineVersionMessage", "documentation" : "

                                  Represents the output of a DescribeCacheEngineVersions action.

                                  ", "shapeName" : "DescribeCacheEngineVersionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  ", "name" : "CacheEngineVersions", "c2jName" : "CacheEngineVersions", "c2jShape" : "CacheEngineVersionList", "variable" : { "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersions", "marshallLocationName" : "CacheEngineVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheEngineVersion", "memberLocationName" : "CacheEngineVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheEngineVersion", "variable" : { "variableName" : "member", "variableType" : "CacheEngineVersion", "variableDeclarationType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheEngineVersion", "variableDeclarationType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "getterModel" : { "returnType" : "CacheEngineVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersion", "marshallLocationName" : "CacheEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheEngineVersion", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.*/", "getterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@return A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheEngineVersions(java.util.Collection)} or {@link #withCacheEngineVersions(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheEngineVersionsResult", "variableType" : "DescribeCacheEngineVersionsResult", "variableDeclarationType" : "DescribeCacheEngineVersionsResult", "documentation" : null, "simpleType" : "DescribeCacheEngineVersionsResult", "variableSetterType" : "DescribeCacheEngineVersionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheEngineVersionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheEngineVersions" : { "documentation" : "

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  ", "name" : "CacheEngineVersions", "c2jName" : "CacheEngineVersions", "c2jShape" : "CacheEngineVersionList", "variable" : { "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersions", "marshallLocationName" : "CacheEngineVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheEngineVersion", "memberLocationName" : "CacheEngineVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheEngineVersion", "variable" : { "variableName" : "member", "variableType" : "CacheEngineVersion", "variableDeclarationType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheEngineVersion", "variableDeclarationType" : "CacheEngineVersion", "documentation" : "", "simpleType" : "CacheEngineVersion", "variableSetterType" : "CacheEngineVersion" }, "getterModel" : { "returnType" : "CacheEngineVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheEngineVersion", "marshallLocationName" : "CacheEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheEngineVersion", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.*/", "getterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@return A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheEngineVersions(java.util.Collection)} or {@link #withCacheEngineVersions(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheEngineVersions A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheNodeTypeSpecificParameter" : { "c2jName" : "CacheNodeTypeSpecificParameter", "documentation" : "

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

                                  ", "shapeName" : "CacheNodeTypeSpecificParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the parameter.

                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the parameter.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The source of the parameter value.

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The source of the parameter value.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.*/", "getterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@return The source of the parameter value.*/", "fluentSetterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The valid data type for the parameter.

                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid data type for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.*/", "getterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@return The valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@return The earliest cache engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache node types and their corresponding values for this parameter.

                                  ", "name" : "CacheNodeTypeSpecificValues", "c2jName" : "CacheNodeTypeSpecificValues", "c2jShape" : "CacheNodeTypeSpecificValueList", "variable" : { "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache node types and their corresponding values for this parameter.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificValues", "marshallLocationName" : "CacheNodeTypeSpecificValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificValue", "memberLocationName" : "CacheNodeTypeSpecificValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificValue", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "variableDeclarationType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "variableDeclarationType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificValue", "marshallLocationName" : "CacheNodeTypeSpecificValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.*/", "getterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@return A list of cache node types and their corresponding values for this parameter.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificValues(java.util.Collection)} or {@link #withCacheNodeTypeSpecificValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "name" : "ChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "variable" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeType", "marshallLocationName" : "ChangeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "getterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@return ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "fluentSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "varargSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/" } ], "enums" : null, "variable" : { "variableName" : "cacheNodeTypeSpecificParameter", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsModifiable" : { "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                  A description of the parameter.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedValues" : { "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeTypeSpecificValues" : { "documentation" : "

                                  A list of cache node types and their corresponding values for this parameter.

                                  ", "name" : "CacheNodeTypeSpecificValues", "c2jName" : "CacheNodeTypeSpecificValues", "c2jShape" : "CacheNodeTypeSpecificValueList", "variable" : { "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache node types and their corresponding values for this parameter.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificValues", "marshallLocationName" : "CacheNodeTypeSpecificValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificValue", "memberLocationName" : "CacheNodeTypeSpecificValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificValue", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "variableDeclarationType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificValue", "variableDeclarationType" : "CacheNodeTypeSpecificValue", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificValue", "marshallLocationName" : "CacheNodeTypeSpecificValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.*/", "getterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@return A list of cache node types and their corresponding values for this parameter.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache node types and their corresponding values for this parameter.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificValues(java.util.Collection)} or {@link #withCacheNodeTypeSpecificValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheNodeTypeSpecificValues A list of cache node types and their corresponding values for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChangeType" : { "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "name" : "ChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "variable" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeType", "marshallLocationName" : "ChangeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "getterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@return ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "fluentSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "varargSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/" }, "DataType" : { "documentation" : "

                                  The valid data type for the parameter.

                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid data type for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.*/", "getterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@return The valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinimumEngineVersion" : { "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@return The earliest cache engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterName" : { "documentation" : "

                                  The name of the parameter.

                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Source" : { "documentation" : "

                                  The source of the parameter value.

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The source of the parameter value.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.*/", "getterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@return The source of the parameter value.*/", "fluentSetterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The source of the parameter value.

                                  \n@param source The source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSecurityGroupMembership" : { "c2jName" : "CacheSecurityGroupMembership", "documentation" : "

                                  Represents a cache cluster's status within a particular cache security group.

                                  ", "shapeName" : "CacheSecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache security group.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.*/", "getterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@return The name of the cache security group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "getterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@return The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "fluentSetterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheSecurityGroupMembership", "variableType" : "CacheSecurityGroupMembership", "variableDeclarationType" : "CacheSecurityGroupMembership", "documentation" : null, "simpleType" : "CacheSecurityGroupMembership", "variableSetterType" : "CacheSecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "getterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@return The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.*/", "fluentSetterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.

                                  \n@param status The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupName" : { "documentation" : "

                                  The name of the cache security group.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.*/", "getterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@return The name of the cache security group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NodeQuotaForClusterExceededException" : { "c2jName" : "NodeQuotaForClusterExceededFault", "documentation" : "

                                  The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.

                                  ", "shapeName" : "NodeQuotaForClusterExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "nodeQuotaForClusterExceededException", "variableType" : "NodeQuotaForClusterExceededException", "variableDeclarationType" : "NodeQuotaForClusterExceededException", "documentation" : null, "simpleType" : "NodeQuotaForClusterExceededException", "variableSetterType" : "NodeQuotaForClusterExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NodeQuotaForClusterExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Parameter" : { "c2jName" : "Parameter", "documentation" : "

                                  Describes an individual setting that controls some aspect of ElastiCache behavior.

                                  ", "shapeName" : "Parameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the parameter.

                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The value of the parameter.

                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The value of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description of the parameter.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The source of the parameter.

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The source of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.*/", "getterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@return The source of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The valid data type for the parameter.

                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid data type for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.*/", "getterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@return The valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@return The earliest cache engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "name" : "ChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "variable" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeType", "marshallLocationName" : "ChangeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "getterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@return ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "fluentSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "varargSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/" } ], "enums" : null, "variable" : { "variableName" : "parameter", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : null, "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsModifiable" : { "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                  A description of the parameter.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.*/", "getterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@return A description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description of the parameter.

                                  \n@param description A description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedValues" : { "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid range of values for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@return The valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid range of values for the parameter.

                                  \n@param allowedValues The valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValue" : { "documentation" : "

                                  The value of the parameter.

                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The value of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.*/", "getterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@return The value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The value of the parameter.

                                  \n@param parameterValue The value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChangeType" : { "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "name" : "ChangeType", "c2jName" : "ChangeType", "c2jShape" : "ChangeType", "variable" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "changeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ChangeType", "marshallLocationName" : "ChangeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChangeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "getterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@return ChangeType indicates whether a change to the parameter will be 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.\n@see ChangeType*/", "fluentSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/", "varargSetterDocumentation" : "/**

                                  ChangeType indicates whether a change to the parameter will be 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.

                                  \n@param changeType ChangeType indicates whether a change to the parameter will be 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChangeType*/" }, "DataType" : { "documentation" : "

                                  The valid data type for the parameter.

                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The valid data type for the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.*/", "getterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@return The valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The valid data type for the parameter.

                                  \n@param dataType The valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinimumEngineVersion" : { "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The earliest cache engine version to which the parameter can apply.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@return The earliest cache engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The earliest cache engine version to which the parameter can apply.

                                  \n@param minimumEngineVersion The earliest cache engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterName" : { "documentation" : "

                                  The name of the parameter.

                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.*/", "getterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the parameter.

                                  \n@param parameterName The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Source" : { "documentation" : "

                                  The source of the parameter.

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The source of the parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.*/", "getterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@return The source of the parameter.*/", "fluentSetterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The source of the parameter.

                                  \n@param source The source of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Event" : { "c2jName" : "Event", "documentation" : "

                                  Represents a single occurrence of something interesting within the system. Some examples of events are creating a cache cluster, adding or removing a cache node, or rebooting a node.

                                  ", "shapeName" : "Event", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.*/", "getterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@return The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@see SourceType*/", "getterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@return Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/" }, { "documentation" : "

                                  The text of the event.

                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The text of the event.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.*/", "getterDocumentation" : "/**

                                  The text of the event.

                                  \n@return The text of the event.*/", "fluentSetterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The date and time when the event occurred.

                                  ", "name" : "Date", "c2jName" : "Date", "c2jShape" : "TStamp", "variable" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the event occurred.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Date", "marshallLocationName" : "Date", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.*/", "getterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@return The date and time when the event occurred.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "event", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Message" : { "documentation" : "

                                  The text of the event.

                                  ", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The text of the event.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.*/", "getterDocumentation" : "/**

                                  The text of the event.

                                  \n@return The text of the event.*/", "fluentSetterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The text of the event.

                                  \n@param message The text of the event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceType" : { "documentation" : "

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SourceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@see SourceType*/", "getterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@return Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@see SourceType*/", "fluentSetterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/", "varargSetterDocumentation" : "/**

                                  Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.

                                  \n@param sourceType Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SourceType*/" }, "SourceIdentifier" : { "documentation" : "

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.*/", "getterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@return The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.

                                  \n@param sourceIdentifier The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Date" : { "documentation" : "

                                  The date and time when the event occurred.

                                  ", "name" : "Date", "c2jName" : "Date", "c2jShape" : "TStamp", "variable" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the event occurred.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "dateValue", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Date", "marshallLocationName" : "Date", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.*/", "getterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@return The date and time when the event occurred.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the event occurred.

                                  \n@param dateValue The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeSnapshotsResult" : { "c2jName" : "DescribeSnapshotsListMessage", "documentation" : "

                                  Represents the output of a DescribeSnapshots action.

                                  ", "shapeName" : "DescribeSnapshotsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  ", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : "Snapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshot", "marshallLocationName" : "Snapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Snapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.*/", "getterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@return A list of snapshots. Each item in the list contains detailed information about one snapshot.*/", "fluentSetterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotsResult", "variableType" : "DescribeSnapshotsResult", "variableDeclarationType" : "DescribeSnapshotsResult", "documentation" : null, "simpleType" : "DescribeSnapshotsResult", "variableSetterType" : "DescribeSnapshotsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeSnapshotsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Snapshots" : { "documentation" : "

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  ", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "SnapshotList", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : "Snapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshot", "marshallLocationName" : "Snapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Snapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.*/", "getterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@return A list of snapshots. Each item in the list contains detailed information about one snapshot.*/", "fluentSetterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of snapshots. Each item in the list contains detailed information about one snapshot.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

                                  \n@param snapshots A list of snapshots. Each item in the list contains detailed information about one snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyCacheParameterGroupResult" : { "c2jName" : "CacheParameterGroupNameMessage", "documentation" : "

                                  Represents the output of one of the following actions:

                                  • ModifyCacheParameterGroup

                                  • ResetCacheParameterGroup

                                  ", "shapeName" : "ModifyCacheParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyCacheParameterGroupResult", "variableType" : "ModifyCacheParameterGroupResult", "variableDeclarationType" : "ModifyCacheParameterGroupResult", "documentation" : null, "simpleType" : "ModifyCacheParameterGroupResult", "variableSetterType" : "ModifyCacheParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ModifyCacheParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                                  A cost allocation Tag that can be added to an ElastiCache cluster or replication group. Tags are composed of a Key/Value pair. A tag with a null Value is permitted.

                                  ", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The key for the tag.

                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The key for the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.*/", "getterDocumentation" : "/**

                                  The key for the tag.

                                  \n@return The key for the tag.*/", "fluentSetterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The tag's value. May not be null.

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The tag's value. May not be null.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.*/", "getterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@return The tag's value. May not be null.*/", "fluentSetterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                  The tag's value. May not be null.

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The tag's value. May not be null.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.*/", "getterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@return The tag's value. May not be null.*/", "fluentSetterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The tag's value. May not be null.

                                  \n@param value The tag's value. May not be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                  The key for the tag.

                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "String", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The key for the tag.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.*/", "getterDocumentation" : "/**

                                  The key for the tag.

                                  \n@return The key for the tag.*/", "fluentSetterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The key for the tag.

                                  \n@param key The key for the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AZMode" : { "c2jName" : "AZMode", "documentation" : "", "shapeName" : "AZMode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "SingleAz", "value" : "single-az" }, { "name" : "CrossAz", "value" : "cross-az" } ], "variable" : { "variableName" : "aZMode", "variableType" : "AZMode", "variableDeclarationType" : "AZMode", "documentation" : null, "simpleType" : "AZMode", "variableSetterType" : "AZMode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidCacheClusterStateException" : { "c2jName" : "InvalidCacheClusterStateFault", "documentation" : "

                                  The requested cache cluster is not in the available state.

                                  ", "shapeName" : "InvalidCacheClusterStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCacheClusterStateException", "variableType" : "InvalidCacheClusterStateException", "variableDeclarationType" : "InvalidCacheClusterStateException", "documentation" : null, "simpleType" : "InvalidCacheClusterStateException", "variableSetterType" : "InvalidCacheClusterStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCacheClusterState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCacheSecurityGroupsRequest" : { "c2jName" : "DescribeCacheSecurityGroupsMessage", "documentation" : "

                                  Represents the input of a DescribeCacheSecurityGroups action.

                                  ", "shapeName" : "DescribeCacheSecurityGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache security group to return details for.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group to return details for.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.*/", "getterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@return The name of the cache security group to return details for.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheSecurityGroupsRequest", "variableType" : "DescribeCacheSecurityGroupsRequest", "variableDeclarationType" : "DescribeCacheSecurityGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheSecurityGroupsRequest", "variableSetterType" : "DescribeCacheSecurityGroupsRequest" }, "marshaller" : { "action" : "DescribeCacheSecurityGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroupName" : { "documentation" : "

                                  The name of the cache security group to return details for.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group to return details for.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.*/", "getterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@return The name of the cache security group to return details for.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group to return details for.

                                  \n@param cacheSecurityGroupName The name of the cache security group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PurchaseReservedCacheNodesOfferingRequest" : { "c2jName" : "PurchaseReservedCacheNodesOfferingMessage", "documentation" : "

                                  Represents the input of a PurchaseReservedCacheNodesOffering action.

                                  ", "shapeName" : "PurchaseReservedCacheNodesOfferingRequest", "deprecated" : false, "required" : [ "ReservedCacheNodesOfferingId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@return The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID*/", "getterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@return A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID*/", "fluentSetterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  ", "name" : "CacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCount", "marshallLocationName" : "CacheNodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1*/", "getterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@return The number of cache node instances to reserve.

                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "purchaseReservedCacheNodesOfferingRequest", "variableType" : "PurchaseReservedCacheNodesOfferingRequest", "variableDeclarationType" : "PurchaseReservedCacheNodesOfferingRequest", "documentation" : null, "simpleType" : "PurchaseReservedCacheNodesOfferingRequest", "variableSetterType" : "PurchaseReservedCacheNodesOfferingRequest" }, "marshaller" : { "action" : "PurchaseReservedCacheNodesOffering", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheNodeCount" : { "documentation" : "

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  ", "name" : "CacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCount", "marshallLocationName" : "CacheNodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1*/", "getterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@return The number of cache node instances to reserve.

                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache node instances to reserve.

                                  Default: 1

                                  \n@param cacheNodeCount The number of cache node instances to reserve.

                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodeId" : { "documentation" : "

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID*/", "getterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@return A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID*/", "fluentSetterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID

                                  \n@param reservedCacheNodeId A customer-specified identifier to track this reservation.

                                  The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodesOfferingId" : { "documentation" : "

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@return The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                  \n@param reservedCacheNodesOfferingId The ID of the reserved cache node offering to purchase.

                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheNodeTypeSpecificValue" : { "c2jName" : "CacheNodeTypeSpecificValue", "documentation" : "

                                  A value that applies only to a certain cache node type.

                                  ", "shapeName" : "CacheNodeTypeSpecificValue", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The cache node type for which this value applies.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for which this value applies.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.*/", "getterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@return The cache node type for which this value applies.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The value for the cache node type.

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The value for the cache node type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.*/", "getterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@return The value for the cache node type.*/", "fluentSetterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheNodeTypeSpecificValue", "variableType" : "CacheNodeTypeSpecificValue", "variableDeclarationType" : "CacheNodeTypeSpecificValue", "documentation" : null, "simpleType" : "CacheNodeTypeSpecificValue", "variableSetterType" : "CacheNodeTypeSpecificValue" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheNodeType" : { "documentation" : "

                                  The cache node type for which this value applies.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for which this value applies.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.*/", "getterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@return The cache node type for which this value applies.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for which this value applies.

                                  \n@param cacheNodeType The cache node type for which this value applies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

                                  The value for the cache node type.

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The value for the cache node type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.*/", "getterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@return The value for the cache node type.*/", "fluentSetterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The value for the cache node type.

                                  \n@param value The value for the cache node type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SourceType" : { "c2jName" : "SourceType", "documentation" : "", "shapeName" : "SourceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CacheCluster", "value" : "cache-cluster" }, { "name" : "CacheParameterGroup", "value" : "cache-parameter-group" }, { "name" : "CacheSecurityGroup", "value" : "cache-security-group" }, { "name" : "CacheSubnetGroup", "value" : "cache-subnet-group" } ], "variable" : { "variableName" : "sourceType", "variableType" : "SourceType", "variableDeclarationType" : "SourceType", "documentation" : null, "simpleType" : "SourceType", "variableSetterType" : "SourceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCacheClustersRequest" : { "c2jName" : "DescribeCacheClustersMessage", "documentation" : "

                                  Represents the input of a DescribeCacheClusters action.

                                  ", "shapeName" : "DescribeCacheClustersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.*/", "getterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@return The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  ", "name" : "ShowCacheNodeInfo", "c2jName" : "ShowCacheNodeInfo", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShowCacheNodeInfo", "marshallLocationName" : "ShowCacheNodeInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.*/", "getterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@return An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.*/", "fluentSetterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheClustersRequest", "variableType" : "DescribeCacheClustersRequest", "variableDeclarationType" : "DescribeCacheClustersRequest", "documentation" : null, "simpleType" : "DescribeCacheClustersRequest", "variableSetterType" : "DescribeCacheClustersRequest" }, "marshaller" : { "action" : "DescribeCacheClusters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusterId" : { "documentation" : "

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.*/", "getterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@return The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.

                                  \n@param cacheClusterId The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn't case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShowCacheNodeInfo" : { "documentation" : "

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  ", "name" : "ShowCacheNodeInfo", "c2jName" : "ShowCacheNodeInfo", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "showCacheNodeInfo", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShowCacheNodeInfo", "marshallLocationName" : "ShowCacheNodeInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.*/", "getterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@return An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.*/", "fluentSetterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.

                                  \n@param showCacheNodeInfo An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceResult" : { "c2jName" : "TagListMessage", "documentation" : "

                                  Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.

                                  ", "shapeName" : "ListTagsForResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "variableDeclarationType" : "ListTagsForResourceResult", "documentation" : null, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListTagsForResourceResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cost allocation tags as key-value pairs.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.*/", "getterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@return A list of cost allocation tags as key-value pairs.*/", "fluentSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cost allocation tags as key-value pairs.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagList A list of cost allocation tags as key-value pairs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidVPCNetworkStateException" : { "c2jName" : "InvalidVPCNetworkStateFault", "documentation" : "

                                  The VPC network is in an invalid state.

                                  ", "shapeName" : "InvalidVPCNetworkStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidVPCNetworkStateException", "variableType" : "InvalidVPCNetworkStateException", "variableDeclarationType" : "InvalidVPCNetworkStateException", "documentation" : null, "simpleType" : "InvalidVPCNetworkStateException", "variableSetterType" : "InvalidVPCNetworkStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidVPCNetworkStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheSubnetQuotaExceededException" : { "c2jName" : "CacheSubnetQuotaExceededFault", "documentation" : "

                                  The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.

                                  ", "shapeName" : "CacheSubnetQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSubnetQuotaExceededException", "variableType" : "CacheSubnetQuotaExceededException", "variableDeclarationType" : "CacheSubnetQuotaExceededException", "documentation" : null, "simpleType" : "CacheSubnetQuotaExceededException", "variableSetterType" : "CacheSubnetQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSubnetQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplicationGroup" : { "c2jName" : "ReplicationGroup", "documentation" : "

                                  Contains all of the attributes of a specific replication group.

                                  ", "shapeName" : "ReplicationGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  The identifier for the replication group.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.*/", "getterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@return The identifier for the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The description of the replication group.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.*/", "getterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@return The description of the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.*/", "getterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@return The current state of this replication group - creating, available, etc.*/", "fluentSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  ", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationGroupPendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "documentation" : "

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

                                  ", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "documentation" : "", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "getterModel" : { "returnType" : "ReplicationGroupPendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.*/", "getterDocumentation" : "/**

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

                                  \n@return A group of settings to be applied to the replication group, either immediately or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The names of all the cache clusters that are part of this replication group.

                                  ", "name" : "MemberClusters", "c2jName" : "MemberClusters", "c2jShape" : "ClusterIdList", "variable" : { "variableName" : "memberClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The names of all the cache clusters that are part of this replication group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "memberClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MemberClusters", "marshallLocationName" : "MemberClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterId", "marshallLocationName" : "ClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.*/", "getterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@return The names of all the cache clusters that are part of this replication group.*/", "fluentSetterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMemberClusters(java.util.Collection)} or {@link #withMemberClusters(java.util.Collection)} if you want to override the existing values.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A single element list with information about the nodes in the replication group.

                                  ", "name" : "NodeGroups", "c2jName" : "NodeGroups", "c2jShape" : "NodeGroupList", "variable" : { "variableName" : "nodeGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A single element list with information about the nodes in the replication group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroups", "marshallLocationName" : "NodeGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeGroup", "memberLocationName" : "NodeGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeGroup", "variable" : { "variableName" : "member", "variableType" : "NodeGroup", "variableDeclarationType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeGroup", "variableDeclarationType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "getterModel" : { "returnType" : "NodeGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroup", "marshallLocationName" : "NodeGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.*/", "getterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@return A single element list with information about the nodes in the replication group.*/", "fluentSetterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeGroups(java.util.Collection)} or {@link #withNodeGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  ", "name" : "SnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "variable" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshottingClusterId", "marshallLocationName" : "SnapshottingClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.*/", "getterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@return The cache cluster ID that is used as the daily snapshot source for the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "name" : "AutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "variable" : { "variableName" : "automaticFailover", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "automaticFailover", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailover", "marshallLocationName" : "AutomaticFailover", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AutomaticFailoverStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see AutomaticFailoverStatus*/", "getterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see AutomaticFailoverStatus*/", "fluentSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus*/", "varargSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus*/" } ], "enums" : null, "variable" : { "variableName" : "replicationGroup", "variableType" : "ReplicationGroup", "variableDeclarationType" : "ReplicationGroup", "documentation" : null, "simpleType" : "ReplicationGroup", "variableSetterType" : "ReplicationGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.*/", "getterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@return The current state of this replication group - creating, available, etc.*/", "fluentSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                  The description of the replication group.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.*/", "getterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@return The description of the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the replication group.

                                  \n@param description The description of the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PendingModifiedValues" : { "documentation" : "

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

                                  ", "name" : "PendingModifiedValues", "c2jName" : "PendingModifiedValues", "c2jShape" : "ReplicationGroupPendingModifiedValues", "variable" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "documentation" : "

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

                                  ", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "setterModel" : { "variableName" : "pendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "documentation" : "", "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "getterModel" : { "returnType" : "ReplicationGroupPendingModifiedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingModifiedValues", "marshallLocationName" : "PendingModifiedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.*/", "getterDocumentation" : "/**

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

                                  \n@return A group of settings to be applied to the replication group, either immediately or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param pendingModifiedValues A group of settings to be applied to the replication group, either immediately or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshottingClusterId" : { "documentation" : "

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  ", "name" : "SnapshottingClusterId", "c2jName" : "SnapshottingClusterId", "c2jShape" : "String", "variable" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshottingClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshottingClusterId", "marshallLocationName" : "SnapshottingClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.*/", "getterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@return The cache cluster ID that is used as the daily snapshot source for the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster ID that is used as the daily snapshot source for the replication group.

                                  \n@param snapshottingClusterId The cache cluster ID that is used as the daily snapshot source for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MemberClusters" : { "documentation" : "

                                  The names of all the cache clusters that are part of this replication group.

                                  ", "name" : "MemberClusters", "c2jName" : "MemberClusters", "c2jShape" : "ClusterIdList", "variable" : { "variableName" : "memberClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The names of all the cache clusters that are part of this replication group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "memberClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MemberClusters", "marshallLocationName" : "MemberClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "ClusterId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterId", "marshallLocationName" : "ClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.*/", "getterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@return The names of all the cache clusters that are part of this replication group.*/", "fluentSetterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The names of all the cache clusters that are part of this replication group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setMemberClusters(java.util.Collection)} or {@link #withMemberClusters(java.util.Collection)} if you want to override the existing values.

                                  \n@param memberClusters The names of all the cache clusters that are part of this replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

                                  The identifier for the replication group.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the replication group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.*/", "getterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@return The identifier for the replication group.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the replication group.

                                  \n@param replicationGroupId The identifier for the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutomaticFailover" : { "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "name" : "AutomaticFailover", "c2jName" : "AutomaticFailover", "c2jShape" : "AutomaticFailoverStatus", "variable" : { "variableName" : "automaticFailover", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "automaticFailover", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailover", "marshallLocationName" : "AutomaticFailover", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AutomaticFailoverStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see AutomaticFailoverStatus*/", "getterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see AutomaticFailoverStatus*/", "fluentSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus*/", "varargSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailover Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AutomaticFailoverStatus*/" }, "NodeGroups" : { "documentation" : "

                                  A single element list with information about the nodes in the replication group.

                                  ", "name" : "NodeGroups", "c2jName" : "NodeGroups", "c2jShape" : "NodeGroupList", "variable" : { "variableName" : "nodeGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A single element list with information about the nodes in the replication group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroups", "marshallLocationName" : "NodeGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeGroup", "memberLocationName" : "NodeGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeGroup", "variable" : { "variableName" : "member", "variableType" : "NodeGroup", "variableDeclarationType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeGroup", "variableDeclarationType" : "NodeGroup", "documentation" : "", "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "getterModel" : { "returnType" : "NodeGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroup", "marshallLocationName" : "NodeGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.*/", "getterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@return A single element list with information about the nodes in the replication group.*/", "fluentSetterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A single element list with information about the nodes in the replication group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeGroups(java.util.Collection)} or {@link #withNodeGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param nodeGroups A single element list with information about the nodes in the replication group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCacheClusterRequest" : { "c2jName" : "DeleteCacheClusterMessage", "documentation" : "

                                  Represents the input of a DeleteCacheCluster action.

                                  ", "shapeName" : "DeleteCacheClusterRequest", "deprecated" : false, "required" : [ "CacheClusterId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "getterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@return The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  ", "name" : "FinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalSnapshotIdentifier", "marshallLocationName" : "FinalSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.*/", "getterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@return The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.*/", "fluentSetterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCacheClusterRequest", "variableType" : "DeleteCacheClusterRequest", "variableDeclarationType" : "DeleteCacheClusterRequest", "documentation" : null, "simpleType" : "DeleteCacheClusterRequest", "variableSetterType" : "DeleteCacheClusterRequest" }, "marshaller" : { "action" : "DeleteCacheCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FinalSnapshotIdentifier" : { "documentation" : "

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  ", "name" : "FinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalSnapshotIdentifier", "marshallLocationName" : "FinalSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.*/", "getterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@return The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.*/", "fluentSetterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

                                  \n@param finalSnapshotIdentifier The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "getterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@return The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param cacheClusterId The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyCacheClusterRequest" : { "c2jName" : "ModifyCacheClusterMessage", "documentation" : "

                                  Represents the input of a ModifyCacheCluster action.

                                  ", "shapeName" : "ModifyCacheClusterRequest", "deprecated" : false, "required" : [ "CacheClusterId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.*/", "getterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@return The cache cluster identifier. This value is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  ", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  */", "getterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  */", "fluentSetterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  ", "name" : "CacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToRemove", "marshallLocationName" : "CacheNodeIdsToRemove", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.*/", "getterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@return A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToRemove(java.util.Collection)} or {@link #withCacheNodeIdsToRemove(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  ", "name" : "AZMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "variable" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AZMode", "marshallLocationName" : "AZMode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AZMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@see AZMode*/", "getterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@see AZMode*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/" }, { "documentation" : "

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  ", "name" : "NewAvailabilityZones", "c2jName" : "NewAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "variable" : { "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewAvailabilityZones", "marshallLocationName" : "NewAvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "PreferredAvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c*/", "getterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@return The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c*/", "fluentSetterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNewAvailabilityZones(java.util.Collection)} or {@link #withNewAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "getterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@return A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "fluentSetterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@return Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  */", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  */", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@return The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  ", "name" : "NotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicStatus", "marshallLocationName" : "NotificationTopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive*/", "getterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@return The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive*/", "fluentSetterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false*/", "getterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@return The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  This parameter is currently disabled.

                                  ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  This parameter is currently disabled.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  */", "getterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  */", "fluentSetterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.*/", "getterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "getterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@return A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "fluentSetterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyCacheClusterRequest", "variableType" : "ModifyCacheClusterRequest", "variableDeclarationType" : "ModifyCacheClusterRequest", "documentation" : null, "simpleType" : "ModifyCacheClusterRequest", "variableSetterType" : "ModifyCacheClusterRequest" }, "marshaller" : { "action" : "ModifyCacheCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroupNames" : { "documentation" : "

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "getterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@return A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".*/", "fluentSetterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheSecurityGroupNames A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible.

                                  This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC).

                                  Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@return The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.

                                  \n@param engineVersion The upgraded version of the cache engine to be run on the cache nodes.

                                  Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.*/", "getterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@return The cache cluster identifier. This value is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache cluster identifier. This value is stored as a lowercase string.

                                  \n@param cacheClusterId The cache cluster identifier. This value is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00

                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                  • sun

                                  • mon

                                  • tue

                                  • wed

                                  • thu

                                  • fri

                                  • sat

                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@return The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the ApplyImmediately parameter is specified as true for this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeIdsToRemove" : { "documentation" : "

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  ", "name" : "CacheNodeIdsToRemove", "c2jName" : "CacheNodeIdsToRemove", "c2jShape" : "CacheNodeIdsList", "variable" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeIdsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeIdsToRemove", "marshallLocationName" : "CacheNodeIdsToRemove", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheNodeId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.*/", "getterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@return A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeIdsToRemove(java.util.Collection)} or {@link #withCacheNodeIdsToRemove(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheNodeIdsToRemove A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when NumCacheNodes is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of NumCacheNodes in the request.

                                  For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this ModifyCacheCluser call is 5, you must list 2 (7 - 5) cache node IDs to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

                                  This parameter is currently disabled.

                                  ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  This parameter is currently disabled.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This parameter is currently disabled.

                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheNodes" : { "documentation" : "

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  ", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  */", "getterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  */", "fluentSetterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@param numCacheNodes The number of cache nodes that the cache 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), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then 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 20.

                                  Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See ApplyImmediately.

                                  A pending action 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 actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action 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 action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions 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 cache cluster.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroupIds" : { "documentation" : "

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@return Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param securityGroupIds Specifies the VPC Security Groups associated with the cache cluster.

                                  This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicArn" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  */", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  */", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.

                                  The Amazon SNS topic owner must be same as the cache cluster owner.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewAvailabilityZones" : { "documentation" : "

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  ", "name" : "NewAvailabilityZones", "c2jName" : "NewAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "variable" : { "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "newAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewAvailabilityZones", "marshallLocationName" : "NewAvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "PreferredAvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c*/", "getterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@return The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c*/", "fluentSetterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNewAvailabilityZones(java.util.Collection)} or {@link #withNewAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                  \n@param newAvailabilityZones The list of Availability Zones where the new Memcached cache nodes will be created.

                                  This parameter is only valid when NumCacheNodes in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request.

                                  This option is only supported on Memcached clusters.

                                  Scenarios:

                                  • Scenario 1: You have 3 active nodes and wish to add 2 nodes. Specify NumCacheNodes=5 (3 + 2) and optionally specify two Availability Zones for the two new nodes.

                                  • Scenario 2: You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. Specify NumCacheNodes=6 ((3 + 2) + 1) and optionally specify an Availability Zone for the new node.

                                  • Scenario 3: You want to cancel all pending actions. Specify NumCacheNodes=3 to cancel all pending actions.

                                  The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting NumCacheNodes to the number of current nodes.

                                  If cross-az is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  Impact of new add/remove requests upon pending requests

                                  • Scenario-1

                                    • Pending Action: Delete

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending delete.

                                  • Scenario-2

                                    • Pending Action: Delete

                                    • New Request: Create

                                    • Result: The new create, pending or immediate, replaces the pending delete.

                                  • Scenario-3

                                    • Pending Action: Create

                                    • New Request: Delete

                                    • Result: The new delete, pending or immediate, replaces the pending create.

                                  • Scenario-4

                                    • Pending Action: Create

                                    • New Request: Create

                                    • Result: The new create is added to the pending create.

                                      Important: If the new create request is Apply Immediately - Yes, all creates are performed immediately. If the new create request is Apply Immediately - No, all creates are pending.

                                  Example:

                                  NewAvailabilityZones.member.1=us-west-2a&NewAvailabilityZones.member.2=us-west-2b&NewAvailabilityZones.member.3=us-west-2c\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.*/", "getterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.

                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  */", "getterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  */", "fluentSetterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

                                  If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "getterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@return A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.*/", "fluentSetterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.

                                  \n@param cacheNodeType A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the ScaleUpModifications values returned by the ListAllowedCacheNodeTypeModification action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicStatus" : { "documentation" : "

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  ", "name" : "NotificationTopicStatus", "c2jName" : "NotificationTopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicStatus", "marshallLocationName" : "NotificationTopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive*/", "getterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@return The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive*/", "fluentSetterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive

                                  \n@param notificationTopicStatus The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.

                                  Valid values: active | inactive\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplyImmediately" : { "documentation" : "

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false*/", "getterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@return If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false

                                  \n@param applyImmediately If true, this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cache cluster.

                                  If false, then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first.

                                  If you perform a ModifyCacheCluster before a pending modification is applied, the pending modification is replaced by the newer modification.

                                  Valid values: true | false

                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AZMode" : { "documentation" : "

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  ", "name" : "AZMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "variable" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AZMode", "marshallLocationName" : "AZMode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AZMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@see AZMode*/", "getterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@see AZMode*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@param aZMode Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.

                                  Valid values: single-az | cross-az.

                                  This option is only supported for Memcached cache clusters.

                                  You cannot specify single-az if the Memcached cache cluster already has cache nodes in different Availability Zones. If cross-az is specified, existing Memcached nodes remain in their current Availability Zone.

                                  Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the Availability Zone Considerations section of Cache Node Considerations for Memcached.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/" } } }, "SnapshotFeatureNotSupportedException" : { "c2jName" : "SnapshotFeatureNotSupportedFault", "documentation" : "

                                  You attempted one of the following actions:

                                  • Creating a snapshot of a Redis cache cluster running on a t1.micro cache node.

                                  • Creating a snapshot of a cache cluster that is running Memcached rather than Redis.

                                  Neither of these are supported by ElastiCache.

                                  ", "shapeName" : "SnapshotFeatureNotSupportedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotFeatureNotSupportedException", "variableType" : "SnapshotFeatureNotSupportedException", "variableDeclarationType" : "SnapshotFeatureNotSupportedException", "documentation" : null, "simpleType" : "SnapshotFeatureNotSupportedException", "variableSetterType" : "SnapshotFeatureNotSupportedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotFeatureNotSupportedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteCacheSecurityGroupRequest" : { "c2jName" : "DeleteCacheSecurityGroupMessage", "documentation" : "

                                  Represents the input of a DeleteCacheSecurityGroup action.

                                  ", "shapeName" : "DeleteCacheSecurityGroupRequest", "deprecated" : false, "required" : [ "CacheSecurityGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  */", "getterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCacheSecurityGroupRequest", "variableType" : "DeleteCacheSecurityGroupRequest", "variableDeclarationType" : "DeleteCacheSecurityGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheSecurityGroupRequest", "variableSetterType" : "DeleteCacheSecurityGroupRequest" }, "marshaller" : { "action" : "DeleteCacheSecurityGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroupName" : { "documentation" : "

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  */", "getterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  */", "fluentSetterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@param cacheSecurityGroupName The name of the cache security group to delete.

                                  You cannot delete the default security group.

                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceMessage", "documentation" : "

                                  Represents the input of a RemoveTagsFromResource action.

                                  ", "shapeName" : "RemoveTagsFromResourceRequest", "deprecated" : false, "required" : [ "ResourceName", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@return The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.*/", "getterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@return A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.*/", "fluentSetterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : null, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "marshaller" : { "action" : "RemoveTagsFromResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@return The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagKeys" : { "documentation" : "

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.*/", "getterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@return A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.*/", "fluentSetterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

                                  \n@param tagKeys A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReservedCacheNodesRequest" : { "c2jName" : "DescribeReservedCacheNodesMessage", "documentation" : "

                                  Represents the input of a DescribeReservedCacheNodes action.

                                  ", "shapeName" : "DescribeReservedCacheNodesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.*/", "getterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@return The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.*/", "fluentSetterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.*/", "getterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@return The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.*/", "fluentSetterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@return The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.*/", "getterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@return The product description filter value. Use this parameter to show only those reservations matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "getterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "fluentSetterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedCacheNodesRequest", "variableType" : "DescribeReservedCacheNodesRequest", "variableDeclarationType" : "DescribeReservedCacheNodesRequest", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesRequest", "variableSetterType" : "DescribeReservedCacheNodesRequest" }, "marshaller" : { "action" : "DescribeReservedCacheNodes", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OfferingType" : { "documentation" : "

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "getterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@return The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"*/", "fluentSetterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"

                                  \n@param offeringType The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

                                  Valid values: \"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodeId" : { "documentation" : "

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.*/", "getterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@return The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.*/", "fluentSetterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.

                                  \n@param reservedCacheNodeId The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@return The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                  \n@param duration The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.

                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.*/", "getterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@return The product description filter value. Use this parameter to show only those reservations matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The product description filter value. Use this parameter to show only those reservations matching the specified product description.

                                  \n@param productDescription The product description filter value. Use this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodesOfferingId" : { "documentation" : "

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.*/", "getterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@return The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.*/", "fluentSetterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NodeGroupMember" : { "c2jName" : "NodeGroupMember", "documentation" : "

                                  Represents a single node within a node group.

                                  ", "shapeName" : "NodeGroupMember", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The ID of the cache cluster to which the node belongs.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the cache cluster to which the node belongs.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.*/", "getterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@return The ID of the cache cluster to which the node belongs.*/", "fluentSetterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@return The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ReadEndpoint", "c2jName" : "ReadEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "readEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "readEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReadEndpoint", "marshallLocationName" : "ReadEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param readEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param readEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param readEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the Availability Zone in which the node is located.

                                  ", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the Availability Zone in which the node is located.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.*/", "getterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@return The name of the Availability Zone in which the node is located.*/", "fluentSetterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The role that is currently assigned to the node - primary or replica.

                                  ", "name" : "CurrentRole", "c2jName" : "CurrentRole", "c2jShape" : "String", "variable" : { "variableName" : "currentRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The role that is currently assigned to the node - primary or replica.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "currentRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentRole", "marshallLocationName" : "CurrentRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.*/", "getterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@return The role that is currently assigned to the node - primary or replica.*/", "fluentSetterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "nodeGroupMember", "variableType" : "NodeGroupMember", "variableDeclarationType" : "NodeGroupMember", "documentation" : null, "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CurrentRole" : { "documentation" : "

                                  The role that is currently assigned to the node - primary or replica.

                                  ", "name" : "CurrentRole", "c2jName" : "CurrentRole", "c2jShape" : "String", "variable" : { "variableName" : "currentRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The role that is currently assigned to the node - primary or replica.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "currentRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentRole", "marshallLocationName" : "CurrentRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.*/", "getterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@return The role that is currently assigned to the node - primary or replica.*/", "fluentSetterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The role that is currently assigned to the node - primary or replica.

                                  \n@param currentRole The role that is currently assigned to the node - primary or replica.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

                                  The ID of the cache cluster to which the node belongs.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the cache cluster to which the node belongs.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.*/", "getterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@return The ID of the cache cluster to which the node belongs.*/", "fluentSetterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the cache cluster to which the node belongs.

                                  \n@param cacheClusterId The ID of the cache cluster to which the node belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeId" : { "documentation" : "

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "getterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@return The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).*/", "fluentSetterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

                                  \n@param cacheNodeId The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReadEndpoint" : { "documentation" : "", "name" : "ReadEndpoint", "c2jName" : "ReadEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "readEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "readEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReadEndpoint", "marshallLocationName" : "ReadEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param readEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param readEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param readEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredAvailabilityZone" : { "documentation" : "

                                  The name of the Availability Zone in which the node is located.

                                  ", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the Availability Zone in which the node is located.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.*/", "getterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@return The name of the Availability Zone in which the node is located.*/", "fluentSetterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the Availability Zone in which the node is located.

                                  \n@param preferredAvailabilityZone The name of the Availability Zone in which the node is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChangeType" : { "c2jName" : "ChangeType", "documentation" : "", "shapeName" : "ChangeType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Immediate", "value" : "immediate" }, { "name" : "RequiresReboot", "value" : "requires-reboot" } ], "variable" : { "variableName" : "changeType", "variableType" : "ChangeType", "variableDeclarationType" : "ChangeType", "documentation" : null, "simpleType" : "ChangeType", "variableSetterType" : "ChangeType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidSnapshotStateException" : { "c2jName" : "InvalidSnapshotStateFault", "documentation" : "

                                  The current state of the snapshot does not allow the requested action to occur.

                                  ", "shapeName" : "InvalidSnapshotStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSnapshotStateException", "variableType" : "InvalidSnapshotStateException", "variableDeclarationType" : "InvalidSnapshotStateException", "documentation" : null, "simpleType" : "InvalidSnapshotStateException", "variableSetterType" : "InvalidSnapshotStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSnapshotState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheSubnetGroup" : { "c2jName" : "CacheSubnetGroup", "documentation" : "

                                  Represents the output of one of the following actions:

                                  • CreateCacheSubnetGroup

                                  • ModifyCacheSubnetGroup

                                  ", "shapeName" : "CacheSubnetGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  The name of the cache subnet group.

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@return The name of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The description of the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@return The description of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of subnets associated with the cache subnet group.

                                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of subnets associated with the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnets", "marshallLocationName" : "Subnets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subnet", "memberLocationName" : "Subnet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subnet", "variable" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "setterModel" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnet", "marshallLocationName" : "Subnet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subnet", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@param subnets A list of subnets associated with the cache subnet group.*/", "getterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@return A list of subnets associated with the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheSubnetGroup", "variableType" : "CacheSubnetGroup", "variableDeclarationType" : "CacheSubnetGroup", "documentation" : null, "simpleType" : "CacheSubnetGroup", "variableSetterType" : "CacheSubnetGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Subnets" : { "documentation" : "

                                  A list of subnets associated with the cache subnet group.

                                  ", "name" : "Subnets", "c2jName" : "Subnets", "c2jShape" : "SubnetList", "variable" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of subnets associated with the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnets", "marshallLocationName" : "Subnets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Subnet", "memberLocationName" : "Subnet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Subnet", "variable" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "setterModel" : { "variableName" : "member", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : "", "simpleType" : "Subnet", "variableSetterType" : "Subnet" }, "getterModel" : { "returnType" : "Subnet", "documentation" : null }, "http" : { "unmarshallLocationName" : "Subnet", "marshallLocationName" : "Subnet", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Subnet", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@param subnets A list of subnets associated with the cache subnet group.*/", "getterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@return A list of subnets associated with the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of subnets associated with the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnets A list of subnets associated with the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@return The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

                                  \n@param vpcId The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupName" : { "documentation" : "

                                  The name of the cache subnet group.

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@return The name of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache subnet group.

                                  \n@param cacheSubnetGroupName The name of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupDescription" : { "documentation" : "

                                  The description of the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.*/", "getterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@return The description of the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the cache subnet group.

                                  \n@param cacheSubnetGroupDescription The description of the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSubnetGroupAlreadyExistsException" : { "c2jName" : "CacheSubnetGroupAlreadyExistsFault", "documentation" : "

                                  The requested cache subnet group name is already in use by an existing cache subnet group.

                                  ", "shapeName" : "CacheSubnetGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSubnetGroupAlreadyExistsException", "variableType" : "CacheSubnetGroupAlreadyExistsException", "variableDeclarationType" : "CacheSubnetGroupAlreadyExistsException", "documentation" : null, "simpleType" : "CacheSubnetGroupAlreadyExistsException", "variableSetterType" : "CacheSubnetGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSubnetGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyCacheSubnetGroupRequest" : { "c2jName" : "ModifyCacheSubnetGroupMessage", "documentation" : "

                                  Represents the input of a ModifyCacheSubnetGroup action.

                                  ", "shapeName" : "ModifyCacheSubnetGroupRequest", "deprecated" : false, "required" : [ "CacheSubnetGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "getterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@return The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "fluentSetterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description for the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description for the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@return A description for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The EC2 subnet IDs for the cache subnet group.

                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The EC2 subnet IDs for the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.*/", "getterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@return The EC2 subnet IDs for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyCacheSubnetGroupRequest", "variableType" : "ModifyCacheSubnetGroupRequest", "variableDeclarationType" : "ModifyCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "ModifyCacheSubnetGroupRequest", "variableSetterType" : "ModifyCacheSubnetGroupRequest" }, "marshaller" : { "action" : "ModifyCacheSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSubnetGroupName" : { "documentation" : "

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "getterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@return The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "fluentSetterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName The name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

                                  The EC2 subnet IDs for the cache subnet group.

                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The EC2 subnet IDs for the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.*/", "getterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@return The EC2 subnet IDs for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The EC2 subnet IDs for the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnetIds The EC2 subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupDescription" : { "documentation" : "

                                  A description for the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description for the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@return A description for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResetCacheParameterGroupResult" : { "c2jName" : "CacheParameterGroupNameMessage", "documentation" : "

                                  Represents the output of one of the following actions:

                                  • ModifyCacheParameterGroup

                                  • ResetCacheParameterGroup

                                  ", "shapeName" : "ResetCacheParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resetCacheParameterGroupResult", "variableType" : "ResetCacheParameterGroupResult", "variableDeclarationType" : "ResetCacheParameterGroupResult", "documentation" : null, "simpleType" : "ResetCacheParameterGroupResult", "variableSetterType" : "ResetCacheParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ResetCacheParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NodeGroup" : { "c2jName" : "NodeGroup", "documentation" : "

                                  Represents a collection of cache nodes in a replication group.

                                  ", "shapeName" : "NodeGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  ", "name" : "NodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "variable" : { "variableName" : "nodeGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nodeGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupId", "marshallLocationName" : "NodeGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.*/", "getterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@return The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.*/", "getterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@return The current state of this replication group - creating, available, etc.*/", "fluentSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "PrimaryEndpoint", "c2jName" : "PrimaryEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryEndpoint", "marshallLocationName" : "PrimaryEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param primaryEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param primaryEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param primaryEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list containing information about individual nodes within the node group.

                                  ", "name" : "NodeGroupMembers", "c2jName" : "NodeGroupMembers", "c2jShape" : "NodeGroupMemberList", "variable" : { "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list containing information about individual nodes within the node group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupMembers", "marshallLocationName" : "NodeGroupMembers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeGroupMember", "memberLocationName" : "NodeGroupMember", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeGroupMember", "variable" : { "variableName" : "member", "variableType" : "NodeGroupMember", "variableDeclarationType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeGroupMember", "variableDeclarationType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "getterModel" : { "returnType" : "NodeGroupMember", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupMember", "marshallLocationName" : "NodeGroupMember", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeGroupMember", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.*/", "getterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@return A list containing information about individual nodes within the node group.*/", "fluentSetterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeGroupMembers(java.util.Collection)} or {@link #withNodeGroupMembers(java.util.Collection)} if you want to override the existing values.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "nodeGroup", "variableType" : "NodeGroup", "variableDeclarationType" : "NodeGroup", "documentation" : null, "simpleType" : "NodeGroup", "variableSetterType" : "NodeGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this replication group - creating, available, etc.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.*/", "getterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@return The current state of this replication group - creating, available, etc.*/", "fluentSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The current state of this replication group - creating, available, etc.

                                  \n@param status The current state of this replication group - creating, available, etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NodeGroupMembers" : { "documentation" : "

                                  A list containing information about individual nodes within the node group.

                                  ", "name" : "NodeGroupMembers", "c2jName" : "NodeGroupMembers", "c2jShape" : "NodeGroupMemberList", "variable" : { "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list containing information about individual nodes within the node group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "nodeGroupMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupMembers", "marshallLocationName" : "NodeGroupMembers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "NodeGroupMember", "memberLocationName" : "NodeGroupMember", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "NodeGroupMember", "variable" : { "variableName" : "member", "variableType" : "NodeGroupMember", "variableDeclarationType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "setterModel" : { "variableName" : "member", "variableType" : "NodeGroupMember", "variableDeclarationType" : "NodeGroupMember", "documentation" : "", "simpleType" : "NodeGroupMember", "variableSetterType" : "NodeGroupMember" }, "getterModel" : { "returnType" : "NodeGroupMember", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupMember", "marshallLocationName" : "NodeGroupMember", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "NodeGroupMember", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.*/", "getterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@return A list containing information about individual nodes within the node group.*/", "fluentSetterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list containing information about individual nodes within the node group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setNodeGroupMembers(java.util.Collection)} or {@link #withNodeGroupMembers(java.util.Collection)} if you want to override the existing values.

                                  \n@param nodeGroupMembers A list containing information about individual nodes within the node group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NodeGroupId" : { "documentation" : "

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  ", "name" : "NodeGroupId", "c2jName" : "NodeGroupId", "c2jShape" : "String", "variable" : { "variableName" : "nodeGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nodeGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NodeGroupId", "marshallLocationName" : "NodeGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.*/", "getterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@return The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

                                  \n@param nodeGroupId The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrimaryEndpoint" : { "documentation" : "", "name" : "PrimaryEndpoint", "c2jName" : "PrimaryEndpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "primaryEndpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryEndpoint", "marshallLocationName" : "PrimaryEndpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param primaryEndpoint */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param primaryEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param primaryEndpoint \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheParameterGroupsResult" : { "c2jName" : "CacheParameterGroupsMessage", "documentation" : "

                                  Represents the output of a DescribeCacheParameterGroups action.

                                  ", "shapeName" : "DescribeCacheParameterGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  ", "name" : "CacheParameterGroups", "c2jName" : "CacheParameterGroups", "c2jShape" : "CacheParameterGroupList", "variable" : { "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroups", "marshallLocationName" : "CacheParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheParameterGroup", "memberLocationName" : "CacheParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheParameterGroup", "variable" : { "variableName" : "member", "variableType" : "CacheParameterGroup", "variableDeclarationType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheParameterGroup", "variableDeclarationType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "getterModel" : { "returnType" : "CacheParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroup", "marshallLocationName" : "CacheParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheParameterGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.*/", "getterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@return A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheParameterGroups(java.util.Collection)} or {@link #withCacheParameterGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheParameterGroupsResult", "variableType" : "DescribeCacheParameterGroupsResult", "variableDeclarationType" : "DescribeCacheParameterGroupsResult", "documentation" : null, "simpleType" : "DescribeCacheParameterGroupsResult", "variableSetterType" : "DescribeCacheParameterGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheParameterGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroups" : { "documentation" : "

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  ", "name" : "CacheParameterGroups", "c2jName" : "CacheParameterGroups", "c2jShape" : "CacheParameterGroupList", "variable" : { "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroups", "marshallLocationName" : "CacheParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheParameterGroup", "memberLocationName" : "CacheParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheParameterGroup", "variable" : { "variableName" : "member", "variableType" : "CacheParameterGroup", "variableDeclarationType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheParameterGroup", "variableDeclarationType" : "CacheParameterGroup", "documentation" : "", "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "getterModel" : { "returnType" : "CacheParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroup", "marshallLocationName" : "CacheParameterGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheParameterGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.*/", "getterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@return A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheParameterGroups(java.util.Collection)} or {@link #withCacheParameterGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheParameterGroups A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedCacheNode" : { "c2jName" : "ReservedCacheNode", "documentation" : "

                                  Represents the output of a PurchaseReservedCacheNodesOffering action.

                                  ", "shapeName" : "ReservedCacheNode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  The unique identifier for the reservation.

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The unique identifier for the reservation.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.*/", "getterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@return The unique identifier for the reservation.*/", "fluentSetterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The offering identifier.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                  The offering identifier.

                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@return The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The time the reservation started.

                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The time the reservation started.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.*/", "getterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@return The time the reservation started.*/", "fluentSetterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The duration of the reservation in seconds.

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The duration of the reservation in seconds.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.*/", "getterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@return The duration of the reservation in seconds.*/", "fluentSetterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The fixed price charged for this reserved cache node.

                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The fixed price charged for this reserved cache node.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.*/", "getterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@return The fixed price charged for this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The hourly price charged for this reserved cache node.

                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The hourly price charged for this reserved cache node.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.*/", "getterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@return The hourly price charged for this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The number of cache nodes that have been reserved.

                                  ", "name" : "CacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "Integer", "variable" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache nodes that have been reserved.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCount", "marshallLocationName" : "CacheNodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.*/", "getterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@return The number of cache nodes that have been reserved.*/", "fluentSetterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The description of the reserved cache node.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.*/", "getterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@return The description of the reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The offering type of this reserved cache node.

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering type of this reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.*/", "getterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@return The offering type of this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The state of the reserved cache node.

                                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "String", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The state of the reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.*/", "getterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@return The state of the reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "RecurringCharge", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.*/", "getterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@return The recurring price charged to run this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reservedCacheNode", "variableType" : "ReservedCacheNode", "variableDeclarationType" : "ReservedCacheNode", "documentation" : null, "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OfferingType" : { "documentation" : "

                                  The offering type of this reserved cache node.

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering type of this reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.*/", "getterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@return The offering type of this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering type of this reserved cache node.

                                  \n@param offeringType The offering type of this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@return The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache nodes.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UsagePrice" : { "documentation" : "

                                  The hourly price charged for this reserved cache node.

                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The hourly price charged for this reserved cache node.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.*/", "getterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@return The hourly price charged for this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The hourly price charged for this reserved cache node.

                                  \n@param usagePrice The hourly price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeCount" : { "documentation" : "

                                  The number of cache nodes that have been reserved.

                                  ", "name" : "CacheNodeCount", "c2jName" : "CacheNodeCount", "c2jShape" : "Integer", "variable" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of cache nodes that have been reserved.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheNodeCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCount", "marshallLocationName" : "CacheNodeCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.*/", "getterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@return The number of cache nodes that have been reserved.*/", "fluentSetterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of cache nodes that have been reserved.

                                  \n@param cacheNodeCount The number of cache nodes that have been reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "State" : { "documentation" : "

                                  The state of the reserved cache node.

                                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "String", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The state of the reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.*/", "getterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@return The state of the reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The state of the reserved cache node.

                                  \n@param state The state of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                  The time the reservation started.

                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The time the reservation started.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.*/", "getterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@return The time the reservation started.*/", "fluentSetterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The time the reservation started.

                                  \n@param startTime The time the reservation started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecurringCharges" : { "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "RecurringCharge", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.*/", "getterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@return The recurring price charged to run this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodeId" : { "documentation" : "

                                  The unique identifier for the reservation.

                                  ", "name" : "ReservedCacheNodeId", "c2jName" : "ReservedCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The unique identifier for the reservation.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodeId", "marshallLocationName" : "ReservedCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.*/", "getterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@return The unique identifier for the reservation.*/", "fluentSetterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The unique identifier for the reservation.

                                  \n@param reservedCacheNodeId The unique identifier for the reservation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                  The duration of the reservation in seconds.

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The duration of the reservation in seconds.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.*/", "getterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@return The duration of the reservation in seconds.*/", "fluentSetterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration of the reservation in seconds.

                                  \n@param duration The duration of the reservation in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                  The description of the reserved cache node.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description of the reserved cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.*/", "getterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@return The description of the reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description of the reserved cache node.

                                  \n@param productDescription The description of the reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodesOfferingId" : { "documentation" : "

                                  The offering identifier.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering identifier.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                  The offering identifier.

                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering identifier.

                                  \n@param reservedCacheNodesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FixedPrice" : { "documentation" : "

                                  The fixed price charged for this reserved cache node.

                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The fixed price charged for this reserved cache node.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.*/", "getterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@return The fixed price charged for this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The fixed price charged for this reserved cache node.

                                  \n@param fixedPrice The fixed price charged for this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PendingAutomaticFailoverStatus" : { "c2jName" : "PendingAutomaticFailoverStatus", "documentation" : "", "shapeName" : "PendingAutomaticFailoverStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Enabled", "value" : "enabled" }, { "name" : "Disabled", "value" : "disabled" } ], "variable" : { "variableName" : "pendingAutomaticFailoverStatus", "variableType" : "PendingAutomaticFailoverStatus", "variableDeclarationType" : "PendingAutomaticFailoverStatus", "documentation" : null, "simpleType" : "PendingAutomaticFailoverStatus", "variableSetterType" : "PendingAutomaticFailoverStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReservedCacheNodesOfferingsResult" : { "c2jName" : "ReservedCacheNodesOfferingMessage", "documentation" : "

                                  Represents the output of a DescribeReservedCacheNodesOfferings action.

                                  ", "shapeName" : "DescribeReservedCacheNodesOfferingsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  ", "name" : "ReservedCacheNodesOfferings", "c2jName" : "ReservedCacheNodesOfferings", "c2jShape" : "ReservedCacheNodesOfferingList", "variable" : { "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferings", "marshallLocationName" : "ReservedCacheNodesOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedCacheNodesOffering", "memberLocationName" : "ReservedCacheNodesOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedCacheNodesOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "variableDeclarationType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "variableDeclarationType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "getterModel" : { "returnType" : "ReservedCacheNodesOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOffering", "marshallLocationName" : "ReservedCacheNodesOffering", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReservedCacheNodesOffering", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.*/", "getterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@return A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.*/", "fluentSetterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedCacheNodesOfferings(java.util.Collection)} or {@link #withReservedCacheNodesOfferings(java.util.Collection)} if you want to override the existing values.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedCacheNodesOfferingsResult", "variableType" : "DescribeReservedCacheNodesOfferingsResult", "variableDeclarationType" : "DescribeReservedCacheNodesOfferingsResult", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesOfferingsResult", "variableSetterType" : "DescribeReservedCacheNodesOfferingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReservedCacheNodesOfferingsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedCacheNodesOfferings" : { "documentation" : "

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  ", "name" : "ReservedCacheNodesOfferings", "c2jName" : "ReservedCacheNodesOfferings", "c2jShape" : "ReservedCacheNodesOfferingList", "variable" : { "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferings", "marshallLocationName" : "ReservedCacheNodesOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedCacheNodesOffering", "memberLocationName" : "ReservedCacheNodesOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedCacheNodesOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "variableDeclarationType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedCacheNodesOffering", "variableDeclarationType" : "ReservedCacheNodesOffering", "documentation" : "", "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "getterModel" : { "returnType" : "ReservedCacheNodesOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOffering", "marshallLocationName" : "ReservedCacheNodesOffering", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReservedCacheNodesOffering", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.*/", "getterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@return A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.*/", "fluentSetterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedCacheNodesOfferings(java.util.Collection)} or {@link #withReservedCacheNodesOfferings(java.util.Collection)} if you want to override the existing values.

                                  \n@param reservedCacheNodesOfferings A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSubnetGroupQuotaExceededException" : { "c2jName" : "CacheSubnetGroupQuotaExceededFault", "documentation" : "

                                  The request cannot be processed because it would exceed the allowed number of cache subnet groups.

                                  ", "shapeName" : "CacheSubnetGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSubnetGroupQuotaExceededException", "variableType" : "CacheSubnetGroupQuotaExceededException", "variableDeclarationType" : "CacheSubnetGroupQuotaExceededException", "documentation" : null, "simpleType" : "CacheSubnetGroupQuotaExceededException", "variableSetterType" : "CacheSubnetGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSubnetGroupQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReplicationGroupAlreadyExistsException" : { "c2jName" : "ReplicationGroupAlreadyExistsFault", "documentation" : "

                                  The specified replication group already exists.

                                  ", "shapeName" : "ReplicationGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "replicationGroupAlreadyExistsException", "variableType" : "ReplicationGroupAlreadyExistsException", "variableDeclarationType" : "ReplicationGroupAlreadyExistsException", "documentation" : null, "simpleType" : "ReplicationGroupAlreadyExistsException", "variableSetterType" : "ReplicationGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReplicationGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResetCacheParameterGroupRequest" : { "c2jName" : "ResetCacheParameterGroupMessage", "documentation" : "

                                  Represents the input of a ResetCacheParameterGroup action.

                                  ", "shapeName" : "ResetCacheParameterGroupRequest", "deprecated" : false, "required" : [ "CacheParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache parameter group to reset.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to reset.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@return The name of the cache parameter group to reset.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  ", "name" : "ResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "variable" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResetAllParameters", "marshallLocationName" : "ResetAllParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false*/", "getterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@return If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false*/", "fluentSetterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  ", "name" : "ParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "variable" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValues", "marshallLocationName" : "ParameterNameValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterNameValue", "memberLocationName" : "ParameterNameValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterNameValue", "variable" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValue", "marshallLocationName" : "ParameterNameValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterNameValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.*/", "getterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@return An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.*/", "fluentSetterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterNameValues(java.util.Collection)} or {@link #withParameterNameValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resetCacheParameterGroupRequest", "variableType" : "ResetCacheParameterGroupRequest", "variableDeclarationType" : "ResetCacheParameterGroupRequest", "documentation" : null, "simpleType" : "ResetCacheParameterGroupRequest", "variableSetterType" : "ResetCacheParameterGroupRequest" }, "marshaller" : { "action" : "ResetCacheParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterNameValues" : { "documentation" : "

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  ", "name" : "ParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "variable" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValues", "marshallLocationName" : "ParameterNameValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterNameValue", "memberLocationName" : "ParameterNameValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterNameValue", "variable" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValue", "marshallLocationName" : "ParameterNameValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterNameValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.*/", "getterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@return An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.*/", "fluentSetterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterNameValues(java.util.Collection)} or {@link #withParameterNameValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param parameterNameValues An array of parameter names to reset to their default values. If ResetAllParameters is false, you must specify the name of at least one parameter to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group to reset.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to reset.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@return The name of the cache parameter group to reset.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to reset.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to reset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResetAllParameters" : { "documentation" : "

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  ", "name" : "ResetAllParameters", "c2jName" : "ResetAllParameters", "c2jShape" : "Boolean", "variable" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "resetAllParameters", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResetAllParameters", "marshallLocationName" : "ResetAllParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false*/", "getterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@return If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false*/", "fluentSetterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false

                                  \n@param resetAllParameters If true, all parameters in the cache parameter group will be reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values.

                                  Valid values: true | false\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheSecurityGroupsResult" : { "c2jName" : "CacheSecurityGroupMessage", "documentation" : "

                                  Represents the output of a DescribeCacheSecurityGroups action.

                                  ", "shapeName" : "DescribeCacheSecurityGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  ", "name" : "CacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroups", "variable" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroups", "marshallLocationName" : "CacheSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSecurityGroup", "memberLocationName" : "CacheSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "CacheSecurityGroup", "variableDeclarationType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSecurityGroup", "variableDeclarationType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroup", "marshallLocationName" : "CacheSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSecurityGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.*/", "getterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@return A list of cache security groups. Each element in the list contains detailed information about one group.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroups(java.util.Collection)} or {@link #withCacheSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheSecurityGroupsResult", "variableType" : "DescribeCacheSecurityGroupsResult", "variableDeclarationType" : "DescribeCacheSecurityGroupsResult", "documentation" : null, "simpleType" : "DescribeCacheSecurityGroupsResult", "variableSetterType" : "DescribeCacheSecurityGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCacheSecurityGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroups" : { "documentation" : "

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  ", "name" : "CacheSecurityGroups", "c2jName" : "CacheSecurityGroups", "c2jShape" : "CacheSecurityGroups", "variable" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroups", "marshallLocationName" : "CacheSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheSecurityGroup", "memberLocationName" : "CacheSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "CacheSecurityGroup", "variableDeclarationType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheSecurityGroup", "variableDeclarationType" : "CacheSecurityGroup", "documentation" : "", "simpleType" : "CacheSecurityGroup", "variableSetterType" : "CacheSecurityGroup" }, "getterModel" : { "returnType" : "CacheSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroup", "marshallLocationName" : "CacheSecurityGroup", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheSecurityGroup", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.*/", "getterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@return A list of cache security groups. Each element in the list contains detailed information about one group.*/", "fluentSetterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of cache security groups. Each element in the list contains detailed information about one group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroups(java.util.Collection)} or {@link #withCacheSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                  \n@param cacheSecurityGroups A list of cache security groups. Each element in the list contains detailed information about one group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplicationGroupPendingModifiedValues" : { "c2jName" : "ReplicationGroupPendingModifiedValues", "documentation" : "

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

                                  ", "shapeName" : "ReplicationGroupPendingModifiedValues", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  ", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.*/", "getterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@return The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "name" : "AutomaticFailoverStatus", "c2jName" : "AutomaticFailoverStatus", "c2jShape" : "PendingAutomaticFailoverStatus", "variable" : { "variableName" : "automaticFailoverStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "automaticFailoverStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverStatus", "marshallLocationName" : "AutomaticFailoverStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PendingAutomaticFailoverStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see PendingAutomaticFailoverStatus*/", "getterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see PendingAutomaticFailoverStatus*/", "fluentSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus*/", "varargSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus*/" } ], "enums" : null, "variable" : { "variableName" : "replicationGroupPendingModifiedValues", "variableType" : "ReplicationGroupPendingModifiedValues", "variableDeclarationType" : "ReplicationGroupPendingModifiedValues", "documentation" : null, "simpleType" : "ReplicationGroupPendingModifiedValues", "variableSetterType" : "ReplicationGroupPendingModifiedValues" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PrimaryClusterId" : { "documentation" : "

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  ", "name" : "PrimaryClusterId", "c2jName" : "PrimaryClusterId", "c2jShape" : "String", "variable" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "primaryClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PrimaryClusterId", "marshallLocationName" : "PrimaryClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.*/", "getterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@return The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.*/", "fluentSetterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.

                                  \n@param primaryClusterId The primary cluster ID which will be applied immediately (if --apply-immediately was specified), or during the next maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutomaticFailoverStatus" : { "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "name" : "AutomaticFailoverStatus", "c2jName" : "AutomaticFailoverStatus", "c2jShape" : "PendingAutomaticFailoverStatus", "variable" : { "variableName" : "automaticFailoverStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "automaticFailoverStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomaticFailoverStatus", "marshallLocationName" : "AutomaticFailoverStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PendingAutomaticFailoverStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see PendingAutomaticFailoverStatus*/", "getterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@see PendingAutomaticFailoverStatus*/", "fluentSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus*/", "varargSetterDocumentation" : "/**

                                  Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@param automaticFailoverStatus Indicates the status of Multi-AZ for this replication group.

                                  ElastiCache Multi-AZ replication groups are not supported on:

                                  • Redis versions earlier than 2.8.6.

                                  • T1 and T2 cache node types.

                                  \n@return Returns a reference to this object so that method calls can be chained together.\n@see PendingAutomaticFailoverStatus*/" } } }, "CreateCacheSubnetGroupRequest" : { "c2jName" : "CreateCacheSubnetGroupMessage", "documentation" : "

                                  Represents the input of a CreateCacheSubnetGroup action.

                                  ", "shapeName" : "CreateCacheSubnetGroupRequest", "deprecated" : false, "required" : [ "CacheSubnetGroupName", "CacheSubnetGroupDescription", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "getterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@return A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "fluentSetterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A description for the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description for the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@return A description for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of VPC subnet IDs for the cache subnet group.

                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of VPC subnet IDs for the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@return A list of VPC subnet IDs for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCacheSubnetGroupRequest", "variableType" : "CreateCacheSubnetGroupRequest", "variableDeclarationType" : "CreateCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "CreateCacheSubnetGroupRequest", "variableSetterType" : "CreateCacheSubnetGroupRequest" }, "marshaller" : { "action" : "CreateCacheSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSubnetGroupName" : { "documentation" : "

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "getterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@return A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup*/", "fluentSetterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup

                                  \n@param cacheSubnetGroupName A name for the cache subnet group. This value is stored as a lowercase string.

                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                  Example: mysubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

                                  A list of VPC subnet IDs for the cache subnet group.

                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of VPC subnet IDs for the cache subnet group.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SubnetIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@return A list of VPC subnet IDs for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of VPC subnet IDs for the cache subnet group.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                  \n@param subnetIds A list of VPC subnet IDs for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupDescription" : { "documentation" : "

                                  A description for the cache subnet group.

                                  ", "name" : "CacheSubnetGroupDescription", "c2jName" : "CacheSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A description for the cache subnet group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupDescription", "marshallLocationName" : "CacheSubnetGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.*/", "getterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@return A description for the cache subnet group.*/", "fluentSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A description for the cache subnet group.

                                  \n@param cacheSubnetGroupDescription A description for the cache subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InsufficientCacheClusterCapacityException" : { "c2jName" : "InsufficientCacheClusterCapacityFault", "documentation" : "

                                  The requested cache node type is not available in the specified Availability Zone.

                                  ", "shapeName" : "InsufficientCacheClusterCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientCacheClusterCapacityException", "variableType" : "InsufficientCacheClusterCapacityException", "variableDeclarationType" : "InsufficientCacheClusterCapacityException", "documentation" : null, "simpleType" : "InsufficientCacheClusterCapacityException", "variableSetterType" : "InsufficientCacheClusterCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientCacheClusterCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CacheParameterGroup" : { "c2jName" : "CacheParameterGroup", "documentation" : "

                                  Represents the output of a CreateCacheParameterGroup action.

                                  ", "shapeName" : "CacheParameterGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@return The name of the cache parameter group family that this cache parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The description for this cache parameter group.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description for this cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.*/", "getterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@return The description for this cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheParameterGroup", "variableType" : "CacheParameterGroup", "variableDeclarationType" : "CacheParameterGroup", "documentation" : null, "simpleType" : "CacheParameterGroup", "variableSetterType" : "CacheParameterGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                  The description for this cache parameter group.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The description for this cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.*/", "getterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@return The description for this cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The description for this cache parameter group.

                                  \n@param description The description for this cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@return The name of the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group.

                                  \n@param cacheParameterGroupName The name of the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@return The name of the cache parameter group family that this cache parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group family that this cache parameter group is compatible with.

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family that this cache parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterCombinationException" : { "c2jName" : "InvalidParameterCombinationException", "documentation" : "

                                  Two or more incompatible parameters were specified.

                                  ", "shapeName" : "InvalidParameterCombinationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterCombinationException", "variableType" : "InvalidParameterCombinationException", "variableDeclarationType" : "InvalidParameterCombinationException", "documentation" : null, "simpleType" : "InvalidParameterCombinationException", "variableSetterType" : "InvalidParameterCombinationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterCombination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCacheParametersRequest" : { "c2jName" : "DescribeCacheParametersMessage", "documentation" : "

                                  Represents the input of a DescribeCacheParameters action.

                                  ", "shapeName" : "DescribeCacheParametersRequest", "deprecated" : false, "required" : [ "CacheParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of a specific cache parameter group to return details for.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of a specific cache parameter group to return details for.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.*/", "getterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@return The name of a specific cache parameter group to return details for.*/", "fluentSetterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default*/", "getterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@return The parameter types to return.

                                  Valid values: user | system | engine-default*/", "fluentSetterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheParametersRequest", "variableType" : "DescribeCacheParametersRequest", "variableDeclarationType" : "DescribeCacheParametersRequest", "documentation" : null, "simpleType" : "DescribeCacheParametersRequest", "variableSetterType" : "DescribeCacheParametersRequest" }, "marshaller" : { "action" : "DescribeCacheParameters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheParameterGroupName" : { "documentation" : "

                                  The name of a specific cache parameter group to return details for.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of a specific cache parameter group to return details for.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.*/", "getterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@return The name of a specific cache parameter group to return details for.*/", "fluentSetterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of a specific cache parameter group to return details for.

                                  \n@param cacheParameterGroupName The name of a specific cache parameter group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Source" : { "documentation" : "

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default*/", "getterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@return The parameter types to return.

                                  Valid values: user | system | engine-default*/", "fluentSetterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The parameter types to return.

                                  Valid values: user | system | engine-default

                                  \n@param source The parameter types to return.

                                  Valid values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of brecords to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedCacheNodeNotFoundException" : { "c2jName" : "ReservedCacheNodeNotFoundFault", "documentation" : "

                                  The requested reserved cache node was not found.

                                  ", "shapeName" : "ReservedCacheNodeNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedCacheNodeNotFoundException", "variableType" : "ReservedCacheNodeNotFoundException", "variableDeclarationType" : "ReservedCacheNodeNotFoundException", "documentation" : null, "simpleType" : "ReservedCacheNodeNotFoundException", "variableSetterType" : "ReservedCacheNodeNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedCacheNodeNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotNotFoundException" : { "c2jName" : "SnapshotNotFoundFault", "documentation" : "

                                  The requested snapshot name does not refer to an existing snapshot.

                                  ", "shapeName" : "SnapshotNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotNotFoundException", "variableType" : "SnapshotNotFoundException", "variableDeclarationType" : "SnapshotNotFoundException", "documentation" : null, "simpleType" : "SnapshotNotFoundException", "variableSetterType" : "SnapshotNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizeCacheSecurityGroupIngressRequest" : { "c2jName" : "AuthorizeCacheSecurityGroupIngressMessage", "documentation" : "

                                  Represents the input of an AuthorizeCacheSecurityGroupIngress action.

                                  ", "shapeName" : "AuthorizeCacheSecurityGroupIngressRequest", "deprecated" : false, "required" : [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The cache security group which will allow network ingress.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache security group which will allow network ingress.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.*/", "getterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@return The cache security group which will allow network ingress.*/", "fluentSetterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.*/", "getterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@return The Amazon EC2 security group to be authorized for ingress to the cache security group.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "getterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "fluentSetterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "authorizeCacheSecurityGroupIngressRequest", "variableType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableDeclarationType" : "AuthorizeCacheSecurityGroupIngressRequest", "documentation" : null, "simpleType" : "AuthorizeCacheSecurityGroupIngressRequest", "variableSetterType" : "AuthorizeCacheSecurityGroupIngressRequest" }, "marshaller" : { "action" : "AuthorizeCacheSecurityGroupIngress", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EC2SecurityGroupName" : { "documentation" : "

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.*/", "getterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@return The Amazon EC2 security group to be authorized for ingress to the cache security group.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon EC2 security group to be authorized for ingress to the cache security group.

                                  \n@param eC2SecurityGroupName The Amazon EC2 security group to be authorized for ingress to the cache security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupOwnerId" : { "documentation" : "

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "getterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@return The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.*/", "fluentSetterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

                                  \n@param eC2SecurityGroupOwnerId The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSecurityGroupName" : { "documentation" : "

                                  The cache security group which will allow network ingress.

                                  ", "name" : "CacheSecurityGroupName", "c2jName" : "CacheSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache security group which will allow network ingress.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.*/", "getterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@return The cache security group which will allow network ingress.*/", "fluentSetterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache security group which will allow network ingress.

                                  \n@param cacheSecurityGroupName The cache security group which will allow network ingress.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteReplicationGroupRequest" : { "c2jName" : "DeleteReplicationGroupMessage", "documentation" : "

                                  Represents the input of a DeleteReplicationGroup action.

                                  ", "shapeName" : "DeleteReplicationGroupRequest", "deprecated" : false, "required" : [ "ReplicationGroupId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "getterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@return The identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  ", "name" : "RetainPrimaryCluster", "c2jName" : "RetainPrimaryCluster", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetainPrimaryCluster", "marshallLocationName" : "RetainPrimaryCluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.*/", "getterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@return If set to true, all of the read replicas will be deleted, but the primary node will be retained.*/", "fluentSetterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  ", "name" : "FinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalSnapshotIdentifier", "marshallLocationName" : "FinalSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.*/", "getterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@return The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.*/", "fluentSetterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteReplicationGroupRequest", "variableType" : "DeleteReplicationGroupRequest", "variableDeclarationType" : "DeleteReplicationGroupRequest", "documentation" : null, "simpleType" : "DeleteReplicationGroupRequest", "variableSetterType" : "DeleteReplicationGroupRequest" }, "marshaller" : { "action" : "DeleteReplicationGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FinalSnapshotIdentifier" : { "documentation" : "

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  ", "name" : "FinalSnapshotIdentifier", "c2jName" : "FinalSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalSnapshotIdentifier", "marshallLocationName" : "FinalSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.*/", "getterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@return The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.*/", "fluentSetterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.

                                  \n@param finalSnapshotIdentifier The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "getterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@return The identifier for the cluster to be deleted. This parameter is not case sensitive.*/", "fluentSetterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier for the cluster to be deleted. This parameter is not case sensitive.

                                  \n@param replicationGroupId The identifier for the cluster to be deleted. This parameter is not case sensitive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RetainPrimaryCluster" : { "documentation" : "

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  ", "name" : "RetainPrimaryCluster", "c2jName" : "RetainPrimaryCluster", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "retainPrimaryCluster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetainPrimaryCluster", "marshallLocationName" : "RetainPrimaryCluster", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.*/", "getterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@return If set to true, all of the read replicas will be deleted, but the primary node will be retained.*/", "fluentSetterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If set to true, all of the read replicas will be deleted, but the primary node will be retained.

                                  \n@param retainPrimaryCluster If set to true, all of the read replicas will be deleted, but the primary node will be retained.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NodeSnapshot" : { "c2jName" : "NodeSnapshot", "documentation" : "

                                  Represents an individual cache node in a snapshot of a cache cluster.

                                  ", "shapeName" : "NodeSnapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  The cache node identifier for the node in the source cache cluster.

                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node identifier for the node in the source cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.*/", "getterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@return The cache node identifier for the node in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The size of the cache on the source cache node.

                                  ", "name" : "CacheSize", "c2jName" : "CacheSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The size of the cache on the source cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSize", "marshallLocationName" : "CacheSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.*/", "getterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@return The size of the cache on the source cache node.*/", "fluentSetterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The date and time when the cache node was created in the source cache cluster.

                                  ", "name" : "CacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the cache node was created in the source cache cluster.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCreateTime", "marshallLocationName" : "CacheNodeCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.*/", "getterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@return The date and time when the cache node was created in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.*/", "getterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@return The date and time when the source node's metadata and cache data set was obtained for the snapshot.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "nodeSnapshot", "variableType" : "NodeSnapshot", "variableDeclarationType" : "NodeSnapshot", "documentation" : null, "simpleType" : "NodeSnapshot", "variableSetterType" : "NodeSnapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSize" : { "documentation" : "

                                  The size of the cache on the source cache node.

                                  ", "name" : "CacheSize", "c2jName" : "CacheSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The size of the cache on the source cache node.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSize", "marshallLocationName" : "CacheSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.*/", "getterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@return The size of the cache on the source cache node.*/", "fluentSetterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The size of the cache on the source cache node.

                                  \n@param cacheSize The size of the cache on the source cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotCreateTime" : { "documentation" : "

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.*/", "getterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@return The date and time when the source node's metadata and cache data set was obtained for the snapshot.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the source node's metadata and cache data set was obtained for the snapshot.

                                  \n@param snapshotCreateTime The date and time when the source node's metadata and cache data set was obtained for the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeId" : { "documentation" : "

                                  The cache node identifier for the node in the source cache cluster.

                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node identifier for the node in the source cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.*/", "getterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@return The cache node identifier for the node in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node identifier for the node in the source cache cluster.

                                  \n@param cacheNodeId The cache node identifier for the node in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeCreateTime" : { "documentation" : "

                                  The date and time when the cache node was created in the source cache cluster.

                                  ", "name" : "CacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                  The date and time when the cache node was created in the source cache cluster.

                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCreateTime", "marshallLocationName" : "CacheNodeCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.*/", "getterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@return The date and time when the cache node was created in the source cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The date and time when the cache node was created in the source cache cluster.

                                  \n@param cacheNodeCreateTime The date and time when the cache node was created in the source cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSubnetGroupInUseException" : { "c2jName" : "CacheSubnetGroupInUse", "documentation" : "

                                  The requested cache subnet group is currently in use.

                                  ", "shapeName" : "CacheSubnetGroupInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSubnetGroupInUseException", "variableType" : "CacheSubnetGroupInUseException", "variableDeclarationType" : "CacheSubnetGroupInUseException", "documentation" : null, "simpleType" : "CacheSubnetGroupInUseException", "variableSetterType" : "CacheSubnetGroupInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSubnetGroupInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeReservedCacheNodesResult" : { "c2jName" : "ReservedCacheNodeMessage", "documentation" : "

                                  Represents the output of a DescribeReservedCacheNodes action.

                                  ", "shapeName" : "DescribeReservedCacheNodesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  ", "name" : "ReservedCacheNodes", "c2jName" : "ReservedCacheNodes", "c2jShape" : "ReservedCacheNodeList", "variable" : { "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodes", "marshallLocationName" : "ReservedCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedCacheNode", "memberLocationName" : "ReservedCacheNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedCacheNode", "variable" : { "variableName" : "member", "variableType" : "ReservedCacheNode", "variableDeclarationType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedCacheNode", "variableDeclarationType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "getterModel" : { "returnType" : "ReservedCacheNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNode", "marshallLocationName" : "ReservedCacheNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReservedCacheNode", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.*/", "getterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@return A list of reserved cache nodes. Each element in the list contains detailed information about one node.*/", "fluentSetterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedCacheNodes(java.util.Collection)} or {@link #withReservedCacheNodes(java.util.Collection)} if you want to override the existing values.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedCacheNodesResult", "variableType" : "DescribeReservedCacheNodesResult", "variableDeclarationType" : "DescribeReservedCacheNodesResult", "documentation" : null, "simpleType" : "DescribeReservedCacheNodesResult", "variableSetterType" : "DescribeReservedCacheNodesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReservedCacheNodesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedCacheNodes" : { "documentation" : "

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  ", "name" : "ReservedCacheNodes", "c2jName" : "ReservedCacheNodes", "c2jShape" : "ReservedCacheNodeList", "variable" : { "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "reservedCacheNodes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodes", "marshallLocationName" : "ReservedCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedCacheNode", "memberLocationName" : "ReservedCacheNode", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedCacheNode", "variable" : { "variableName" : "member", "variableType" : "ReservedCacheNode", "variableDeclarationType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedCacheNode", "variableDeclarationType" : "ReservedCacheNode", "documentation" : "", "simpleType" : "ReservedCacheNode", "variableSetterType" : "ReservedCacheNode" }, "getterModel" : { "returnType" : "ReservedCacheNode", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNode", "marshallLocationName" : "ReservedCacheNode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ReservedCacheNode", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.*/", "getterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@return A list of reserved cache nodes. Each element in the list contains detailed information about one node.*/", "fluentSetterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of reserved cache nodes. Each element in the list contains detailed information about one node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedCacheNodes(java.util.Collection)} or {@link #withReservedCacheNodes(java.util.Collection)} if you want to override the existing values.

                                  \n@param reservedCacheNodes A list of reserved cache nodes. Each element in the list contains detailed information about one node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Provides an identifier to allow retrieval of paginated results.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Provides an identifier to allow retrieval of paginated results.

                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEngineDefaultParametersRequest" : { "c2jName" : "DescribeEngineDefaultParametersMessage", "documentation" : "

                                  Represents the input of a DescribeEngineDefaultParameters action.

                                  ", "shapeName" : "DescribeEngineDefaultParametersRequest", "deprecated" : false, "required" : [ "CacheParameterGroupFamily" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@return The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "documentation" : null, "simpleType" : "DescribeEngineDefaultParametersRequest", "variableSetterType" : "DescribeEngineDefaultParametersRequest" }, "marshaller" : { "action" : "DescribeEngineDefaultParameters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@return The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8

                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family. Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.

                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                  Default: 100

                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyCacheParameterGroupRequest" : { "c2jName" : "ModifyCacheParameterGroupMessage", "documentation" : "

                                  Represents the input of a ModifyCacheParameterGroup action.

                                  ", "shapeName" : "ModifyCacheParameterGroupRequest", "deprecated" : false, "required" : [ "CacheParameterGroupName", "ParameterNameValues" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The name of the cache parameter group to modify.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to modify.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@return The name of the cache parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  ", "name" : "ParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "variable" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValues", "marshallLocationName" : "ParameterNameValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterNameValue", "memberLocationName" : "ParameterNameValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterNameValue", "variable" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValue", "marshallLocationName" : "ParameterNameValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterNameValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.*/", "getterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@return An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.*/", "fluentSetterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterNameValues(java.util.Collection)} or {@link #withParameterNameValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyCacheParameterGroupRequest", "variableType" : "ModifyCacheParameterGroupRequest", "variableDeclarationType" : "ModifyCacheParameterGroupRequest", "documentation" : null, "simpleType" : "ModifyCacheParameterGroupRequest", "variableSetterType" : "ModifyCacheParameterGroupRequest" }, "marshaller" : { "action" : "ModifyCacheParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterNameValues" : { "documentation" : "

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  ", "name" : "ParameterNameValues", "c2jName" : "ParameterNameValues", "c2jShape" : "ParameterNameValueList", "variable" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameterNameValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValues", "marshallLocationName" : "ParameterNameValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ParameterNameValue", "memberLocationName" : "ParameterNameValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ParameterNameValue", "variable" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "setterModel" : { "variableName" : "member", "variableType" : "ParameterNameValue", "variableDeclarationType" : "ParameterNameValue", "documentation" : "", "simpleType" : "ParameterNameValue", "variableSetterType" : "ParameterNameValue" }, "getterModel" : { "returnType" : "ParameterNameValue", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterNameValue", "marshallLocationName" : "ParameterNameValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "ParameterNameValue", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.*/", "getterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@return An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.*/", "fluentSetterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameterNameValues(java.util.Collection)} or {@link #withParameterNameValues(java.util.Collection)} if you want to override the existing values.

                                  \n@param parameterNameValues An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

                                  The name of the cache parameter group to modify.

                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of the cache parameter group to modify.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.*/", "getterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@return The name of the cache parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The name of the cache parameter group to modify.

                                  \n@param cacheParameterGroupName The name of the cache parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateSnapshotRequest" : { "c2jName" : "CreateSnapshotMessage", "documentation" : "

                                  Represents the input of a CreateSnapshot action.

                                  ", "shapeName" : "CreateSnapshotRequest", "deprecated" : false, "required" : [ "CacheClusterId", "SnapshotName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.*/", "getterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@return The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  A name for the snapshot being created.

                                  ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A name for the snapshot being created.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.*/", "getterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@return A name for the snapshot being created.*/", "fluentSetterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "variableDeclarationType" : "CreateSnapshotRequest", "documentation" : null, "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "marshaller" : { "action" : "CreateSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheClusterId" : { "documentation" : "

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.*/", "getterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@return The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.*/", "fluentSetterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.

                                  \n@param cacheClusterId The identifier of an existing cache cluster. The snapshot will be created from this cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotName" : { "documentation" : "

                                  A name for the snapshot being created.

                                  ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A name for the snapshot being created.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.*/", "getterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@return A name for the snapshot being created.*/", "fluentSetterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A name for the snapshot being created.

                                  \n@param snapshotName A name for the snapshot being created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedCacheNodesOffering" : { "c2jName" : "ReservedCacheNodesOffering", "documentation" : "

                                  Describes all of the attributes of a reserved cache node offering.

                                  ", "shapeName" : "ReservedCacheNodesOffering", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                  A unique identifier for the reserved cache node offering.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A unique identifier for the reserved cache node offering.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.*/", "getterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@return A unique identifier for the reserved cache node offering.*/", "fluentSetterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@return The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The duration of the offering. in seconds.

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The duration of the offering. in seconds.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.*/", "getterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@return The duration of the offering. in seconds.*/", "fluentSetterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The fixed price charged for this offering.

                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The fixed price charged for this offering.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.*/", "getterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@return The fixed price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The hourly price charged for this offering.

                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The hourly price charged for this offering.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.*/", "getterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@return The hourly price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The cache engine used by the offering.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache engine used by the offering.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.*/", "getterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@return The cache engine used by the offering.*/", "fluentSetterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The offering type.

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.*/", "getterDocumentation" : "/**

                                  The offering type.

                                  \n@return The offering type.*/", "fluentSetterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "RecurringCharge", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.*/", "getterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@return The recurring price charged to run this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reservedCacheNodesOffering", "variableType" : "ReservedCacheNodesOffering", "variableDeclarationType" : "ReservedCacheNodesOffering", "documentation" : null, "simpleType" : "ReservedCacheNodesOffering", "variableSetterType" : "ReservedCacheNodesOffering" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OfferingType" : { "documentation" : "

                                  The offering type.

                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The offering type.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.*/", "getterDocumentation" : "/**

                                  The offering type.

                                  \n@return The offering type.*/", "fluentSetterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The offering type.

                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@return The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                  \n@param cacheNodeType The cache node type for the reserved cache node.

                                  Valid node types are as follows:

                                  • General purpose:

                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                  • Compute optimized: cache.c1.xlarge

                                  • Memory optimized:

                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                  Notes:

                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                  • Redis backup/restore is not supported for t2 instances.

                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UsagePrice" : { "documentation" : "

                                  The hourly price charged for this offering.

                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The hourly price charged for this offering.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.*/", "getterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@return The hourly price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The hourly price charged for this offering.

                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecurringCharges" : { "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  The recurring price charged to run this reserved cache node.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "RecurringCharge", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.*/", "getterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@return The recurring price charged to run this reserved cache node.*/", "fluentSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The recurring price charged to run this reserved cache node.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                  \n@param recurringCharges The recurring price charged to run this reserved cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                  The duration of the offering. in seconds.

                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The duration of the offering. in seconds.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.*/", "getterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@return The duration of the offering. in seconds.*/", "fluentSetterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The duration of the offering. in seconds.

                                  \n@param duration The duration of the offering. in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                  The cache engine used by the offering.

                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache engine used by the offering.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.*/", "getterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@return The cache engine used by the offering.*/", "fluentSetterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache engine used by the offering.

                                  \n@param productDescription The cache engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedCacheNodesOfferingId" : { "documentation" : "

                                  A unique identifier for the reserved cache node offering.

                                  ", "name" : "ReservedCacheNodesOfferingId", "c2jName" : "ReservedCacheNodesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A unique identifier for the reserved cache node offering.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedCacheNodesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedCacheNodesOfferingId", "marshallLocationName" : "ReservedCacheNodesOfferingId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.*/", "getterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@return A unique identifier for the reserved cache node offering.*/", "fluentSetterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A unique identifier for the reserved cache node offering.

                                  \n@param reservedCacheNodesOfferingId A unique identifier for the reserved cache node offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FixedPrice" : { "documentation" : "

                                  The fixed price charged for this offering.

                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                  The fixed price charged for this offering.

                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.*/", "getterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@return The fixed price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The fixed price charged for this offering.

                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceMessage", "documentation" : "

                                  The input parameters for the ListTagsForResource action.

                                  ", "shapeName" : "ListTagsForResourceRequest", "deprecated" : false, "required" : [ "ResourceName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@return The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "marshaller" : { "action" : "ListTagsForResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@return The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeCacheEngineVersionsRequest" : { "c2jName" : "DescribeCacheEngineVersionsMessage", "documentation" : "

                                  Represents the input of a DescribeCacheEngineVersions action.

                                  ", "shapeName" : "DescribeCacheEngineVersionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The cache engine to return. Valid values: memcached | redis

                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache engine to return. Valid values: memcached | redis

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache engine to return. Valid values: memcached | redis

                                  \n@param engine The cache engine to return. Valid values: memcached | redis*/", "getterDocumentation" : "/**

                                  The cache engine to return. Valid values: memcached | redis

                                  \n@return The cache engine to return. Valid values: memcached | redis*/", "fluentSetterDocumentation" : "/**

                                  The cache engine to return. Valid values: memcached | redis

                                  \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache engine to return. Valid values: memcached | redis

                                  \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  \n@param engineVersion The cache engine version to return.

                                  Example: 1.4.14*/", "getterDocumentation" : "/**

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  \n@return The cache engine version to return.

                                  Example: 1.4.14*/", "fluentSetterDocumentation" : "/**

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  \n@param engineVersion The cache engine version to return.

                                  Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The cache engine version to return.

                                  Example: 1.4.14

                                  \n@param engineVersion The cache engine version to return.

                                  Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The name of a specific cache parameter group family to return details for.

                                  Constraints:

                                  • Must be 1 to 255 alphanumeric characters

                                  • First character must be a letter

                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The name of a specific cache parameter group family to return details for.

                                  Constraints:

                                  • Must be 1 to 255 alphanumeric characters

                                  • First character must be a letter

                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The name of a specific cache parameter group family to return details for.

                                  Constraints:

                                  • Must be 1 to 255 alphanumeric characters

                                  • First character must be a letter

                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                  \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                  Constraints:

                                  • Must be 1 to 255 alphanumeric characters

                                  • First character must be a letter

                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                  • */", "getterDocumentation" : "/**

                                    The name of a specific cache parameter group family to return details for.

                                    Constraints:

                                    • Must be 1 to 255 alphanumeric characters

                                    • First character must be a letter

                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                    \n@return The name of a specific cache parameter group family to return details for.

                                    Constraints:

                                    • Must be 1 to 255 alphanumeric characters

                                    • First character must be a letter

                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                    • */", "fluentSetterDocumentation" : "/**

                                      The name of a specific cache parameter group family to return details for.

                                      Constraints:

                                      • Must be 1 to 255 alphanumeric characters

                                      • First character must be a letter

                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                      \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                      Constraints:

                                      • Must be 1 to 255 alphanumeric characters

                                      • First character must be a letter

                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        The name of a specific cache parameter group family to return details for.

                                        Constraints:

                                        • Must be 1 to 255 alphanumeric characters

                                        • First character must be a letter

                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                        \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                        Constraints:

                                        • Must be 1 to 255 alphanumeric characters

                                        • First character must be a letter

                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.

                                          \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                          Default: 100

                                          Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          ", "name" : "DefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "variable" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOnly", "marshallLocationName" : "DefaultOnly", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.*/", "getterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@return If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.*/", "fluentSetterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheEngineVersionsRequest", "variableType" : "DescribeCacheEngineVersionsRequest", "variableDeclarationType" : "DescribeCacheEngineVersionsRequest", "documentation" : null, "simpleType" : "DescribeCacheEngineVersionsRequest", "variableSetterType" : "DescribeCacheEngineVersionsRequest" }, "marshaller" : { "action" : "DescribeCacheEngineVersions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DefaultOnly" : { "documentation" : "

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          ", "name" : "DefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "variable" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOnly", "marshallLocationName" : "DefaultOnly", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.*/", "getterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@return If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.*/", "fluentSetterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

                                          \n@param defaultOnly If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          \n@param engineVersion The cache engine version to return.

                                          Example: 1.4.14*/", "getterDocumentation" : "/**

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          \n@return The cache engine version to return.

                                          Example: 1.4.14*/", "fluentSetterDocumentation" : "/**

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          \n@param engineVersion The cache engine version to return.

                                          Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The cache engine version to return.

                                          Example: 1.4.14

                                          \n@param engineVersion The cache engine version to return.

                                          Example: 1.4.14\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                          \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                          The cache engine to return. Valid values: memcached | redis

                                          ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The cache engine to return. Valid values: memcached | redis

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The cache engine to return. Valid values: memcached | redis

                                          \n@param engine The cache engine to return. Valid values: memcached | redis*/", "getterDocumentation" : "/**

                                          The cache engine to return. Valid values: memcached | redis

                                          \n@return The cache engine to return. Valid values: memcached | redis*/", "fluentSetterDocumentation" : "/**

                                          The cache engine to return. Valid values: memcached | redis

                                          \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The cache engine to return. Valid values: memcached | redis

                                          \n@param engine The cache engine to return. Valid values: memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

                                          The name of a specific cache parameter group family to return details for.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters

                                          • First character must be a letter

                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                          ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The name of a specific cache parameter group family to return details for.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters

                                          • First character must be a letter

                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The name of a specific cache parameter group family to return details for.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters

                                          • First character must be a letter

                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                          \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                          Constraints:

                                          • Must be 1 to 255 alphanumeric characters

                                          • First character must be a letter

                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                          • */", "getterDocumentation" : "/**

                                            The name of a specific cache parameter group family to return details for.

                                            Constraints:

                                            • Must be 1 to 255 alphanumeric characters

                                            • First character must be a letter

                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                            \n@return The name of a specific cache parameter group family to return details for.

                                            Constraints:

                                            • Must be 1 to 255 alphanumeric characters

                                            • First character must be a letter

                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                            • */", "fluentSetterDocumentation" : "/**

                                              The name of a specific cache parameter group family to return details for.

                                              Constraints:

                                              • Must be 1 to 255 alphanumeric characters

                                              • First character must be a letter

                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                              \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                              Constraints:

                                              • Must be 1 to 255 alphanumeric characters

                                              • First character must be a letter

                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                The name of a specific cache parameter group family to return details for.

                                                Constraints:

                                                • Must be 1 to 255 alphanumeric characters

                                                • First character must be a letter

                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                \n@param cacheParameterGroupFamily The name of a specific cache parameter group family to return details for.

                                                Constraints:

                                                • Must be 1 to 255 alphanumeric characters

                                                • First character must be a letter

                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReplicationGroupsRequest" : { "c2jName" : "DescribeReplicationGroupsMessage", "documentation" : "

                                                  Represents the input of a DescribeReplicationGroups action.

                                                  ", "shapeName" : "DescribeReplicationGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.*/", "getterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@return The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.*/", "fluentSetterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReplicationGroupsRequest", "variableType" : "DescribeReplicationGroupsRequest", "variableDeclarationType" : "DescribeReplicationGroupsRequest", "documentation" : null, "simpleType" : "DescribeReplicationGroupsRequest", "variableSetterType" : "DescribeReplicationGroupsRequest" }, "marshaller" : { "action" : "DescribeReplicationGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReplicationGroupId" : { "documentation" : "

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.*/", "getterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@return The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.*/", "fluentSetterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.

                                                  \n@param replicationGroupId The identifier for the replication group to be described. This parameter is not case sensitive.

                                                  If you do not specify this parameter, information about all replication groups is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.

                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                  Default: 100

                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceMessage", "documentation" : "

                                                  Represents the input of an AddTagsToResource action.

                                                  ", "shapeName" : "AddTagsToResourceRequest", "deprecated" : false, "required" : [ "ResourceName", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : null, "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "marshaller" : { "action" : "AddTagsToResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceName" : { "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@return The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                  \n@param resourceName The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

                                                  For more information on ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheSecurityGroupNotFoundException" : { "c2jName" : "CacheSecurityGroupNotFoundFault", "documentation" : "

                                                  The requested cache security group name does not refer to an existing cache security group.

                                                  ", "shapeName" : "CacheSecurityGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cacheSecurityGroupNotFoundException", "variableType" : "CacheSecurityGroupNotFoundException", "variableDeclarationType" : "CacheSecurityGroupNotFoundException", "documentation" : null, "simpleType" : "CacheSecurityGroupNotFoundException", "variableSetterType" : "CacheSecurityGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CacheSecurityGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidCacheParameterGroupStateException" : { "c2jName" : "InvalidCacheParameterGroupStateFault", "documentation" : "

                                                  The current state of the cache parameter group does not allow the requested action to occur.

                                                  ", "shapeName" : "InvalidCacheParameterGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCacheParameterGroupStateException", "variableType" : "InvalidCacheParameterGroupStateException", "variableDeclarationType" : "InvalidCacheParameterGroupStateException", "documentation" : null, "simpleType" : "InvalidCacheParameterGroupStateException", "variableSetterType" : "InvalidCacheParameterGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCacheParameterGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidARNException" : { "c2jName" : "InvalidARNFault", "documentation" : "

                                                  The requested Amazon Resource Name (ARN) does not refer to an existing resource.

                                                  ", "shapeName" : "InvalidARNException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidARNException", "variableType" : "InvalidARNException", "variableDeclarationType" : "InvalidARNException", "documentation" : null, "simpleType" : "InvalidARNException", "variableSetterType" : "InvalidARNException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidARN", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TagQuotaPerResourceExceededException" : { "c2jName" : "TagQuotaPerResourceExceeded", "documentation" : "

                                                  The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10.

                                                  ", "shapeName" : "TagQuotaPerResourceExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tagQuotaPerResourceExceededException", "variableType" : "TagQuotaPerResourceExceededException", "variableDeclarationType" : "TagQuotaPerResourceExceededException", "documentation" : null, "simpleType" : "TagQuotaPerResourceExceededException", "variableSetterType" : "TagQuotaPerResourceExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagQuotaPerResourceExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NotificationConfiguration" : { "c2jName" : "NotificationConfiguration", "documentation" : "

                                                  Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).

                                                  ", "shapeName" : "NotificationConfiguration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@return The Amazon Resource Name (ARN) that identifies the topic.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The current state of the topic.

                                                  ", "name" : "TopicStatus", "c2jName" : "TopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "topicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The current state of the topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicStatus", "marshallLocationName" : "TopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.*/", "getterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@return The current state of the topic.*/", "fluentSetterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "notificationConfiguration", "variableType" : "NotificationConfiguration", "variableDeclarationType" : "NotificationConfiguration", "documentation" : null, "simpleType" : "NotificationConfiguration", "variableSetterType" : "NotificationConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TopicArn" : { "documentation" : "

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  ", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "String", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.*/", "getterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@return The Amazon Resource Name (ARN) that identifies the topic.*/", "fluentSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The Amazon Resource Name (ARN) that identifies the topic.

                                                  \n@param topicArn The Amazon Resource Name (ARN) that identifies the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicStatus" : { "documentation" : "

                                                  The current state of the topic.

                                                  ", "name" : "TopicStatus", "c2jName" : "TopicStatus", "c2jShape" : "String", "variable" : { "variableName" : "topicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The current state of the topic.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicStatus", "marshallLocationName" : "TopicStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.*/", "getterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@return The current state of the topic.*/", "fluentSetterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The current state of the topic.

                                                  \n@param topicStatus The current state of the topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateCacheClusterRequest" : { "c2jName" : "CreateCacheClusterMessage", "documentation" : "

                                                  Represents the input of a CreateCacheCluster action.

                                                  ", "shapeName" : "CreateCacheClusterRequest", "deprecated" : false, "required" : [ "CacheClusterId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The node group identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                  ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The node group identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The node group identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                  \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                  Constraints:

                                                  • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                  • The first character must be a letter.

                                                  • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                  • */", "getterDocumentation" : "/**

                                                    The node group identifier. This parameter is stored as a lowercase string.

                                                    Constraints:

                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                    • The first character must be a letter.

                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                    \n@return The node group identifier. This parameter is stored as a lowercase string.

                                                    Constraints:

                                                    • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                    • The first character must be a letter.

                                                    • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                    • */", "fluentSetterDocumentation" : "/**

                                                      The node group identifier. This parameter is stored as a lowercase string.

                                                      Constraints:

                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                      • The first character must be a letter.

                                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                      \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                      Constraints:

                                                      • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                      • The first character must be a letter.

                                                      • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                        The node group identifier. This parameter is stored as a lowercase string.

                                                        Constraints:

                                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                        • The first character must be a letter.

                                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                        \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                        Constraints:

                                                        • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                        • The first character must be a letter.

                                                        • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          */", "getterDocumentation" : "/**

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@return The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          */", "fluentSetterDocumentation" : "/**

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                          If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          ", "name" : "AZMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "variable" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AZMode", "marshallLocationName" : "AZMode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AZMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode*/", "getterDocumentation" : "/**

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          \n@return Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode*/", "fluentSetterDocumentation" : "/**

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/", "varargSetterDocumentation" : "/**

                                                          Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                          \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                          This parameter is only supported for Memcached cache clusters.

                                                          If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/" }, { "documentation" : "

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          ", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.*/", "getterDocumentation" : "/**

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          \n@return The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.*/", "fluentSetterDocumentation" : "/**

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.

                                                          \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                          All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                          Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          ", "name" : "PreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "variable" : { "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZones", "marshallLocationName" : "PreferredAvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "PreferredAvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a*/", "getterDocumentation" : "/**

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          \n@return A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a*/", "fluentSetterDocumentation" : "/**

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setPreferredAvailabilityZones(java.util.Collection)} or {@link #withPreferredAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                          \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                          This option is only supported on Memcached.

                                                          If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                          The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                          If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                          Default: System chosen Availability Zones.

                                                          Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                          Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          ", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.*/", "getterDocumentation" : "/**

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          \n@return The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.*/", "fluentSetterDocumentation" : "/**

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.

                                                          \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                          If you need more than 20 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/.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          \n@return The compute and memory capacity of the nodes in the node group.

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                          \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                          Valid node types are as follows:

                                                          • General purpose:

                                                            • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                            • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                          • Compute optimized: cache.c1.xlarge

                                                          • Memory optimized:

                                                            • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                            • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                          Notes:

                                                          • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                          • Redis backup/restore is not supported for t2 instances.

                                                          • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                          For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          \n@param engine The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis*/", "getterDocumentation" : "/**

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          \n@return The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis*/", "fluentSetterDocumentation" : "/**

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          \n@param engine The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis

                                                          \n@param engine The name of the cache engine to be used for this cache cluster.

                                                          Valid values for this parameter are:

                                                          memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@return The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                          ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                          \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.*/", "getterDocumentation" : "/**

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

                                                          \n@return The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.*/", "fluentSetterDocumentation" : "/**

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

                                                          \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                          \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@return The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@return A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@return One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                          \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                          Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                          \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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 will be used to populate the node group. 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

                                                          ", "name" : "SnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "variable" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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 will be used to populate the node group. 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

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArns", "marshallLocationName" : "SnapshotArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SnapshotArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArn", "marshallLocationName" : "SnapshotArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          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 will be used to populate the node group. 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

                                                          \n@param snapshotArns 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 will be used to populate the node group. 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*/", "getterDocumentation" : "/**

                                                          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 will be used to populate the node group. 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

                                                          \n@return 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 will be used to populate the node group. 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*/", "fluentSetterDocumentation" : "/**

                                                          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 will be used to populate the node group. 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

                                                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          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 will be used to populate the node group. 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

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotArns(java.util.Collection)} or {@link #withSnapshotArns(java.util.Collection)} if you want to override the existing values.

                                                          \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                          ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                          */", "getterDocumentation" : "/**

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

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

                                                          \n@return The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                          */", "fluentSetterDocumentation" : "/**

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

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

                                                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                          \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00

                                                          \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                          • sun

                                                          • mon

                                                          • tue

                                                          • wed

                                                          • thu

                                                          • fri

                                                          • sat

                                                          Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The port number on which each of the cache nodes will accept connections.

                                                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                          The port number on which each of the cache nodes will accept connections.

                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The port number on which each of the cache nodes will accept connections.

                                                          \n@param port The port number on which each of the cache nodes will accept connections.*/", "getterDocumentation" : "/**

                                                          The port number on which each of the cache nodes will accept connections.

                                                          \n@return The port number on which each of the cache nodes will accept connections.*/", "fluentSetterDocumentation" : "/**

                                                          The port number on which each of the cache nodes will accept connections.

                                                          \n@param port The port number on which each of the cache nodes will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The port number on which each of the cache nodes will accept connections.

                                                          \n@param port The port number on which each of the cache nodes will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          */", "getterDocumentation" : "/**

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          */", "fluentSetterDocumentation" : "/**

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                          The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          This parameter is currently disabled.

                                                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                          This parameter is currently disabled.

                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          This parameter is currently disabled.

                                                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                                                          This parameter is currently disabled.

                                                          \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                                                          This parameter is currently disabled.

                                                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          This parameter is currently disabled.

                                                          \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "getterDocumentation" : "/**

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          \n@return The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "fluentSetterDocumentation" : "/**

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                          \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                          Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                          Note: This parameter is only valid if the Engine parameter is redis.*/", "getterDocumentation" : "/**

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                          Note: This parameter is only valid if the Engine parameter is redis.*/", "fluentSetterDocumentation" : "/**

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                          Note: This parameter is only valid if the Engine parameter is redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                          \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                          Example: 05:00-09:00

                                                          If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                          Note: This parameter is only valid if the Engine parameter is redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCacheClusterRequest", "variableType" : "CreateCacheClusterRequest", "variableDeclarationType" : "CreateCacheClusterRequest", "documentation" : null, "simpleType" : "CreateCacheClusterRequest", "variableSetterType" : "CreateCacheClusterRequest" }, "marshaller" : { "action" : "CreateCacheCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSecurityGroupNames" : { "documentation" : "

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          ", "name" : "CacheSecurityGroupNames", "c2jName" : "CacheSecurityGroupNames", "c2jShape" : "CacheSecurityGroupNameList", "variable" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheSecurityGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupNames", "marshallLocationName" : "CacheSecurityGroupNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CacheSecurityGroupName", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSecurityGroupName", "marshallLocationName" : "CacheSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@return A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheSecurityGroupNames(java.util.Collection)} or {@link #withCacheSecurityGroupNames(java.util.Collection)} if you want to override the existing values.

                                                          \n@param cacheSecurityGroupNames A list of security group names to associate with this cache cluster.

                                                          Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "getterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@return The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.*/", "fluentSetterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.

                                                          \n@param engineVersion The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions action.

                                                          Important: You can upgrade to a newer engine version (see Selecting a Cache Engine and Version), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterId" : { "documentation" : "

                                                          The node group identifier. This parameter is stored as a lowercase string.

                                                          Constraints:

                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                          • The first character must be a letter.

                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                          ", "name" : "CacheClusterId", "c2jName" : "CacheClusterId", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The node group identifier. This parameter is stored as a lowercase string.

                                                          Constraints:

                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                          • The first character must be a letter.

                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheClusterId", "marshallLocationName" : "CacheClusterId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The node group identifier. This parameter is stored as a lowercase string.

                                                          Constraints:

                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                          • The first character must be a letter.

                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                          \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                          Constraints:

                                                          • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                          • The first character must be a letter.

                                                          • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                          • */", "getterDocumentation" : "/**

                                                            The node group identifier. This parameter is stored as a lowercase string.

                                                            Constraints:

                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                            • The first character must be a letter.

                                                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                            \n@return The node group identifier. This parameter is stored as a lowercase string.

                                                            Constraints:

                                                            • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                            • The first character must be a letter.

                                                            • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                            • */", "fluentSetterDocumentation" : "/**

                                                              The node group identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                              \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                              Constraints:

                                                              • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                              • The first character must be a letter.

                                                              • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                The node group identifier. This parameter is stored as a lowercase string.

                                                                Constraints:

                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                • The first character must be a letter.

                                                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                \n@param cacheClusterId The node group identifier. This parameter is stored as a lowercase string.

                                                                Constraints:

                                                                • A name must contain from 1 to 20 alphanumeric characters or hyphens.

                                                                • The first character must be a letter.

                                                                • A name cannot end with a hyphen or contain two consecutive hyphens.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheSubnetGroupName" : { "documentation" : "

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@return The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@param cacheSubnetGroupName The name of the subnet group to be used for the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotArns" : { "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 will be used to populate the node group. 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

                                                                  ", "name" : "SnapshotArns", "c2jName" : "SnapshotArns", "c2jShape" : "SnapshotArnsList", "variable" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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 will be used to populate the node group. 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

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArns", "marshallLocationName" : "SnapshotArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SnapshotArn", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotArn", "marshallLocationName" : "SnapshotArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  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 will be used to populate the node group. 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

                                                                  \n@param snapshotArns 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 will be used to populate the node group. 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*/", "getterDocumentation" : "/**

                                                                  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 will be used to populate the node group. 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

                                                                  \n@return 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 will be used to populate the node group. 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*/", "fluentSetterDocumentation" : "/**

                                                                  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 will be used to populate the node group. 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

                                                                  \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  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 will be used to populate the node group. 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

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotArns(java.util.Collection)} or {@link #withSnapshotArns(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param snapshotArns 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 will be used to populate the node group. 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  \n@param port The port number on which each of the cache nodes will accept connections.*/", "getterDocumentation" : "/**

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  \n@return The port number on which each of the cache nodes will accept connections.*/", "fluentSetterDocumentation" : "/**

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  \n@param port The port number on which each of the cache nodes will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The port number on which each of the cache nodes will accept connections.

                                                                  \n@param port The port number on which each of the cache nodes will accept connections.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

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

                                                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.*/", "getterDocumentation" : "/**

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

                                                                  \n@return The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupName The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00*/", "getterDocumentation" : "/**

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  \n@return Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00

                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd are:

                                                                  • sun

                                                                  • mon

                                                                  • tue

                                                                  • wed

                                                                  • thu

                                                                  • fri

                                                                  • sat

                                                                  Example: sun:05:00-sun:09:00\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

                                                                  This parameter is currently disabled.

                                                                  ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                  This parameter is currently disabled.

                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  This parameter is currently disabled.

                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.*/", "getterDocumentation" : "/**

                                                                  This parameter is currently disabled.

                                                                  \n@return This parameter is currently disabled.*/", "fluentSetterDocumentation" : "/**

                                                                  This parameter is currently disabled.

                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  This parameter is currently disabled.

                                                                  \n@param autoMinorVersionUpgrade This parameter is currently disabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredAvailabilityZone" : { "documentation" : "

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  ", "name" : "PreferredAvailabilityZone", "c2jName" : "PreferredAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.*/", "getterDocumentation" : "/**

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  \n@return The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.*/", "fluentSetterDocumentation" : "/**

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.

                                                                  \n@param preferredAvailabilityZone The EC2 Availability Zone in which the cache cluster will be created.

                                                                  All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use PreferredAvailabilityZones.

                                                                  Default: System chosen Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumCacheNodes" : { "documentation" : "

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  ", "name" : "NumCacheNodes", "c2jName" : "NumCacheNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numCacheNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumCacheNodes", "marshallLocationName" : "NumCacheNodes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.*/", "getterDocumentation" : "/**

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  \n@return The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.*/", "fluentSetterDocumentation" : "/**

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.

                                                                  \n@param numCacheNodes The initial number of cache nodes that the cache cluster will have.

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

                                                                  If you need more than 20 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/.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecurityGroupIds" : { "documentation" : "

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  ", "name" : "SecurityGroupIds", "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIdsList", "variable" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "securityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupIds", "marshallLocationName" : "SecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "getterDocumentation" : "/**

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@return One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).*/", "fluentSetterDocumentation" : "/**

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param securityGroupIds One or more VPC security groups associated with the cache cluster.

                                                                  Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotName" : { "documentation" : "

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

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

                                                                  ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

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

                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                                  */", "getterDocumentation" : "/**

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

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

                                                                  \n@return The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                                  */", "fluentSetterDocumentation" : "/**

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

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

                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                  \n@param snapshotName The name of a snapshot from which to restore data into the new node group. The snapshot status changes to restoring while the new node group is being created.

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

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NotificationTopicArn" : { "documentation" : "

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  ", "name" : "NotificationTopicArn", "c2jName" : "NotificationTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "notificationTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NotificationTopicArn", "marshallLocationName" : "NotificationTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  */", "getterDocumentation" : "/**

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@return The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  */", "fluentSetterDocumentation" : "/**

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@param notificationTopicArn The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.

                                                                  The Amazon SNS topic owner must be the same as the cache cluster owner.

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotWindow" : { "documentation" : "

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  ", "name" : "SnapshotWindow", "c2jName" : "SnapshotWindow", "c2jShape" : "String", "variable" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotWindow", "marshallLocationName" : "SnapshotWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                                  Note: This parameter is only valid if the Engine parameter is redis.*/", "getterDocumentation" : "/**

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  \n@return The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                                  Note: This parameter is only valid if the Engine parameter is redis.*/", "fluentSetterDocumentation" : "/**

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                                  Note: This parameter is only valid if the Engine parameter is redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

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

                                                                  \n@param snapshotWindow The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group.

                                                                  Example: 05:00-09:00

                                                                  If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range.

                                                                  Note: This parameter is only valid if the Engine parameter is redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeType" : { "documentation" : "

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  ", "name" : "CacheNodeType", "c2jName" : "CacheNodeType", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeType", "marshallLocationName" : "CacheNodeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "getterDocumentation" : "/**

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  \n@return The compute and memory capacity of the nodes in the node group.

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.*/", "fluentSetterDocumentation" : "/**

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  \n@param cacheNodeType The compute and memory capacity of the nodes in the node group.

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotRetentionLimit" : { "documentation" : "

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  ", "name" : "SnapshotRetentionLimit", "c2jName" : "SnapshotRetentionLimit", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "snapshotRetentionLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotRetentionLimit", "marshallLocationName" : "SnapshotRetentionLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "getterDocumentation" : "/**

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  \n@return The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).*/", "fluentSetterDocumentation" : "/**

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).

                                                                  \n@param snapshotRetentionLimit The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted.

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

                                                                  Default: 0 (i.e., automatic backups are disabled for this cache cluster).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredAvailabilityZones" : { "documentation" : "

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  ", "name" : "PreferredAvailabilityZones", "c2jName" : "PreferredAvailabilityZones", "c2jShape" : "PreferredAvailabilityZoneList", "variable" : { "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "preferredAvailabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZones", "marshallLocationName" : "PreferredAvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "PreferredAvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredAvailabilityZone", "marshallLocationName" : "PreferredAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a*/", "getterDocumentation" : "/**

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  \n@return A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a*/", "fluentSetterDocumentation" : "/**

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPreferredAvailabilityZones(java.util.Collection)} or {@link #withPreferredAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param preferredAvailabilityZones A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important.

                                                                  This option is only supported on Memcached.

                                                                  If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.

                                                                  The number of Availability Zones listed must equal the value of NumCacheNodes.

                                                                  If you want all the nodes in the same Availability Zone, use PreferredAvailabilityZone instead, or repeat the Availability Zone multiple times in the list.

                                                                  Default: System chosen Availability Zones.

                                                                  Example: One Memcached node in each of three different Availability Zones: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2b&PreferredAvailabilityZones.member.3=us-west-2c

                                                                  Example: All three Memcached nodes in one Availability Zone: PreferredAvailabilityZones.member.1=us-west-2a&PreferredAvailabilityZones.member.2=us-west-2a&PreferredAvailabilityZones.member.3=us-west-2a\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationGroupId" : { "documentation" : "

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  ", "name" : "ReplicationGroupId", "c2jName" : "ReplicationGroupId", "c2jShape" : "String", "variable" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationGroupId", "marshallLocationName" : "ReplicationGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  */", "getterDocumentation" : "/**

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@return The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  */", "fluentSetterDocumentation" : "/**

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@param replicationGroupId The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group.

                                                                  If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones.

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

                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  \n@param engine The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis*/", "getterDocumentation" : "/**

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  \n@return The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  \n@param engine The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis

                                                                  \n@param engine The name of the cache engine to be used for this cache cluster.

                                                                  Valid values for this parameter are:

                                                                  memcached | redis\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  ", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "getterDocumentation" : "/**

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  \n@return A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AZMode" : { "documentation" : "

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  ", "name" : "AZMode", "c2jName" : "AZMode", "c2jShape" : "AZMode", "variable" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aZMode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AZMode", "marshallLocationName" : "AZMode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AZMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode*/", "getterDocumentation" : "/**

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  \n@return Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@see AZMode*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/", "varargSetterDocumentation" : "/**

                                                                  Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.

                                                                  \n@param aZMode Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.

                                                                  This parameter is only supported for Memcached cache clusters.

                                                                  If the AZMode and PreferredAvailabilityZones are not specified, ElastiCache assumes single-az mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AZMode*/" } } }, "ReplicationGroupNotFoundException" : { "c2jName" : "ReplicationGroupNotFoundFault", "documentation" : "

                                                                  The specified replication group does not exist.

                                                                  ", "shapeName" : "ReplicationGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "replicationGroupNotFoundException", "variableType" : "ReplicationGroupNotFoundException", "variableDeclarationType" : "ReplicationGroupNotFoundException", "documentation" : null, "simpleType" : "ReplicationGroupNotFoundException", "variableSetterType" : "ReplicationGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReplicationGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteSnapshotRequest" : { "c2jName" : "DeleteSnapshotMessage", "documentation" : "

                                                                  Represents the input of a DeleteSnapshot action.

                                                                  ", "shapeName" : "DeleteSnapshotRequest", "deprecated" : false, "required" : [ "SnapshotName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the snapshot to be deleted.

                                                                  ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the snapshot to be deleted.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.*/", "getterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@return The name of the snapshot to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "variableDeclarationType" : "DeleteSnapshotRequest", "documentation" : null, "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "marshaller" : { "action" : "DeleteSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotName" : { "documentation" : "

                                                                  The name of the snapshot to be deleted.

                                                                  ", "name" : "SnapshotName", "c2jName" : "SnapshotName", "c2jShape" : "String", "variable" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the snapshot to be deleted.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotName", "marshallLocationName" : "SnapshotName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.*/", "getterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@return The name of the snapshot to be deleted.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the snapshot to be deleted.

                                                                  \n@param snapshotName The name of the snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSubnetException" : { "c2jName" : "InvalidSubnet", "documentation" : "

                                                                  An invalid subnet identifier was specified.

                                                                  ", "shapeName" : "InvalidSubnetException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSubnetException", "variableType" : "InvalidSubnetException", "variableDeclarationType" : "InvalidSubnetException", "documentation" : null, "simpleType" : "InvalidSubnetException", "variableSetterType" : "InvalidSubnetException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSubnet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationAlreadyExistsException" : { "c2jName" : "AuthorizationAlreadyExistsFault", "documentation" : "

                                                                  The specified Amazon EC2 security group is already authorized for the specified cache security group.

                                                                  ", "shapeName" : "AuthorizationAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationAlreadyExistsException", "variableType" : "AuthorizationAlreadyExistsException", "variableDeclarationType" : "AuthorizationAlreadyExistsException", "documentation" : null, "simpleType" : "AuthorizationAlreadyExistsException", "variableSetterType" : "AuthorizationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCacheSubnetGroupsRequest" : { "c2jName" : "DescribeCacheSubnetGroupsMessage", "documentation" : "

                                                                  Represents the input of a DescribeCacheSubnetGroups action.

                                                                  ", "shapeName" : "DescribeCacheSubnetGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the cache subnet group to return details for.

                                                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache subnet group to return details for.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.*/", "getterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@return The name of the cache subnet group to return details for.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCacheSubnetGroupsRequest", "variableType" : "DescribeCacheSubnetGroupsRequest", "variableDeclarationType" : "DescribeCacheSubnetGroupsRequest", "documentation" : null, "simpleType" : "DescribeCacheSubnetGroupsRequest", "variableSetterType" : "DescribeCacheSubnetGroupsRequest" }, "marshaller" : { "action" : "DescribeCacheSubnetGroups", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSubnetGroupName" : { "documentation" : "

                                                                  The name of the cache subnet group to return details for.

                                                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache subnet group to return details for.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.*/", "getterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@return The name of the cache subnet group to return details for.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to return details for.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to return details for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "getterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@return An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                  \n@param marker An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.*/", "getterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@return The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.

                                                                  \n@param maxRecords The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

                                                                  Default: 100

                                                                  Constraints: minimum 20; maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEventsResult" : { "c2jName" : "EventsMessage", "documentation" : "

                                                                  Represents the output of a DescribeEvents action.

                                                                  ", "shapeName" : "DescribeEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Event", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.*/", "getterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@return A list of events. Each element in the list contains detailed information about one event.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventsResult", "variableType" : "DescribeEventsResult", "variableDeclarationType" : "DescribeEventsResult", "documentation" : null, "simpleType" : "DescribeEventsResult", "variableSetterType" : "DescribeEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeEventsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Events" : { "documentation" : "

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "simpleType" : "Event", "variableSetterType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Event", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.*/", "getterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@return A list of events. Each element in the list contains detailed information about one event.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of events. Each element in the list contains detailed information about one event.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param events A list of events. Each element in the list contains detailed information about one event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheNode" : { "c2jName" : "CacheNode", "documentation" : "

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

                                                                  Valid node types are as follows:

                                                                  • General purpose:

                                                                    • Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge

                                                                    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge

                                                                  • Compute optimized: cache.c1.xlarge

                                                                  • Memory optimized:

                                                                    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge

                                                                    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

                                                                  Notes:

                                                                  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).

                                                                  • Redis backup/restore is not supported for t2 instances.

                                                                  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

                                                                  For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

                                                                  ", "shapeName" : "CacheNode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.*/", "getterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@return The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The current state of this cache node.

                                                                  ", "name" : "CacheNodeStatus", "c2jName" : "CacheNodeStatus", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The current state of this cache node.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeStatus", "marshallLocationName" : "CacheNodeStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.*/", "getterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@return The current state of this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The date and time when the cache node was created.

                                                                  ", "name" : "CacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The date and time when the cache node was created.

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCreateTime", "marshallLocationName" : "CacheNodeCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.*/", "getterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@return The date and time when the cache node was created.*/", "fluentSetterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The hostname for connecting to this cache node.

                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                                                  The hostname for connecting to this cache node.

                                                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.*/", "getterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@return The hostname for connecting to this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The status of the parameter group applied to this cache node.

                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the parameter group applied to this cache node.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.*/", "getterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@return The status of the parameter group applied to this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  ", "name" : "SourceCacheNodeId", "c2jName" : "SourceCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "sourceCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceCacheNodeId", "marshallLocationName" : "SourceCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.*/", "getterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@return The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The Availability Zone where this node was created and now resides.

                                                                  ", "name" : "CustomerAvailabilityZone", "c2jName" : "CustomerAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "customerAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The Availability Zone where this node was created and now resides.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAvailabilityZone", "marshallLocationName" : "CustomerAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.*/", "getterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@return The Availability Zone where this node was created and now resides.*/", "fluentSetterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheNode", "variableType" : "CacheNode", "variableDeclarationType" : "CacheNode", "documentation" : null, "simpleType" : "CacheNode", "variableSetterType" : "CacheNode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Endpoint" : { "documentation" : "

                                                                  The hostname for connecting to this cache node.

                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "Endpoint", "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "

                                                                  The hostname for connecting to this cache node.

                                                                  ", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : "", "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "getterModel" : { "returnType" : "Endpoint", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.*/", "getterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@return The hostname for connecting to this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The hostname for connecting to this cache node.

                                                                  \n@param endpoint The hostname for connecting to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeId" : { "documentation" : "

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  ", "name" : "CacheNodeId", "c2jName" : "CacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeId", "marshallLocationName" : "CacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.*/", "getterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@return The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.

                                                                  \n@param cacheNodeId The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeStatus" : { "documentation" : "

                                                                  The current state of this cache node.

                                                                  ", "name" : "CacheNodeStatus", "c2jName" : "CacheNodeStatus", "c2jShape" : "String", "variable" : { "variableName" : "cacheNodeStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The current state of this cache node.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNodeStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeStatus", "marshallLocationName" : "CacheNodeStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.*/", "getterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@return The current state of this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The current state of this cache node.

                                                                  \n@param cacheNodeStatus The current state of this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterGroupStatus" : { "documentation" : "

                                                                  The status of the parameter group applied to this cache node.

                                                                  ", "name" : "ParameterGroupStatus", "c2jName" : "ParameterGroupStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The status of the parameter group applied to this cache node.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterGroupStatus", "marshallLocationName" : "ParameterGroupStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.*/", "getterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@return The status of the parameter group applied to this cache node.*/", "fluentSetterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The status of the parameter group applied to this cache node.

                                                                  \n@param parameterGroupStatus The status of the parameter group applied to this cache node.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerAvailabilityZone" : { "documentation" : "

                                                                  The Availability Zone where this node was created and now resides.

                                                                  ", "name" : "CustomerAvailabilityZone", "c2jName" : "CustomerAvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "customerAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The Availability Zone where this node was created and now resides.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerAvailabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAvailabilityZone", "marshallLocationName" : "CustomerAvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.*/", "getterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@return The Availability Zone where this node was created and now resides.*/", "fluentSetterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The Availability Zone where this node was created and now resides.

                                                                  \n@param customerAvailabilityZone The Availability Zone where this node was created and now resides.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceCacheNodeId" : { "documentation" : "

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  ", "name" : "SourceCacheNodeId", "c2jName" : "SourceCacheNodeId", "c2jShape" : "String", "variable" : { "variableName" : "sourceCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceCacheNodeId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceCacheNodeId", "marshallLocationName" : "SourceCacheNodeId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.*/", "getterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@return The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.*/", "fluentSetterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.

                                                                  \n@param sourceCacheNodeId The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeCreateTime" : { "documentation" : "

                                                                  The date and time when the cache node was created.

                                                                  ", "name" : "CacheNodeCreateTime", "c2jName" : "CacheNodeCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The date and time when the cache node was created.

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "cacheNodeCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeCreateTime", "marshallLocationName" : "CacheNodeCreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.*/", "getterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@return The date and time when the cache node was created.*/", "fluentSetterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The date and time when the cache node was created.

                                                                  \n@param cacheNodeCreateTime The date and time when the cache node was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateCacheParameterGroupRequest" : { "c2jName" : "CreateCacheParameterGroupMessage", "documentation" : "

                                                                  Represents the input of a CreateCacheParameterGroup action.

                                                                  ", "shapeName" : "CreateCacheParameterGroupRequest", "deprecated" : false, "required" : [ "CacheParameterGroupName", "CacheParameterGroupFamily", "Description" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A user-specified name for the cache parameter group.

                                                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A user-specified name for the cache parameter group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.*/", "getterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@return A user-specified name for the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "getterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@return The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  A user-specified description for the cache parameter group.

                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A user-specified description for the cache parameter group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.*/", "getterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@return A user-specified description for the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCacheParameterGroupRequest", "variableType" : "CreateCacheParameterGroupRequest", "variableDeclarationType" : "CreateCacheParameterGroupRequest", "documentation" : null, "simpleType" : "CreateCacheParameterGroupRequest", "variableSetterType" : "CreateCacheParameterGroupRequest" }, "marshaller" : { "action" : "CreateCacheParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                  A user-specified description for the cache parameter group.

                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A user-specified description for the cache parameter group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.*/", "getterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@return A user-specified description for the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A user-specified description for the cache parameter group.

                                                                  \n@param description A user-specified description for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupName" : { "documentation" : "

                                                                  A user-specified name for the cache parameter group.

                                                                  ", "name" : "CacheParameterGroupName", "c2jName" : "CacheParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  A user-specified name for the cache parameter group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupName", "marshallLocationName" : "CacheParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.*/", "getterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@return A user-specified name for the cache parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A user-specified name for the cache parameter group.

                                                                  \n@param cacheParameterGroupName A user-specified name for the cache parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "getterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@return The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8

                                                                  \n@param cacheParameterGroupFamily The name of the cache parameter group family the cache parameter group can be used with.

                                                                  Valid values are: memcached1.4 | redis2.6 | redis2.8\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedCacheNodeQuotaExceededException" : { "c2jName" : "ReservedCacheNodeQuotaExceededFault", "documentation" : "

                                                                  The request cannot be processed because it would exceed the user's cache node quota.

                                                                  ", "shapeName" : "ReservedCacheNodeQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedCacheNodeQuotaExceededException", "variableType" : "ReservedCacheNodeQuotaExceededException", "variableDeclarationType" : "ReservedCacheNodeQuotaExceededException", "documentation" : null, "simpleType" : "ReservedCacheNodeQuotaExceededException", "variableSetterType" : "ReservedCacheNodeQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedCacheNodeQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationNotFoundException" : { "c2jName" : "AuthorizationNotFoundFault", "documentation" : "

                                                                  The specified Amazon EC2 security group is not authorized for the specified cache security group.

                                                                  ", "shapeName" : "AuthorizationNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationNotFoundException", "variableType" : "AuthorizationNotFoundException", "variableDeclarationType" : "AuthorizationNotFoundException", "documentation" : null, "simpleType" : "AuthorizationNotFoundException", "variableSetterType" : "AuthorizationNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteCacheSubnetGroupRequest" : { "c2jName" : "DeleteCacheSubnetGroupMessage", "documentation" : "

                                                                  Represents the input of a DeleteCacheSubnetGroup action.

                                                                  ", "shapeName" : "DeleteCacheSubnetGroupRequest", "deprecated" : false, "required" : [ "CacheSubnetGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.*/", "getterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@return The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCacheSubnetGroupRequest", "variableType" : "DeleteCacheSubnetGroupRequest", "variableDeclarationType" : "DeleteCacheSubnetGroupRequest", "documentation" : null, "simpleType" : "DeleteCacheSubnetGroupRequest", "variableSetterType" : "DeleteCacheSubnetGroupRequest" }, "marshaller" : { "action" : "DeleteCacheSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheSubnetGroupName" : { "documentation" : "

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  ", "name" : "CacheSubnetGroupName", "c2jName" : "CacheSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheSubnetGroupName", "marshallLocationName" : "CacheSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.*/", "getterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@return The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

                                                                  \n@param cacheSubnetGroupName The name of the cache subnet group to delete.

                                                                  Constraints: Must contain no more than 255 alphanumeric characters or hyphens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EngineDefaults" : { "c2jName" : "EngineDefaults", "documentation" : "

                                                                  Represents the output of a DescribeEngineDefaultParameters action.

                                                                  ", "shapeName" : "EngineDefaults", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

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

                                                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specifies the name of the cache parameter group family to which the engine default parameters apply.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Contains a list of engine default parameters.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  Contains a list of engine default parameters.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@param parameters Contains a list of engine default parameters.*/", "getterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@return Contains a list of engine default parameters.*/", "fluentSetterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  ", "name" : "CacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "variable" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificParameter", "memberLocationName" : "CacheNodeTypeSpecificParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificParameter", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "getterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificParameters(java.util.Collection)} or {@link #withCacheNodeTypeSpecificParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "engineDefaults", "variableType" : "EngineDefaults", "variableDeclarationType" : "EngineDefaults", "documentation" : null, "simpleType" : "EngineDefaults", "variableSetterType" : "EngineDefaults" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                  Contains a list of engine default parameters.

                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  Contains a list of engine default parameters.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@param parameters Contains a list of engine default parameters.*/", "getterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@return Contains a list of engine default parameters.*/", "fluentSetterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Contains a list of engine default parameters.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param parameters Contains a list of engine default parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.*/", "getterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@return Provides an identifier to allow retrieval of paginated results.*/", "fluentSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Provides an identifier to allow retrieval of paginated results.

                                                                  \n@param marker Provides an identifier to allow retrieval of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheNodeTypeSpecificParameters" : { "documentation" : "

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  ", "name" : "CacheNodeTypeSpecificParameters", "c2jName" : "CacheNodeTypeSpecificParameters", "c2jShape" : "CacheNodeTypeSpecificParametersList", "variable" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheNodeTypeSpecificParameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameters", "marshallLocationName" : "CacheNodeTypeSpecificParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheNodeTypeSpecificParameter", "memberLocationName" : "CacheNodeTypeSpecificParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheNodeTypeSpecificParameter", "variable" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheNodeTypeSpecificParameter", "variableDeclarationType" : "CacheNodeTypeSpecificParameter", "documentation" : "", "simpleType" : "CacheNodeTypeSpecificParameter", "variableSetterType" : "CacheNodeTypeSpecificParameter" }, "getterModel" : { "returnType" : "CacheNodeTypeSpecificParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheNodeTypeSpecificParameter", "marshallLocationName" : "CacheNodeTypeSpecificParameter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "CacheNodeTypeSpecificParameter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "getterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@return A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheNodeTypeSpecificParameters(java.util.Collection)} or {@link #withCacheNodeTypeSpecificParameters(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param cacheNodeTypeSpecificParameters A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheParameterGroupFamily" : { "documentation" : "

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

                                                                  ", "name" : "CacheParameterGroupFamily", "c2jName" : "CacheParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheParameterGroupFamily", "marshallLocationName" : "CacheParameterGroupFamily", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.*/", "getterDocumentation" : "/**

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

                                                                  \n@return Specifies the name of the cache parameter group family to which the engine default parameters apply.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param cacheParameterGroupFamily Specifies the name of the cache parameter group family to which the engine default parameters apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : true, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "DeleteCacheClusterRequest" : { "constructorForms" : [ [ "CacheClusterId" ] ] }, "ModifyCacheClusterRequest" : { "constructorForms" : [ [ "CacheClusterId" ] ] }, "DescribeCacheParametersRequest" : { "constructorForms" : [ [ "CacheParameterGroupName" ] ] }, "DescribeCacheParameterGroupsRequest" : { "constructorForms" : [ [ "CacheParameterGroupName" ] ] }, "DeleteCacheParameterGroupRequest" : { "constructorForms" : [ [ "CacheParameterGroupName" ] ] }, "AuthorizeCacheSecurityGroupIngressRequest" : { "constructorForms" : [ [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ] ] }, "DeleteCacheSecurityGroupRequest" : { "constructorForms" : [ [ "CacheSecurityGroupName" ] ] }, "DescribeEngineDefaultParametersRequest" : { "constructorForms" : [ [ "CacheParameterGroupFamily" ] ] }, "ParameterNameValue" : { "constructorForms" : [ [ "ParameterName" ], [ "ParameterName", "ParameterValue" ] ] }, "CreateCacheClusterRequest" : { "constructorForms" : [ [ "CacheClusterId", "NumCacheNodes", "CacheNodeType", "Engine", "CacheSecurityGroupNames" ] ] }, "RevokeCacheSecurityGroupIngressRequest" : { "constructorForms" : [ [ "CacheSecurityGroupName", "EC2SecurityGroupName", "EC2SecurityGroupOwnerId" ] ] }, "DescribeCacheSecurityGroupsRequest" : { "constructorForms" : [ [ "CacheSecurityGroupName" ] ] }, "ModifyCacheParameterGroupRequest" : { "constructorForms" : [ [ "CacheParameterGroupName", "ParameterNameValues" ] ] }, "CreateCacheParameterGroupRequest" : { "constructorForms" : [ [ "CacheParameterGroupName", "CacheParameterGroupFamily", "Description" ] ] }, "RebootCacheClusterRequest" : { "constructorForms" : [ [ "CacheClusterId", "CacheNodeIdsToReboot" ] ] }, "CreateCacheSecurityGroupRequest" : { "constructorForms" : [ [ "CacheSecurityGroupName", "Description" ] ] }, "ResetCacheParameterGroupRequest" : { "constructorForms" : [ [ "CacheParameterGroupName", "ParameterNameValues" ] ] } }, "simpleMethods" : { "DescribeReservedCacheNodes" : { "methodForms" : [ [ ] ] }, "ListAllowedNodeTypeModifications" : { "methodForms" : [ [ ] ] }, "DescribeSnapshots" : { "methodForms" : [ [ ] ] }, "DescribeCacheSecurityGroups" : { "methodForms" : [ [ ] ] }, "DescribeCacheEngineVersions" : { "methodForms" : [ [ ] ] }, "DescribeEvents" : { "methodForms" : [ [ ] ] }, "DescribeReplicationGroups" : { "methodForms" : [ [ ] ] }, "DescribeReservedCacheNodesOfferings" : { "methodForms" : [ [ ] ] }, "DescribeCacheClusters" : { "methodForms" : [ [ ] ] }, "DescribeCacheSubnetGroups" : { "methodForms" : [ [ ] ] }, "DescribeCacheParameterGroups" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "sendExplicitlyEmptyListsForQuery" : false, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "ElastiCache" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "sdkModeledExceptionBaseClassName" : "AmazonElastiCacheException", "clientConfigFactory" : "ClientConfigurationFactory", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.elasticache.model.AmazonElastiCacheException", "hasWaiters" : true, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy