Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateElastiCacheServiceMock ¶
func CreateElastiCacheServiceMock(options ...ElastiCacheServiceMockOption) *elasticacheServiceMock
CreateElastiCacheServiceMock creates a new instance of the ElastiCache service mock with the provided options.
func CreateElastiCacheServiceMockFactory ¶
func CreateElastiCacheServiceMockFactory( options ...ElastiCacheServiceMockOption, ) func(awsConfig *aws.Config, providerContext provider.Context) elasticacheservice.Service
CreateElastiCacheServiceMockFactory returns a service factory bound to a single mock instance.
Types ¶
type ElastiCacheServiceMockOption ¶
type ElastiCacheServiceMockOption func(*elasticacheServiceMock)
ElastiCacheServiceMockOption is a function type for configuring the ElastiCache service mock.
func WithModifyReplicationGroupError ¶
func WithModifyReplicationGroupError(err error) ElastiCacheServiceMockOption
func WithModifyReplicationGroupOutput ¶
func WithModifyReplicationGroupOutput(output *elasticache.ModifyReplicationGroupOutput) ElastiCacheServiceMockOption
Click to show internal directories.
Click to hide internal directories.