Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CancelHarvestJob(ctx context.Context, params *mediapackagev2.CancelHarvestJobInput, ...) (*mediapackagev2.CancelHarvestJobOutput, error)
- func (_m *IClient) CreateChannel(ctx context.Context, params *mediapackagev2.CreateChannelInput, ...) (*mediapackagev2.CreateChannelOutput, error)
- func (_m *IClient) CreateChannelGroup(ctx context.Context, params *mediapackagev2.CreateChannelGroupInput, ...) (*mediapackagev2.CreateChannelGroupOutput, error)
- func (_m *IClient) CreateHarvestJob(ctx context.Context, params *mediapackagev2.CreateHarvestJobInput, ...) (*mediapackagev2.CreateHarvestJobOutput, error)
- func (_m *IClient) CreateOriginEndpoint(ctx context.Context, params *mediapackagev2.CreateOriginEndpointInput, ...) (*mediapackagev2.CreateOriginEndpointOutput, error)
- func (_m *IClient) DeleteChannel(ctx context.Context, params *mediapackagev2.DeleteChannelInput, ...) (*mediapackagev2.DeleteChannelOutput, error)
- func (_m *IClient) DeleteChannelGroup(ctx context.Context, params *mediapackagev2.DeleteChannelGroupInput, ...) (*mediapackagev2.DeleteChannelGroupOutput, error)
- func (_m *IClient) DeleteChannelPolicy(ctx context.Context, params *mediapackagev2.DeleteChannelPolicyInput, ...) (*mediapackagev2.DeleteChannelPolicyOutput, error)
- func (_m *IClient) DeleteOriginEndpoint(ctx context.Context, params *mediapackagev2.DeleteOriginEndpointInput, ...) (*mediapackagev2.DeleteOriginEndpointOutput, error)
- func (_m *IClient) DeleteOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.DeleteOriginEndpointPolicyInput, ...) (*mediapackagev2.DeleteOriginEndpointPolicyOutput, error)
- func (_m *IClient) GetChannel(ctx context.Context, params *mediapackagev2.GetChannelInput, ...) (*mediapackagev2.GetChannelOutput, error)
- func (_m *IClient) GetChannelGroup(ctx context.Context, params *mediapackagev2.GetChannelGroupInput, ...) (*mediapackagev2.GetChannelGroupOutput, error)
- func (_m *IClient) GetChannelPolicy(ctx context.Context, params *mediapackagev2.GetChannelPolicyInput, ...) (*mediapackagev2.GetChannelPolicyOutput, error)
- func (_m *IClient) GetHarvestJob(ctx context.Context, params *mediapackagev2.GetHarvestJobInput, ...) (*mediapackagev2.GetHarvestJobOutput, error)
- func (_m *IClient) GetOriginEndpoint(ctx context.Context, params *mediapackagev2.GetOriginEndpointInput, ...) (*mediapackagev2.GetOriginEndpointOutput, error)
- func (_m *IClient) GetOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.GetOriginEndpointPolicyInput, ...) (*mediapackagev2.GetOriginEndpointPolicyOutput, error)
- func (_m *IClient) ListChannelGroups(ctx context.Context, params *mediapackagev2.ListChannelGroupsInput, ...) (*mediapackagev2.ListChannelGroupsOutput, error)
- func (_m *IClient) ListChannels(ctx context.Context, params *mediapackagev2.ListChannelsInput, ...) (*mediapackagev2.ListChannelsOutput, error)
- func (_m *IClient) ListHarvestJobs(ctx context.Context, params *mediapackagev2.ListHarvestJobsInput, ...) (*mediapackagev2.ListHarvestJobsOutput, error)
- func (_m *IClient) ListOriginEndpoints(ctx context.Context, params *mediapackagev2.ListOriginEndpointsInput, ...) (*mediapackagev2.ListOriginEndpointsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *mediapackagev2.ListTagsForResourceInput, ...) (*mediapackagev2.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() mediapackagev2.Options
- func (_m *IClient) PutChannelPolicy(ctx context.Context, params *mediapackagev2.PutChannelPolicyInput, ...) (*mediapackagev2.PutChannelPolicyOutput, error)
- func (_m *IClient) PutOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.PutOriginEndpointPolicyInput, ...) (*mediapackagev2.PutOriginEndpointPolicyOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *mediapackagev2.TagResourceInput, ...) (*mediapackagev2.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *mediapackagev2.UntagResourceInput, ...) (*mediapackagev2.UntagResourceOutput, error)
- func (_m *IClient) UpdateChannel(ctx context.Context, params *mediapackagev2.UpdateChannelInput, ...) (*mediapackagev2.UpdateChannelOutput, error)
- func (_m *IClient) UpdateChannelGroup(ctx context.Context, params *mediapackagev2.UpdateChannelGroupInput, ...) (*mediapackagev2.UpdateChannelGroupOutput, error)
- func (_m *IClient) UpdateOriginEndpoint(ctx context.Context, params *mediapackagev2.UpdateOriginEndpointInput, ...) (*mediapackagev2.UpdateOriginEndpointOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CancelHarvestJob ¶ added in v0.1.0
func (_m *IClient) CancelHarvestJob(ctx context.Context, params *mediapackagev2.CancelHarvestJobInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.CancelHarvestJobOutput, error)
CancelHarvestJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateChannel ¶
func (_m *IClient) CreateChannel(ctx context.Context, params *mediapackagev2.CreateChannelInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.CreateChannelOutput, error)
CreateChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateChannelGroup ¶
func (_m *IClient) CreateChannelGroup(ctx context.Context, params *mediapackagev2.CreateChannelGroupInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.CreateChannelGroupOutput, error)
CreateChannelGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateHarvestJob ¶ added in v0.1.0
func (_m *IClient) CreateHarvestJob(ctx context.Context, params *mediapackagev2.CreateHarvestJobInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.CreateHarvestJobOutput, error)
CreateHarvestJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateOriginEndpoint ¶
func (_m *IClient) CreateOriginEndpoint(ctx context.Context, params *mediapackagev2.CreateOriginEndpointInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.CreateOriginEndpointOutput, error)
CreateOriginEndpoint provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteChannel ¶
func (_m *IClient) DeleteChannel(ctx context.Context, params *mediapackagev2.DeleteChannelInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.DeleteChannelOutput, error)
DeleteChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteChannelGroup ¶
func (_m *IClient) DeleteChannelGroup(ctx context.Context, params *mediapackagev2.DeleteChannelGroupInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.DeleteChannelGroupOutput, error)
DeleteChannelGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteChannelPolicy ¶
func (_m *IClient) DeleteChannelPolicy(ctx context.Context, params *mediapackagev2.DeleteChannelPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.DeleteChannelPolicyOutput, error)
DeleteChannelPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteOriginEndpoint ¶
func (_m *IClient) DeleteOriginEndpoint(ctx context.Context, params *mediapackagev2.DeleteOriginEndpointInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.DeleteOriginEndpointOutput, error)
DeleteOriginEndpoint provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteOriginEndpointPolicy ¶
func (_m *IClient) DeleteOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.DeleteOriginEndpointPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.DeleteOriginEndpointPolicyOutput, error)
DeleteOriginEndpointPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetChannel ¶
func (_m *IClient) GetChannel(ctx context.Context, params *mediapackagev2.GetChannelInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetChannelOutput, error)
GetChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetChannelGroup ¶
func (_m *IClient) GetChannelGroup(ctx context.Context, params *mediapackagev2.GetChannelGroupInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetChannelGroupOutput, error)
GetChannelGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetChannelPolicy ¶
func (_m *IClient) GetChannelPolicy(ctx context.Context, params *mediapackagev2.GetChannelPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetChannelPolicyOutput, error)
GetChannelPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetHarvestJob ¶ added in v0.1.0
func (_m *IClient) GetHarvestJob(ctx context.Context, params *mediapackagev2.GetHarvestJobInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetHarvestJobOutput, error)
GetHarvestJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetOriginEndpoint ¶
func (_m *IClient) GetOriginEndpoint(ctx context.Context, params *mediapackagev2.GetOriginEndpointInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetOriginEndpointOutput, error)
GetOriginEndpoint provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetOriginEndpointPolicy ¶
func (_m *IClient) GetOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.GetOriginEndpointPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.GetOriginEndpointPolicyOutput, error)
GetOriginEndpointPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListChannelGroups ¶
func (_m *IClient) ListChannelGroups(ctx context.Context, params *mediapackagev2.ListChannelGroupsInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.ListChannelGroupsOutput, error)
ListChannelGroups provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListChannels ¶
func (_m *IClient) ListChannels(ctx context.Context, params *mediapackagev2.ListChannelsInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.ListChannelsOutput, error)
ListChannels provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListHarvestJobs ¶ added in v0.1.0
func (_m *IClient) ListHarvestJobs(ctx context.Context, params *mediapackagev2.ListHarvestJobsInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.ListHarvestJobsOutput, error)
ListHarvestJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListOriginEndpoints ¶
func (_m *IClient) ListOriginEndpoints(ctx context.Context, params *mediapackagev2.ListOriginEndpointsInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.ListOriginEndpointsOutput, error)
ListOriginEndpoints provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *mediapackagev2.ListTagsForResourceInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() mediapackagev2.Options
Options provides a mock function with given fields:
func (*IClient) PutChannelPolicy ¶
func (_m *IClient) PutChannelPolicy(ctx context.Context, params *mediapackagev2.PutChannelPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.PutChannelPolicyOutput, error)
PutChannelPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) PutOriginEndpointPolicy ¶
func (_m *IClient) PutOriginEndpointPolicy(ctx context.Context, params *mediapackagev2.PutOriginEndpointPolicyInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.PutOriginEndpointPolicyOutput, error)
PutOriginEndpointPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *mediapackagev2.TagResourceInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *mediapackagev2.UntagResourceInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateChannel ¶
func (_m *IClient) UpdateChannel(ctx context.Context, params *mediapackagev2.UpdateChannelInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.UpdateChannelOutput, error)
UpdateChannel provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateChannelGroup ¶
func (_m *IClient) UpdateChannelGroup(ctx context.Context, params *mediapackagev2.UpdateChannelGroupInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.UpdateChannelGroupOutput, error)
UpdateChannelGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateOriginEndpoint ¶
func (_m *IClient) UpdateOriginEndpoint(ctx context.Context, params *mediapackagev2.UpdateOriginEndpointInput, optFns ...func(*mediapackagev2.Options)) (*mediapackagev2.UpdateOriginEndpointOutput, error)
UpdateOriginEndpoint provides a mock function with given fields: ctx, params, optFns