Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateHomeRegionControl(ctx workflow.Context, input *migrationhubconfig.CreateHomeRegionControlInput) (*migrationhubconfig.CreateHomeRegionControlOutput, error) CreateHomeRegionControlAsync(ctx workflow.Context, input *migrationhubconfig.CreateHomeRegionControlInput) *CreateHomeRegionControlFuture DescribeHomeRegionControls(ctx workflow.Context, input *migrationhubconfig.DescribeHomeRegionControlsInput) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error) DescribeHomeRegionControlsAsync(ctx workflow.Context, input *migrationhubconfig.DescribeHomeRegionControlsInput) *DescribeHomeRegionControlsFuture GetHomeRegion(ctx workflow.Context, input *migrationhubconfig.GetHomeRegionInput) (*migrationhubconfig.GetHomeRegionOutput, error) GetHomeRegionAsync(ctx workflow.Context, input *migrationhubconfig.GetHomeRegionInput) *GetHomeRegionFuture }
type CreateHomeRegionControlFuture ¶
type CreateHomeRegionControlFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateHomeRegionControlFuture) Get ¶
func (r *CreateHomeRegionControlFuture) Get(ctx workflow.Context) (*migrationhubconfig.CreateHomeRegionControlOutput, error)
type DescribeHomeRegionControlsFuture ¶
type DescribeHomeRegionControlsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeHomeRegionControlsFuture) Get ¶
func (r *DescribeHomeRegionControlsFuture) Get(ctx workflow.Context) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error)
type GetHomeRegionFuture ¶
func (*GetHomeRegionFuture) Get ¶
func (r *GetHomeRegionFuture) Get(ctx workflow.Context) (*migrationhubconfig.GetHomeRegionOutput, error)
Click to show internal directories.
Click to hide internal directories.