# Packages
No description provided by the author
# Functions
CacheClusterNeedsUpdate returns true if the supplied Kubernetes resource differs from the supplied AWS resource.
ConnectionEndpoint returns the connection endpoint for a Replication Group.
NewClient returns a new ElastiCache client.
NewCreateReplicationGroupInput returns ElastiCache replication group creation input suitable for use with the AWS API.
NewDeleteReplicationGroupInput returns ElastiCache replication group deletion input suitable for use with the AWS API.
NewDescribeCacheClustersInput returns ElastiCache cache cluster describe input suitable for use with the AWS API.
NewDescribeReplicationGroupsInput returns ElastiCache replication group describe input suitable for use with the AWS API.
NewModifyReplicationGroupInput returns ElastiCache replication group modification input suitable for use with the AWS API.
NewReplicationGroupDescription returns a description suitable for use with the AWS API.
NewReplicationGroupID returns an identifier used to identify a Replication Group in the AWS API.
ReplicationGroupNeedsUpdate returns true if the supplied Kubernetes resource differs from the supplied AWS resource.
# Constants
NamePrefix is the prefix for all created ElastiCache replication groups.
# Structs
Endpoint represents the address and port used to connect to an ElastiCache Replication Group.
# Type aliases
A Client handles CRUD operations for ElastiCache resources.