AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 

Classes

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

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

Class AddTagsToResourceResponse Configuration for accessing Amazon AddTagsToResource service
Class AddTagsToResourceResult Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.
Class AuthorizationAlreadyExistsException ElastiCache exception
Class AuthorizationNotFoundException ElastiCache exception
Class AuthorizeCacheSecurityGroupIngressRequest Container for the parameters to the AuthorizeCacheSecurityGroupIngress operation. The AuthorizeCacheSecurityGroupIngress action allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism. You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.
Class AuthorizeCacheSecurityGroupIngressResponse Configuration for accessing Amazon AuthorizeCacheSecurityGroupIngress service
Class AuthorizeCacheSecurityGroupIngressResult Represents the output of one of the following actions:
  • AuthorizeCacheSecurityGroupIngress
  • CreateCacheSecurityGroup
  • RevokeCacheSecurityGroupIngress
Class AvailabilityZone Describes an Availability Zone in which the cache cluster is launched.
Class CacheCluster Contains all of the attributes of a specific cache cluster.
Class CacheClusterAlreadyExistsException ElastiCache exception
Class CacheClusterNotFoundException ElastiCache exception
Class CacheEngineVersion Provides all of the details about a particular cache engine version.
Class 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
    • Previous generation: cache.t1.micro, cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge
  • Compute optimized: cache.c1.xlarge
  • Memory optimized
    • Current generation: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge
    • Previous generation: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge

Notes:

  • All t2 instances are created in an Amazon Virtual Private Cloud (VPC).
  • Redis backup/restore is not supported for t2 instances.
  • Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances.

For a complete listing of cache node types and specifications, see Amazon ElastiCache Product Features and Details and Cache Node Type-Specific Parameters for Memcached or Cache Node Type-Specific Parameters for Redis.

Class 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.
Class CacheNodeTypeSpecificValue A value that applies only to a certain cache node type.
Class CacheParameterGroup Represents the output of a CreateCacheParameterGroup action.
Class CacheParameterGroupAlreadyExistsException ElastiCache exception
Class CacheParameterGroupNotFoundException ElastiCache exception
Class CacheParameterGroupQuotaExceededException ElastiCache exception
Class CacheParameterGroupStatus The status of the cache parameter group.
Class CacheSecurityGroup Represents the output of one of the following actions:
  • AuthorizeCacheSecurityGroupIngress
  • CreateCacheSecurityGroup
  • RevokeCacheSecurityGroupIngress
Class CacheSecurityGroupAlreadyExistsException ElastiCache exception
Class CacheSecurityGroupMembership Represents a cache cluster's status within a particular cache security group.
Class CacheSecurityGroupNotFoundException ElastiCache exception
Class CacheSecurityGroupQuotaExceededException ElastiCache exception
Class CacheSubnetGroup Represents the output of one of the following actions:
  • CreateCacheSubnetGroup
  • ModifyCacheSubnetGroup
Class CacheSubnetGroupAlreadyExistsException ElastiCache exception
Class CacheSubnetGroupInUseException ElastiCache exception
Class CacheSubnetGroupNotFoundException ElastiCache exception
Class CacheSubnetGroupQuotaExceededException ElastiCache exception
Class CacheSubnetQuotaExceededException ElastiCache exception
Class ClusterQuotaForCustomerExceededException ElastiCache exception
Class CopySnapshotRequest Container for the parameters to the CopySnapshot operation. The CopySnapshot action makes a copy of an existing snapshot.
Class CopySnapshotResponse Configuration for accessing Amazon CopySnapshot service
Class CopySnapshotResult Represents a copy of an entire cache cluster as of the time when the snapshot was taken.
Class CreateCacheClusterRequest Container for the parameters to the CreateCacheCluster operation. The CreateCacheCluster action creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis.
Class CreateCacheClusterResponse Configuration for accessing Amazon CreateCacheCluster service
Class CreateCacheClusterResult Contains all of the attributes of a specific cache cluster.
Class CreateCacheParameterGroupRequest Container for the parameters to the CreateCacheParameterGroup operation. The CreateCacheParameterGroup action creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.
Class CreateCacheParameterGroupResponse Configuration for accessing Amazon CreateCacheParameterGroup service
Class CreateCacheParameterGroupResult Represents the output of a CreateCacheParameterGroup action.
Class CreateCacheSecurityGroupRequest Container for the parameters to the CreateCacheSecurityGroup operation. The CreateCacheSecurityGroup action creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

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

Class CreateCacheSecurityGroupResponse Configuration for accessing Amazon CreateCacheSecurityGroup service
Class CreateCacheSecurityGroupResult Represents the output of one of the following actions:
  • AuthorizeCacheSecurityGroupIngress
  • CreateCacheSecurityGroup
  • RevokeCacheSecurityGroupIngress
