Soto icon

Soto

ElastiCache

Service object for interacting with AWS ElastiCache service.

public struct ElastiCache: AWSService 
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 get all of the benefits of a high-performance, in-memory cache with less of the administrative burden involved in 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.

Inheritance

AWSService

Initializers

init(client:region:partition:endpoint:timeout:byteBufferAllocator:options:)

Initialize the ElastiCache client

public init(
        client: AWSClient,
        region: SotoCore.Region? = nil,
        partition: AWSPartition = .aws,
        endpoint: String? = nil,
        timeout: TimeAmount? = nil,
        byteBufferAllocator: ByteBufferAllocator = ByteBufferAllocator(),
        options: AWSServiceConfig.Options = []
    ) 

Parameters

  • client: AWSClient used to process requests
  • region: Region of server you want to communicate with. This will override the partition parameter.
  • partition: AWS partition where service resides, standard (.aws), china (.awscn), government (.awsusgov).
  • endpoint: Custom endpoint URL to use instead of standard AWS servers
  • timeout: Timeout value for HTTP requests

init(from:patch:)

Initializer required by AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options). You are not able to use this initializer directly as there are no public initializers for AWSServiceConfig.Patch. Please use AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options) instead.

public init(from: ElastiCache, patch: AWSServiceConfig.Patch) 

Properties

client

Client used for communication with AWS

public let client: AWSClient

config

Service configuration

public let config: AWSServiceConfig

Methods

addTagsToResource(_:logger:on:)

