Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateApplication(ctx workflow.Context, input *iotfleethub.CreateApplicationInput) (*iotfleethub.CreateApplicationOutput, error) CreateApplicationAsync(ctx workflow.Context, input *iotfleethub.CreateApplicationInput) *CreateApplicationFuture DeleteApplication(ctx workflow.Context, input *iotfleethub.DeleteApplicationInput) (*iotfleethub.DeleteApplicationOutput, error) DeleteApplicationAsync(ctx workflow.Context, input *iotfleethub.DeleteApplicationInput) *DeleteApplicationFuture DescribeApplication(ctx workflow.Context, input *iotfleethub.DescribeApplicationInput) (*iotfleethub.DescribeApplicationOutput, error) DescribeApplicationAsync(ctx workflow.Context, input *iotfleethub.DescribeApplicationInput) *DescribeApplicationFuture ListApplications(ctx workflow.Context, input *iotfleethub.ListApplicationsInput) (*iotfleethub.ListApplicationsOutput, error) ListApplicationsAsync(ctx workflow.Context, input *iotfleethub.ListApplicationsInput) *ListApplicationsFuture ListTagsForResource(ctx workflow.Context, input *iotfleethub.ListTagsForResourceInput) (*iotfleethub.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *iotfleethub.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *iotfleethub.TagResourceInput) (*iotfleethub.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *iotfleethub.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *iotfleethub.UntagResourceInput) (*iotfleethub.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *iotfleethub.UntagResourceInput) *UntagResourceFuture UpdateApplication(ctx workflow.Context, input *iotfleethub.UpdateApplicationInput) (*iotfleethub.UpdateApplicationOutput, error) UpdateApplicationAsync(ctx workflow.Context, input *iotfleethub.UpdateApplicationInput) *UpdateApplicationFuture }
type CreateApplicationFuture ¶
type CreateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApplicationFuture) Get ¶
func (r *CreateApplicationFuture) Get(ctx workflow.Context) (*iotfleethub.CreateApplicationOutput, error)
type DeleteApplicationFuture ¶
type DeleteApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApplicationFuture) Get ¶
func (r *DeleteApplicationFuture) Get(ctx workflow.Context) (*iotfleethub.DeleteApplicationOutput, error)
type DescribeApplicationFuture ¶
type DescribeApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeApplicationFuture) Get ¶
func (r *DescribeApplicationFuture) Get(ctx workflow.Context) (*iotfleethub.DescribeApplicationOutput, error)
type ListApplicationsFuture ¶
type ListApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationsFuture) Get ¶
func (r *ListApplicationsFuture) Get(ctx workflow.Context) (*iotfleethub.ListApplicationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*iotfleethub.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*iotfleethub.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*iotfleethub.UntagResourceOutput, error)
type UpdateApplicationFuture ¶
type UpdateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApplicationFuture) Get ¶
func (r *UpdateApplicationFuture) Get(ctx workflow.Context) (*iotfleethub.UpdateApplicationOutput, error)
Click to show internal directories.
Click to hide internal directories.