elasticachedouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package elasticachedouble contains test double implementation of elasticacheiface.ElastiCacheAPI

Package elasticachedouble provides a TestDouble implementation of elasticacheiface.ElastiCacheAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElastiCacheDouble

type ElastiCacheDouble struct {
	elasticacheiface.ElastiCacheAPI
	*awsdouble.AWSTestDouble
}

ElastiCacheDouble is TestDouble for elasticacheiface.ElastiCacheAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *ElastiCacheDouble

Constructor for ElastiCacheDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*ElastiCacheDouble) AddTagsToResource

func (*ElastiCacheDouble) AddTagsToResourceRequest

func (*ElastiCacheDouble) AddTagsToResourceWithContext

func (d *ElastiCacheDouble) AddTagsToResourceWithContext(i0 context.Context, i1 *elasticache.AddTagsToResourceInput, i2 ...request.Option) (r0 *elasticache.TagListMessage, r1 error)

func (*ElastiCacheDouble) BatchApplyUpdateAction

func (*ElastiCacheDouble) BatchApplyUpdateActionWithContext

func (*ElastiCacheDouble) BatchStopUpdateAction

func (*ElastiCacheDouble) BatchStopUpdateActionRequest

func (*ElastiCacheDouble) BatchStopUpdateActionWithContext

func (*ElastiCacheDouble) CompleteMigration

func (*ElastiCacheDouble) CompleteMigrationRequest

func (*ElastiCacheDouble) CompleteMigrationWithContext

func (*ElastiCacheDouble) CopySnapshot

func (*ElastiCacheDouble) CopySnapshotRequest

func (*ElastiCacheDouble) CopySnapshotWithContext

func (d *ElastiCacheDouble) CopySnapshotWithContext(i0 context.Context, i1 *elasticache.CopySnapshotInput, i2 ...request.Option) (r0 *elasticache.CopySnapshotOutput, r1 error)

func (*ElastiCacheDouble) CreateCacheCluster

func (*ElastiCacheDouble) CreateCacheClusterRequest

func (*ElastiCacheDouble) CreateCacheClusterWithContext

func (*ElastiCacheDouble) CreateCacheSubnetGroup

func (*ElastiCacheDouble) CreateCacheSubnetGroupWithContext

func (*ElastiCacheDouble) CreateReplicationGroup

func (*ElastiCacheDouble) CreateReplicationGroupWithContext

func (*ElastiCacheDouble) CreateSnapshot

func (*ElastiCacheDouble) CreateSnapshotRequest

func (*ElastiCacheDouble) CreateSnapshotWithContext

func (*ElastiCacheDouble) DecreaseReplicaCount

func (*ElastiCacheDouble) DecreaseReplicaCountRequest

func (*ElastiCacheDouble) DecreaseReplicaCountWithContext

func (*ElastiCacheDouble) DeleteCacheCluster

func (*ElastiCacheDouble) DeleteCacheClusterRequest

func (*ElastiCacheDouble) DeleteCacheClusterWithContext

func (*ElastiCacheDouble) DeleteCacheSubnetGroup

func (*ElastiCacheDouble) DeleteCacheSubnetGroupWithContext

func (*ElastiCacheDouble) DeleteReplicationGroup

func (*ElastiCacheDouble) DeleteReplicationGroupWithContext

func (*ElastiCacheDouble) DeleteSnapshot

func (*ElastiCacheDouble) DeleteSnapshotRequest

func (*ElastiCacheDouble) DeleteSnapshotWithContext

func (*ElastiCacheDouble) DescribeCacheClusters

func (*ElastiCacheDouble) DescribeCacheClustersPages

