Documentation ¶
Index ¶
- type Client
- type CreateAssetFuture
- type CreatePackagingConfigurationFuture
- type CreatePackagingGroupFuture
- type DeleteAssetFuture
- type DeletePackagingConfigurationFuture
- type DeletePackagingGroupFuture
- type DescribeAssetFuture
- type DescribePackagingConfigurationFuture
- type DescribePackagingGroupFuture
- type ListAssetsFuture
- type ListPackagingConfigurationsFuture
- type ListPackagingGroupsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdatePackagingGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateAsset(ctx workflow.Context, input *mediapackagevod.CreateAssetInput) (*mediapackagevod.CreateAssetOutput, error) CreateAssetAsync(ctx workflow.Context, input *mediapackagevod.CreateAssetInput) *CreateAssetFuture CreatePackagingConfiguration(ctx workflow.Context, input *mediapackagevod.CreatePackagingConfigurationInput) (*mediapackagevod.CreatePackagingConfigurationOutput, error) CreatePackagingConfigurationAsync(ctx workflow.Context, input *mediapackagevod.CreatePackagingConfigurationInput) *CreatePackagingConfigurationFuture CreatePackagingGroup(ctx workflow.Context, input *mediapackagevod.CreatePackagingGroupInput) (*mediapackagevod.CreatePackagingGroupOutput, error) CreatePackagingGroupAsync(ctx workflow.Context, input *mediapackagevod.CreatePackagingGroupInput) *CreatePackagingGroupFuture DeleteAsset(ctx workflow.Context, input *mediapackagevod.DeleteAssetInput) (*mediapackagevod.DeleteAssetOutput, error) DeleteAssetAsync(ctx workflow.Context, input *mediapackagevod.DeleteAssetInput) *DeleteAssetFuture DeletePackagingConfiguration(ctx workflow.Context, input *mediapackagevod.DeletePackagingConfigurationInput) (*mediapackagevod.DeletePackagingConfigurationOutput, error) DeletePackagingConfigurationAsync(ctx workflow.Context, input *mediapackagevod.DeletePackagingConfigurationInput) *DeletePackagingConfigurationFuture DeletePackagingGroup(ctx workflow.Context, input *mediapackagevod.DeletePackagingGroupInput) (*mediapackagevod.DeletePackagingGroupOutput, error) DeletePackagingGroupAsync(ctx workflow.Context, input *mediapackagevod.DeletePackagingGroupInput) *DeletePackagingGroupFuture DescribeAsset(ctx workflow.Context, input *mediapackagevod.DescribeAssetInput) (*mediapackagevod.DescribeAssetOutput, error) DescribeAssetAsync(ctx workflow.Context, input *mediapackagevod.DescribeAssetInput) *DescribeAssetFuture DescribePackagingConfiguration(ctx workflow.Context, input *mediapackagevod.DescribePackagingConfigurationInput) (*mediapackagevod.DescribePackagingConfigurationOutput, error) DescribePackagingConfigurationAsync(ctx workflow.Context, input *mediapackagevod.DescribePackagingConfigurationInput) *DescribePackagingConfigurationFuture DescribePackagingGroup(ctx workflow.Context, input *mediapackagevod.DescribePackagingGroupInput) (*mediapackagevod.DescribePackagingGroupOutput, error) DescribePackagingGroupAsync(ctx workflow.Context, input *mediapackagevod.DescribePackagingGroupInput) *DescribePackagingGroupFuture ListAssets(ctx workflow.Context, input *mediapackagevod.ListAssetsInput) (*mediapackagevod.ListAssetsOutput, error) ListAssetsAsync(ctx workflow.Context, input *mediapackagevod.ListAssetsInput) *ListAssetsFuture ListPackagingConfigurations(ctx workflow.Context, input *mediapackagevod.ListPackagingConfigurationsInput) (*mediapackagevod.ListPackagingConfigurationsOutput, error) ListPackagingConfigurationsAsync(ctx workflow.Context, input *mediapackagevod.ListPackagingConfigurationsInput) *ListPackagingConfigurationsFuture ListPackagingGroups(ctx workflow.Context, input *mediapackagevod.ListPackagingGroupsInput) (*mediapackagevod.ListPackagingGroupsOutput, error) ListPackagingGroupsAsync(ctx workflow.Context, input *mediapackagevod.ListPackagingGroupsInput) *ListPackagingGroupsFuture ListTagsForResource(ctx workflow.Context, input *mediapackagevod.ListTagsForResourceInput) (*mediapackagevod.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *mediapackagevod.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *mediapackagevod.TagResourceInput) (*mediapackagevod.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *mediapackagevod.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *mediapackagevod.UntagResourceInput) (*mediapackagevod.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *mediapackagevod.UntagResourceInput) *UntagResourceFuture UpdatePackagingGroup(ctx workflow.Context, input *mediapackagevod.UpdatePackagingGroupInput) (*mediapackagevod.UpdatePackagingGroupOutput, error) UpdatePackagingGroupAsync(ctx workflow.Context, input *mediapackagevod.UpdatePackagingGroupInput) *UpdatePackagingGroupFuture }
type CreateAssetFuture ¶
func (*CreateAssetFuture) Get ¶
func (r *CreateAssetFuture) Get(ctx workflow.Context) (*mediapackagevod.CreateAssetOutput, error)
type CreatePackagingConfigurationFuture ¶
type CreatePackagingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePackagingConfigurationFuture) Get ¶
func (r *CreatePackagingConfigurationFuture) Get(ctx workflow.Context) (*mediapackagevod.CreatePackagingConfigurationOutput, error)
type CreatePackagingGroupFuture ¶
type CreatePackagingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePackagingGroupFuture) Get ¶
func (r *CreatePackagingGroupFuture) Get(ctx workflow.Context) (*mediapackagevod.CreatePackagingGroupOutput, error)
type DeleteAssetFuture ¶
func (*DeleteAssetFuture) Get ¶
func (r *DeleteAssetFuture) Get(ctx workflow.Context) (*mediapackagevod.DeleteAssetOutput, error)
type DeletePackagingConfigurationFuture ¶
type DeletePackagingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePackagingConfigurationFuture) Get ¶
func (r *DeletePackagingConfigurationFuture) Get(ctx workflow.Context) (*mediapackagevod.DeletePackagingConfigurationOutput, error)
type DeletePackagingGroupFuture ¶
type DeletePackagingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePackagingGroupFuture) Get ¶
func (r *DeletePackagingGroupFuture) Get(ctx workflow.Context) (*mediapackagevod.DeletePackagingGroupOutput, error)
type DescribeAssetFuture ¶
func (*DescribeAssetFuture) Get ¶
func (r *DescribeAssetFuture) Get(ctx workflow.Context) (*mediapackagevod.DescribeAssetOutput, error)
type DescribePackagingConfigurationFuture ¶
type DescribePackagingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePackagingConfigurationFuture) Get ¶
func (r *DescribePackagingConfigurationFuture) Get(ctx workflow.Context) (*mediapackagevod.DescribePackagingConfigurationOutput, error)
type DescribePackagingGroupFuture ¶
type DescribePackagingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePackagingGroupFuture) Get ¶
func (r *DescribePackagingGroupFuture) Get(ctx workflow.Context) (*mediapackagevod.DescribePackagingGroupOutput, error)
type ListAssetsFuture ¶
func (*ListAssetsFuture) Get ¶
func (r *ListAssetsFuture) Get(ctx workflow.Context) (*mediapackagevod.ListAssetsOutput, error)
type ListPackagingConfigurationsFuture ¶
type ListPackagingConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPackagingConfigurationsFuture) Get ¶
func (r *ListPackagingConfigurationsFuture) Get(ctx workflow.Context) (*mediapackagevod.ListPackagingConfigurationsOutput, error)
type ListPackagingGroupsFuture ¶
type ListPackagingGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPackagingGroupsFuture) Get ¶
func (r *ListPackagingGroupsFuture) Get(ctx workflow.Context) (*mediapackagevod.ListPackagingGroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*mediapackagevod.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*mediapackagevod.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*mediapackagevod.UntagResourceOutput, error)
type UpdatePackagingGroupFuture ¶
type UpdatePackagingGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePackagingGroupFuture) Get ¶
func (r *UpdatePackagingGroupFuture) Get(ctx workflow.Context) (*mediapackagevod.UpdatePackagingGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.