Class CreateCacheSubnetGroupRequest Container for the parameters to the CreateCacheSubnetGroup operation. The CreateCacheSubnetGroup action creates a new cache subnet group.

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

Class CreateCacheSubnetGroupResponse Configuration for accessing Amazon CreateCacheSubnetGroup service
Class CreateCacheSubnetGroupResult Represents the output of one of the following actions:
  • CreateCacheSubnetGroup
  • ModifyCacheSubnetGroup
Class CreateReplicationGroupRequest Container for the parameters to the CreateReplicationGroup operation. The CreateReplicationGroup action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others are read-only replicas. Writes to the primary are automatically propagated to the replicas.

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

Note: This action is valid only for Redis.

Class CreateReplicationGroupResponse Configuration for accessing Amazon CreateReplicationGroup service
Class CreateReplicationGroupResult Contains all of the attributes of a specific replication group.
Class CreateSnapshotRequest Container for the parameters to the CreateSnapshot operation. The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.
Class CreateSnapshotResponse Configuration for accessing Amazon CreateSnapshot service
Class CreateSnapshotResult Represents a copy of an entire cache cluster as of the time when the snapshot was taken.
Class DeleteCacheClusterRequest Container for the parameters to the DeleteCacheCluster operation. The DeleteCacheCluster action deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action.

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

Class DeleteCacheClusterResponse Configuration for accessing Amazon DeleteCacheCluster service
Class DeleteCacheClusterResult Contains all of the attributes of a specific cache cluster.
Class DeleteCacheParameterGroupRequest Container for the parameters to the DeleteCacheParameterGroup operation. The DeleteCacheParameterGroup action deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
Class DeleteCacheParameterGroupResponse
Class DeleteCacheSecurityGroupRequest Container for the parameters to the DeleteCacheSecurityGroup operation. The DeleteCacheSecurityGroup action deletes a cache security group. You cannot delete a cache security group if it is associated with any cache clusters.
Class DeleteCacheSecurityGroupResponse
Class DeleteCacheSubnetGroupRequest Container for the parameters to the DeleteCacheSubnetGroup operation. The DeleteCacheSubnetGroup action deletes a cache subnet group. You cannot delete a cache subnet group if it is associated with any cache clusters.
Class DeleteCacheSubnetGroupResponse
Class DeleteReplicationGroupRequest Container for the parameters to the DeleteReplicationGroup operation. The DeleteReplicationGroup action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster.

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

Class DeleteReplicationGroupResponse Configuration for accessing Amazon DeleteReplicationGroup service
Class DeleteReplicationGroupResult Contains all of the attributes of a specific replication group.
Class DeleteSnapshotRequest Container for the parameters to the DeleteSnapshot operation. The DeleteSnapshot action deletes an existing snapshot. When you receive a successful response from this action, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this action.
Class DeleteSnapshotResponse Configuration for accessing Amazon DeleteSnapshot service
Class DeleteSnapshotResult Represents a copy of an entire cache cluster as of the time when the snapshot was taken.
Class DescribeCacheClustersRequest Container for the parameters to the DescribeCacheClusters operation. The DescribeCacheClusters action returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.

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

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

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

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

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

Class DescribeCacheClustersResponse Configuration for accessing Amazon DescribeCacheClusters service
Class DescribeCacheClustersResult Represents the output of a DescribeCacheClusters action.
Class DescribeCacheEngineVersionsRequest Container for the parameters to the DescribeCacheEngineVersions operation. The DescribeCacheEngineVersions action returns a list of the available cache engines and their versions.
Class DescribeCacheEngineVersionsResponse Configuration for accessing Amazon DescribeCacheEngineVersions service
Class DescribeCacheEngineVersionsResult Represents the output of a DescribeCacheEngineVersions action.
Class DescribeCacheParameterGroupsRequest Container for the parameters to the DescribeCacheParameterGroups operation. The DescribeCacheParameterGroups action returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group.
Class DescribeCacheParameterGroupsResponse Configuration for accessing Amazon DescribeCacheParameterGroups service
Class DescribeCacheParameterGroupsResult Represents the output of a DescribeCacheParameterGroups action.
Class DescribeCacheParametersRequest Container for the parameters to the DescribeCacheParameters operation. The DescribeCacheParameters action returns the detailed parameter list for a particular cache parameter group.
Class DescribeCacheParametersResponse Configuration for accessing Amazon DescribeCacheParameters service
Class DescribeCacheParametersResult Represents the output of a DescribeCacheParameters action.
Class DescribeCacheSecurityGroupsRequest Container for the parameters to the DescribeCacheSecurityGroups operation. The DescribeCacheSecurityGroups action returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group.
Class DescribeCacheSecurityGroupsResponse Configuration for accessing Amazon DescribeCacheSecurityGroups service
Class DescribeCacheSecurityGroupsResult Represents the output of a DescribeCacheSecurityGroups action.
Class DescribeCacheSubnetGroupsRequest Container for the parameters to the DescribeCacheSubnetGroups operation. The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
Class DescribeCacheSubnetGroupsResponse Configuration for accessing Amazon DescribeCacheSubnetGroups service
Class DescribeCacheSubnetGroupsResult Represents the output of a DescribeCacheSubnetGroups action.
Class DescribeEngineDefaultParametersRequest Container for the parameters to the DescribeEngineDefaultParameters operation. The DescribeEngineDefaultParameters action returns the default engine and system parameter information for the specified cache engine.
Class DescribeEngineDefaultParametersResponse Configuration for accessing Amazon DescribeEngineDefaultParameters service
Class DescribeEngineDefaultParametersResult Represents the output of a DescribeEngineDefaultParameters action.
Class DescribeEventsRequest Container for the parameters to the DescribeEvents operation. The DescribeEvents action returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

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

Class DescribeEventsResponse Configuration for accessing Amazon DescribeEvents service
Class DescribeEventsResult Represents the output of a DescribeEvents action.
Class DescribeReplicationGroupsRequest Container for the parameters to the DescribeReplicationGroups operation. The DescribeReplicationGroups action returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.
Class DescribeReplicationGroupsResponse Configuration for accessing Amazon DescribeReplicationGroups service
Class DescribeReplicationGroupsResult Represents the output of a DescribeReplicationGroups action.
Class DescribeReservedCacheNodesOfferingsRequest Container for the parameters to the DescribeReservedCacheNodesOfferings operation. The DescribeReservedCacheNodesOfferings action lists available reserved cache node offerings.
Class DescribeReservedCacheNodesOfferingsResponse Configuration for accessing Amazon DescribeReservedCacheNodesOfferings service
Class DescribeReservedCacheNodesOfferingsResult Represents the output of a DescribeReservedCacheNodesOfferings action.
Class DescribeReservedCacheNodesRequest Container for the parameters to the DescribeReservedCacheNodes operation. The DescribeReservedCacheNodes action returns information about reserved cache nodes for this account, or about a specified reserved cache node.
Class DescribeReservedCacheNodesResponse Configuration for accessing Amazon DescribeReservedCacheNodes service
Class DescribeReservedCacheNodesResult Represents the output of a DescribeReservedCacheNodes action.
Class DescribeSnapshotsRequest Container for the parameters to the DescribeSnapshots operation. The DescribeSnapshots action returns information about cache cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.
Class DescribeSnapshotsResponse Configuration for accessing Amazon DescribeSnapshots service
Class DescribeSnapshotsResult Represents the output of a DescribeSnapshots action.
Class EC2SecurityGroup Provides ownership and status information for an Amazon EC2 security group.
Class Endpoint Represents the information required for client programs to connect to a cache node.
Class EngineDefaults Represents the output of a DescribeEngineDefaultParameters action.
Class 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.
Class InsufficientCacheClusterCapacityException ElastiCache exception
Class InvalidARNException ElastiCache exception
Class InvalidCacheClusterStateException ElastiCache exception
Class InvalidCacheParameterGroupStateException ElastiCache exception
Class InvalidCacheSecurityGroupStateException ElastiCache exception
Class InvalidParameterCombinationException ElastiCache exception
Class InvalidParameterValueException ElastiCache exception
Class InvalidReplicationGroupStateException ElastiCache exception
Class InvalidSnapshotStateException ElastiCache exception
Class InvalidSubnetException ElastiCache exception
Class InvalidVPCNetworkStateException ElastiCache exception
Class ListTagsForResourceRequest Container for the parameters to the ListTagsForResource operation. The ListTagsForResource action lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs.

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

Class ListTagsForResourceResponse Configuration for accessing Amazon ListTagsForResource service
Class ListTagsForResourceResult Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.
Class ModifyCacheClusterRequest Container for the parameters to the ModifyCacheCluster operation. The ModifyCacheCluster action modifies the settings for a cache cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.
Class ModifyCacheClusterResponse Configuration for accessing Amazon ModifyCacheCluster service
Class ModifyCacheClusterResult Contains all of the attributes of a specific cache cluster.
Class ModifyCacheParameterGroupRequest Container for the parameters to the ModifyCacheParameterGroup operation. The ModifyCacheParameterGroup action modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.
Class ModifyCacheParameterGroupResponse Configuration for accessing Amazon ModifyCacheParameterGroup service
Class ModifyCacheParameterGroupResult Represents the output of one of the following actions:
  • ModifyCacheParameterGroup
  • ResetCacheParameterGroup
