Documentation ¶
Index ¶
- type Client
- type CreateContainerFuture
- type DeleteContainerFuture
- type DeleteContainerPolicyFuture
- type DeleteCorsPolicyFuture
- type DeleteLifecyclePolicyFuture
- type DeleteMetricPolicyFuture
- type DescribeContainerFuture
- type GetContainerPolicyFuture
- type GetCorsPolicyFuture
- type GetLifecyclePolicyFuture
- type GetMetricPolicyFuture
- type ListContainersFuture
- type ListTagsForResourceFuture
- type PutContainerPolicyFuture
- type PutCorsPolicyFuture
- type PutLifecyclePolicyFuture
- type PutMetricPolicyFuture
- type StartAccessLoggingFuture
- type StopAccessLoggingFuture
- type TagResourceFuture
- type UntagResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateContainer(ctx workflow.Context, input *mediastore.CreateContainerInput) (*mediastore.CreateContainerOutput, error) CreateContainerAsync(ctx workflow.Context, input *mediastore.CreateContainerInput) *CreateContainerFuture DeleteContainer(ctx workflow.Context, input *mediastore.DeleteContainerInput) (*mediastore.DeleteContainerOutput, error) DeleteContainerAsync(ctx workflow.Context, input *mediastore.DeleteContainerInput) *DeleteContainerFuture DeleteContainerPolicy(ctx workflow.Context, input *mediastore.DeleteContainerPolicyInput) (*mediastore.DeleteContainerPolicyOutput, error) DeleteContainerPolicyAsync(ctx workflow.Context, input *mediastore.DeleteContainerPolicyInput) *DeleteContainerPolicyFuture DeleteCorsPolicy(ctx workflow.Context, input *mediastore.DeleteCorsPolicyInput) (*mediastore.DeleteCorsPolicyOutput, error) DeleteCorsPolicyAsync(ctx workflow.Context, input *mediastore.DeleteCorsPolicyInput) *DeleteCorsPolicyFuture DeleteLifecyclePolicy(ctx workflow.Context, input *mediastore.DeleteLifecyclePolicyInput) (*mediastore.DeleteLifecyclePolicyOutput, error) DeleteLifecyclePolicyAsync(ctx workflow.Context, input *mediastore.DeleteLifecyclePolicyInput) *DeleteLifecyclePolicyFuture DeleteMetricPolicy(ctx workflow.Context, input *mediastore.DeleteMetricPolicyInput) (*mediastore.DeleteMetricPolicyOutput, error) DeleteMetricPolicyAsync(ctx workflow.Context, input *mediastore.DeleteMetricPolicyInput) *DeleteMetricPolicyFuture DescribeContainer(ctx workflow.Context, input *mediastore.DescribeContainerInput) (*mediastore.DescribeContainerOutput, error) DescribeContainerAsync(ctx workflow.Context, input *mediastore.DescribeContainerInput) *DescribeContainerFuture GetContainerPolicy(ctx workflow.Context, input *mediastore.GetContainerPolicyInput) (*mediastore.GetContainerPolicyOutput, error) GetContainerPolicyAsync(ctx workflow.Context, input *mediastore.GetContainerPolicyInput) *GetContainerPolicyFuture GetCorsPolicy(ctx workflow.Context, input *mediastore.GetCorsPolicyInput) (*mediastore.GetCorsPolicyOutput, error) GetCorsPolicyAsync(ctx workflow.Context, input *mediastore.GetCorsPolicyInput) *GetCorsPolicyFuture GetLifecyclePolicy(ctx workflow.Context, input *mediastore.GetLifecyclePolicyInput) (*mediastore.GetLifecyclePolicyOutput, error) GetLifecyclePolicyAsync(ctx workflow.Context, input *mediastore.GetLifecyclePolicyInput) *GetLifecyclePolicyFuture GetMetricPolicy(ctx workflow.Context, input *mediastore.GetMetricPolicyInput) (*mediastore.GetMetricPolicyOutput, error) GetMetricPolicyAsync(ctx workflow.Context, input *mediastore.GetMetricPolicyInput) *GetMetricPolicyFuture ListContainers(ctx workflow.Context, input *mediastore.ListContainersInput) (*mediastore.ListContainersOutput, error) ListContainersAsync(ctx workflow.Context, input *mediastore.ListContainersInput) *ListContainersFuture ListTagsForResource(ctx workflow.Context, input *mediastore.ListTagsForResourceInput) (*mediastore.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *mediastore.ListTagsForResourceInput) *ListTagsForResourceFuture PutContainerPolicy(ctx workflow.Context, input *mediastore.PutContainerPolicyInput) (*mediastore.PutContainerPolicyOutput, error) PutContainerPolicyAsync(ctx workflow.Context, input *mediastore.PutContainerPolicyInput) *PutContainerPolicyFuture PutCorsPolicy(ctx workflow.Context, input *mediastore.PutCorsPolicyInput) (*mediastore.PutCorsPolicyOutput, error) PutCorsPolicyAsync(ctx workflow.Context, input *mediastore.PutCorsPolicyInput) *PutCorsPolicyFuture PutLifecyclePolicy(ctx workflow.Context, input *mediastore.PutLifecyclePolicyInput) (*mediastore.PutLifecyclePolicyOutput, error) PutLifecyclePolicyAsync(ctx workflow.Context, input *mediastore.PutLifecyclePolicyInput) *PutLifecyclePolicyFuture PutMetricPolicy(ctx workflow.Context, input *mediastore.PutMetricPolicyInput) (*mediastore.PutMetricPolicyOutput, error) PutMetricPolicyAsync(ctx workflow.Context, input *mediastore.PutMetricPolicyInput) *PutMetricPolicyFuture StartAccessLogging(ctx workflow.Context, input *mediastore.StartAccessLoggingInput) (*mediastore.StartAccessLoggingOutput, error) StartAccessLoggingAsync(ctx workflow.Context, input *mediastore.StartAccessLoggingInput) *StartAccessLoggingFuture StopAccessLogging(ctx workflow.Context, input *mediastore.StopAccessLoggingInput) (*mediastore.StopAccessLoggingOutput, error) StopAccessLoggingAsync(ctx workflow.Context, input *mediastore.StopAccessLoggingInput) *StopAccessLoggingFuture TagResource(ctx workflow.Context, input *mediastore.TagResourceInput) (*mediastore.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *mediastore.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *mediastore.UntagResourceInput) (*mediastore.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *mediastore.UntagResourceInput) *UntagResourceFuture }
type CreateContainerFuture ¶
type CreateContainerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateContainerFuture) Get ¶
func (r *CreateContainerFuture) Get(ctx workflow.Context) (*mediastore.CreateContainerOutput, error)
type DeleteContainerFuture ¶
type DeleteContainerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteContainerFuture) Get ¶
func (r *DeleteContainerFuture) Get(ctx workflow.Context) (*mediastore.DeleteContainerOutput, error)
type DeleteContainerPolicyFuture ¶
type DeleteContainerPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteContainerPolicyFuture) Get ¶
func (r *DeleteContainerPolicyFuture) Get(ctx workflow.Context) (*mediastore.DeleteContainerPolicyOutput, error)
type DeleteCorsPolicyFuture ¶
type DeleteCorsPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCorsPolicyFuture) Get ¶
func (r *DeleteCorsPolicyFuture) Get(ctx workflow.Context) (*mediastore.DeleteCorsPolicyOutput, error)
type DeleteLifecyclePolicyFuture ¶
type DeleteLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLifecyclePolicyFuture) Get ¶
func (r *DeleteLifecyclePolicyFuture) Get(ctx workflow.Context) (*mediastore.DeleteLifecyclePolicyOutput, error)
type DeleteMetricPolicyFuture ¶
type DeleteMetricPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMetricPolicyFuture) Get ¶
func (r *DeleteMetricPolicyFuture) Get(ctx workflow.Context) (*mediastore.DeleteMetricPolicyOutput, error)
type DescribeContainerFuture ¶
type DescribeContainerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeContainerFuture) Get ¶
func (r *DescribeContainerFuture) Get(ctx workflow.Context) (*mediastore.DescribeContainerOutput, error)
type GetContainerPolicyFuture ¶
type GetContainerPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetContainerPolicyFuture) Get ¶
func (r *GetContainerPolicyFuture) Get(ctx workflow.Context) (*mediastore.GetContainerPolicyOutput, error)
type GetCorsPolicyFuture ¶
func (*GetCorsPolicyFuture) Get ¶
func (r *GetCorsPolicyFuture) Get(ctx workflow.Context) (*mediastore.GetCorsPolicyOutput, error)
type GetLifecyclePolicyFuture ¶
type GetLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLifecyclePolicyFuture) Get ¶
func (r *GetLifecyclePolicyFuture) Get(ctx workflow.Context) (*mediastore.GetLifecyclePolicyOutput, error)
type GetMetricPolicyFuture ¶
type GetMetricPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMetricPolicyFuture) Get ¶
func (r *GetMetricPolicyFuture) Get(ctx workflow.Context) (*mediastore.GetMetricPolicyOutput, error)
type ListContainersFuture ¶
func (*ListContainersFuture) Get ¶
func (r *ListContainersFuture) Get(ctx workflow.Context) (*mediastore.ListContainersOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*mediastore.ListTagsForResourceOutput, error)
type PutContainerPolicyFuture ¶
type PutContainerPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutContainerPolicyFuture) Get ¶
func (r *PutContainerPolicyFuture) Get(ctx workflow.Context) (*mediastore.PutContainerPolicyOutput, error)
type PutCorsPolicyFuture ¶
func (*PutCorsPolicyFuture) Get ¶
func (r *PutCorsPolicyFuture) Get(ctx workflow.Context) (*mediastore.PutCorsPolicyOutput, error)
type PutLifecyclePolicyFuture ¶
type PutLifecyclePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutLifecyclePolicyFuture) Get ¶
func (r *PutLifecyclePolicyFuture) Get(ctx workflow.Context) (*mediastore.PutLifecyclePolicyOutput, error)
type PutMetricPolicyFuture ¶
type PutMetricPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutMetricPolicyFuture) Get ¶
func (r *PutMetricPolicyFuture) Get(ctx workflow.Context) (*mediastore.PutMetricPolicyOutput, error)
type StartAccessLoggingFuture ¶
type StartAccessLoggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAccessLoggingFuture) Get ¶
func (r *StartAccessLoggingFuture) Get(ctx workflow.Context) (*mediastore.StartAccessLoggingOutput, error)
type StopAccessLoggingFuture ¶
type StopAccessLoggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopAccessLoggingFuture) Get ¶
func (r *StopAccessLoggingFuture) Get(ctx workflow.Context) (*mediastore.StopAccessLoggingOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*mediastore.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*mediastore.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.