daxstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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
}

func NewClient

func NewClient() Client

type CreateClusterFuture

type CreateClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateClusterFuture) Get

type CreateParameterGroupFuture

type CreateParameterGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateParameterGroupFuture) Get

type CreateSubnetGroupFuture

type CreateSubnetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateSubnetGroupFuture) Get

type DecreaseReplicationFactorFuture

type DecreaseReplicationFactorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DecreaseReplicationFactorFuture) Get

type DeleteClusterFuture

type DeleteClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteClusterFuture) Get

type DeleteParameterGroupFuture

type DeleteParameterGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteParameterGroupFuture) Get

type DeleteSubnetGroupFuture

type DeleteSubnetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteSubnetGroupFuture) Get

type DescribeClustersFuture

type DescribeClustersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeClustersFuture) Get

type DescribeDefaultParametersFuture

type DescribeDefaultParametersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeDefaultParametersFuture) Get

type DescribeEventsFuture

type DescribeEventsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeEventsFuture) Get

type DescribeParameterGroupsFuture

type DescribeParameterGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeParameterGroupsFuture) Get

type DescribeParametersFuture

type DescribeParametersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeParametersFuture) Get

type DescribeSubnetGroupsFuture

type DescribeSubnetGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeSubnetGroupsFuture) Get

type IncreaseReplicationFactorFuture

type IncreaseReplicationFactorFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*IncreaseReplicationFactorFuture) Get

type ListTagsFuture

type ListTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsFuture) Get

type RebootNodeFuture

type RebootNodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RebootNodeFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateClusterFuture

type UpdateClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateClusterFuture) Get

type UpdateParameterGroupFuture

type UpdateParameterGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateParameterGroupFuture) Get

type UpdateSubnetGroupFuture

type UpdateSubnetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSubnetGroupFuture) Get

Jump to

Keyboard shortcuts

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