Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.ElastiCache.Types
Contents
- Service Configuration
- Errors
- AZMode
- AutomaticFailoverStatus
- ChangeType
- PendingAutomaticFailoverStatus
- SourceType
- AvailabilityZone
- CacheCluster
- CacheEngineVersion
- CacheNode
- CacheNodeTypeSpecificParameter
- CacheNodeTypeSpecificValue
- CacheParameterGroup
- CacheParameterGroupNameMessage
- CacheParameterGroupStatus
- CacheSecurityGroup
- CacheSecurityGroupMembership
- CacheSubnetGroup
- EC2SecurityGroup
- Endpoint
- EngineDefaults
- Event
- NodeGroup
- NodeGroupConfiguration
- NodeGroupMember
- NodeSnapshot
- NotificationConfiguration
- Parameter
- ParameterNameValue
- PendingModifiedValues
- RecurringCharge
- ReplicationGroup
- ReplicationGroupPendingModifiedValues
- ReservedCacheNode
- ReservedCacheNodesOffering
- SecurityGroupMembership
- Snapshot
- Subnet
- Tag
- TagListMessage
Description
- elastiCache :: Service
- _CacheSubnetGroupInUse :: AsError a => Getting (First ServiceError) a ServiceError
- _ReservedCacheNodeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSecurityGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSubnetGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _NodeGroupsPerReplicationGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSubnetGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _AuthorizationAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ReservedCacheNodeQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ReservedCacheNodesOfferingNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ReplicationGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidSubnet :: AsError a => Getting (First ServiceError) a ServiceError
- _TagQuotaPerResourceExceeded :: AsError a => Getting (First ServiceError) a ServiceError
- _SnapshotNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InsufficientCacheClusterCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidSnapshotStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _SnapshotAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _TagNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _SnapshotQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _NodeQuotaForClusterExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheParameterGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ReservedCacheNodeNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSubnetGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _SnapshotFeatureNotSupportedFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidReplicationGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ReplicationGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidVPCNetworkStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _SubnetInUse :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheClusterNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _ClusterQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _AuthorizationNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidCacheClusterStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSecurityGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheClusterAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheParameterGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _NodeQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSubnetQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheParameterGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidARNFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidCacheParameterGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidCacheSecurityGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError
- _CacheSecurityGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- data AZMode
- data AutomaticFailoverStatus
- data ChangeType
- data PendingAutomaticFailoverStatus
- data SourceType
- data AvailabilityZone
- availabilityZone :: AvailabilityZone
- azName :: Lens' AvailabilityZone (Maybe Text)
- data CacheCluster
- cacheCluster :: CacheCluster
- ccEngineVersion :: Lens' CacheCluster (Maybe Text)
- ccCacheNodeType :: Lens' CacheCluster (Maybe Text)
- ccCacheNodes :: Lens' CacheCluster [CacheNode]
- ccCacheClusterCreateTime :: Lens' CacheCluster (Maybe UTCTime)
- ccAutoMinorVersionUpgrade :: Lens' CacheCluster (Maybe Bool)
- ccSecurityGroups :: Lens' CacheCluster [SecurityGroupMembership]
- ccNotificationConfiguration :: Lens' CacheCluster (Maybe NotificationConfiguration)
- ccSnapshotWindow :: Lens' CacheCluster (Maybe Text)
- ccCacheClusterId :: Lens' CacheCluster (Maybe Text)
- ccConfigurationEndpoint :: Lens' CacheCluster (Maybe Endpoint)
- ccEngine :: Lens' CacheCluster (Maybe Text)
- ccCacheSecurityGroups :: Lens' CacheCluster [CacheSecurityGroupMembership]
- ccClientDownloadLandingPage :: Lens' CacheCluster (Maybe Text)
- ccPreferredMaintenanceWindow :: Lens' CacheCluster (Maybe Text)
- ccCacheSubnetGroupName :: Lens' CacheCluster (Maybe Text)
- ccPreferredAvailabilityZone :: Lens' CacheCluster (Maybe Text)
- ccCacheParameterGroup :: Lens' CacheCluster (Maybe CacheParameterGroupStatus)
- ccCacheClusterStatus :: Lens' CacheCluster (Maybe Text)
- ccSnapshotRetentionLimit :: Lens' CacheCluster (Maybe Int)
- ccReplicationGroupId :: Lens' CacheCluster (Maybe Text)
- ccPendingModifiedValues :: Lens' CacheCluster (Maybe PendingModifiedValues)
- ccNumCacheNodes :: Lens' CacheCluster (Maybe Int)
- data CacheEngineVersion
- cacheEngineVersion :: CacheEngineVersion
- cevEngineVersion :: Lens' CacheEngineVersion (Maybe Text)
- cevCacheParameterGroupFamily :: Lens' CacheEngineVersion (Maybe Text)
- cevCacheEngineDescription :: Lens' CacheEngineVersion (Maybe Text)
- cevEngine :: Lens' CacheEngineVersion (Maybe Text)
- cevCacheEngineVersionDescription :: Lens' CacheEngineVersion (Maybe Text)
- data CacheNode
- cacheNode :: CacheNode
- cnSourceCacheNodeId :: Lens' CacheNode (Maybe Text)
- cnParameterGroupStatus :: Lens' CacheNode (Maybe Text)
- cnCacheNodeCreateTime :: Lens' CacheNode (Maybe UTCTime)
- cnCustomerAvailabilityZone :: Lens' CacheNode (Maybe Text)
- cnCacheNodeId :: Lens' CacheNode (Maybe Text)
- cnCacheNodeStatus :: Lens' CacheNode (Maybe Text)
- cnEndpoint :: Lens' CacheNode (Maybe Endpoint)
- data CacheNodeTypeSpecificParameter
- cacheNodeTypeSpecificParameter :: CacheNodeTypeSpecificParameter
- cntspCacheNodeTypeSpecificValues :: Lens' CacheNodeTypeSpecificParameter [CacheNodeTypeSpecificValue]
- cntspMinimumEngineVersion :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspSource :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspIsModifiable :: Lens' CacheNodeTypeSpecificParameter (Maybe Bool)
- cntspDataType :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspAllowedValues :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspParameterName :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspDescription :: Lens' CacheNodeTypeSpecificParameter (Maybe Text)
- cntspChangeType :: Lens' CacheNodeTypeSpecificParameter (Maybe ChangeType)
- data CacheNodeTypeSpecificValue
- cacheNodeTypeSpecificValue :: CacheNodeTypeSpecificValue
- cntsvCacheNodeType :: Lens' CacheNodeTypeSpecificValue (Maybe Text)
- cntsvValue :: Lens' CacheNodeTypeSpecificValue (Maybe Text)
- data CacheParameterGroup
- cacheParameterGroup :: CacheParameterGroup
- cpgCacheParameterGroupFamily :: Lens' CacheParameterGroup (Maybe Text)
- cpgCacheParameterGroupName :: Lens' CacheParameterGroup (Maybe Text)
- cpgDescription :: Lens' CacheParameterGroup (Maybe Text)
- data CacheParameterGroupNameMessage
- cacheParameterGroupNameMessage :: CacheParameterGroupNameMessage
- cpgnmCacheParameterGroupName :: Lens' CacheParameterGroupNameMessage (Maybe Text)
- data CacheParameterGroupStatus
- cacheParameterGroupStatus :: CacheParameterGroupStatus
- cpgsCacheParameterGroupName :: Lens' CacheParameterGroupStatus (Maybe Text)
- cpgsCacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus [Text]
- cpgsParameterApplyStatus :: Lens' CacheParameterGroupStatus (Maybe Text)
- data CacheSecurityGroup
- cacheSecurityGroup :: CacheSecurityGroup
- csgCacheSecurityGroupName :: Lens' CacheSecurityGroup (Maybe Text)
- csgOwnerId :: Lens' CacheSecurityGroup (Maybe Text)
- csgEC2SecurityGroups :: Lens' CacheSecurityGroup [EC2SecurityGroup]
- csgDescription :: Lens' CacheSecurityGroup (Maybe Text)
- data CacheSecurityGroupMembership
- cacheSecurityGroupMembership :: CacheSecurityGroupMembership
- csgmStatus :: Lens' CacheSecurityGroupMembership (Maybe Text)
- csgmCacheSecurityGroupName :: Lens' CacheSecurityGroupMembership (Maybe Text)
- data CacheSubnetGroup
- cacheSubnetGroup :: CacheSubnetGroup
- csgVPCId :: Lens' CacheSubnetGroup (Maybe Text)
- csgSubnets :: Lens' CacheSubnetGroup [Subnet]
- csgCacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text)
- csgCacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text)
- data EC2SecurityGroup
- ec2SecurityGroup :: EC2SecurityGroup
- esgStatus :: Lens' EC2SecurityGroup (Maybe Text)
- esgEC2SecurityGroupOwnerId :: Lens' EC2SecurityGroup (Maybe Text)
- esgEC2SecurityGroupName :: Lens' EC2SecurityGroup (Maybe Text)
- data Endpoint
- endpoint :: Endpoint
- eAddress :: Lens' Endpoint (Maybe Text)
- ePort :: Lens' Endpoint (Maybe Int)
- data EngineDefaults
- engineDefaults :: EngineDefaults
- edCacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text)
- edCacheNodeTypeSpecificParameters :: Lens' EngineDefaults [CacheNodeTypeSpecificParameter]
- edMarker :: Lens' EngineDefaults (Maybe Text)
- edParameters :: Lens' EngineDefaults [Parameter]
- data Event
- event :: Event
- eSourceType :: Lens' Event (Maybe SourceType)
- eSourceIdentifier :: Lens' Event (Maybe Text)
- eDate :: Lens' Event (Maybe UTCTime)
- eMessage :: Lens' Event (Maybe Text)
- data NodeGroup
- nodeGroup :: NodeGroup
- ngStatus :: Lens' NodeGroup (Maybe Text)
- ngPrimaryEndpoint :: Lens' NodeGroup (Maybe Endpoint)
- ngSlots :: Lens' NodeGroup (Maybe Text)
- ngNodeGroupMembers :: Lens' NodeGroup [NodeGroupMember]
- ngNodeGroupId :: Lens' NodeGroup (Maybe Text)
- data NodeGroupConfiguration
- nodeGroupConfiguration :: NodeGroupConfiguration
- ngcSlots :: Lens' NodeGroupConfiguration (Maybe Text)
- ngcReplicaCount :: Lens' NodeGroupConfiguration (Maybe Int)
- ngcPrimaryAvailabilityZone :: Lens' NodeGroupConfiguration (Maybe Text)
- ngcReplicaAvailabilityZones :: Lens' NodeGroupConfiguration [Text]
- data NodeGroupMember
- nodeGroupMember :: NodeGroupMember
- ngmCacheClusterId :: Lens' NodeGroupMember (Maybe Text)
- ngmCacheNodeId :: Lens' NodeGroupMember (Maybe Text)
- ngmPreferredAvailabilityZone :: Lens' NodeGroupMember (Maybe Text)
- ngmCurrentRole :: Lens' NodeGroupMember (Maybe Text)
- ngmReadEndpoint :: Lens' NodeGroupMember (Maybe Endpoint)
- data NodeSnapshot
- nodeSnapshot :: NodeSnapshot
- nsNodeGroupConfiguration :: Lens' NodeSnapshot (Maybe NodeGroupConfiguration)
- nsCacheNodeCreateTime :: Lens' NodeSnapshot (Maybe UTCTime)
- nsCacheClusterId :: Lens' NodeSnapshot (Maybe Text)
- nsCacheNodeId :: Lens' NodeSnapshot (Maybe Text)
- nsNodeGroupId :: Lens' NodeSnapshot (Maybe Text)
- nsSnapshotCreateTime :: Lens' NodeSnapshot (Maybe UTCTime)
- nsCacheSize :: Lens' NodeSnapshot (Maybe Text)
- data NotificationConfiguration
- notificationConfiguration :: NotificationConfiguration
- ncTopicStatus :: Lens' NotificationConfiguration (Maybe Text)
- ncTopicARN :: Lens' NotificationConfiguration (Maybe Text)
- data Parameter
- parameter :: Parameter
- pParameterValue :: Lens' Parameter (Maybe Text)
- pMinimumEngineVersion :: Lens' Parameter (Maybe Text)
- pSource :: Lens' Parameter (Maybe Text)
- pIsModifiable :: Lens' Parameter (Maybe Bool)
- pDataType :: Lens' Parameter (Maybe Text)
- pAllowedValues :: Lens' Parameter (Maybe Text)
- pParameterName :: Lens' Parameter (Maybe Text)
- pDescription :: Lens' Parameter (Maybe Text)
- pChangeType :: Lens' Parameter (Maybe ChangeType)
- data ParameterNameValue
- parameterNameValue :: ParameterNameValue
- pnvParameterValue :: Lens' ParameterNameValue (Maybe Text)
- pnvParameterName :: Lens' ParameterNameValue (Maybe Text)
- data PendingModifiedValues
- pendingModifiedValues :: PendingModifiedValues
- pmvEngineVersion :: Lens' PendingModifiedValues (Maybe Text)
- pmvCacheNodeType :: Lens' PendingModifiedValues (Maybe Text)
- pmvCacheNodeIdsToRemove :: Lens' PendingModifiedValues [Text]
- pmvNumCacheNodes :: Lens' PendingModifiedValues (Maybe Int)
- data RecurringCharge
- recurringCharge :: RecurringCharge
- rcRecurringChargeFrequency :: Lens' RecurringCharge (Maybe Text)
- rcRecurringChargeAmount :: Lens' RecurringCharge (Maybe Double)
- data ReplicationGroup
- replicationGroup :: ReplicationGroup
- rgStatus :: Lens' ReplicationGroup (Maybe Text)
- rgNodeGroups :: Lens' ReplicationGroup [NodeGroup]
- rgSnapshottingClusterId :: Lens' ReplicationGroup (Maybe Text)
- rgSnapshotWindow :: Lens' ReplicationGroup (Maybe Text)
- rgConfigurationEndpoint :: Lens' ReplicationGroup (Maybe Endpoint)
- rgMemberClusters :: Lens' ReplicationGroup [Text]
- rgSnapshotRetentionLimit :: Lens' ReplicationGroup (Maybe Int)
- rgDescription :: Lens' ReplicationGroup (Maybe Text)
- rgReplicationGroupId :: Lens' ReplicationGroup (Maybe Text)
- rgPendingModifiedValues :: Lens' ReplicationGroup (Maybe ReplicationGroupPendingModifiedValues)
- rgAutomaticFailover :: Lens' ReplicationGroup (Maybe AutomaticFailoverStatus)
- data ReplicationGroupPendingModifiedValues
- replicationGroupPendingModifiedValues :: ReplicationGroupPendingModifiedValues
- rgpmvPrimaryClusterId :: Lens' ReplicationGroupPendingModifiedValues (Maybe Text)
- rgpmvAutomaticFailoverStatus :: Lens' ReplicationGroupPendingModifiedValues (Maybe PendingAutomaticFailoverStatus)
- data ReservedCacheNode
- reservedCacheNode :: ReservedCacheNode
- rcnCacheNodeType :: Lens' ReservedCacheNode (Maybe Text)
- rcnState :: Lens' ReservedCacheNode (Maybe Text)
- rcnStartTime :: Lens' ReservedCacheNode (Maybe UTCTime)
- rcnProductDescription :: Lens' ReservedCacheNode (Maybe Text)
- rcnCacheNodeCount :: Lens' ReservedCacheNode (Maybe Int)
- rcnReservedCacheNodeId :: Lens' ReservedCacheNode (Maybe Text)
- rcnRecurringCharges :: Lens' ReservedCacheNode [RecurringCharge]
- rcnOfferingType :: Lens' ReservedCacheNode (Maybe Text)
- rcnUsagePrice :: Lens' ReservedCacheNode (Maybe Double)
- rcnFixedPrice :: Lens' ReservedCacheNode (Maybe Double)
- rcnDuration :: Lens' ReservedCacheNode (Maybe Int)
- rcnReservedCacheNodesOfferingId :: Lens' ReservedCacheNode (Maybe Text)
- data ReservedCacheNodesOffering
- reservedCacheNodesOffering :: ReservedCacheNodesOffering
- rcnoCacheNodeType :: Lens' ReservedCacheNodesOffering (Maybe Text)
- rcnoProductDescription :: Lens' ReservedCacheNodesOffering (Maybe Text)
- rcnoRecurringCharges :: Lens' ReservedCacheNodesOffering [RecurringCharge]
- rcnoOfferingType :: Lens' ReservedCacheNodesOffering (Maybe Text)
- rcnoUsagePrice :: Lens' ReservedCacheNodesOffering (Maybe Double)
- rcnoFixedPrice :: Lens' ReservedCacheNodesOffering (Maybe Double)
- rcnoDuration :: Lens' ReservedCacheNodesOffering (Maybe Int)
- rcnoReservedCacheNodesOfferingId :: Lens' ReservedCacheNodesOffering (Maybe Text)
- data SecurityGroupMembership
- securityGroupMembership :: SecurityGroupMembership
- sgmStatus :: Lens' SecurityGroupMembership (Maybe Text)
- sgmSecurityGroupId :: Lens' SecurityGroupMembership (Maybe Text)
- data Snapshot
- snapshot :: Snapshot
- sEngineVersion :: Lens' Snapshot (Maybe Text)
- sCacheNodeType :: Lens' Snapshot (Maybe Text)
- sCacheClusterCreateTime :: Lens' Snapshot (Maybe UTCTime)
- sAutoMinorVersionUpgrade :: Lens' Snapshot (Maybe Bool)
- sCacheParameterGroupName :: Lens' Snapshot (Maybe Text)
- sReplicationGroupDescription :: Lens' Snapshot (Maybe Text)
- sVPCId :: Lens' Snapshot (Maybe Text)
- sSnapshotStatus :: Lens' Snapshot (Maybe Text)
- sSnapshotWindow :: Lens' Snapshot (Maybe Text)
- sCacheClusterId :: Lens' Snapshot (Maybe Text)
- sEngine :: Lens' Snapshot (Maybe Text)
- sPreferredMaintenanceWindow :: Lens' Snapshot (Maybe Text)
- sTopicARN :: Lens' Snapshot (Maybe Text)
- sNodeSnapshots :: Lens' Snapshot [NodeSnapshot]
- sCacheSubnetGroupName :: Lens' Snapshot (Maybe Text)
- sPreferredAvailabilityZone :: Lens' Snapshot (Maybe Text)
- sNumNodeGroups :: Lens' Snapshot (Maybe Int)
- sSnapshotRetentionLimit :: Lens' Snapshot (Maybe Int)
- sSnapshotName :: Lens' Snapshot (Maybe Text)
- sReplicationGroupId :: Lens' Snapshot (Maybe Text)
- sNumCacheNodes :: Lens' Snapshot (Maybe Int)
- sPort :: Lens' Snapshot (Maybe Int)
- sAutomaticFailover :: Lens' Snapshot (Maybe AutomaticFailoverStatus)
- sSnapshotSource :: Lens' Snapshot (Maybe Text)
- data Subnet
- subnet :: Subnet
- sSubnetIdentifier :: Lens' Subnet (Maybe Text)
- sSubnetAvailabilityZone :: Lens' Subnet (Maybe AvailabilityZone)
- data Tag
- tag :: Tag
- tagValue :: Lens' Tag (Maybe Text)
- tagKey :: Lens' Tag (Maybe Text)
- data TagListMessage
- tagListMessage :: TagListMessage
- tlmTagList :: Lens' TagListMessage [Tag]
Service Configuration
elastiCache :: Service #
API version 2015-02-02
of the Amazon ElastiCache SDK configuration.
Errors
_CacheSubnetGroupInUse :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache subnet group is currently in use.
_ReservedCacheNodeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
You already have a reservation with the given identifier.
_CacheSecurityGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache security group name does not refer to an existing cache security group.
_CacheSubnetGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache subnet group name is already in use by an existing cache subnet group.
_NodeGroupsPerReplicationGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the maximum of 15 node groups (shards) in a single replication group.
_CacheSubnetGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of cache subnet groups.
_AuthorizationAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
The specified Amazon EC2 security group is already authorized for the specified cache security group.
_ReservedCacheNodeQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the user's cache node quota.
_ReservedCacheNodesOfferingNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache node offering does not exist.
_ReplicationGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The specified replication group does not exist.
_InvalidSubnet :: AsError a => Getting (First ServiceError) a ServiceError #
An invalid subnet identifier was specified.
_TagQuotaPerResourceExceeded :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10.
_SnapshotNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested snapshot name does not refer to an existing snapshot.
_InsufficientCacheClusterCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache node type is not available in the specified Availability Zone.
_InvalidSnapshotStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The current state of the snapshot does not allow the requested operation to occur.
_SnapshotAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
You already have a snapshot with the given name.
_TagNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested tag was not found on this resource.
_SnapshotQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the maximum number of snapshots.
_NodeQuotaForClusterExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster.
_CacheParameterGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
A cache parameter group with the requested name already exists.
_ReservedCacheNodeNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested reserved cache node was not found.
_CacheSubnetGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache subnet group name does not refer to an existing cache subnet group.
_SnapshotFeatureNotSupportedFault :: AsError a => Getting (First ServiceError) a ServiceError #
You attempted one of the following operations:
- Creating a snapshot of a Redis cache cluster running on a
cache.t1.micro
cache node. - Creating a snapshot of a cache cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError #
The value for a parameter is invalid.
_InvalidReplicationGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested replication group is not in the available
state.
_ReplicationGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
The specified replication group already exists.
_InvalidVPCNetworkStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The VPC network is in an invalid state.
_SubnetInUse :: AsError a => Getting (First ServiceError) a ServiceError #
The requested subnet is being used by another cache subnet group.
_CacheClusterNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache cluster ID does not refer to an existing cache cluster.
_ClusterQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of cache clusters per customer.
_AuthorizationNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The specified Amazon EC2 security group is not authorized for the specified cache security group.
_InvalidCacheClusterStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache cluster is not in the available
state.
_CacheSecurityGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of cache security groups.
_CacheClusterAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
You already have a cache cluster with the given identifier.
_CacheParameterGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the maximum number of cache security groups.
_NodeQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of cache nodes per customer.
_CacheSubnetQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError #
The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.
_CacheParameterGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested cache parameter group name does not refer to an existing cache parameter group.
_InvalidARNFault :: AsError a => Getting (First ServiceError) a ServiceError #
The requested Amazon Resource Name (ARN) does not refer to an existing resource.
_InvalidCacheParameterGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The current state of the cache parameter group does not allow the requested operation to occur.
_InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError #
Two or more incompatible parameters were specified.
_InvalidCacheSecurityGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError #
The current state of the cache security group does not allow deletion.
_CacheSecurityGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError #
A cache security group with the specified name already exists.
AZMode
AutomaticFailoverStatus
data AutomaticFailoverStatus #
Constructors
AFSDisabled | |
AFSDisabling | |
AFSEnabled | |
AFSEnabling |
Instances
ChangeType
data ChangeType #
Constructors
Immediate | |
RequiresReboot |
Instances
PendingAutomaticFailoverStatus
data PendingAutomaticFailoverStatus #
Instances
SourceType
data SourceType #
Instances
AvailabilityZone
data AvailabilityZone #
Describes an Availability Zone in which the cache cluster is launched.
See: availabilityZone
smart constructor.
availabilityZone :: AvailabilityZone #
Creates a value of AvailabilityZone
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
azName
- The name of the Availability Zone.
CacheCluster
data CacheCluster #
Contains all of the attributes of a specific cache cluster.
See: cacheCluster
smart constructor.
Instances
cacheCluster :: CacheCluster #
Creates a value of CacheCluster
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ccEngineVersion
- The version of the cache engine that is used in this cache cluster.ccCacheNodeType
- The name of the compute and memory capacity node type for the cache cluster. Valid node types are as follows: * General purpose: * Current generation:cache.t2.micro
,cache.t2.small
,cache.t2.medium
,cache.m3.medium
,cache.m3.large
,cache.m3.xlarge
,cache.m3.2xlarge
,cache.m4.large
,cache.m4.xlarge
,cache.m4.2xlarge
,cache.m4.4xlarge
,cache.m4.10xlarge
* Previous generation:cache.t1.micro
,cache.m1.small
,cache.m1.medium
,cache.m1.large
,cache.m1.xlarge
* Compute optimized:cache.c1.xlarge
* Memory optimized: * Current generation:cache.r3.large
,cache.r3.xlarge
,cache.r3.2xlarge
,cache.r3.4xlarge
,cache.r3.8xlarge
* Previous generation:cache.m2.xlarge
,cache.m2.2xlarge
,cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .ccCacheNodes
- A list of cache nodes that are members of the cache cluster.ccCacheClusterCreateTime
- The date and time when the cache cluster was created.ccAutoMinorVersionUpgrade
- This parameter is currently disabled.ccSecurityGroups
- A list of VPC Security Groups associated with the cache cluster.ccNotificationConfiguration
- Undocumented member.ccSnapshotWindow
- The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cache cluster. Example:05:00-09:00
ccCacheClusterId
- The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.ccConfigurationEndpoint
- Undocumented member.ccEngine
- The name of the cache engine (memcached
orredis
) to be used for this cache cluster.ccCacheSecurityGroups
- A list of cache security group elements, composed of name and status sub-elements.ccClientDownloadLandingPage
- The URL of the web page where you can download the latest ElastiCache client library.ccPreferredMaintenanceWindow
- Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values forddd
are: *sun
*mon
*tue
*wed
*thu
*fri
*sat
Example:sun:23:00-mon:01:30
ccCacheSubnetGroupName
- The name of the cache subnet group associated with the cache cluster.ccPreferredAvailabilityZone
- The name of the Availability Zone in which the cache cluster is located or Multiple if the cache nodes are located in different Availability Zones.ccCacheParameterGroup
- Undocumented member.ccCacheClusterStatus
- The current state of this cache cluster, one of the following values:available
,creating
,deleted
,deleting
,incompatible-network
,modifying
,rebooting cache cluster nodes
,restore-failed
, orsnapshotting
.ccSnapshotRetentionLimit
- The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them. For example, if you setSnapshotRetentionLimit
to 5, a snapshot that was taken today is retained for 5 days before being deleted. Important: If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.ccReplicationGroupId
- The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.ccPendingModifiedValues
- Undocumented member.ccNumCacheNodes
- The number of cache nodes in the cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
ccEngineVersion :: Lens' CacheCluster (Maybe Text) #
The version of the cache engine that is used in this cache cluster.
ccCacheNodeType :: Lens' CacheCluster (Maybe Text) #
The name of the compute and memory capacity node type for the cache cluster. Valid node types are as follows: * General purpose: * Current generation: cache.t2.micro
, cache.t2.small
, cache.t2.medium
, cache.m3.medium
, cache.m3.large
, cache.m3.xlarge
, cache.m3.2xlarge
, cache.m4.large
, cache.m4.xlarge
, cache.m4.2xlarge
, cache.m4.4xlarge
, cache.m4.10xlarge
* Previous generation: cache.t1.micro
, cache.m1.small
, cache.m1.medium
, cache.m1.large
, cache.m1.xlarge
* Compute optimized: cache.c1.xlarge
* Memory optimized: * Current generation: cache.r3.large
, cache.r3.xlarge
, cache.r3.2xlarge
, cache.r3.4xlarge
, cache.r3.8xlarge
* Previous generation: cache.m2.xlarge
, cache.m2.2xlarge
, cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .
ccCacheNodes :: Lens' CacheCluster [CacheNode] #
A list of cache nodes that are members of the cache cluster.
ccCacheClusterCreateTime :: Lens' CacheCluster (Maybe UTCTime) #
The date and time when the cache cluster was created.
ccAutoMinorVersionUpgrade :: Lens' CacheCluster (Maybe Bool) #
This parameter is currently disabled.
ccSecurityGroups :: Lens' CacheCluster [SecurityGroupMembership] #
A list of VPC Security Groups associated with the cache cluster.
ccNotificationConfiguration :: Lens' CacheCluster (Maybe NotificationConfiguration) #
Undocumented member.
ccSnapshotWindow :: Lens' CacheCluster (Maybe Text) #
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your cache cluster. Example: 05:00-09:00
ccCacheClusterId :: Lens' CacheCluster (Maybe Text) #
The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster.
ccConfigurationEndpoint :: Lens' CacheCluster (Maybe Endpoint) #
Undocumented member.
ccEngine :: Lens' CacheCluster (Maybe Text) #
The name of the cache engine (memcached
or redis
) to be used for this cache cluster.
ccCacheSecurityGroups :: Lens' CacheCluster [CacheSecurityGroupMembership] #
A list of cache security group elements, composed of name and status sub-elements.
ccClientDownloadLandingPage :: Lens' CacheCluster (Maybe Text) #
The URL of the web page where you can download the latest ElastiCache client library.
ccPreferredMaintenanceWindow :: Lens' CacheCluster (Maybe Text) #
Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: * sun
* mon
* tue
* wed
* thu
* fri
* sat
Example: sun:23:00-mon:01:30
ccCacheSubnetGroupName :: Lens' CacheCluster (Maybe Text) #
The name of the cache subnet group associated with the cache cluster.
ccPreferredAvailabilityZone :: Lens' CacheCluster (Maybe Text) #
The name of the Availability Zone in which the cache cluster is located or Multiple if the cache nodes are located in different Availability Zones.
ccCacheParameterGroup :: Lens' CacheCluster (Maybe CacheParameterGroupStatus) #
Undocumented member.
ccCacheClusterStatus :: Lens' CacheCluster (Maybe Text) #
The current state of this cache cluster, one of the following values: available
, creating
, deleted
, deleting
, incompatible-network
, modifying
, rebooting cache cluster nodes
, restore-failed
, or snapshotting
.
ccSnapshotRetentionLimit :: Lens' CacheCluster (Maybe Int) #
The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit
to 5, a snapshot that was taken today is retained for 5 days before being deleted. Important: If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.
ccReplicationGroupId :: Lens' CacheCluster (Maybe Text) #
The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group.
ccPendingModifiedValues :: Lens' CacheCluster (Maybe PendingModifiedValues) #
Undocumented member.
ccNumCacheNodes :: Lens' CacheCluster (Maybe Int) #
The number of cache nodes in the cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
CacheEngineVersion
data CacheEngineVersion #
Provides all of the details about a particular cache engine version.
See: cacheEngineVersion
smart constructor.
cacheEngineVersion :: CacheEngineVersion #
Creates a value of CacheEngineVersion
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cevEngineVersion
- The version number of the cache engine.cevCacheParameterGroupFamily
- The name of the cache parameter group family associated with this cache engine. Valid values are:memcached1.4
|redis2.6
|redis2.8
|redis3.2
cevCacheEngineDescription
- The description of the cache engine.cevEngine
- The name of the cache engine.cevCacheEngineVersionDescription
- The description of the cache engine version.
cevEngineVersion :: Lens' CacheEngineVersion (Maybe Text) #
The version number of the cache engine.
cevCacheParameterGroupFamily :: Lens' CacheEngineVersion (Maybe Text) #
The name of the cache parameter group family associated with this cache engine. Valid values are: memcached1.4
| redis2.6
| redis2.8
| redis3.2
cevCacheEngineDescription :: Lens' CacheEngineVersion (Maybe Text) #
The description of the cache engine.
cevCacheEngineVersionDescription :: Lens' CacheEngineVersion (Maybe Text) #
The description of the cache engine version.
CacheNode
Represents an individual cache node within a cache cluster. Each cache node runs its own instance of the cluster's protocol-compliant caching software - either Memcached or Redis.
Valid node types are as follows:
- General purpose:
- Current generation:
cache.t2.micro
,cache.t2.small
,cache.t2.medium
,cache.m3.medium
,cache.m3.large
,cache.m3.xlarge
,cache.m3.2xlarge
,cache.m4.large
,cache.m4.xlarge
,cache.m4.2xlarge
,cache.m4.4xlarge
,cache.m4.10xlarge
- Previous generation:
cache.t1.micro
,cache.m1.small
,cache.m1.medium
,cache.m1.large
,cache.m1.xlarge
- Compute optimized:
cache.c1.xlarge
- Memory optimized:
- Current generation:
cache.r3.large
,cache.r3.xlarge
,cache.r3.2xlarge
,cache.r3.4xlarge
,cache.r3.8xlarge
- Previous generation:
cache.m2.xlarge
,cache.m2.2xlarge
,cache.m2.4xlarge
Notes:
- All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC).
- Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances.
- Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances.
For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .
See: cacheNode
smart constructor.
Creates a value of CacheNode
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cnSourceCacheNodeId
- The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cache cluster.cnParameterGroupStatus
- The status of the parameter group applied to this cache node.cnCacheNodeCreateTime
- The date and time when the cache node was created.cnCustomerAvailabilityZone
- The Availability Zone where this node was created and now resides.cnCacheNodeId
- The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.cnCacheNodeStatus
- The current state of this cache node.cnEndpoint
- The hostname for connecting to this cache node.
cnSourceCacheNodeId :: Lens' CacheNode (Maybe Text) #
The ID of the primary node to which this read replica node is synchronized. If this field is empty, this node is not associated with a primary cache cluster.
cnParameterGroupStatus :: Lens' CacheNode (Maybe Text) #
The status of the parameter group applied to this cache node.
cnCacheNodeCreateTime :: Lens' CacheNode (Maybe UTCTime) #
The date and time when the cache node was created.
cnCustomerAvailabilityZone :: Lens' CacheNode (Maybe Text) #
The Availability Zone where this node was created and now resides.
cnCacheNodeId :: Lens' CacheNode (Maybe Text) #
The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer's AWS account.
CacheNodeTypeSpecificParameter
data CacheNodeTypeSpecificParameter #
A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cache cluster, a cache.m1.large
cache node type would have a larger maxmemory
value than a cache.m1.small
type.
See: cacheNodeTypeSpecificParameter
smart constructor.
Instances
cacheNodeTypeSpecificParameter :: CacheNodeTypeSpecificParameter #
Creates a value of CacheNodeTypeSpecificParameter
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cntspCacheNodeTypeSpecificValues
- A list of cache node types and their corresponding values for this parameter.cntspMinimumEngineVersion
- The earliest cache engine version to which the parameter can apply.cntspSource
- The source of the parameter value.cntspIsModifiable
- Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.cntspDataType
- The valid data type for the parameter.cntspAllowedValues
- The valid range of values for the parameter.cntspParameterName
- The name of the parameter.cntspDescription
- A description of the parameter.cntspChangeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster .
cntspCacheNodeTypeSpecificValues :: Lens' CacheNodeTypeSpecificParameter [CacheNodeTypeSpecificValue] #
A list of cache node types and their corresponding values for this parameter.
cntspMinimumEngineVersion :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
The earliest cache engine version to which the parameter can apply.
cntspSource :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
The source of the parameter value.
cntspIsModifiable :: Lens' CacheNodeTypeSpecificParameter (Maybe Bool) #
Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
cntspDataType :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
The valid data type for the parameter.
cntspAllowedValues :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
The valid range of values for the parameter.
cntspParameterName :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
The name of the parameter.
cntspDescription :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) #
A description of the parameter.
cntspChangeType :: Lens' CacheNodeTypeSpecificParameter (Maybe ChangeType) #
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster .
CacheNodeTypeSpecificValue
data CacheNodeTypeSpecificValue #
A value that applies only to a certain cache node type.
See: cacheNodeTypeSpecificValue
smart constructor.
Instances
cacheNodeTypeSpecificValue :: CacheNodeTypeSpecificValue #
Creates a value of CacheNodeTypeSpecificValue
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cntsvCacheNodeType
- The cache node type for which this value applies.cntsvValue
- The value for the cache node type.
cntsvCacheNodeType :: Lens' CacheNodeTypeSpecificValue (Maybe Text) #
The cache node type for which this value applies.
cntsvValue :: Lens' CacheNodeTypeSpecificValue (Maybe Text) #
The value for the cache node type.
CacheParameterGroup
data CacheParameterGroup #
Represents the output of a CreateCacheParameterGroup
operation.
See: cacheParameterGroup
smart constructor.
cacheParameterGroup :: CacheParameterGroup #
Creates a value of CacheParameterGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cpgCacheParameterGroupFamily
- The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are:memcached1.4
|redis2.6
|redis2.8
|redis3.2
cpgCacheParameterGroupName
- The name of the cache parameter group.cpgDescription
- The description for this cache parameter group.
cpgCacheParameterGroupFamily :: Lens' CacheParameterGroup (Maybe Text) #
The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: memcached1.4
| redis2.6
| redis2.8
| redis3.2
cpgCacheParameterGroupName :: Lens' CacheParameterGroup (Maybe Text) #
The name of the cache parameter group.
cpgDescription :: Lens' CacheParameterGroup (Maybe Text) #
The description for this cache parameter group.
CacheParameterGroupNameMessage
data CacheParameterGroupNameMessage #
Represents the output of one of the following operations:
ModifyCacheParameterGroup
ResetCacheParameterGroup
See: cacheParameterGroupNameMessage
smart constructor.
Instances
cacheParameterGroupNameMessage :: CacheParameterGroupNameMessage #
Creates a value of CacheParameterGroupNameMessage
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cpgnmCacheParameterGroupName
- The name of the cache parameter group.
cpgnmCacheParameterGroupName :: Lens' CacheParameterGroupNameMessage (Maybe Text) #
The name of the cache parameter group.
CacheParameterGroupStatus
data CacheParameterGroupStatus #
Status of the cache parameter group.
See: cacheParameterGroupStatus
smart constructor.
Instances
cacheParameterGroupStatus :: CacheParameterGroupStatus #
Creates a value of CacheParameterGroupStatus
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cpgsCacheParameterGroupName
- The name of the cache parameter group.cpgsCacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).cpgsParameterApplyStatus
- The status of parameter updates.
cpgsCacheParameterGroupName :: Lens' CacheParameterGroupStatus (Maybe Text) #
The name of the cache parameter group.
cpgsCacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus [Text] #
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
cpgsParameterApplyStatus :: Lens' CacheParameterGroupStatus (Maybe Text) #
The status of parameter updates.
CacheSecurityGroup
data CacheSecurityGroup #
Represents the output of one of the following operations:
AuthorizeCacheSecurityGroupIngress
CreateCacheSecurityGroup
RevokeCacheSecurityGroupIngress
See: cacheSecurityGroup
smart constructor.
cacheSecurityGroup :: CacheSecurityGroup #
Creates a value of CacheSecurityGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csgCacheSecurityGroupName
- The name of the cache security group.csgOwnerId
- The AWS account ID of the cache security group owner.csgEC2SecurityGroups
- A list of Amazon EC2 security groups that are associated with this cache security group.csgDescription
- The description of the cache security group.
csgCacheSecurityGroupName :: Lens' CacheSecurityGroup (Maybe Text) #
The name of the cache security group.
csgOwnerId :: Lens' CacheSecurityGroup (Maybe Text) #
The AWS account ID of the cache security group owner.
csgEC2SecurityGroups :: Lens' CacheSecurityGroup [EC2SecurityGroup] #
A list of Amazon EC2 security groups that are associated with this cache security group.
csgDescription :: Lens' CacheSecurityGroup (Maybe Text) #
The description of the cache security group.
CacheSecurityGroupMembership
data CacheSecurityGroupMembership #
Represents a cache cluster's status within a particular cache security group.
See: cacheSecurityGroupMembership
smart constructor.
Instances
cacheSecurityGroupMembership :: CacheSecurityGroupMembership #
Creates a value of CacheSecurityGroupMembership
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csgmStatus
- The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.csgmCacheSecurityGroupName
- The name of the cache security group.
csgmStatus :: Lens' CacheSecurityGroupMembership (Maybe Text) #
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
csgmCacheSecurityGroupName :: Lens' CacheSecurityGroupMembership (Maybe Text) #
The name of the cache security group.
CacheSubnetGroup
data CacheSubnetGroup #
Represents the output of one of the following operations:
CreateCacheSubnetGroup
ModifyCacheSubnetGroup
See: cacheSubnetGroup
smart constructor.
cacheSubnetGroup :: CacheSubnetGroup #
Creates a value of CacheSubnetGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csgVPCId
- The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.csgSubnets
- A list of subnets associated with the cache subnet group.csgCacheSubnetGroupName
- The name of the cache subnet group.csgCacheSubnetGroupDescription
- The description of the cache subnet group.
csgVPCId :: Lens' CacheSubnetGroup (Maybe Text) #
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
csgSubnets :: Lens' CacheSubnetGroup [Subnet] #
A list of subnets associated with the cache subnet group.
csgCacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text) #
The name of the cache subnet group.
csgCacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text) #
The description of the cache subnet group.
EC2SecurityGroup
data EC2SecurityGroup #
Provides ownership and status information for an Amazon EC2 security group.
See: ec2SecurityGroup
smart constructor.
ec2SecurityGroup :: EC2SecurityGroup #
Creates a value of EC2SecurityGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
esgStatus
- The status of the Amazon EC2 security group.esgEC2SecurityGroupOwnerId
- The AWS account ID of the Amazon EC2 security group owner.esgEC2SecurityGroupName
- The name of the Amazon EC2 security group.
esgEC2SecurityGroupOwnerId :: Lens' EC2SecurityGroup (Maybe Text) #
The AWS account ID of the Amazon EC2 security group owner.
esgEC2SecurityGroupName :: Lens' EC2SecurityGroup (Maybe Text) #
The name of the Amazon EC2 security group.
Endpoint
Represents the information required for client programs to connect to a cache node.
See: endpoint
smart constructor.
EngineDefaults
data EngineDefaults #
Represents the output of a DescribeEngineDefaultParameters
operation.
See: engineDefaults
smart constructor.
engineDefaults :: EngineDefaults #
Creates a value of EngineDefaults
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
edCacheParameterGroupFamily
- Specifies the name of the cache parameter group family to which the engine default parameters apply. Valid values are:memcached1.4
|redis2.6
|redis2.8
|redis3.2
edCacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.edMarker
- Provides an identifier to allow retrieval of paginated results.edParameters
- Contains a list of engine default parameters.
edCacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) #
Specifies the name of the cache parameter group family to which the engine default parameters apply. Valid values are: memcached1.4
| redis2.6
| redis2.8
| redis3.2
edCacheNodeTypeSpecificParameters :: Lens' EngineDefaults [CacheNodeTypeSpecificParameter] #
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
edMarker :: Lens' EngineDefaults (Maybe Text) #
Provides an identifier to allow retrieval of paginated results.
edParameters :: Lens' EngineDefaults [Parameter] #
Contains a list of engine default parameters.
Event
Represents a single occurrence of something interesting within the system. Some examples of events are creating a cache cluster, adding or removing a cache node, or rebooting a node.
See: event
smart constructor.
Creates a value of Event
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
eSourceType
- Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.eSourceIdentifier
- The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.eDate
- The date and time when the event occurred.eMessage
- The text of the event.
eSourceType :: Lens' Event (Maybe SourceType) #
Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc.
eSourceIdentifier :: Lens' Event (Maybe Text) #
The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster.
NodeGroup
Represents a collection of cache nodes in a replication group. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.
See: nodeGroup
smart constructor.
Creates a value of NodeGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ngStatus
- The current state of this replication group -creating
,available
, etc.ngPrimaryEndpoint
- The endpoint of the primary node in this node group (shard).ngSlots
- The keyspace for this node group (shard).ngNodeGroupMembers
- A list containing information about individual nodes within the node group (shard).ngNodeGroupId
- The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015.
ngStatus :: Lens' NodeGroup (Maybe Text) #
The current state of this replication group - creating
, available
, etc.
ngPrimaryEndpoint :: Lens' NodeGroup (Maybe Endpoint) #
The endpoint of the primary node in this node group (shard).
ngNodeGroupMembers :: Lens' NodeGroup [NodeGroupMember] #
A list containing information about individual nodes within the node group (shard).
ngNodeGroupId :: Lens' NodeGroup (Maybe Text) #
The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 15 node groups numbered 0001 to 0015.
NodeGroupConfiguration
data NodeGroupConfiguration #
node group (shard) configuration options. Each node group (shard) configuration has the following: Slots
, PrimaryAvailabilityZone
, ReplicaAvailabilityZones
, ReplicaCount
.
See: nodeGroupConfiguration
smart constructor.
Instances
nodeGroupConfiguration :: NodeGroupConfiguration #
Creates a value of NodeGroupConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ngcSlots
- A string that specifies the keyspaces as a series of comma separated values. Keyspaces are 0 to 16,383. The string is in the formatstartkey-endkey
. Example:"0-3999"
ngcReplicaCount
- The number of read replica nodes in this node group (shard).ngcPrimaryAvailabilityZone
- The Availability Zone where the primary node of this node group (shard) is launched.ngcReplicaAvailabilityZones
- A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value ofReplicaCount
orReplicasPerNodeGroup
if not specified.
ngcSlots :: Lens' NodeGroupConfiguration (Maybe Text) #
A string that specifies the keyspaces as a series of comma separated values. Keyspaces are 0 to 16,383. The string is in the format startkey-endkey
. Example: "0-3999"
ngcReplicaCount :: Lens' NodeGroupConfiguration (Maybe Int) #
The number of read replica nodes in this node group (shard).
ngcPrimaryAvailabilityZone :: Lens' NodeGroupConfiguration (Maybe Text) #
The Availability Zone where the primary node of this node group (shard) is launched.
ngcReplicaAvailabilityZones :: Lens' NodeGroupConfiguration [Text] #
A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount
or ReplicasPerNodeGroup
if not specified.
NodeGroupMember
data NodeGroupMember #
Represents a single node within a node group (shard).
See: nodeGroupMember
smart constructor.
nodeGroupMember :: NodeGroupMember #
Creates a value of NodeGroupMember
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ngmCacheClusterId
- The ID of the cache cluster to which the node belongs.ngmCacheNodeId
- The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).ngmPreferredAvailabilityZone
- The name of the Availability Zone in which the node is located.ngmCurrentRole
- The role that is currently assigned to the node -primary
orreplica
.ngmReadEndpoint
- Undocumented member.
ngmCacheClusterId :: Lens' NodeGroupMember (Maybe Text) #
The ID of the cache cluster to which the node belongs.
ngmCacheNodeId :: Lens' NodeGroupMember (Maybe Text) #
The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).
ngmPreferredAvailabilityZone :: Lens' NodeGroupMember (Maybe Text) #
The name of the Availability Zone in which the node is located.
ngmCurrentRole :: Lens' NodeGroupMember (Maybe Text) #
The role that is currently assigned to the node - primary
or replica
.
ngmReadEndpoint :: Lens' NodeGroupMember (Maybe Endpoint) #
Undocumented member.
NodeSnapshot
data NodeSnapshot #
Represents an individual cache node in a snapshot of a cache cluster.
See: nodeSnapshot
smart constructor.
Instances
nodeSnapshot :: NodeSnapshot #
Creates a value of NodeSnapshot
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
nsNodeGroupConfiguration
- The configuration for the source node group (shard).nsCacheNodeCreateTime
- The date and time when the cache node was created in the source cache cluster.nsCacheClusterId
- A unique identifier for the source cache cluster.nsCacheNodeId
- The cache node identifier for the node in the source cache cluster.nsNodeGroupId
- A unique identifier for the source node group (shard).nsSnapshotCreateTime
- The date and time when the source node's metadata and cache data set was obtained for the snapshot.nsCacheSize
- The size of the cache on the source cache node.
nsNodeGroupConfiguration :: Lens' NodeSnapshot (Maybe NodeGroupConfiguration) #
The configuration for the source node group (shard).
nsCacheNodeCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) #
The date and time when the cache node was created in the source cache cluster.
nsCacheClusterId :: Lens' NodeSnapshot (Maybe Text) #
A unique identifier for the source cache cluster.
nsCacheNodeId :: Lens' NodeSnapshot (Maybe Text) #
The cache node identifier for the node in the source cache cluster.
nsNodeGroupId :: Lens' NodeSnapshot (Maybe Text) #
A unique identifier for the source node group (shard).
nsSnapshotCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) #
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
nsCacheSize :: Lens' NodeSnapshot (Maybe Text) #
The size of the cache on the source cache node.
NotificationConfiguration
data NotificationConfiguration #
Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
See: notificationConfiguration
smart constructor.
Instances
notificationConfiguration :: NotificationConfiguration #
Creates a value of NotificationConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ncTopicStatus
- The current state of the topic.ncTopicARN
- The Amazon Resource Name (ARN) that identifies the topic.
ncTopicStatus :: Lens' NotificationConfiguration (Maybe Text) #
The current state of the topic.
ncTopicARN :: Lens' NotificationConfiguration (Maybe Text) #
The Amazon Resource Name (ARN) that identifies the topic.
Parameter
Describes an individual setting that controls some aspect of ElastiCache behavior.
See: parameter
smart constructor.
Creates a value of Parameter
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pParameterValue
- The value of the parameter.pMinimumEngineVersion
- The earliest cache engine version to which the parameter can apply.pSource
- The source of the parameter.pIsModifiable
- Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.pDataType
- The valid data type for the parameter.pAllowedValues
- The valid range of values for the parameter.pParameterName
- The name of the parameter.pDescription
- A description of the parameter.pChangeType
- Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster .
pMinimumEngineVersion :: Lens' Parameter (Maybe Text) #
The earliest cache engine version to which the parameter can apply.
pIsModifiable :: Lens' Parameter (Maybe Bool) #
Indicates whether (true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
pChangeType :: Lens' Parameter (Maybe ChangeType) #
Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster .
ParameterNameValue
data ParameterNameValue #
Describes a name-value pair that is used to update the value of a parameter.
See: parameterNameValue
smart constructor.
parameterNameValue :: ParameterNameValue #
Creates a value of ParameterNameValue
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pnvParameterValue
- The value of the parameter.pnvParameterName
- The name of the parameter.
pnvParameterValue :: Lens' ParameterNameValue (Maybe Text) #
The value of the parameter.
pnvParameterName :: Lens' ParameterNameValue (Maybe Text) #
The name of the parameter.
PendingModifiedValues
data PendingModifiedValues #
A group of settings that are applied to the cache cluster in the future, or that are currently being applied.
See: pendingModifiedValues
smart constructor.
pendingModifiedValues :: PendingModifiedValues #
Creates a value of PendingModifiedValues
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pmvEngineVersion
- The new cache engine version that the cache cluster runs.pmvCacheNodeType
- The cache node type that this cache cluster or replication group is scaled to.pmvCacheNodeIdsToRemove
- A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).pmvNumCacheNodes
- The new number of cache nodes for the cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
pmvEngineVersion :: Lens' PendingModifiedValues (Maybe Text) #
The new cache engine version that the cache cluster runs.
pmvCacheNodeType :: Lens' PendingModifiedValues (Maybe Text) #
The cache node type that this cache cluster or replication group is scaled to.
pmvCacheNodeIdsToRemove :: Lens' PendingModifiedValues [Text] #
A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).
pmvNumCacheNodes :: Lens' PendingModifiedValues (Maybe Int) #
The new number of cache nodes for the cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
RecurringCharge
data RecurringCharge #
Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.
See: recurringCharge
smart constructor.
recurringCharge :: RecurringCharge #
Creates a value of RecurringCharge
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcRecurringChargeFrequency
- The frequency of the recurring charge.rcRecurringChargeAmount
- The monetary amount of the recurring charge.
rcRecurringChargeFrequency :: Lens' RecurringCharge (Maybe Text) #
The frequency of the recurring charge.
rcRecurringChargeAmount :: Lens' RecurringCharge (Maybe Double) #
The monetary amount of the recurring charge.
ReplicationGroup
data ReplicationGroup #
Contains all of the attributes of a specific Redis replication group.
See: replicationGroup
smart constructor.
replicationGroup :: ReplicationGroup #
Creates a value of ReplicationGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rgStatus
- The current state of this replication group -creating
,available
,modifying
,deleting
,create-failed
,snapshotting
.rgNodeGroups
- A single element list with information about the nodes in the replication group.rgSnapshottingClusterId
- The cache cluster ID that is used as the daily snapshot source for the replication group.rgSnapshotWindow
- The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard). Example:05:00-09:00
If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range. Note: This parameter is only valid if theEngine
parameter isredis
.rgConfigurationEndpoint
- The configuration endpoint for this replicaiton group. Use the configuration endpoint to connect to this replication group.rgMemberClusters
- The names of all the cache clusters that are part of this replication group.rgSnapshotRetentionLimit
- The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them. For example, if you setSnapshotRetentionLimit
to 5, a snapshot that was taken today is retained for 5 days before being deleted. Important: If the value ofSnapshotRetentionLimit
is set to zero (0), backups are turned off.rgDescription
- The description of the replication group.rgReplicationGroupId
- The identifier for the replication group.rgPendingModifiedValues
- A group of settings to be applied to the replication group, either immediately or during the next maintenance window.rgAutomaticFailover
- Indicates the status of Multi-AZ for this replication group.
rgStatus :: Lens' ReplicationGroup (Maybe Text) #
The current state of this replication group - creating
, available
, modifying
, deleting
, create-failed
, snapshotting
.
rgNodeGroups :: Lens' ReplicationGroup [NodeGroup] #
A single element list with information about the nodes in the replication group.
rgSnapshottingClusterId :: Lens' ReplicationGroup (Maybe Text) #
The cache cluster ID that is used as the daily snapshot source for the replication group.
rgSnapshotWindow :: Lens' ReplicationGroup (Maybe Text) #
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard). Example: 05:00-09:00
If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range. Note: This parameter is only valid if the Engine
parameter is redis
.
rgConfigurationEndpoint :: Lens' ReplicationGroup (Maybe Endpoint) #
The configuration endpoint for this replicaiton group. Use the configuration endpoint to connect to this replication group.
rgMemberClusters :: Lens' ReplicationGroup [Text] #
The names of all the cache clusters that are part of this replication group.
rgSnapshotRetentionLimit :: Lens' ReplicationGroup (Maybe Int) #
The number of days for which ElastiCache retains automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit
to 5, a snapshot that was taken today is retained for 5 days before being deleted. Important: If the value of SnapshotRetentionLimit
is set to zero (0), backups are turned off.
rgDescription :: Lens' ReplicationGroup (Maybe Text) #
The description of the replication group.
rgReplicationGroupId :: Lens' ReplicationGroup (Maybe Text) #
The identifier for the replication group.
rgPendingModifiedValues :: Lens' ReplicationGroup (Maybe ReplicationGroupPendingModifiedValues) #
A group of settings to be applied to the replication group, either immediately or during the next maintenance window.
rgAutomaticFailover :: Lens' ReplicationGroup (Maybe AutomaticFailoverStatus) #
Indicates the status of Multi-AZ for this replication group.
ReplicationGroupPendingModifiedValues
data ReplicationGroupPendingModifiedValues #
The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.
See: replicationGroupPendingModifiedValues
smart constructor.
Instances
replicationGroupPendingModifiedValues :: ReplicationGroupPendingModifiedValues #
Creates a value of ReplicationGroupPendingModifiedValues
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rgpmvPrimaryClusterId
- The primary cluster ID that is applied immediately (if--apply-immediately
was specified), or during the next maintenance window.rgpmvAutomaticFailoverStatus
- Indicates the status of Multi-AZ for this Redis replication group.
rgpmvPrimaryClusterId :: Lens' ReplicationGroupPendingModifiedValues (Maybe Text) #
The primary cluster ID that is applied immediately (if --apply-immediately
was specified), or during the next maintenance window.
rgpmvAutomaticFailoverStatus :: Lens' ReplicationGroupPendingModifiedValues (Maybe PendingAutomaticFailoverStatus) #
Indicates the status of Multi-AZ for this Redis replication group.
ReservedCacheNode
data ReservedCacheNode #
Represents the output of a PurchaseReservedCacheNodesOffering
operation.
See: reservedCacheNode
smart constructor.
reservedCacheNode :: ReservedCacheNode #
Creates a value of ReservedCacheNode
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcnCacheNodeType
- The cache node type for the reserved cache nodes. Valid node types are as follows: * General purpose: * Current generation:cache.t2.micro
,cache.t2.small
,cache.t2.medium
,cache.m3.medium
,cache.m3.large
,cache.m3.xlarge
,cache.m3.2xlarge
,cache.m4.large
,cache.m4.xlarge
,cache.m4.2xlarge
,cache.m4.4xlarge
,cache.m4.10xlarge
* Previous generation:cache.t1.micro
,cache.m1.small
,cache.m1.medium
,cache.m1.large
,cache.m1.xlarge
* Compute optimized:cache.c1.xlarge
* Memory optimized: * Current generation:cache.r3.large
,cache.r3.xlarge
,cache.r3.2xlarge
,cache.r3.4xlarge
,cache.r3.8xlarge
* Previous generation:cache.m2.xlarge
,cache.m2.2xlarge
,cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .rcnState
- The state of the reserved cache node.rcnStartTime
- The time the reservation started.rcnProductDescription
- The description of the reserved cache node.rcnCacheNodeCount
- The number of cache nodes that have been reserved.rcnReservedCacheNodeId
- The unique identifier for the reservation.rcnRecurringCharges
- The recurring price charged to run this reserved cache node.rcnOfferingType
- The offering type of this reserved cache node.rcnUsagePrice
- The hourly price charged for this reserved cache node.rcnFixedPrice
- The fixed price charged for this reserved cache node.rcnDuration
- The duration of the reservation in seconds.rcnReservedCacheNodesOfferingId
- The offering identifier.
rcnCacheNodeType :: Lens' ReservedCacheNode (Maybe Text) #
The cache node type for the reserved cache nodes. Valid node types are as follows: * General purpose: * Current generation: cache.t2.micro
, cache.t2.small
, cache.t2.medium
, cache.m3.medium
, cache.m3.large
, cache.m3.xlarge
, cache.m3.2xlarge
, cache.m4.large
, cache.m4.xlarge
, cache.m4.2xlarge
, cache.m4.4xlarge
, cache.m4.10xlarge
* Previous generation: cache.t1.micro
, cache.m1.small
, cache.m1.medium
, cache.m1.large
, cache.m1.xlarge
* Compute optimized: cache.c1.xlarge
* Memory optimized: * Current generation: cache.r3.large
, cache.r3.xlarge
, cache.r3.2xlarge
, cache.r3.4xlarge
, cache.r3.8xlarge
* Previous generation: cache.m2.xlarge
, cache.m2.2xlarge
, cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .
rcnStartTime :: Lens' ReservedCacheNode (Maybe UTCTime) #
The time the reservation started.
rcnProductDescription :: Lens' ReservedCacheNode (Maybe Text) #
The description of the reserved cache node.
rcnCacheNodeCount :: Lens' ReservedCacheNode (Maybe Int) #
The number of cache nodes that have been reserved.
rcnReservedCacheNodeId :: Lens' ReservedCacheNode (Maybe Text) #
The unique identifier for the reservation.
rcnRecurringCharges :: Lens' ReservedCacheNode [RecurringCharge] #
The recurring price charged to run this reserved cache node.
rcnOfferingType :: Lens' ReservedCacheNode (Maybe Text) #
The offering type of this reserved cache node.
rcnUsagePrice :: Lens' ReservedCacheNode (Maybe Double) #
The hourly price charged for this reserved cache node.
rcnFixedPrice :: Lens' ReservedCacheNode (Maybe Double) #
The fixed price charged for this reserved cache node.
rcnDuration :: Lens' ReservedCacheNode (Maybe Int) #
The duration of the reservation in seconds.
rcnReservedCacheNodesOfferingId :: Lens' ReservedCacheNode (Maybe Text) #
The offering identifier.
ReservedCacheNodesOffering
data ReservedCacheNodesOffering #
Describes all of the attributes of a reserved cache node offering.
See: reservedCacheNodesOffering
smart constructor.
Instances
reservedCacheNodesOffering :: ReservedCacheNodesOffering #
Creates a value of ReservedCacheNodesOffering
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcnoCacheNodeType
- The cache node type for the reserved cache node. Valid node types are as follows: * General purpose: * Current generation:cache.t2.micro
,cache.t2.small
,cache.t2.medium
,cache.m3.medium
,cache.m3.large
,cache.m3.xlarge
,cache.m3.2xlarge
,cache.m4.large
,cache.m4.xlarge
,cache.m4.2xlarge
,cache.m4.4xlarge
,cache.m4.10xlarge
* Previous generation:cache.t1.micro
,cache.m1.small
,cache.m1.medium
,cache.m1.large
,cache.m1.xlarge
* Compute optimized:cache.c1.xlarge
* Memory optimized: * Current generation:cache.r3.large
,cache.r3.xlarge
,cache.r3.2xlarge
,cache.r3.4xlarge
,cache.r3.8xlarge
* Previous generation:cache.m2.xlarge
,cache.m2.2xlarge
,cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .rcnoProductDescription
- The cache engine used by the offering.rcnoRecurringCharges
- The recurring price charged to run this reserved cache node.rcnoOfferingType
- The offering type.rcnoUsagePrice
- The hourly price charged for this offering.rcnoFixedPrice
- The fixed price charged for this offering.rcnoDuration
- The duration of the offering. in seconds.rcnoReservedCacheNodesOfferingId
- A unique identifier for the reserved cache node offering.
rcnoCacheNodeType :: Lens' ReservedCacheNodesOffering (Maybe Text) #
The cache node type for the reserved cache node. Valid node types are as follows: * General purpose: * Current generation: cache.t2.micro
, cache.t2.small
, cache.t2.medium
, cache.m3.medium
, cache.m3.large
, cache.m3.xlarge
, cache.m3.2xlarge
, cache.m4.large
, cache.m4.xlarge
, cache.m4.2xlarge
, cache.m4.4xlarge
, cache.m4.10xlarge
* Previous generation: cache.t1.micro
, cache.m1.small
, cache.m1.medium
, cache.m1.large
, cache.m1.xlarge
* Compute optimized: cache.c1.xlarge
* Memory optimized: * Current generation: cache.r3.large
, cache.r3.xlarge
, cache.r3.2xlarge
, cache.r3.4xlarge
, cache.r3.8xlarge
* Previous generation: cache.m2.xlarge
, cache.m2.2xlarge
, cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .
rcnoProductDescription :: Lens' ReservedCacheNodesOffering (Maybe Text) #
The cache engine used by the offering.
rcnoRecurringCharges :: Lens' ReservedCacheNodesOffering [RecurringCharge] #
The recurring price charged to run this reserved cache node.
rcnoOfferingType :: Lens' ReservedCacheNodesOffering (Maybe Text) #
The offering type.
rcnoUsagePrice :: Lens' ReservedCacheNodesOffering (Maybe Double) #
The hourly price charged for this offering.
rcnoFixedPrice :: Lens' ReservedCacheNodesOffering (Maybe Double) #
The fixed price charged for this offering.
rcnoDuration :: Lens' ReservedCacheNodesOffering (Maybe Int) #
The duration of the offering. in seconds.
rcnoReservedCacheNodesOfferingId :: Lens' ReservedCacheNodesOffering (Maybe Text) #
A unique identifier for the reserved cache node offering.
SecurityGroupMembership
data SecurityGroupMembership #
Represents a single cache security group and its status.
See: securityGroupMembership
smart constructor.
Instances
securityGroupMembership :: SecurityGroupMembership #
Creates a value of SecurityGroupMembership
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sgmStatus
- The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.sgmSecurityGroupId
- The identifier of the cache security group.
sgmStatus :: Lens' SecurityGroupMembership (Maybe Text) #
The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified.
sgmSecurityGroupId :: Lens' SecurityGroupMembership (Maybe Text) #
The identifier of the cache security group.
Snapshot
Represents a copy of an entire Redis cache cluster as of the time when the snapshot was taken.
See: snapshot
smart constructor.
Creates a value of Snapshot
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sEngineVersion
- The version of the cache engine version that is used by the source cache cluster.sCacheNodeType
- The name of the compute and memory capacity node type for the source cache cluster. Valid node types are as follows: * General purpose: * Current generation:cache.t2.micro
,cache.t2.small
,cache.t2.medium
,cache.m3.medium
,cache.m3.large
,cache.m3.xlarge
,cache.m3.2xlarge
,cache.m4.large
,cache.m4.xlarge
,cache.m4.2xlarge
,cache.m4.4xlarge
,cache.m4.10xlarge
* Previous generation:cache.t1.micro
,cache.m1.small
,cache.m1.medium
,cache.m1.large
,cache.m1.xlarge
* Compute optimized:cache.c1.xlarge
* Memory optimized: * Current generation:cache.r3.large
,cache.r3.xlarge
,cache.r3.2xlarge
,cache.r3.4xlarge
,cache.r3.8xlarge
* Previous generation:cache.m2.xlarge
,cache.m2.2xlarge
,cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .sCacheClusterCreateTime
- The date and time when the source cache cluster was created.sAutoMinorVersionUpgrade
- This parameter is currently disabled.sCacheParameterGroupName
- The cache parameter group that is associated with the source cache cluster.sReplicationGroupDescription
- A description of the source replication group.sVPCId
- The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.sSnapshotStatus
- The status of the snapshot. Valid values:creating
|available
|restoring
|copying
|deleting
.sSnapshotWindow
- The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.sCacheClusterId
- The user-supplied identifier of the source cache cluster.sEngine
- The name of the cache engine (memcached
orredis
) used by the source cache cluster.sPreferredMaintenanceWindow
- Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values forddd
are: *sun
*mon
*tue
*wed
*thu
*fri
*sat
Example:sun:23:00-mon:01:30
sTopicARN
- The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.sNodeSnapshots
- A list of the cache nodes in the source cache cluster.sCacheSubnetGroupName
- The name of the cache subnet group associated with the source cache cluster.sPreferredAvailabilityZone
- The name of the Availability Zone in which the source cache cluster is located.sNumNodeGroups
- The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.sSnapshotRetentionLimit
- For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it. For manual snapshots, this field reflects theSnapshotRetentionLimit
for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using theDeleteSnapshot
operation. Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.sSnapshotName
- The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.sReplicationGroupId
- The unique identifier of the source replication group.sNumCacheNodes
- The number of cache nodes in the source cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.sPort
- The port number used by each cache nodes in the source cache cluster.sAutomaticFailover
- Indicates the status of Multi-AZ for the source replication group.sSnapshotSource
- Indicates whether the snapshot is from an automatic backup (automated
) or was created manually (manual
).
sEngineVersion :: Lens' Snapshot (Maybe Text) #
The version of the cache engine version that is used by the source cache cluster.
sCacheNodeType :: Lens' Snapshot (Maybe Text) #
The name of the compute and memory capacity node type for the source cache cluster. Valid node types are as follows: * General purpose: * Current generation: cache.t2.micro
, cache.t2.small
, cache.t2.medium
, cache.m3.medium
, cache.m3.large
, cache.m3.xlarge
, cache.m3.2xlarge
, cache.m4.large
, cache.m4.xlarge
, cache.m4.2xlarge
, cache.m4.4xlarge
, cache.m4.10xlarge
* Previous generation: cache.t1.micro
, cache.m1.small
, cache.m1.medium
, cache.m1.large
, cache.m1.xlarge
* Compute optimized: cache.c1.xlarge
* Memory optimized: * Current generation: cache.r3.large
, cache.r3.xlarge
, cache.r3.2xlarge
, cache.r3.4xlarge
, cache.r3.8xlarge
* Previous generation: cache.m2.xlarge
, cache.m2.2xlarge
, cache.m2.4xlarge
Notes: * All T2 instances are created in an Amazon Virtual Private Cloud (Amazon VPC). * Redis backuprestore is not supported for Redis (cluster mode disabled) T1 and T2 instances. Backuprestore is supported on Redis (cluster mode enabled) T2 instances. * Redis Append-only files (AOF) functionality is not supported for T1 or T2 instances. For a complete listing of node types and specifications, see Amazon ElastiCache Product Features and Details and either Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis .
sCacheClusterCreateTime :: Lens' Snapshot (Maybe UTCTime) #
The date and time when the source cache cluster was created.
sCacheParameterGroupName :: Lens' Snapshot (Maybe Text) #
The cache parameter group that is associated with the source cache cluster.
sReplicationGroupDescription :: Lens' Snapshot (Maybe Text) #
A description of the source replication group.
sVPCId :: Lens' Snapshot (Maybe Text) #
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster.
sSnapshotStatus :: Lens' Snapshot (Maybe Text) #
The status of the snapshot. Valid values: creating
| available
| restoring
| copying
| deleting
.
sSnapshotWindow :: Lens' Snapshot (Maybe Text) #
The daily time range during which ElastiCache takes daily snapshots of the source cache cluster.
sCacheClusterId :: Lens' Snapshot (Maybe Text) #
The user-supplied identifier of the source cache cluster.
sEngine :: Lens' Snapshot (Maybe Text) #
The name of the cache engine (memcached
or redis
) used by the source cache cluster.
sPreferredMaintenanceWindow :: Lens' Snapshot (Maybe Text) #
Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for ddd
are: * sun
* mon
* tue
* wed
* thu
* fri
* sat
Example: sun:23:00-mon:01:30
sTopicARN :: Lens' Snapshot (Maybe Text) #
The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications.
sNodeSnapshots :: Lens' Snapshot [NodeSnapshot] #
A list of the cache nodes in the source cache cluster.
sCacheSubnetGroupName :: Lens' Snapshot (Maybe Text) #
The name of the cache subnet group associated with the source cache cluster.
sPreferredAvailabilityZone :: Lens' Snapshot (Maybe Text) #
The name of the Availability Zone in which the source cache cluster is located.
sNumNodeGroups :: Lens' Snapshot (Maybe Int) #
The number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same.
sSnapshotRetentionLimit :: Lens' Snapshot (Maybe Int) #
For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it. For manual snapshots, this field reflects the SnapshotRetentionLimit
for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the DeleteSnapshot
operation. Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.
sSnapshotName :: Lens' Snapshot (Maybe Text) #
The name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name.
sReplicationGroupId :: Lens' Snapshot (Maybe Text) #
The unique identifier of the source replication group.
sNumCacheNodes :: Lens' Snapshot (Maybe Int) #
The number of cache nodes in the source cache cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20.
sPort :: Lens' Snapshot (Maybe Int) #
The port number used by each cache nodes in the source cache cluster.
sAutomaticFailover :: Lens' Snapshot (Maybe AutomaticFailoverStatus) #
Indicates the status of Multi-AZ for the source replication group.
sSnapshotSource :: Lens' Snapshot (Maybe Text) #
Indicates whether the snapshot is from an automatic backup (automated
) or was created manually (manual
).
Subnet
Represents the subnet associated with a cache cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
See: subnet
smart constructor.
Creates a value of Subnet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sSubnetIdentifier
- The unique identifier for the subnet.sSubnetAvailabilityZone
- The Availability Zone associated with the subnet.
sSubnetAvailabilityZone :: Lens' Subnet (Maybe AvailabilityZone) #
The Availability Zone associated with the subnet.
Tag
A cost allocation Tag that can be added to an ElastiCache cluster or replication group. Tags are composed of a Key/Value pair. A tag with a null Value is permitted.
See: tag
smart constructor.
TagListMessage
data TagListMessage #
Represents the output from the AddTagsToResource
, ListTagsOnResource
, and RemoveTagsFromResource
operations.
See: tagListMessage
smart constructor.
tagListMessage :: TagListMessage #
Creates a value of TagListMessage
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tlmTagList
- A list of cost allocation tags as key-value pairs.
tlmTagList :: Lens' TagListMessage [Tag] #
A list of cost allocation tags as key-value pairs.