Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CompleteSnapshot(ctx workflow.Context, input *ebs.CompleteSnapshotInput) (*ebs.CompleteSnapshotOutput, error) CompleteSnapshotAsync(ctx workflow.Context, input *ebs.CompleteSnapshotInput) *CompleteSnapshotFuture GetSnapshotBlock(ctx workflow.Context, input *ebs.GetSnapshotBlockInput) (*ebs.GetSnapshotBlockOutput, error) GetSnapshotBlockAsync(ctx workflow.Context, input *ebs.GetSnapshotBlockInput) *GetSnapshotBlockFuture ListChangedBlocks(ctx workflow.Context, input *ebs.ListChangedBlocksInput) (*ebs.ListChangedBlocksOutput, error) ListChangedBlocksAsync(ctx workflow.Context, input *ebs.ListChangedBlocksInput) *ListChangedBlocksFuture ListSnapshotBlocks(ctx workflow.Context, input *ebs.ListSnapshotBlocksInput) (*ebs.ListSnapshotBlocksOutput, error) ListSnapshotBlocksAsync(ctx workflow.Context, input *ebs.ListSnapshotBlocksInput) *ListSnapshotBlocksFuture PutSnapshotBlock(ctx workflow.Context, input *ebs.PutSnapshotBlockInput) (*ebs.PutSnapshotBlockOutput, error) PutSnapshotBlockAsync(ctx workflow.Context, input *ebs.PutSnapshotBlockInput) *PutSnapshotBlockFuture StartSnapshot(ctx workflow.Context, input *ebs.StartSnapshotInput) (*ebs.StartSnapshotOutput, error) StartSnapshotAsync(ctx workflow.Context, input *ebs.StartSnapshotInput) *StartSnapshotFuture }
type CompleteSnapshotFuture ¶
type CompleteSnapshotFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CompleteSnapshotFuture) Get ¶
func (r *CompleteSnapshotFuture) Get(ctx workflow.Context) (*ebs.CompleteSnapshotOutput, error)
type GetSnapshotBlockFuture ¶
type GetSnapshotBlockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSnapshotBlockFuture) Get ¶
func (r *GetSnapshotBlockFuture) Get(ctx workflow.Context) (*ebs.GetSnapshotBlockOutput, error)
type ListChangedBlocksFuture ¶
type ListChangedBlocksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListChangedBlocksFuture) Get ¶
func (r *ListChangedBlocksFuture) Get(ctx workflow.Context) (*ebs.ListChangedBlocksOutput, error)
type ListSnapshotBlocksFuture ¶
type ListSnapshotBlocksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSnapshotBlocksFuture) Get ¶
func (r *ListSnapshotBlocksFuture) Get(ctx workflow.Context) (*ebs.ListSnapshotBlocksOutput, error)
type PutSnapshotBlockFuture ¶
type PutSnapshotBlockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutSnapshotBlockFuture) Get ¶
func (r *PutSnapshotBlockFuture) Get(ctx workflow.Context) (*ebs.PutSnapshotBlockOutput, error)
type StartSnapshotFuture ¶
func (*StartSnapshotFuture) Get ¶
func (r *StartSnapshotFuture) Get(ctx workflow.Context) (*ebs.StartSnapshotOutput, error)
Click to show internal directories.
Click to hide internal directories.