func (*ElastiCacheDouble) DescribeCacheClustersPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheClustersPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheClustersInput, i2 func(*elasticache.DescribeCacheClustersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeCacheClustersRequest

func (*ElastiCacheDouble) DescribeCacheClustersWithContext

func (*ElastiCacheDouble) DescribeCacheEngineVersionsPages

func (*ElastiCacheDouble) DescribeCacheEngineVersionsPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheEngineVersionsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheEngineVersionsInput, i2 func(*elasticache.DescribeCacheEngineVersionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeCacheParameterGroupsPages

func (*ElastiCacheDouble) DescribeCacheParameterGroupsPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheParameterGroupsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheParameterGroupsInput, i2 func(*elasticache.DescribeCacheParameterGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeCacheParameters

func (*ElastiCacheDouble) DescribeCacheParametersPages

func (*ElastiCacheDouble) DescribeCacheParametersPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheParametersPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheParametersInput, i2 func(*elasticache.DescribeCacheParametersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeCacheParametersWithContext

func (*ElastiCacheDouble) DescribeCacheSecurityGroupsPages

func (*ElastiCacheDouble) DescribeCacheSecurityGroupsPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheSecurityGroupsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheSecurityGroupsInput, i2 func(*elasticache.DescribeCacheSecurityGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeCacheSubnetGroupsPages

func (*ElastiCacheDouble) DescribeCacheSubnetGroupsPagesWithContext

func (d *ElastiCacheDouble) DescribeCacheSubnetGroupsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeCacheSubnetGroupsInput, i2 func(*elasticache.DescribeCacheSubnetGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeEvents

func (*ElastiCacheDouble) DescribeEventsPages

func (d *ElastiCacheDouble) DescribeEventsPages(i0 *elasticache.DescribeEventsInput, i1 func(*elasticache.DescribeEventsOutput, bool) bool) (r0 error)

func (*ElastiCacheDouble) DescribeEventsPagesWithContext

func (d *ElastiCacheDouble) DescribeEventsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeEventsInput, i2 func(*elasticache.DescribeEventsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeEventsRequest

func (*ElastiCacheDouble) DescribeEventsWithContext

func (*ElastiCacheDouble) DescribeReplicationGroupsPages

func (*ElastiCacheDouble) DescribeReplicationGroupsPagesWithContext

func (d *ElastiCacheDouble) DescribeReplicationGroupsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeReplicationGroupsInput, i2 func(*elasticache.DescribeReplicationGroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeReservedCacheNodesPages

func (*ElastiCacheDouble) DescribeReservedCacheNodesPagesWithContext

func (d *ElastiCacheDouble) DescribeReservedCacheNodesPagesWithContext(i0 context.Context, i1 *elasticache.DescribeReservedCacheNodesInput, i2 func(*elasticache.DescribeReservedCacheNodesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeServiceUpdates

func (*ElastiCacheDouble) DescribeServiceUpdatesPages

func (*ElastiCacheDouble) DescribeServiceUpdatesPagesWithContext

func (d *ElastiCacheDouble) DescribeServiceUpdatesPagesWithContext(i0 context.Context, i1 *elasticache.DescribeServiceUpdatesInput, i2 func(*elasticache.DescribeServiceUpdatesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeServiceUpdatesWithContext

func (*ElastiCacheDouble) DescribeSnapshots

func (*ElastiCacheDouble) DescribeSnapshotsPages

func (*ElastiCacheDouble) DescribeSnapshotsPagesWithContext

func (d *ElastiCacheDouble) DescribeSnapshotsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeSnapshotsInput, i2 func(*elasticache.DescribeSnapshotsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeSnapshotsRequest

func (*ElastiCacheDouble) DescribeSnapshotsWithContext

func (*ElastiCacheDouble) DescribeUpdateActions

func (*ElastiCacheDouble) DescribeUpdateActionsPages

func (*ElastiCacheDouble) DescribeUpdateActionsPagesWithContext

func (d *ElastiCacheDouble) DescribeUpdateActionsPagesWithContext(i0 context.Context, i1 *elasticache.DescribeUpdateActionsInput, i2 func(*elasticache.DescribeUpdateActionsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*ElastiCacheDouble) DescribeUpdateActionsRequest

func (*ElastiCacheDouble) DescribeUpdateActionsWithContext

func (*ElastiCacheDouble) IncreaseReplicaCount

func (*ElastiCacheDouble) IncreaseReplicaCountRequest

func (*ElastiCacheDouble) IncreaseReplicaCountWithContext

func (*ElastiCacheDouble) ListTagsForResource

func (*ElastiCacheDouble) ListTagsForResourceRequest

func (d *ElastiCacheDouble) ListTagsForResourceRequest(i0 *elasticache.ListTagsForResourceInput) (r0 *request.Request, r1 *elasticache.TagListMessage)

func (*ElastiCacheDouble) ListTagsForResourceWithContext

func (d *ElastiCacheDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *elasticache.ListTagsForResourceInput, i2 ...request.Option) (r0 *elasticache.TagListMessage, r1 error)

func (*ElastiCacheDouble) ModifyCacheCluster

func (*ElastiCacheDouble) ModifyCacheClusterRequest

func (*ElastiCacheDouble) ModifyCacheClusterWithContext

func (*ElastiCacheDouble) ModifyCacheSubnetGroup

func (*ElastiCacheDouble) ModifyCacheSubnetGroupWithContext

func (*ElastiCacheDouble) ModifyReplicationGroup

func (*ElastiCacheDouble) ModifyReplicationGroupWithContext

func (*ElastiCacheDouble) RebootCacheCluster

func (*ElastiCacheDouble) RebootCacheClusterRequest

func (*ElastiCacheDouble) RebootCacheClusterWithContext

func (*ElastiCacheDouble) RemoveTagsFromResource

func (*ElastiCacheDouble) RemoveTagsFromResourceRequest

func (d *ElastiCacheDouble) RemoveTagsFromResourceRequest(i0 *elasticache.RemoveTagsFromResourceInput) (r0 *request.Request, r1 *elasticache.TagListMessage)

func (*ElastiCacheDouble) RemoveTagsFromResourceWithContext

func (d *ElastiCacheDouble) RemoveTagsFromResourceWithContext(i0 context.Context, i1 *elasticache.RemoveTagsFromResourceInput, i2 ...request.Option) (r0 *elasticache.TagListMessage, r1 error)

func (*ElastiCacheDouble) StartMigration

func (*ElastiCacheDouble) StartMigrationRequest

func (*ElastiCacheDouble) StartMigrationWithContext

func (*ElastiCacheDouble) TestFailover

func (*ElastiCacheDouble) TestFailoverRequest

func (*ElastiCacheDouble) TestFailoverWithContext

func (d *ElastiCacheDouble) TestFailoverWithContext(i0 context.Context, i1 *elasticache.TestFailoverInput, i2 ...request.Option) (r0 *elasticache.TestFailoverOutput, r1 error)

func (*ElastiCacheDouble) WaitUntilCacheClusterAvailable

func (d *ElastiCacheDouble) WaitUntilCacheClusterAvailable(i0 *elasticache.DescribeCacheClustersInput) (r0 error)

func (*ElastiCacheDouble) WaitUntilCacheClusterAvailableWithContext

func (d *ElastiCacheDouble) WaitUntilCacheClusterAvailableWithContext(i0 context.Context, i1 *elasticache.DescribeCacheClustersInput, i2 ...request.WaiterOption) (r0 error)

func (*ElastiCacheDouble) WaitUntilCacheClusterDeleted

func (d *ElastiCacheDouble) WaitUntilCacheClusterDeleted(i0 *elasticache.DescribeCacheClustersInput) (r0 error)

func (*ElastiCacheDouble) WaitUntilCacheClusterDeletedWithContext

func (d *ElastiCacheDouble) WaitUntilCacheClusterDeletedWithContext(i0 context.Context, i1 *elasticache.DescribeCacheClustersInput, i2 ...request.WaiterOption) (r0 error)

func (*ElastiCacheDouble) WaitUntilReplicationGroupAvailable

func (d *ElastiCacheDouble) WaitUntilReplicationGroupAvailable(i0 *elasticache.DescribeReplicationGroupsInput) (r0 error)

func (*ElastiCacheDouble) WaitUntilReplicationGroupAvailableWithContext

func (d *ElastiCacheDouble) WaitUntilReplicationGroupAvailableWithContext(i0 context.Context, i1 *elasticache.DescribeReplicationGroupsInput, i2 ...request.WaiterOption) (r0 error)

func (*ElastiCacheDouble) WaitUntilReplicationGroupDeleted

func (d *ElastiCacheDouble) WaitUntilReplicationGroupDeleted(i0 *elasticache.DescribeReplicationGroupsInput) (r0 error)

func (*ElastiCacheDouble) WaitUntilReplicationGroupDeletedWithContext

func (d *ElastiCacheDouble) WaitUntilReplicationGroupDeletedWithContext(i0 context.Context, i1 *elasticache.DescribeReplicationGroupsInput, i2 ...request.WaiterOption) (r0 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL