Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { DescribeCacheClustersPagesWithContext(context.Context, *elasticache.DescribeCacheClustersInput, func(*elasticache.DescribeCacheClustersOutput, bool) bool, ...request.Option) error DescribeReplicationGroupsPagesWithContext(context.Context, *elasticache.DescribeReplicationGroupsInput, func(*elasticache.DescribeReplicationGroupsOutput, bool) bool, ...request.Option) error DescribeCacheSubnetGroupsPagesWithContext(context.Context, *elasticache.DescribeCacheSubnetGroupsInput, func(*elasticache.DescribeCacheSubnetGroupsOutput, bool) bool, ...request.Option) error }
API documents the subset of AWS API we actually call
type DescribeCacheClusters ¶
type DescribeCacheClusters struct {
API
}
type DescribeCacheClustersOutput ¶
type DescribeCacheClustersOutput struct {
*elasticache.DescribeCacheClustersOutput
}
func (*DescribeCacheClustersOutput) Records ¶
func (o *DescribeCacheClustersOutput) Records() (records []*api.Record)
type DescribeCacheSubnetGroups ¶
type DescribeCacheSubnetGroups struct {
API
}
type DescribeCacheSubnetGroupsOutput ¶
type DescribeCacheSubnetGroupsOutput struct {
*elasticache.DescribeCacheSubnetGroupsOutput
}
func (*DescribeCacheSubnetGroupsOutput) Records ¶
func (o *DescribeCacheSubnetGroupsOutput) Records() (records []*api.Record)
type DescribeReplicationGroups ¶
type DescribeReplicationGroups struct {
API
}
type DescribeReplicationGroupsOutput ¶
type DescribeReplicationGroupsOutput struct {
*elasticache.DescribeReplicationGroupsOutput
}
func (*DescribeReplicationGroupsOutput) Records ¶
func (o *DescribeReplicationGroupsOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.