Documentation ¶
Index ¶
- type Client
- type CreateClusterFuture
- type CreateParameterGroupFuture
- type CreateSubnetGroupFuture
- type DecreaseReplicationFactorFuture
- type DeleteClusterFuture
- type DeleteParameterGroupFuture
- type DeleteSubnetGroupFuture
- type DescribeClustersFuture
- type DescribeDefaultParametersFuture
- type DescribeEventsFuture
- type DescribeParameterGroupsFuture
- type DescribeParametersFuture
- type DescribeSubnetGroupsFuture
- type IncreaseReplicationFactorFuture
- type ListTagsFuture
- type RebootNodeFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateClusterFuture
- type UpdateParameterGroupFuture
- type UpdateSubnetGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateCluster(ctx workflow.Context, input *dax.CreateClusterInput) (*dax.CreateClusterOutput, error) CreateClusterAsync(ctx workflow.Context, input *dax.CreateClusterInput) *CreateClusterFuture CreateParameterGroup(ctx workflow.Context, input *dax.CreateParameterGroupInput) (*dax.CreateParameterGroupOutput, error) CreateParameterGroupAsync(ctx workflow.Context, input *dax.CreateParameterGroupInput) *CreateParameterGroupFuture CreateSubnetGroup(ctx workflow.Context, input *dax.CreateSubnetGroupInput) (*dax.CreateSubnetGroupOutput, error) CreateSubnetGroupAsync(ctx workflow.Context, input *dax.CreateSubnetGroupInput) *CreateSubnetGroupFuture DecreaseReplicationFactor(ctx workflow.Context, input *dax.DecreaseReplicationFactorInput) (*dax.DecreaseReplicationFactorOutput, error) DecreaseReplicationFactorAsync(ctx workflow.Context, input *dax.DecreaseReplicationFactorInput) *DecreaseReplicationFactorFuture DeleteCluster(ctx workflow.Context, input *dax.DeleteClusterInput) (*dax.DeleteClusterOutput, error) DeleteClusterAsync(ctx workflow.Context, input *dax.DeleteClusterInput) *DeleteClusterFuture DeleteParameterGroup(ctx workflow.Context, input *dax.DeleteParameterGroupInput) (*dax.DeleteParameterGroupOutput, error) DeleteParameterGroupAsync(ctx workflow.Context, input *dax.DeleteParameterGroupInput) *DeleteParameterGroupFuture DeleteSubnetGroup(ctx workflow.Context, input *dax.DeleteSubnetGroupInput) (*dax.DeleteSubnetGroupOutput, error) DeleteSubnetGroupAsync(ctx workflow.Context, input *dax.DeleteSubnetGroupInput) *DeleteSubnetGroupFuture DescribeClusters(ctx workflow.Context, input *dax.DescribeClustersInput) (*dax.DescribeClustersOutput, error) DescribeClustersAsync(ctx workflow.Context, input *dax.DescribeClustersInput) *DescribeClustersFuture DescribeDefaultParameters(ctx workflow.Context, input *dax.DescribeDefaultParametersInput) (*dax.DescribeDefaultParametersOutput, error) DescribeDefaultParametersAsync(ctx workflow.Context, input *dax.DescribeDefaultParametersInput) *DescribeDefaultParametersFuture DescribeEvents(ctx workflow.Context, input *dax.DescribeEventsInput) (*dax.DescribeEventsOutput, error) DescribeEventsAsync(ctx workflow.Context, input *dax.DescribeEventsInput) *DescribeEventsFuture DescribeParameterGroups(ctx workflow.Context, input *dax.DescribeParameterGroupsInput) (*dax.DescribeParameterGroupsOutput, error) DescribeParameterGroupsAsync(ctx workflow.Context, input *dax.DescribeParameterGroupsInput) *DescribeParameterGroupsFuture DescribeParameters(ctx workflow.Context, input *dax.DescribeParametersInput) (*dax.DescribeParametersOutput, error) DescribeParametersAsync(ctx workflow.Context, input *dax.DescribeParametersInput) *DescribeParametersFuture DescribeSubnetGroups(ctx workflow.Context, input *dax.DescribeSubnetGroupsInput) (*dax.DescribeSubnetGroupsOutput, error) DescribeSubnetGroupsAsync(ctx workflow.Context, input *dax.DescribeSubnetGroupsInput) *DescribeSubnetGroupsFuture IncreaseReplicationFactor(ctx workflow.Context, input *dax.IncreaseReplicationFactorInput) (*dax.IncreaseReplicationFactorOutput, error) IncreaseReplicationFactorAsync(ctx workflow.Context, input *dax.IncreaseReplicationFactorInput) *IncreaseReplicationFactorFuture ListTags(ctx workflow.Context, input *dax.ListTagsInput) (*dax.ListTagsOutput, error) ListTagsAsync(ctx workflow.Context, input *dax.ListTagsInput) *ListTagsFuture RebootNode(ctx workflow.Context, input *dax.RebootNodeInput) (*dax.RebootNodeOutput, error) RebootNodeAsync(ctx workflow.Context, input *dax.RebootNodeInput) *RebootNodeFuture TagResource(ctx workflow.Context, input *dax.TagResourceInput) (*dax.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *dax.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *dax.UntagResourceInput) (*dax.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *dax.UntagResourceInput) *UntagResourceFuture UpdateCluster(ctx workflow.Context, input *dax.UpdateClusterInput) (*dax.UpdateClusterOutput, error) UpdateClusterAsync(ctx workflow.Context, input *dax.UpdateClusterInput) *UpdateClusterFuture UpdateParameterGroup(ctx workflow.Context, input *dax.UpdateParameterGroupInput) (*dax.UpdateParameterGroupOutput, error) UpdateParameterGroupAsync(ctx workflow.Context, input *dax.UpdateParameterGroupInput) *UpdateParameterGroupFuture UpdateSubnetGroup(ctx workflow.Context, input *dax.UpdateSubnetGroupInput) (*dax.UpdateSubnetGroupOutput, error) UpdateSubnetGroupAsync(ctx workflow.Context, input *dax.UpdateSubnetGroupInput) *UpdateSubnetGroupFuture }
type CreateClusterFuture ¶
func (*CreateClusterFuture) Get ¶
func (r *CreateClusterFuture) Get(ctx workflow.Context) (*dax.CreateClusterOutput, error)
type CreateParameterGroupFuture ¶
type CreateParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateParameterGroupFuture) Get ¶
func (r *CreateParameterGroupFuture) Get(ctx workflow.Context) (*dax.CreateParameterGroupOutput, error)
type CreateSubnetGroupFuture ¶
type CreateSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSubnetGroupFuture) Get ¶
func (r *CreateSubnetGroupFuture) Get(ctx workflow.Context) (*dax.CreateSubnetGroupOutput, error)
type DecreaseReplicationFactorFuture ¶
type DecreaseReplicationFactorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DecreaseReplicationFactorFuture) Get ¶
func (r *DecreaseReplicationFactorFuture) Get(ctx workflow.Context) (*dax.DecreaseReplicationFactorOutput, error)
type DeleteClusterFuture ¶
func (*DeleteClusterFuture) Get ¶
func (r *DeleteClusterFuture) Get(ctx workflow.Context) (*dax.DeleteClusterOutput, error)
type DeleteParameterGroupFuture ¶
type DeleteParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteParameterGroupFuture) Get ¶
func (r *DeleteParameterGroupFuture) Get(ctx workflow.Context) (*dax.DeleteParameterGroupOutput, error)
type DeleteSubnetGroupFuture ¶
type DeleteSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSubnetGroupFuture) Get ¶
func (r *DeleteSubnetGroupFuture) Get(ctx workflow.Context) (*dax.DeleteSubnetGroupOutput, error)
type DescribeClustersFuture ¶
type DescribeClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeClustersFuture) Get ¶
func (r *DescribeClustersFuture) Get(ctx workflow.Context) (*dax.DescribeClustersOutput, error)
type DescribeDefaultParametersFuture ¶
type DescribeDefaultParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDefaultParametersFuture) Get ¶
func (r *DescribeDefaultParametersFuture) Get(ctx workflow.Context) (*dax.DescribeDefaultParametersOutput, error)
type DescribeEventsFuture ¶
func (*DescribeEventsFuture) Get ¶
func (r *DescribeEventsFuture) Get(ctx workflow.Context) (*dax.DescribeEventsOutput, error)
type DescribeParameterGroupsFuture ¶
type DescribeParameterGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeParameterGroupsFuture) Get ¶
func (r *DescribeParameterGroupsFuture) Get(ctx workflow.Context) (*dax.DescribeParameterGroupsOutput, error)
type DescribeParametersFuture ¶
type DescribeParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeParametersFuture) Get ¶
func (r *DescribeParametersFuture) Get(ctx workflow.Context) (*dax.DescribeParametersOutput, error)
type DescribeSubnetGroupsFuture ¶
type DescribeSubnetGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSubnetGroupsFuture) Get ¶
func (r *DescribeSubnetGroupsFuture) Get(ctx workflow.Context) (*dax.DescribeSubnetGroupsOutput, error)
type IncreaseReplicationFactorFuture ¶
type IncreaseReplicationFactorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*IncreaseReplicationFactorFuture) Get ¶
func (r *IncreaseReplicationFactorFuture) Get(ctx workflow.Context) (*dax.IncreaseReplicationFactorOutput, error)
type ListTagsFuture ¶
func (*ListTagsFuture) Get ¶
func (r *ListTagsFuture) Get(ctx workflow.Context) (*dax.ListTagsOutput, error)
type RebootNodeFuture ¶
func (*RebootNodeFuture) Get ¶
func (r *RebootNodeFuture) Get(ctx workflow.Context) (*dax.RebootNodeOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*dax.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*dax.UntagResourceOutput, error)
type UpdateClusterFuture ¶
func (*UpdateClusterFuture) Get ¶
func (r *UpdateClusterFuture) Get(ctx workflow.Context) (*dax.UpdateClusterOutput, error)
type UpdateParameterGroupFuture ¶
type UpdateParameterGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateParameterGroupFuture) Get ¶
func (r *UpdateParameterGroupFuture) Get(ctx workflow.Context) (*dax.UpdateParameterGroupOutput, error)
type UpdateSubnetGroupFuture ¶
type UpdateSubnetGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSubnetGroupFuture) Get ¶
func (r *UpdateSubnetGroupFuture) Get(ctx workflow.Context) (*dax.UpdateSubnetGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.