public func addTagsToResource(_ input: AddTagsToResourceMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TagListMessage> 

A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group. For more information, see Resource-level permissions.

For example, you can use cost-allocation tags to your ElastiCache resources, Amazon 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.

authorizeCacheSecurityGroupIngress(_:logger:on:)

public func authorizeCacheSecurityGroupIngress(_ input: AuthorizeCacheSecurityGroupIngressMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<AuthorizeCacheSecurityGroupIngressResult> 

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.

batchApplyUpdateAction(_:logger:on:)

public func batchApplyUpdateAction(_ input: BatchApplyUpdateActionMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateActionResultsMessage> 

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

batchStopUpdateAction(_:logger:on:)

public func batchStopUpdateAction(_ input: BatchStopUpdateActionMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateActionResultsMessage> 

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

completeMigration(_:logger:on:)

public func completeMigration(_ input: CompleteMigrationMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CompleteMigrationResponse> 

Complete the migration of data.

copySnapshot(_:logger:on:)

public func copySnapshot(_ input: CopySnapshotMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CopySnapshotResult> 

Makes a copy of an existing snapshot.

This operation is valid for Redis only.

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

    <p>You could receive the following error messages.</p>
    <p class="title">
        <b>Error Messages</b>
     </p>
     <ul>
        <li>
            <p>
              <b>Error Message:</b>
                The S3 bucket %s is outside of the region.</p>
            <p>
              <b>Solution:</b>
                Create an Amazon S3 bucket in the same region as your snapshot. 
                For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
        <li>
            <p>
              <b>Error Message:</b>
                The S3 bucket %s does not exist.</p>
            <p>
              <b>Solution:</b>
                Create an Amazon S3 bucket in the same region as your snapshot.
                For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
        <li>
            <p>
              <b>Error Message:</b>
                The S3 bucket %s is not owned by the authenticated user.</p>
            <p>
              <b>Solution:</b>
                Create an Amazon S3 bucket in the same region as your snapshot.
                For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
        <li>
            <p>
              <b>Error Message:</b>
                The authenticated user does not have sufficient permissions to perform the desired activity.</p>
            <p>
              <b>Solution:</b>
                Contact your system administrator to get the needed permissions.</p>
        </li>
        <li>
            <p>
              <b>Error Message:</b>
                The S3 bucket %s already contains an object with key %s.</p>
            <p>
              <b>Solution:</b>
                Give the <code>TargetSnapshotName</code> a new and unique value.
                If exporting a snapshot, 
                you could alternatively create a new Amazon S3 bucket 
                and use this same value for <code>TargetSnapshotName</code>.</p>
        </li>
        <li>
            <p>
              <b>Error Message: </b>
                ElastiCache has not been granted READ permissions %s on the S3 Bucket.</p>
            <p>
              <b>Solution:</b>
                Add List and Read permissions on the bucket.
            For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
        <li>
            <p>
              <b>Error Message: </b>
                ElastiCache has not been granted WRITE permissions %s on the S3 Bucket.</p>
            <p>
              <b>Solution:</b>
                Add Upload/Delete permissions on the bucket.
                For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
        <li>
            <p>
              <b>Error Message: </b>
                ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket.</p>
            <p>
              <b>Solution:</b>
                Add View Permissions on the bucket.
            For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the ElastiCache User Guide.</p>
        </li>
     </ul>

createCacheCluster(_:logger:on:)

public func createCacheCluster(_ input: CreateCacheClusterMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateCacheClusterResult> 

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

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

createCacheParameterGroup(_:logger:on:)

public func createCacheParameterGroup(_ input: CreateCacheParameterGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateCacheParameterGroupResult> 

Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster or replication group using the CacheParameterGroup.

A newly created CacheParameterGroup is an exact duplicate of the default parameter group for the CacheParameterGroupFamily. To customize the newly created CacheParameterGroup you can change the values of specific parameters. For more information, see:

createCacheSecurityGroup(_:logger:on:)

public func createCacheSecurityGroup(_ input: CreateCacheSecurityGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateCacheSecurityGroupResult> 

Creates a new cache security group. Use a cache security group to control access to one or more clusters.

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

createCacheSubnetGroup(_:logger:on:)

public func createCacheSubnetGroup(_ input: CreateCacheSubnetGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateCacheSubnetGroupResult> 

Creates a new cache subnet group.

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

createGlobalReplicationGroup(_:logger:on:)

public func createGlobalReplicationGroup(_ input: CreateGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateGlobalReplicationGroupResult> 

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

  • The GlobalReplicationGroupIdSuffix is the name of the Global datastore.

  • The PrimaryReplicationGroupId represents the name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.

createReplicationGroup(_:logger:on:)

public func createReplicationGroup(_ input: CreateReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateReplicationGroupResult> 

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

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

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

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

    </p>
    <p>The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 
        83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. 
        Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see 
        <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.Creating.html">Creating a Subnet Group</a>. For versions below 5.0.6, 
        the limit is 250 per cluster.</p>
    <p>To request a limit increase, see 
        <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">Amazon Service Limits</a> 
        and choose the limit type <b>Nodes per cluster per instance type</b>. </p>
    <p>When a Redis (cluster mode disabled) replication group has been successfully created, 
        you can add one or more read replicas to it, up to a total of 5 read replicas. 
        If you need to increase or decrease the number of node groups (console: shards), 
        you can avail yourself of ElastiCache for Redis' scaling. For more information,
        see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html">Scaling ElastiCache for Redis Clusters</a> in the <i>ElastiCache User Guide</i>.</p>
    
   
    <note>
        <p>This operation is valid for Redis only.</p>
     </note>

createSnapshot(_:logger:on:)

public func createSnapshot(_ input: CreateSnapshotMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateSnapshotResult> 

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

    <note>
        <p>This operation is valid for Redis only.</p>
     </note>

createUser(_:logger:on:)

public func createUser(_ input: CreateUserMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<User> 

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

createUserGroup(_:logger:on:)

public func createUserGroup(_ input: CreateUserGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UserGroup> 

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

decreaseNodeGroupsInGlobalReplicationGroup(_:logger:on:)

public func decreaseNodeGroupsInGlobalReplicationGroup(_ input: DecreaseNodeGroupsInGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DecreaseNodeGroupsInGlobalReplicationGroupResult> 

Decreases the number of node groups in a Global datastore

decreaseReplicaCount(_:logger:on:)

public func decreaseReplicaCount(_ input: DecreaseReplicaCountMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DecreaseReplicaCountResult> 

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

deleteCacheCluster(_:logger:on:)

public func deleteCacheCluster(_ input: DeleteCacheClusterMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteCacheClusterResult> 

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

This operation is not valid for:

  • Redis (cluster mode enabled) clusters

  • Redis (cluster mode disabled) clusters

  •             <p>A cluster that is the last read replica of a replication group</p>
            </li>
            <li>
                <p>A cluster that is the primary node of a replication group</p>
            </li>
            <li>
                <p>A node group (shard) that has Multi-AZ mode enabled</p>
            </li>
            <li>
                <p>A cluster from a Redis (cluster mode enabled) replication group</p>
            </li>
            <li>
                <p>A cluster that is not in the <code>available</code> state</p>
            </li>
         </ul>
    

    deleteCacheParameterGroup(_:logger:on:)

    @discardableResult public func deleteCacheParameterGroup(_ input: DeleteCacheParameterGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 
    

    Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters. You cannot delete the default cache parameter groups in your account.

    deleteCacheSecurityGroup(_:logger:on:)

    @discardableResult public func deleteCacheSecurityGroup(_ input: DeleteCacheSecurityGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 
    

    Deletes a cache security group.

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

    deleteCacheSubnetGroup(_:logger:on:)

    @discardableResult public func deleteCacheSubnetGroup(_ input: DeleteCacheSubnetGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 
    

    Deletes a cache subnet group.

    You cannot delete a default cache subnet group or one that is associated with any clusters.

    deleteGlobalReplicationGroup(_:logger:on:)

    public func deleteGlobalReplicationGroup(_ input: DeleteGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteGlobalReplicationGroupResult> 
    

    Deleting a Global datastore is a two-step process:

    • First, you must DisassociateGlobalReplicationGroup to remove the secondary clusters in the Global datastore.

    • Once the Global datastore contains only the primary cluster, you can use the DeleteGlobalReplicationGroup API to delete the Global datastore while retainining the primary cluster using RetainPrimaryReplicationGroup=true.

          <p>Since the Global Datastore has only a primary cluster, you can delete the Global Datastore
             while retaining the primary by setting <code>RetainPrimaryReplicationGroup=true</code>. The primary cluster is never deleted when deleting a 
          Global Datastore. It can only be deleted when it no longer is associated with any Global Datastore.</p>
        <p>When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; 
            you cannot cancel or revert this operation.</p>
    

    deleteReplicationGroup(_:logger:on:)

    public func deleteReplicationGroup(_ input: DeleteReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteReplicationGroupResult> 
    

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

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

    This operation is valid for Redis only.

    deleteSnapshot(_:logger:on:)

    public func deleteSnapshot(_ input: DeleteSnapshotMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteSnapshotResult> 
    

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

        <note>
            <p>This operation is valid for Redis only.</p>
         </note>
    

    deleteUser(_:logger:on:)

    public func deleteUser(_ input: DeleteUserMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<User> 
    

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

    deleteUserGroup(_:logger:on:)

    public func deleteUserGroup(_ input: DeleteUserGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UserGroup> 
    

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

    describeCacheClusters(_:logger:on:)

    public func describeCacheClusters(_ input: DescribeCacheClustersMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheClusterMessage> 
    

    Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.

    By default, abbreviated information about the clusters is returned. You can use the optional ShowCacheNodeInfo flag to retrieve detailed information about the cache nodes associated with the 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 is displayed until all of the nodes are successfully provisioned.

    If the cluster is in the deleting state, only cluster-level information is displayed.

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

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

    describeCacheEngineVersions(_:logger:on:)

    public func describeCacheEngineVersions(_ input: DescribeCacheEngineVersionsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheEngineVersionMessage> 
    

    Returns a list of the available cache engines and their versions.

    describeCacheParameterGroups(_:logger:on:)

    public func describeCacheParameterGroups(_ input: DescribeCacheParameterGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheParameterGroupsMessage> 
    

    Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.

    describeCacheParameters(_:logger:on:)

    public func describeCacheParameters(_ input: DescribeCacheParametersMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheParameterGroupDetails> 
    

    Returns the detailed parameter list for a particular cache parameter group.

    describeCacheSecurityGroups(_:logger:on:)

    public func describeCacheSecurityGroups(_ input: DescribeCacheSecurityGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheSecurityGroupMessage> 
    

    Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup

    describeCacheSubnetGroups(_:logger:on:)

    public func describeCacheSubnetGroups(_ input: DescribeCacheSubnetGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheSubnetGroupMessage> 
    

    Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.

    describeEngineDefaultParameters(_:logger:on:)

    public func describeEngineDefaultParameters(_ input: DescribeEngineDefaultParametersMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeEngineDefaultParametersResult> 
    

    Returns the default engine and system parameter information for the specified cache engine.

    describeEvents(_:logger:on:)

    public func describeEvents(_ input: DescribeEventsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<EventsMessage> 
    

    Returns events related to clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular 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.

    describeGlobalReplicationGroups(_:logger:on:)

    public func describeGlobalReplicationGroups(_ input: DescribeGlobalReplicationGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeGlobalReplicationGroupsResult> 
    

    Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores.

    describeReplicationGroups(_:logger:on:)

    public func describeReplicationGroups(_ input: DescribeReplicationGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ReplicationGroupMessage> 
    

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

    This operation is valid for Redis only.

    describeReservedCacheNodes(_:logger:on:)

    public func describeReservedCacheNodes(_ input: DescribeReservedCacheNodesMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ReservedCacheNodeMessage> 
    

    Returns information about reserved cache nodes for this account, or about a specified reserved cache node.

    describeReservedCacheNodesOfferings(_:logger:on:)

    public func describeReservedCacheNodesOfferings(_ input: DescribeReservedCacheNodesOfferingsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ReservedCacheNodesOfferingMessage> 
    

    Lists available reserved cache node offerings.

    describeServiceUpdates(_:logger:on:)

    public func describeServiceUpdates(_ input: DescribeServiceUpdatesMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ServiceUpdatesMessage> 
    

    Returns details of the service updates

    describeSnapshots(_:logger:on:)

    public func describeSnapshots(_ input: DescribeSnapshotsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeSnapshotsListMessage> 
    

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

        <note>
            <p>This operation is valid for Redis only.</p>
         </note>
    

    describeUpdateActions(_:logger:on:)

    public func describeUpdateActions(_ input: DescribeUpdateActionsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateActionsMessage> 
    

    Returns details of the update actions

    describeUserGroups(_:logger:on:)

    public func describeUserGroups(_ input: DescribeUserGroupsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeUserGroupsResult> 
    

    Returns a list of user groups.

    describeUsers(_:logger:on:)

    public func describeUsers(_ input: DescribeUsersMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeUsersResult> 
    

    Returns a list of users.

    disassociateGlobalReplicationGroup(_:logger:on:)

    public func disassociateGlobalReplicationGroup(_ input: DisassociateGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DisassociateGlobalReplicationGroupResult> 
    

    Remove a secondary cluster from the Global datastore using the Global datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that Amazon region.

    failoverGlobalReplicationGroup(_:logger:on:)

    public func failoverGlobalReplicationGroup(_ input: FailoverGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<FailoverGlobalReplicationGroupResult> 
    

    Used to failover the primary region to a selected secondary region. The selected secondary region will become primary, and all other clusters will become secondary.

    increaseNodeGroupsInGlobalReplicationGroup(_:logger:on:)

    public func increaseNodeGroupsInGlobalReplicationGroup(_ input: IncreaseNodeGroupsInGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<IncreaseNodeGroupsInGlobalReplicationGroupResult> 
    

    Increase the number of node groups in the Global datastore

    increaseReplicaCount(_:logger:on:)

    public func increaseReplicaCount(_ input: IncreaseReplicaCountMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<IncreaseReplicaCountResult> 
    

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

    listAllowedNodeTypeModifications(_:logger:on:)

    public func listAllowedNodeTypeModifications(_ input: ListAllowedNodeTypeModificationsMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<AllowedNodeTypeModificationsMessage> 
    

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

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

    listTagsForResource(_:logger:on:)

    public func listTagsForResource(_ input: ListTagsForResourceMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TagListMessage> 
    

    Lists all tags currently on a named resource.

    A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group. For more information, see Resource-level permissions.

        <p>If the cluster is not in the <i>available</i> state, <code>ListTagsForResource</code>
            returns an error.</p>
    

    modifyCacheCluster(_:logger:on:)

    public func modifyCacheCluster(_ input: ModifyCacheClusterMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ModifyCacheClusterResult> 
    

    Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.

    modifyCacheParameterGroup(_:logger:on:)

    public func modifyCacheParameterGroup(_ input: ModifyCacheParameterGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheParameterGroupNameMessage> 
    

    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.

    modifyCacheSubnetGroup(_:logger:on:)

    public func modifyCacheSubnetGroup(_ input: ModifyCacheSubnetGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ModifyCacheSubnetGroupResult> 
    

    Modifies an existing cache subnet group.

    modifyGlobalReplicationGroup(_:logger:on:)

    public func modifyGlobalReplicationGroup(_ input: ModifyGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ModifyGlobalReplicationGroupResult> 
    

    Modifies the settings for a Global datastore.

    modifyReplicationGroup(_:logger:on:)

    public func modifyReplicationGroup(_ input: ModifyReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ModifyReplicationGroupResult> 
    

    Modifies the settings for a replication group.

    This operation is valid for Redis only.

    modifyReplicationGroupShardConfiguration(_:logger:on:)

    public func modifyReplicationGroupShardConfiguration(_ input: ModifyReplicationGroupShardConfigurationMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ModifyReplicationGroupShardConfigurationResult> 
    

    Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance the keyspaces among existing shards.

    modifyUser(_:logger:on:)

    public func modifyUser(_ input: ModifyUserMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<User> 
    

    Changes user password(s) and/or access string.

    modifyUserGroup(_:logger:on:)

    public func modifyUserGroup(_ input: ModifyUserGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UserGroup> 
    

    Changes the list of users that belong to the user group.

    purchaseReservedCacheNodesOffering(_:logger:on:)

    public func purchaseReservedCacheNodesOffering(_ input: PurchaseReservedCacheNodesOfferingMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PurchaseReservedCacheNodesOfferingResult> 
    

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

    rebalanceSlotsInGlobalReplicationGroup(_:logger:on:)

    public func rebalanceSlotsInGlobalReplicationGroup(_ input: RebalanceSlotsInGlobalReplicationGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<RebalanceSlotsInGlobalReplicationGroupResult> 
    

    Redistribute slots to ensure uniform distribution across existing shards in the cluster.

    rebootCacheCluster(_:logger:on:)

    public func rebootCacheCluster(_ input: RebootCacheClusterMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<RebootCacheClusterResult> 
    

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

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

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

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

        <p>If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied,
            see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes.rebooting.html">Rebooting a Cluster</a> for an alternate process.</p>
    

    removeTagsFromResource(_:logger:on:)

    public func removeTagsFromResource(_ input: RemoveTagsFromResourceMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TagListMessage> 
    

    Removes the tags identified by the TagKeys list from the named resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group. For more information, see Resource-level permissions.

    resetCacheParameterGroup(_:logger:on:)

    public func resetCacheParameterGroup(_ input: ResetCacheParameterGroupMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CacheParameterGroupNameMessage> 
    

    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.

    revokeCacheSecurityGroupIngress(_:logger:on:)

    public func revokeCacheSecurityGroupIngress(_ input: RevokeCacheSecurityGroupIngressMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<RevokeCacheSecurityGroupIngressResult> 
    

    Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.

    startMigration(_:logger:on:)

    public func startMigration(_ input: StartMigrationMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<StartMigrationResponse> 
    

    Start the migration of data.

    testFailover(_:logger:on:)

    public func testFailover(_ input: TestFailoverMessage, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TestFailoverResult> 
    

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

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

    Note the following

    • A customer can use this operation to test automatic failover on up to 5 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period.

    • If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently.

    • If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made.

    • To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance:

      1. Replication group message: Test Failover API called for node group

      2. Cache cluster message: Failover from primary node to replica node completed

      3. Replication group message: Failover from primary node to replica node completed

      4. Cache cluster message: Recovering cache nodes

      5. Cache cluster message: Finished recovery for cache nodes

                  <p>For more information see:</p>
                  <ul>
                    <li>
                          <p>
                          <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ECEvents.Viewing.html">Viewing ElastiCache Events</a>
                              in the <i>ElastiCache User Guide</i>
                       </p>
                    </li>
                    <li>
                          <p>
                          <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeEvents.html">DescribeEvents</a> in the ElastiCache API Reference</p>
                    </li>
                 </ul>
              </li>
           </ul>
          
          <p>Also see, <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html#auto-failover-test">Testing Multi-AZ </a> in the <i>ElastiCache User Guide</i>.</p>
      

      describeCacheClustersPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheClustersPaginator(
              _ input: DescribeCacheClustersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheClustersMessage, CacheClusterMessage> 
      

      Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.

      By default, abbreviated information about the clusters is returned. You can use the optional ShowCacheNodeInfo flag to retrieve detailed information about the cache nodes associated with the 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 is displayed until all of the nodes are successfully provisioned.

      If the cluster is in the deleting state, only cluster-level information is displayed.

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

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

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheEngineVersionsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheEngineVersionsPaginator(
              _ input: DescribeCacheEngineVersionsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheEngineVersionsMessage, CacheEngineVersionMessage> 
      

      Returns a list of the available cache engines and their versions.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheParameterGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheParameterGroupsPaginator(
              _ input: DescribeCacheParameterGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheParameterGroupsMessage, CacheParameterGroupsMessage> 
      

      Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheParametersPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheParametersPaginator(
              _ input: DescribeCacheParametersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheParametersMessage, CacheParameterGroupDetails> 
      

      Returns the detailed parameter list for a particular cache parameter group.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheSecurityGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheSecurityGroupsPaginator(
              _ input: DescribeCacheSecurityGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheSecurityGroupsMessage, CacheSecurityGroupMessage> 
      

      Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheSubnetGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeCacheSubnetGroupsPaginator(
              _ input: DescribeCacheSubnetGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeCacheSubnetGroupsMessage, CacheSubnetGroupMessage> 
      

      Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeEngineDefaultParametersPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeEngineDefaultParametersPaginator(
              _ input: DescribeEngineDefaultParametersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeEngineDefaultParametersMessage, DescribeEngineDefaultParametersResult> 
      

      Returns the default engine and system parameter information for the specified cache engine.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeEventsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeEventsPaginator(
              _ input: DescribeEventsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeEventsMessage, EventsMessage> 
      

      Returns events related to clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular 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.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeGlobalReplicationGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeGlobalReplicationGroupsPaginator(
              _ input: DescribeGlobalReplicationGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeGlobalReplicationGroupsMessage, DescribeGlobalReplicationGroupsResult> 
      

      Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeReplicationGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeReplicationGroupsPaginator(
              _ input: DescribeReplicationGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeReplicationGroupsMessage, ReplicationGroupMessage> 
      

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

      This operation is valid for Redis only.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeReservedCacheNodesPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeReservedCacheNodesPaginator(
              _ input: DescribeReservedCacheNodesMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeReservedCacheNodesMessage, ReservedCacheNodeMessage> 
      

      Returns information about reserved cache nodes for this account, or about a specified reserved cache node.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeReservedCacheNodesOfferingsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeReservedCacheNodesOfferingsPaginator(
              _ input: DescribeReservedCacheNodesOfferingsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeReservedCacheNodesOfferingsMessage, ReservedCacheNodesOfferingMessage> 
      

      Lists available reserved cache node offerings.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeServiceUpdatesPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeServiceUpdatesPaginator(
              _ input: DescribeServiceUpdatesMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeServiceUpdatesMessage, ServiceUpdatesMessage> 
      

      Returns details of the service updates

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeSnapshotsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      Return PaginatorSequence for operation.
      public func describeSnapshotsPaginator(
              _ input: DescribeSnapshotsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeSnapshotsMessage, DescribeSnapshotsListMessage> 
      

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

           <note>
               <p>This operation is valid for Redis only.</p>
            </note>
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeUpdateActionsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeUpdateActionsPaginator(
              _ input: DescribeUpdateActionsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeUpdateActionsMessage, UpdateActionsMessage> 
      

      Returns details of the update actions

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeUserGroupsPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeUserGroupsPaginator(
              _ input: DescribeUserGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeUserGroupsMessage, DescribeUserGroupsResult> 
      

      Returns a list of user groups.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeUsersPaginator(_:logger:on:)

      compiler(>=5.5.2) && canImport(_Concurrency)
      public func describeUsersPaginator(
              _ input: DescribeUsersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> AWSClient.PaginatorSequence<DescribeUsersMessage, DescribeUsersResult> 
      

      Returns a list of users.

      Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

      describeCacheClustersPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheClustersPaginator<Result>(
              _ input: DescribeCacheClustersMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheClusterMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied.

      By default, abbreviated information about the clusters is returned. You can use the optional ShowCacheNodeInfo flag to retrieve detailed information about the cache nodes associated with the 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 is displayed until all of the nodes are successfully provisioned.

      If the cluster is in the deleting state, only cluster-level information is displayed.

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

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

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheClustersPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheClustersPaginator(
              _ input: DescribeCacheClustersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheClusterMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeCacheEngineVersionsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheEngineVersionsPaginator<Result>(
              _ input: DescribeCacheEngineVersionsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheEngineVersionMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of the available cache engines and their versions.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheEngineVersionsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheEngineVersionsPaginator(
              _ input: DescribeCacheEngineVersionsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheEngineVersionMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeCacheParameterGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheParameterGroupsPaginator<Result>(
              _ input: DescribeCacheParameterGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheParameterGroupsMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheParameterGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheParameterGroupsPaginator(
              _ input: DescribeCacheParameterGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheParameterGroupsMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeCacheParametersPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheParametersPaginator<Result>(
              _ input: DescribeCacheParametersMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheParameterGroupDetails, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns the detailed parameter list for a particular cache parameter group.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheParametersPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheParametersPaginator(
              _ input: DescribeCacheParametersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheParameterGroupDetails, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeCacheSecurityGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheSecurityGroupsPaginator<Result>(
              _ input: DescribeCacheSecurityGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheSecurityGroupMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheSecurityGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheSecurityGroupsPaginator(
              _ input: DescribeCacheSecurityGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheSecurityGroupMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeCacheSubnetGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeCacheSubnetGroupsPaginator<Result>(
              _ input: DescribeCacheSubnetGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, CacheSubnetGroupMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeCacheSubnetGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeCacheSubnetGroupsPaginator(
              _ input: DescribeCacheSubnetGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (CacheSubnetGroupMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeEngineDefaultParametersPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeEngineDefaultParametersPaginator<Result>(
              _ input: DescribeEngineDefaultParametersMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, DescribeEngineDefaultParametersResult, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns the default engine and system parameter information for the specified cache engine.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeEngineDefaultParametersPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeEngineDefaultParametersPaginator(
              _ input: DescribeEngineDefaultParametersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (DescribeEngineDefaultParametersResult, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeEventsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeEventsPaginator<Result>(
              _ input: DescribeEventsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, EventsMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns events related to clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular 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.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeEventsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeEventsPaginator(
              _ input: DescribeEventsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (EventsMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeGlobalReplicationGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeGlobalReplicationGroupsPaginator<Result>(
              _ input: DescribeGlobalReplicationGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, DescribeGlobalReplicationGroupsResult, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeGlobalReplicationGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeGlobalReplicationGroupsPaginator(
              _ input: DescribeGlobalReplicationGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (DescribeGlobalReplicationGroupsResult, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeReplicationGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeReplicationGroupsPaginator<Result>(
              _ input: DescribeReplicationGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, ReplicationGroupMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

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

      This operation is valid for Redis only.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeReplicationGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeReplicationGroupsPaginator(
              _ input: DescribeReplicationGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (ReplicationGroupMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeReservedCacheNodesPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeReservedCacheNodesPaginator<Result>(
              _ input: DescribeReservedCacheNodesMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, ReservedCacheNodeMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns information about reserved cache nodes for this account, or about a specified reserved cache node.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeReservedCacheNodesPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeReservedCacheNodesPaginator(
              _ input: DescribeReservedCacheNodesMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (ReservedCacheNodeMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeReservedCacheNodesOfferingsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeReservedCacheNodesOfferingsPaginator<Result>(
              _ input: DescribeReservedCacheNodesOfferingsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, ReservedCacheNodesOfferingMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Lists available reserved cache node offerings.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeReservedCacheNodesOfferingsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeReservedCacheNodesOfferingsPaginator(
              _ input: DescribeReservedCacheNodesOfferingsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (ReservedCacheNodesOfferingMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeServiceUpdatesPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeServiceUpdatesPaginator<Result>(
              _ input: DescribeServiceUpdatesMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, ServiceUpdatesMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns details of the service updates

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeServiceUpdatesPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeServiceUpdatesPaginator(
              _ input: DescribeServiceUpdatesMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (ServiceUpdatesMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeSnapshotsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeSnapshotsPaginator<Result>(
              _ input: DescribeSnapshotsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, DescribeSnapshotsListMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

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

           <note>
               <p>This operation is valid for Redis only.</p>
            </note>
      
      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeSnapshotsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeSnapshotsPaginator(
              _ input: DescribeSnapshotsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (DescribeSnapshotsListMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeUpdateActionsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeUpdateActionsPaginator<Result>(
              _ input: DescribeUpdateActionsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, UpdateActionsMessage, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns details of the update actions

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeUpdateActionsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeUpdateActionsPaginator(
              _ input: DescribeUpdateActionsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (UpdateActionsMessage, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeUserGroupsPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeUserGroupsPaginator<Result>(
              _ input: DescribeUserGroupsMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, DescribeUserGroupsResult, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of user groups.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeUserGroupsPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeUserGroupsPaginator(
              _ input: DescribeUserGroupsMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (DescribeUserGroupsResult, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      describeUsersPaginator(_:_:logger:on:onPage:)

      Provide paginated results to closure `onPage` for it to combine them into one result. This works in a similar manner to `Array.reduce(_:​_:​) -> Result`.
      public func describeUsersPaginator<Result>(
              _ input: DescribeUsersMessage,
              _ initialValue: Result,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (Result, DescribeUsersResult, EventLoop) -> EventLoopFuture<(Bool, Result)>
          ) -> EventLoopFuture<Result> 
      

      Returns a list of users.

      Parameters: - input: Input for request - initialValue: The value to use as the initial accumulating value. `initialValue` is passed to `onPage` the first time it is called. - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

      describeUsersPaginator(_:logger:on:onPage:)

      Provide paginated results to closure `onPage`.
      public func describeUsersPaginator(
              _ input: DescribeUsersMessage,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil,
              onPage: @escaping (DescribeUsersResult, EventLoop) -> EventLoopFuture<Bool>
          ) -> EventLoopFuture<Void> 
      

      Parameters

      - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on - onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

      waitUntilCacheClusterAvailable(_:maxWaitTime:logger:on:)

      Wait until ElastiCache cluster is available.
      public func waitUntilCacheClusterAvailable(
              _ input: DescribeCacheClustersMessage,
              maxWaitTime: TimeAmount? = nil,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> EventLoopFuture<Void> 
      

      waitUntilCacheClusterDeleted(_:maxWaitTime:logger:on:)

      Wait until ElastiCache cluster is deleted.
      public func waitUntilCacheClusterDeleted(
              _ input: DescribeCacheClustersMessage,
              maxWaitTime: TimeAmount? = nil,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> EventLoopFuture<Void> 
      

      waitUntilReplicationGroupAvailable(_:maxWaitTime:logger:on:)

      Wait until ElastiCache replication group is available.
      public func waitUntilReplicationGroupAvailable(
              _ input: DescribeReplicationGroupsMessage,
              maxWaitTime: TimeAmount? = nil,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> EventLoopFuture<Void> 
      

      waitUntilReplicationGroupDeleted(_:maxWaitTime:logger:on:)

      Wait until ElastiCache replication group is deleted.
      public func waitUntilReplicationGroupDeleted(
              _ input: DescribeReplicationGroupsMessage,
              maxWaitTime: TimeAmount? = nil,
              logger: Logger = AWSClient.loggingDisabled,
              on eventLoop: EventLoop? = nil
          ) -> EventLoopFuture<Void>