Documentation ¶
Index ¶
- type AddTagsToResourceFuture
- type AuthorizeCacheSecurityGroupIngressFuture
- type BatchApplyUpdateActionFuture
- type BatchStopUpdateActionFuture
- type Client
- type CompleteMigrationFuture
- type CopySnapshotFuture
- type CreateCacheClusterFuture
- type CreateCacheParameterGroupFuture
- type CreateCacheSecurityGroupFuture
- type CreateCacheSubnetGroupFuture
- type CreateGlobalReplicationGroupFuture
- type CreateReplicationGroupFuture
- type CreateSnapshotFuture
- type CreateUserFuture
- type CreateUserGroupFuture
- type DecreaseNodeGroupsInGlobalReplicationGroupFuture
- type DecreaseReplicaCountFuture
- type DeleteCacheClusterFuture
- type DeleteCacheParameterGroupFuture
- type DeleteCacheSecurityGroupFuture
- type DeleteCacheSubnetGroupFuture
- type DeleteGlobalReplicationGroupFuture
- type DeleteReplicationGroupFuture
- type DeleteSnapshotFuture
- type DeleteUserFuture
- type DeleteUserGroupFuture
- type DescribeCacheClustersFuture
- type DescribeCacheEngineVersionsFuture
- type DescribeCacheParameterGroupsFuture
- type DescribeCacheParametersFuture
- type DescribeCacheSecurityGroupsFuture
- type DescribeCacheSubnetGroupsFuture
- type DescribeEngineDefaultParametersFuture
- type DescribeEventsFuture
- type DescribeGlobalReplicationGroupsFuture
- type DescribeReplicationGroupsFuture
- type DescribeReservedCacheNodesFuture
- type DescribeReservedCacheNodesOfferingsFuture
- type DescribeServiceUpdatesFuture
- type DescribeSnapshotsFuture
- type DescribeUpdateActionsFuture
- type DescribeUserGroupsFuture
- type DescribeUsersFuture
- type DisassociateGlobalReplicationGroupFuture
- type FailoverGlobalReplicationGroupFuture
- type IncreaseNodeGroupsInGlobalReplicationGroupFuture
- type IncreaseReplicaCountFuture
- type ListAllowedNodeTypeModificationsFuture
- type ListTagsForResourceFuture
- type ModifyCacheClusterFuture
- type ModifyCacheParameterGroupFuture
- type ModifyCacheSubnetGroupFuture
- type ModifyGlobalReplicationGroupFuture
- type ModifyReplicationGroupFuture
- type ModifyReplicationGroupShardConfigurationFuture
- type ModifyUserFuture
- type ModifyUserGroupFuture
- type PurchaseReservedCacheNodesOfferingFuture
- type RebalanceSlotsInGlobalReplicationGroupFuture
- type RebootCacheClusterFuture
- type RemoveTagsFromResourceFuture
- type ResetCacheParameterGroupFuture
- type RevokeCacheSecurityGroupIngressFuture
- type StartMigrationFuture
- type TestFailoverFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTagsToResourceFuture ¶
type AddTagsToResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddTagsToResourceFuture) Get ¶
func (r *AddTagsToResourceFuture) Get(ctx workflow.Context) (*elasticache.TagListMessage, error)
type AuthorizeCacheSecurityGroupIngressFuture ¶
type AuthorizeCacheSecurityGroupIngressFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AuthorizeCacheSecurityGroupIngressFuture) Get ¶
func (r *AuthorizeCacheSecurityGroupIngressFuture) Get(ctx workflow.Context) (*elasticache.AuthorizeCacheSecurityGroupIngressOutput, error)
type BatchApplyUpdateActionFuture ¶
type BatchApplyUpdateActionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchApplyUpdateActionFuture) Get ¶
func (r *BatchApplyUpdateActionFuture) Get(ctx workflow.Context) (*elasticache.BatchApplyUpdateActionOutput, error)
type BatchStopUpdateActionFuture ¶
type BatchStopUpdateActionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchStopUpdateActionFuture) Get ¶
func (r *BatchStopUpdateActionFuture) Get(ctx workflow.Context) (*elasticache.BatchStopUpdateActionOutput, error)
type Client ¶
type Client interface { AddTagsToResource(ctx workflow.Context, input *elasticache.AddTagsToResourceInput) (*elasticache.TagListMessage, error) AddTagsToResourceAsync(ctx workflow.Context, input *elasticache.AddTagsToResourceInput) *AddTagsToResourceFuture AuthorizeCacheSecurityGroupIngress(ctx workflow.Context, input *elasticache.AuthorizeCacheSecurityGroupIngressInput) (*elasticache.AuthorizeCacheSecurityGroupIngressOutput, error) AuthorizeCacheSecurityGroupIngressAsync(ctx workflow.Context, input *elasticache.AuthorizeCacheSecurityGroupIngressInput) *AuthorizeCacheSecurityGroupIngressFuture BatchApplyUpdateAction(ctx workflow.Context, input *elasticache.BatchApplyUpdateActionInput) (*elasticache.BatchApplyUpdateActionOutput, error) BatchApplyUpdateActionAsync(ctx workflow.Context, input *elasticache.BatchApplyUpdateActionInput) *BatchApplyUpdateActionFuture BatchStopUpdateAction(ctx workflow.Context, input *elasticache.BatchStopUpdateActionInput) (*elasticache.BatchStopUpdateActionOutput, error) BatchStopUpdateActionAsync(ctx workflow.Context, input *elasticache.BatchStopUpdateActionInput) *BatchStopUpdateActionFuture CompleteMigration(ctx workflow.Context, input *elasticache.CompleteMigrationInput) (*elasticache.CompleteMigrationOutput, error) CompleteMigrationAsync(ctx workflow.Context, input *elasticache.CompleteMigrationInput) *CompleteMigrationFuture CopySnapshot(ctx workflow.Context, input *elasticache.CopySnapshotInput) (*elasticache.CopySnapshotOutput, error) CopySnapshotAsync(ctx workflow.Context, input *elasticache.CopySnapshotInput) *CopySnapshotFuture CreateCacheCluster(ctx workflow.Context, input *elasticache.CreateCacheClusterInput) (*elasticache.CreateCacheClusterOutput, error) CreateCacheClusterAsync(ctx workflow.Context, input *elasticache.CreateCacheClusterInput) *CreateCacheClusterFuture CreateCacheParameterGroup(ctx workflow.Context, input *elasticache.CreateCacheParameterGroupInput) (*elasticache.CreateCacheParameterGroupOutput, error) CreateCacheParameterGroupAsync(ctx workflow.Context, input *elasticache.CreateCacheParameterGroupInput) *CreateCacheParameterGroupFuture CreateCacheSecurityGroup(ctx workflow.Context, input *elasticache.CreateCacheSecurityGroupInput) (*elasticache.CreateCacheSecurityGroupOutput, error) CreateCacheSecurityGroupAsync(ctx workflow.Context, input *elasticache.CreateCacheSecurityGroupInput) *CreateCacheSecurityGroupFuture CreateCacheSubnetGroup(ctx workflow.Context, input *elasticache.CreateCacheSubnetGroupInput) (*elasticache.CreateCacheSubnetGroupOutput, error) CreateCacheSubnetGroupAsync(ctx workflow.Context, input *elasticache.CreateCacheSubnetGroupInput) *CreateCacheSubnetGroupFuture CreateGlobalReplicationGroup(ctx workflow.Context, input *elasticache.CreateGlobalReplicationGroupInput) (*elasticache.CreateGlobalReplicationGroupOutput, error) CreateGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.CreateGlobalReplicationGroupInput) *CreateGlobalReplicationGroupFuture CreateReplicationGroup(ctx workflow.Context, input *elasticache.CreateReplicationGroupInput) (*elasticache.CreateReplicationGroupOutput, error) CreateReplicationGroupAsync(ctx workflow.Context, input *elasticache.CreateReplicationGroupInput) *CreateReplicationGroupFuture CreateSnapshot(ctx workflow.Context, input *elasticache.CreateSnapshotInput) (*elasticache.CreateSnapshotOutput, error) CreateSnapshotAsync(ctx workflow.Context, input *elasticache.CreateSnapshotInput) *CreateSnapshotFuture CreateUser(ctx workflow.Context, input *elasticache.CreateUserInput) (*elasticache.CreateUserOutput, error) CreateUserAsync(ctx workflow.Context, input *elasticache.CreateUserInput) *CreateUserFuture CreateUserGroup(ctx workflow.Context, input *elasticache.CreateUserGroupInput) (*elasticache.CreateUserGroupOutput, error) CreateUserGroupAsync(ctx workflow.Context, input *elasticache.CreateUserGroupInput) *CreateUserGroupFuture DecreaseNodeGroupsInGlobalReplicationGroup(ctx workflow.Context, input *elasticache.DecreaseNodeGroupsInGlobalReplicationGroupInput) (*elasticache.DecreaseNodeGroupsInGlobalReplicationGroupOutput, error) DecreaseNodeGroupsInGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.DecreaseNodeGroupsInGlobalReplicationGroupInput) *DecreaseNodeGroupsInGlobalReplicationGroupFuture DecreaseReplicaCount(ctx workflow.Context, input *elasticache.DecreaseReplicaCountInput) (*elasticache.DecreaseReplicaCountOutput, error) DecreaseReplicaCountAsync(ctx workflow.Context, input *elasticache.DecreaseReplicaCountInput) *DecreaseReplicaCountFuture DeleteCacheCluster(ctx workflow.Context, input *elasticache.DeleteCacheClusterInput) (*elasticache.DeleteCacheClusterOutput, error) DeleteCacheClusterAsync(ctx workflow.Context, input *elasticache.DeleteCacheClusterInput) *DeleteCacheClusterFuture DeleteCacheParameterGroup(ctx workflow.Context, input *elasticache.DeleteCacheParameterGroupInput) (*elasticache.DeleteCacheParameterGroupOutput, error) DeleteCacheParameterGroupAsync(ctx workflow.Context, input *elasticache.DeleteCacheParameterGroupInput) *DeleteCacheParameterGroupFuture DeleteCacheSecurityGroup(ctx workflow.Context, input *elasticache.DeleteCacheSecurityGroupInput) (*elasticache.DeleteCacheSecurityGroupOutput, error) DeleteCacheSecurityGroupAsync(ctx workflow.Context, input *elasticache.DeleteCacheSecurityGroupInput) *DeleteCacheSecurityGroupFuture DeleteCacheSubnetGroup(ctx workflow.Context, input *elasticache.DeleteCacheSubnetGroupInput) (*elasticache.DeleteCacheSubnetGroupOutput, error) DeleteCacheSubnetGroupAsync(ctx workflow.Context, input *elasticache.DeleteCacheSubnetGroupInput) *DeleteCacheSubnetGroupFuture DeleteGlobalReplicationGroup(ctx workflow.Context, input *elasticache.DeleteGlobalReplicationGroupInput) (*elasticache.DeleteGlobalReplicationGroupOutput, error) DeleteGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.DeleteGlobalReplicationGroupInput) *DeleteGlobalReplicationGroupFuture DeleteReplicationGroup(ctx workflow.Context, input *elasticache.DeleteReplicationGroupInput) (*elasticache.DeleteReplicationGroupOutput, error) DeleteReplicationGroupAsync(ctx workflow.Context, input *elasticache.DeleteReplicationGroupInput) *DeleteReplicationGroupFuture DeleteSnapshot(ctx workflow.Context, input *elasticache.DeleteSnapshotInput) (*elasticache.DeleteSnapshotOutput, error) DeleteSnapshotAsync(ctx workflow.Context, input *elasticache.DeleteSnapshotInput) *DeleteSnapshotFuture DeleteUser(ctx workflow.Context, input *elasticache.DeleteUserInput) (*elasticache.DeleteUserOutput, error) DeleteUserAsync(ctx workflow.Context, input *elasticache.DeleteUserInput) *DeleteUserFuture DeleteUserGroup(ctx workflow.Context, input *elasticache.DeleteUserGroupInput) (*elasticache.DeleteUserGroupOutput, error) DeleteUserGroupAsync(ctx workflow.Context, input *elasticache.DeleteUserGroupInput) *DeleteUserGroupFuture DescribeCacheClusters(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) (*elasticache.DescribeCacheClustersOutput, error) DescribeCacheClustersAsync(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) *DescribeCacheClustersFuture DescribeCacheEngineVersions(ctx workflow.Context, input *elasticache.DescribeCacheEngineVersionsInput) (*elasticache.DescribeCacheEngineVersionsOutput, error) DescribeCacheEngineVersionsAsync(ctx workflow.Context, input *elasticache.DescribeCacheEngineVersionsInput) *DescribeCacheEngineVersionsFuture DescribeCacheParameterGroups(ctx workflow.Context, input *elasticache.DescribeCacheParameterGroupsInput) (*elasticache.DescribeCacheParameterGroupsOutput, error) DescribeCacheParameterGroupsAsync(ctx workflow.Context, input *elasticache.DescribeCacheParameterGroupsInput) *DescribeCacheParameterGroupsFuture DescribeCacheParameters(ctx workflow.Context, input *elasticache.DescribeCacheParametersInput) (*elasticache.DescribeCacheParametersOutput, error) DescribeCacheParametersAsync(ctx workflow.Context, input *elasticache.DescribeCacheParametersInput) *DescribeCacheParametersFuture DescribeCacheSecurityGroups(ctx workflow.Context, input *elasticache.DescribeCacheSecurityGroupsInput) (*elasticache.DescribeCacheSecurityGroupsOutput, error) DescribeCacheSecurityGroupsAsync(ctx workflow.Context, input *elasticache.DescribeCacheSecurityGroupsInput) *DescribeCacheSecurityGroupsFuture DescribeCacheSubnetGroups(ctx workflow.Context, input *elasticache.DescribeCacheSubnetGroupsInput) (*elasticache.DescribeCacheSubnetGroupsOutput, error) DescribeCacheSubnetGroupsAsync(ctx workflow.Context, input *elasticache.DescribeCacheSubnetGroupsInput) *DescribeCacheSubnetGroupsFuture DescribeEngineDefaultParameters(ctx workflow.Context, input *elasticache.DescribeEngineDefaultParametersInput) (*elasticache.DescribeEngineDefaultParametersOutput, error) DescribeEngineDefaultParametersAsync(ctx workflow.Context, input *elasticache.DescribeEngineDefaultParametersInput) *DescribeEngineDefaultParametersFuture DescribeEvents(ctx workflow.Context, input *elasticache.DescribeEventsInput) (*elasticache.DescribeEventsOutput, error) DescribeEventsAsync(ctx workflow.Context, input *elasticache.DescribeEventsInput) *DescribeEventsFuture DescribeGlobalReplicationGroups(ctx workflow.Context, input *elasticache.DescribeGlobalReplicationGroupsInput) (*elasticache.DescribeGlobalReplicationGroupsOutput, error) DescribeGlobalReplicationGroupsAsync(ctx workflow.Context, input *elasticache.DescribeGlobalReplicationGroupsInput) *DescribeGlobalReplicationGroupsFuture DescribeReplicationGroups(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) (*elasticache.DescribeReplicationGroupsOutput, error) DescribeReplicationGroupsAsync(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) *DescribeReplicationGroupsFuture DescribeReservedCacheNodes(ctx workflow.Context, input *elasticache.DescribeReservedCacheNodesInput) (*elasticache.DescribeReservedCacheNodesOutput, error) DescribeReservedCacheNodesAsync(ctx workflow.Context, input *elasticache.DescribeReservedCacheNodesInput) *DescribeReservedCacheNodesFuture DescribeReservedCacheNodesOfferings(ctx workflow.Context, input *elasticache.DescribeReservedCacheNodesOfferingsInput) (*elasticache.DescribeReservedCacheNodesOfferingsOutput, error) DescribeReservedCacheNodesOfferingsAsync(ctx workflow.Context, input *elasticache.DescribeReservedCacheNodesOfferingsInput) *DescribeReservedCacheNodesOfferingsFuture DescribeServiceUpdates(ctx workflow.Context, input *elasticache.DescribeServiceUpdatesInput) (*elasticache.DescribeServiceUpdatesOutput, error) DescribeServiceUpdatesAsync(ctx workflow.Context, input *elasticache.DescribeServiceUpdatesInput) *DescribeServiceUpdatesFuture DescribeSnapshots(ctx workflow.Context, input *elasticache.DescribeSnapshotsInput) (*elasticache.DescribeSnapshotsOutput, error) DescribeSnapshotsAsync(ctx workflow.Context, input *elasticache.DescribeSnapshotsInput) *DescribeSnapshotsFuture DescribeUpdateActions(ctx workflow.Context, input *elasticache.DescribeUpdateActionsInput) (*elasticache.DescribeUpdateActionsOutput, error) DescribeUpdateActionsAsync(ctx workflow.Context, input *elasticache.DescribeUpdateActionsInput) *DescribeUpdateActionsFuture DescribeUserGroups(ctx workflow.Context, input *elasticache.DescribeUserGroupsInput) (*elasticache.DescribeUserGroupsOutput, error) DescribeUserGroupsAsync(ctx workflow.Context, input *elasticache.DescribeUserGroupsInput) *DescribeUserGroupsFuture DescribeUsers(ctx workflow.Context, input *elasticache.DescribeUsersInput) (*elasticache.DescribeUsersOutput, error) DescribeUsersAsync(ctx workflow.Context, input *elasticache.DescribeUsersInput) *DescribeUsersFuture DisassociateGlobalReplicationGroup(ctx workflow.Context, input *elasticache.DisassociateGlobalReplicationGroupInput) (*elasticache.DisassociateGlobalReplicationGroupOutput, error) DisassociateGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.DisassociateGlobalReplicationGroupInput) *DisassociateGlobalReplicationGroupFuture FailoverGlobalReplicationGroup(ctx workflow.Context, input *elasticache.FailoverGlobalReplicationGroupInput) (*elasticache.FailoverGlobalReplicationGroupOutput, error) FailoverGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.FailoverGlobalReplicationGroupInput) *FailoverGlobalReplicationGroupFuture IncreaseNodeGroupsInGlobalReplicationGroup(ctx workflow.Context, input *elasticache.IncreaseNodeGroupsInGlobalReplicationGroupInput) (*elasticache.IncreaseNodeGroupsInGlobalReplicationGroupOutput, error) IncreaseNodeGroupsInGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.IncreaseNodeGroupsInGlobalReplicationGroupInput) *IncreaseNodeGroupsInGlobalReplicationGroupFuture IncreaseReplicaCount(ctx workflow.Context, input *elasticache.IncreaseReplicaCountInput) (*elasticache.IncreaseReplicaCountOutput, error) IncreaseReplicaCountAsync(ctx workflow.Context, input *elasticache.IncreaseReplicaCountInput) *IncreaseReplicaCountFuture ListAllowedNodeTypeModifications(ctx workflow.Context, input *elasticache.ListAllowedNodeTypeModificationsInput) (*elasticache.ListAllowedNodeTypeModificationsOutput, error) ListAllowedNodeTypeModificationsAsync(ctx workflow.Context, input *elasticache.ListAllowedNodeTypeModificationsInput) *ListAllowedNodeTypeModificationsFuture ListTagsForResource(ctx workflow.Context, input *elasticache.ListTagsForResourceInput) (*elasticache.TagListMessage, error) ListTagsForResourceAsync(ctx workflow.Context, input *elasticache.ListTagsForResourceInput) *ListTagsForResourceFuture ModifyCacheCluster(ctx workflow.Context, input *elasticache.ModifyCacheClusterInput) (*elasticache.ModifyCacheClusterOutput, error) ModifyCacheClusterAsync(ctx workflow.Context, input *elasticache.ModifyCacheClusterInput) *ModifyCacheClusterFuture ModifyCacheParameterGroup(ctx workflow.Context, input *elasticache.ModifyCacheParameterGroupInput) (*elasticache.CacheParameterGroupNameMessage, error) ModifyCacheParameterGroupAsync(ctx workflow.Context, input *elasticache.ModifyCacheParameterGroupInput) *ModifyCacheParameterGroupFuture ModifyCacheSubnetGroup(ctx workflow.Context, input *elasticache.ModifyCacheSubnetGroupInput) (*elasticache.ModifyCacheSubnetGroupOutput, error) ModifyCacheSubnetGroupAsync(ctx workflow.Context, input *elasticache.ModifyCacheSubnetGroupInput) *ModifyCacheSubnetGroupFuture ModifyGlobalReplicationGroup(ctx workflow.Context, input *elasticache.ModifyGlobalReplicationGroupInput) (*elasticache.ModifyGlobalReplicationGroupOutput, error) ModifyGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.ModifyGlobalReplicationGroupInput) *ModifyGlobalReplicationGroupFuture ModifyReplicationGroup(ctx workflow.Context, input *elasticache.ModifyReplicationGroupInput) (*elasticache.ModifyReplicationGroupOutput, error) ModifyReplicationGroupAsync(ctx workflow.Context, input *elasticache.ModifyReplicationGroupInput) *ModifyReplicationGroupFuture ModifyReplicationGroupShardConfiguration(ctx workflow.Context, input *elasticache.ModifyReplicationGroupShardConfigurationInput) (*elasticache.ModifyReplicationGroupShardConfigurationOutput, error) ModifyReplicationGroupShardConfigurationAsync(ctx workflow.Context, input *elasticache.ModifyReplicationGroupShardConfigurationInput) *ModifyReplicationGroupShardConfigurationFuture ModifyUser(ctx workflow.Context, input *elasticache.ModifyUserInput) (*elasticache.ModifyUserOutput, error) ModifyUserAsync(ctx workflow.Context, input *elasticache.ModifyUserInput) *ModifyUserFuture ModifyUserGroup(ctx workflow.Context, input *elasticache.ModifyUserGroupInput) (*elasticache.ModifyUserGroupOutput, error) ModifyUserGroupAsync(ctx workflow.Context, input *elasticache.ModifyUserGroupInput) *ModifyUserGroupFuture PurchaseReservedCacheNodesOffering(ctx workflow.Context, input *elasticache.PurchaseReservedCacheNodesOfferingInput) (*elasticache.PurchaseReservedCacheNodesOfferingOutput, error) PurchaseReservedCacheNodesOfferingAsync(ctx workflow.Context, input *elasticache.PurchaseReservedCacheNodesOfferingInput) *PurchaseReservedCacheNodesOfferingFuture RebalanceSlotsInGlobalReplicationGroup(ctx workflow.Context, input *elasticache.RebalanceSlotsInGlobalReplicationGroupInput) (*elasticache.RebalanceSlotsInGlobalReplicationGroupOutput, error) RebalanceSlotsInGlobalReplicationGroupAsync(ctx workflow.Context, input *elasticache.RebalanceSlotsInGlobalReplicationGroupInput) *RebalanceSlotsInGlobalReplicationGroupFuture RebootCacheCluster(ctx workflow.Context, input *elasticache.RebootCacheClusterInput) (*elasticache.RebootCacheClusterOutput, error) RebootCacheClusterAsync(ctx workflow.Context, input *elasticache.RebootCacheClusterInput) *RebootCacheClusterFuture RemoveTagsFromResource(ctx workflow.Context, input *elasticache.RemoveTagsFromResourceInput) (*elasticache.TagListMessage, error) RemoveTagsFromResourceAsync(ctx workflow.Context, input *elasticache.RemoveTagsFromResourceInput) *RemoveTagsFromResourceFuture ResetCacheParameterGroup(ctx workflow.Context, input *elasticache.ResetCacheParameterGroupInput) (*elasticache.CacheParameterGroupNameMessage, error) ResetCacheParameterGroupAsync(ctx workflow.Context, input *elasticache.ResetCacheParameterGroupInput) *ResetCacheParameterGroupFuture RevokeCacheSecurityGroupIngress(ctx workflow.Context, input *elasticache.RevokeCacheSecurityGroupIngressInput) (*elasticache.RevokeCacheSecurityGroupIngressOutput, error) RevokeCacheSecurityGroupIngressAsync(ctx workflow.Context, input *elasticache.RevokeCacheSecurityGroupIngressInput) *RevokeCacheSecurityGroupIngressFuture StartMigration(ctx workflow.Context, input *elasticache.StartMigrationInput) (*elasticache.StartMigrationOutput, error) StartMigrationAsync(ctx workflow.Context, input *elasticache.StartMigrationInput) *StartMigrationFuture TestFailover(ctx workflow.Context, input *elasticache.TestFailoverInput) (*elasticache.TestFailoverOutput, error) TestFailoverAsync(ctx workflow.Context, input *elasticache.TestFailoverInput) *TestFailoverFuture WaitUntilCacheClusterAvailable(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) error WaitUntilCacheClusterAvailableAsync(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) *clients.VoidFuture WaitUntilCacheClusterDeleted(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) error WaitUntilCacheClusterDeletedAsync(ctx workflow.Context, input *elasticache.DescribeCacheClustersInput) *clients.VoidFuture WaitUntilReplicationGroupAvailable(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) error WaitUntilReplicationGroupAvailableAsync(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) *clients.VoidFuture WaitUntilReplicationGroupDeleted(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) error WaitUntilReplicationGroupDeletedAsync(ctx workflow.Context, input *elasticache.DescribeReplicationGroupsInput) *clients.VoidFuture }
type CompleteMigrationFuture ¶
type CompleteMigrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CompleteMigrationFuture) Get ¶
func (r *CompleteMigrationFuture) Get(ctx workflow.Context) (*elasticache.CompleteMigrationOutput, error)
type CopySnapshotFuture ¶
func (*CopySnapshotFuture) Get ¶
func (r *CopySnapshotFuture) Get(ctx workflow.Context) (*elasticache.CopySnapshotOutput, error)
type CreateCacheClusterFuture ¶
type CreateCacheClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCacheClusterFuture) Get ¶
func (r *CreateCacheClusterFuture) Get(ctx workflow.Context) (*elasticache.CreateCacheClusterOutput, error)
type CreateCacheParameterGroupFuture ¶
type CreateCacheParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCacheParameterGroupFuture) Get ¶
func (r *CreateCacheParameterGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateCacheParameterGroupOutput, error)
type CreateCacheSecurityGroupFuture ¶
type CreateCacheSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCacheSecurityGroupFuture) Get ¶
func (r *CreateCacheSecurityGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateCacheSecurityGroupOutput, error)
type CreateCacheSubnetGroupFuture ¶
type CreateCacheSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCacheSubnetGroupFuture) Get ¶
func (r *CreateCacheSubnetGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateCacheSubnetGroupOutput, error)
type CreateGlobalReplicationGroupFuture ¶
type CreateGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGlobalReplicationGroupFuture) Get ¶
func (r *CreateGlobalReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateGlobalReplicationGroupOutput, error)
type CreateReplicationGroupFuture ¶
type CreateReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateReplicationGroupFuture) Get ¶
func (r *CreateReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateReplicationGroupOutput, error)
type CreateSnapshotFuture ¶
func (*CreateSnapshotFuture) Get ¶
func (r *CreateSnapshotFuture) Get(ctx workflow.Context) (*elasticache.CreateSnapshotOutput, error)
type CreateUserFuture ¶
func (*CreateUserFuture) Get ¶
func (r *CreateUserFuture) Get(ctx workflow.Context) (*elasticache.CreateUserOutput, error)
type CreateUserGroupFuture ¶
type CreateUserGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUserGroupFuture) Get ¶
func (r *CreateUserGroupFuture) Get(ctx workflow.Context) (*elasticache.CreateUserGroupOutput, error)
type DecreaseNodeGroupsInGlobalReplicationGroupFuture ¶
type DecreaseNodeGroupsInGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DecreaseReplicaCountFuture ¶
type DecreaseReplicaCountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DecreaseReplicaCountFuture) Get ¶
func (r *DecreaseReplicaCountFuture) Get(ctx workflow.Context) (*elasticache.DecreaseReplicaCountOutput, error)
type DeleteCacheClusterFuture ¶
type DeleteCacheClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCacheClusterFuture) Get ¶
func (r *DeleteCacheClusterFuture) Get(ctx workflow.Context) (*elasticache.DeleteCacheClusterOutput, error)
type DeleteCacheParameterGroupFuture ¶
type DeleteCacheParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCacheParameterGroupFuture) Get ¶
func (r *DeleteCacheParameterGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteCacheParameterGroupOutput, error)
type DeleteCacheSecurityGroupFuture ¶
type DeleteCacheSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCacheSecurityGroupFuture) Get ¶
func (r *DeleteCacheSecurityGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteCacheSecurityGroupOutput, error)
type DeleteCacheSubnetGroupFuture ¶
type DeleteCacheSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCacheSubnetGroupFuture) Get ¶
func (r *DeleteCacheSubnetGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteCacheSubnetGroupOutput, error)
type DeleteGlobalReplicationGroupFuture ¶
type DeleteGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGlobalReplicationGroupFuture) Get ¶
func (r *DeleteGlobalReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteGlobalReplicationGroupOutput, error)
type DeleteReplicationGroupFuture ¶
type DeleteReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteReplicationGroupFuture) Get ¶
func (r *DeleteReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteReplicationGroupOutput, error)
type DeleteSnapshotFuture ¶
func (*DeleteSnapshotFuture) Get ¶
func (r *DeleteSnapshotFuture) Get(ctx workflow.Context) (*elasticache.DeleteSnapshotOutput, error)
type DeleteUserFuture ¶
func (*DeleteUserFuture) Get ¶
func (r *DeleteUserFuture) Get(ctx workflow.Context) (*elasticache.DeleteUserOutput, error)
type DeleteUserGroupFuture ¶
type DeleteUserGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUserGroupFuture) Get ¶
func (r *DeleteUserGroupFuture) Get(ctx workflow.Context) (*elasticache.DeleteUserGroupOutput, error)
type DescribeCacheClustersFuture ¶
type DescribeCacheClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheClustersFuture) Get ¶
func (r *DescribeCacheClustersFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheClustersOutput, error)
type DescribeCacheEngineVersionsFuture ¶
type DescribeCacheEngineVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheEngineVersionsFuture) Get ¶
func (r *DescribeCacheEngineVersionsFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheEngineVersionsOutput, error)
type DescribeCacheParameterGroupsFuture ¶
type DescribeCacheParameterGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheParameterGroupsFuture) Get ¶
func (r *DescribeCacheParameterGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheParameterGroupsOutput, error)
type DescribeCacheParametersFuture ¶
type DescribeCacheParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheParametersFuture) Get ¶
func (r *DescribeCacheParametersFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheParametersOutput, error)
type DescribeCacheSecurityGroupsFuture ¶
type DescribeCacheSecurityGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheSecurityGroupsFuture) Get ¶
func (r *DescribeCacheSecurityGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheSecurityGroupsOutput, error)
type DescribeCacheSubnetGroupsFuture ¶
type DescribeCacheSubnetGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCacheSubnetGroupsFuture) Get ¶
func (r *DescribeCacheSubnetGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeCacheSubnetGroupsOutput, error)
type DescribeEngineDefaultParametersFuture ¶
type DescribeEngineDefaultParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEngineDefaultParametersFuture) Get ¶
func (r *DescribeEngineDefaultParametersFuture) Get(ctx workflow.Context) (*elasticache.DescribeEngineDefaultParametersOutput, error)
type DescribeEventsFuture ¶
func (*DescribeEventsFuture) Get ¶
func (r *DescribeEventsFuture) Get(ctx workflow.Context) (*elasticache.DescribeEventsOutput, error)
type DescribeGlobalReplicationGroupsFuture ¶
type DescribeGlobalReplicationGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGlobalReplicationGroupsFuture) Get ¶
func (r *DescribeGlobalReplicationGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeGlobalReplicationGroupsOutput, error)
type DescribeReplicationGroupsFuture ¶
type DescribeReplicationGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeReplicationGroupsFuture) Get ¶
func (r *DescribeReplicationGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeReplicationGroupsOutput, error)
type DescribeReservedCacheNodesFuture ¶
type DescribeReservedCacheNodesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeReservedCacheNodesFuture) Get ¶
func (r *DescribeReservedCacheNodesFuture) Get(ctx workflow.Context) (*elasticache.DescribeReservedCacheNodesOutput, error)
type DescribeReservedCacheNodesOfferingsFuture ¶
type DescribeReservedCacheNodesOfferingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeServiceUpdatesFuture ¶
type DescribeServiceUpdatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServiceUpdatesFuture) Get ¶
func (r *DescribeServiceUpdatesFuture) Get(ctx workflow.Context) (*elasticache.DescribeServiceUpdatesOutput, error)
type DescribeSnapshotsFuture ¶
type DescribeSnapshotsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSnapshotsFuture) Get ¶
func (r *DescribeSnapshotsFuture) Get(ctx workflow.Context) (*elasticache.DescribeSnapshotsOutput, error)
type DescribeUpdateActionsFuture ¶
type DescribeUpdateActionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUpdateActionsFuture) Get ¶
func (r *DescribeUpdateActionsFuture) Get(ctx workflow.Context) (*elasticache.DescribeUpdateActionsOutput, error)
type DescribeUserGroupsFuture ¶
type DescribeUserGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUserGroupsFuture) Get ¶
func (r *DescribeUserGroupsFuture) Get(ctx workflow.Context) (*elasticache.DescribeUserGroupsOutput, error)
type DescribeUsersFuture ¶
func (*DescribeUsersFuture) Get ¶
func (r *DescribeUsersFuture) Get(ctx workflow.Context) (*elasticache.DescribeUsersOutput, error)
type DisassociateGlobalReplicationGroupFuture ¶
type DisassociateGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateGlobalReplicationGroupFuture) Get ¶
func (r *DisassociateGlobalReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.DisassociateGlobalReplicationGroupOutput, error)
type FailoverGlobalReplicationGroupFuture ¶
type FailoverGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*FailoverGlobalReplicationGroupFuture) Get ¶
func (r *FailoverGlobalReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.FailoverGlobalReplicationGroupOutput, error)
type IncreaseNodeGroupsInGlobalReplicationGroupFuture ¶
type IncreaseNodeGroupsInGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
type IncreaseReplicaCountFuture ¶
type IncreaseReplicaCountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*IncreaseReplicaCountFuture) Get ¶
func (r *IncreaseReplicaCountFuture) Get(ctx workflow.Context) (*elasticache.IncreaseReplicaCountOutput, error)
type ListAllowedNodeTypeModificationsFuture ¶
type ListAllowedNodeTypeModificationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAllowedNodeTypeModificationsFuture) Get ¶
func (r *ListAllowedNodeTypeModificationsFuture) Get(ctx workflow.Context) (*elasticache.ListAllowedNodeTypeModificationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*elasticache.TagListMessage, error)
type ModifyCacheClusterFuture ¶
type ModifyCacheClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyCacheClusterFuture) Get ¶
func (r *ModifyCacheClusterFuture) Get(ctx workflow.Context) (*elasticache.ModifyCacheClusterOutput, error)
type ModifyCacheParameterGroupFuture ¶
type ModifyCacheParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyCacheParameterGroupFuture) Get ¶
func (r *ModifyCacheParameterGroupFuture) Get(ctx workflow.Context) (*elasticache.CacheParameterGroupNameMessage, error)
type ModifyCacheSubnetGroupFuture ¶
type ModifyCacheSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyCacheSubnetGroupFuture) Get ¶
func (r *ModifyCacheSubnetGroupFuture) Get(ctx workflow.Context) (*elasticache.ModifyCacheSubnetGroupOutput, error)
type ModifyGlobalReplicationGroupFuture ¶
type ModifyGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyGlobalReplicationGroupFuture) Get ¶
func (r *ModifyGlobalReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.ModifyGlobalReplicationGroupOutput, error)
type ModifyReplicationGroupFuture ¶
type ModifyReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyReplicationGroupFuture) Get ¶
func (r *ModifyReplicationGroupFuture) Get(ctx workflow.Context) (*elasticache.ModifyReplicationGroupOutput, error)
type ModifyReplicationGroupShardConfigurationFuture ¶
type ModifyReplicationGroupShardConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ModifyUserFuture ¶
func (*ModifyUserFuture) Get ¶
func (r *ModifyUserFuture) Get(ctx workflow.Context) (*elasticache.ModifyUserOutput, error)
type ModifyUserGroupFuture ¶
type ModifyUserGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyUserGroupFuture) Get ¶
func (r *ModifyUserGroupFuture) Get(ctx workflow.Context) (*elasticache.ModifyUserGroupOutput, error)
type PurchaseReservedCacheNodesOfferingFuture ¶
type PurchaseReservedCacheNodesOfferingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PurchaseReservedCacheNodesOfferingFuture) Get ¶
func (r *PurchaseReservedCacheNodesOfferingFuture) Get(ctx workflow.Context) (*elasticache.PurchaseReservedCacheNodesOfferingOutput, error)
type RebalanceSlotsInGlobalReplicationGroupFuture ¶
type RebalanceSlotsInGlobalReplicationGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
type RebootCacheClusterFuture ¶
type RebootCacheClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RebootCacheClusterFuture) Get ¶
func (r *RebootCacheClusterFuture) Get(ctx workflow.Context) (*elasticache.RebootCacheClusterOutput, error)
type RemoveTagsFromResourceFuture ¶
type RemoveTagsFromResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveTagsFromResourceFuture) Get ¶
func (r *RemoveTagsFromResourceFuture) Get(ctx workflow.Context) (*elasticache.TagListMessage, error)
type ResetCacheParameterGroupFuture ¶
type ResetCacheParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetCacheParameterGroupFuture) Get ¶
func (r *ResetCacheParameterGroupFuture) Get(ctx workflow.Context) (*elasticache.CacheParameterGroupNameMessage, error)
type RevokeCacheSecurityGroupIngressFuture ¶
type RevokeCacheSecurityGroupIngressFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RevokeCacheSecurityGroupIngressFuture) Get ¶
func (r *RevokeCacheSecurityGroupIngressFuture) Get(ctx workflow.Context) (*elasticache.RevokeCacheSecurityGroupIngressOutput, error)
type StartMigrationFuture ¶
func (*StartMigrationFuture) Get ¶
func (r *StartMigrationFuture) Get(ctx workflow.Context) (*elasticache.StartMigrationOutput, error)
type TestFailoverFuture ¶
func (*TestFailoverFuture) Get ¶
func (r *TestFailoverFuture) Get(ctx workflow.Context) (*elasticache.TestFailoverOutput, error)
Click to show internal directories.
Click to hide internal directories.