Class ModifyCacheSubnetGroupRequest Container for the parameters to the ModifyCacheSubnetGroup operation. The ModifyCacheSubnetGroup action modifies an existing cache subnet group.
Class ModifyCacheSubnetGroupResponse Configuration for accessing Amazon ModifyCacheSubnetGroup service
Class ModifyCacheSubnetGroupResult Represents the output of one of the following actions:
  • CreateCacheSubnetGroup
  • ModifyCacheSubnetGroup
Class ModifyReplicationGroupRequest Container for the parameters to the ModifyReplicationGroup operation. The ModifyReplicationGroup action modifies the settings for a replication group.
Class ModifyReplicationGroupResponse Configuration for accessing Amazon ModifyReplicationGroup service
Class ModifyReplicationGroupResult Contains all of the attributes of a specific replication group.
Class NodeGroup Represents a collection of cache nodes in a replication group.
Class NodeGroupMember Represents a single node within a node group.
Class NodeQuotaForClusterExceededException ElastiCache exception
Class NodeQuotaForCustomerExceededException ElastiCache exception
Class NodeSnapshot Represents an individual cache node in a snapshot of a cache cluster.
Class NotificationConfiguration Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
Class Parameter Describes an individual setting that controls some aspect of ElastiCache behavior.
Class ParameterNameValue Describes a name-value pair that is used to update the value of a parameter.
Class PendingModifiedValues A group of settings that will be applied to the cache cluster in the future, or that are currently being applied.
Class PurchaseReservedCacheNodesOfferingRequest Container for the parameters to the PurchaseReservedCacheNodesOffering operation. The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.
Class PurchaseReservedCacheNodesOfferingResponse Configuration for accessing Amazon PurchaseReservedCacheNodesOffering service
Class PurchaseReservedCacheNodesOfferingResult Represents the output of a PurchaseReservedCacheNodesOffering action.
Class RebootCacheClusterRequest Container for the parameters to the RebootCacheCluster operation. The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING.

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

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

Class RebootCacheClusterResponse Configuration for accessing Amazon RebootCacheCluster service
Class RebootCacheClusterResult Contains all of the attributes of a specific cache cluster.
Class RecurringCharge Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.
Class RemoveTagsFromResourceRequest Container for the parameters to the RemoveTagsFromResource operation. The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.
Class RemoveTagsFromResourceResponse Configuration for accessing Amazon RemoveTagsFromResource service
Class RemoveTagsFromResourceResult Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.
Class ReplicationGroup Contains all of the attributes of a specific replication group.
Class ReplicationGroupAlreadyExistsException ElastiCache exception
Class ReplicationGroupNotFoundException ElastiCache exception
Class ReplicationGroupPendingModifiedValues The settings to be applied to the replication group, either immediately or during the next maintenance window.
Class ReservedCacheNode Represents the output of a PurchaseReservedCacheNodesOffering action.
Class ReservedCacheNodeAlreadyExistsException ElastiCache exception
Class ReservedCacheNodeNotFoundException ElastiCache exception
Class ReservedCacheNodeQuotaExceededException ElastiCache exception
Class ReservedCacheNodesOffering Describes all of the attributes of a reserved cache node offering.
Class ReservedCacheNodesOfferingNotFoundException ElastiCache exception
Class ResetCacheParameterGroupRequest Container for the parameters to the ResetCacheParameterGroup operation. The ResetCacheParameterGroup action modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.
Class ResetCacheParameterGroupResponse Configuration for accessing Amazon ResetCacheParameterGroup service
Class ResetCacheParameterGroupResult Represents the output of one of the following actions:
  • ModifyCacheParameterGroup
  • ResetCacheParameterGroup
Class RevokeCacheSecurityGroupIngressRequest Container for the parameters to the RevokeCacheSecurityGroupIngress operation. The RevokeCacheSecurityGroupIngress action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized.
Class RevokeCacheSecurityGroupIngressResponse Configuration for accessing Amazon RevokeCacheSecurityGroupIngress service
Class RevokeCacheSecurityGroupIngressResult Represents the output of one of the following actions:
  • AuthorizeCacheSecurityGroupIngress
  • CreateCacheSecurityGroup
  • RevokeCacheSecurityGroupIngress
Class SecurityGroupMembership Represents a single cache security group and its status.
Class Snapshot Represents a copy of an entire cache cluster as of the time when the snapshot was taken.
Class SnapshotAlreadyExistsException ElastiCache exception
Class SnapshotFeatureNotSupportedException ElastiCache exception
Class SnapshotNotFoundException ElastiCache exception
Class SnapshotQuotaExceededException ElastiCache exception
Class 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.
Class SubnetInUseException ElastiCache exception
Class 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.
Class TagNotFoundException ElastiCache exception
Class TagQuotaPerResourceExceededException ElastiCache exception