Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeleteObject(ctx workflow.Context, input *mediastoredata.DeleteObjectInput) (*mediastoredata.DeleteObjectOutput, error) DeleteObjectAsync(ctx workflow.Context, input *mediastoredata.DeleteObjectInput) *DeleteObjectFuture DescribeObject(ctx workflow.Context, input *mediastoredata.DescribeObjectInput) (*mediastoredata.DescribeObjectOutput, error) DescribeObjectAsync(ctx workflow.Context, input *mediastoredata.DescribeObjectInput) *DescribeObjectFuture GetObject(ctx workflow.Context, input *mediastoredata.GetObjectInput) (*mediastoredata.GetObjectOutput, error) GetObjectAsync(ctx workflow.Context, input *mediastoredata.GetObjectInput) *GetObjectFuture ListItems(ctx workflow.Context, input *mediastoredata.ListItemsInput) (*mediastoredata.ListItemsOutput, error) ListItemsAsync(ctx workflow.Context, input *mediastoredata.ListItemsInput) *ListItemsFuture PutObject(ctx workflow.Context, input *mediastoredata.PutObjectInput) (*mediastoredata.PutObjectOutput, error) PutObjectAsync(ctx workflow.Context, input *mediastoredata.PutObjectInput) *PutObjectFuture }
type DeleteObjectFuture ¶
func (*DeleteObjectFuture) Get ¶
func (r *DeleteObjectFuture) Get(ctx workflow.Context) (*mediastoredata.DeleteObjectOutput, error)
type DescribeObjectFuture ¶
func (*DescribeObjectFuture) Get ¶
func (r *DescribeObjectFuture) Get(ctx workflow.Context) (*mediastoredata.DescribeObjectOutput, error)
type GetObjectFuture ¶
func (*GetObjectFuture) Get ¶
func (r *GetObjectFuture) Get(ctx workflow.Context) (*mediastoredata.GetObjectOutput, error)
type ListItemsFuture ¶
func (*ListItemsFuture) Get ¶
func (r *ListItemsFuture) Get(ctx workflow.Context) (*mediastoredata.ListItemsOutput, error)
type PutObjectFuture ¶
func (*PutObjectFuture) Get ¶
func (r *PutObjectFuture) Get(ctx workflow.Context) (*mediastoredata.PutObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.