Safe Haskell | None |
---|---|
Language | Haskell2010 |
The DescribeCacheSubnetGroups operation 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.
http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeCacheSubnetGroups.html
- data DescribeCacheSubnetGroups
- describeCacheSubnetGroups :: DescribeCacheSubnetGroups
- dcsgCacheSubnetGroupName :: Lens' DescribeCacheSubnetGroups (Maybe Text)
- dcsgMarker :: Lens' DescribeCacheSubnetGroups (Maybe Text)
- dcsgMaxRecords :: Lens' DescribeCacheSubnetGroups (Maybe Int)
- data DescribeCacheSubnetGroupsResponse
- describeCacheSubnetGroupsResponse :: DescribeCacheSubnetGroupsResponse
- dcsgrCacheSubnetGroups :: Lens' DescribeCacheSubnetGroupsResponse [CacheSubnetGroup]
- dcsgrMarker :: Lens' DescribeCacheSubnetGroupsResponse (Maybe Text)
Request
data DescribeCacheSubnetGroups Source
Request constructor
describeCacheSubnetGroups :: DescribeCacheSubnetGroups Source
DescribeCacheSubnetGroups
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dcsgCacheSubnetGroupName :: Lens' DescribeCacheSubnetGroups (Maybe Text) Source
The name of the cache subnet group to return details for.
dcsgMarker :: Lens' DescribeCacheSubnetGroups (Maybe Text) Source
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
dcsgMaxRecords :: Lens' DescribeCacheSubnetGroups (Maybe Int) Source
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: minimum 20; maximum 100.
Response
Response constructor
describeCacheSubnetGroupsResponse :: DescribeCacheSubnetGroupsResponse Source
DescribeCacheSubnetGroupsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dcsgrCacheSubnetGroups :: Lens' DescribeCacheSubnetGroupsResponse [CacheSubnetGroup] Source
A list of cache subnet groups. Each element in the list contains detailed information about one group.
dcsgrMarker :: Lens' DescribeCacheSubnetGroupsResponse (Maybe Text) Source
Provides an identifier to allow retrieval of paginated results.