AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing MediaPackage

AWS Elemental MediaPackage

Inheritance Hierarchy

Amazon.MediaPackage.IAmazonMediaPackage

Namespace: Amazon.MediaPackage
Assembly: AWSSDK.MediaPackage.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonMediaPackage
         IAmazonService, IDisposable

The IAmazonMediaPackage type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.MediaPackage.Model.IMediaPackagePaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method ConfigureLogs(ConfigureLogsRequest)

Changes the Channel's properities to configure log subscription

Public Method ConfigureLogsAsync(ConfigureLogsRequest, CancellationToken)

Changes the Channel's properities to configure log subscription

Public Method CreateChannel(CreateChannelRequest)

Creates a new Channel.

Public Method CreateChannelAsync(CreateChannelRequest, CancellationToken)

Creates a new Channel.

Public Method CreateHarvestJob(CreateHarvestJobRequest)

Creates a new HarvestJob record.

Public Method CreateHarvestJobAsync(CreateHarvestJobRequest, CancellationToken)

Creates a new HarvestJob record.

Public Method CreateOriginEndpoint(CreateOriginEndpointRequest)

Creates a new OriginEndpoint record.

Public Method CreateOriginEndpointAsync(CreateOriginEndpointRequest, CancellationToken)

Creates a new OriginEndpoint record.

Public Method DeleteChannel(DeleteChannelRequest)

Deletes an existing Channel.

Public Method DeleteChannelAsync(DeleteChannelRequest, CancellationToken)

Deletes an existing Channel.

Public Method DeleteOriginEndpoint(DeleteOriginEndpointRequest)

Deletes an existing OriginEndpoint.

Public Method DeleteOriginEndpointAsync(DeleteOriginEndpointRequest, CancellationToken)

Deletes an existing OriginEndpoint.

Public Method DescribeChannel(DescribeChannelRequest)

Gets details about a Channel.

Public Method DescribeChannelAsync(DescribeChannelRequest, CancellationToken)

Gets details about a Channel.

Public Method DescribeHarvestJob(DescribeHarvestJobRequest)

Gets details about an existing HarvestJob.

Public Method DescribeHarvestJobAsync(DescribeHarvestJobRequest, CancellationToken)

Gets details about an existing HarvestJob.

Public Method DescribeOriginEndpoint(DescribeOriginEndpointRequest)

Gets details about an existing OriginEndpoint.

Public Method DescribeOriginEndpointAsync(DescribeOriginEndpointRequest, CancellationToken)

Gets details about an existing OriginEndpoint.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method ListChannels(ListChannelsRequest)

Returns a collection of Channels.

Public Method ListChannelsAsync(ListChannelsRequest, CancellationToken)

Returns a collection of Channels.

Public Method ListHarvestJobs(ListHarvestJobsRequest)

Returns a collection of HarvestJob records.

Public Method ListHarvestJobsAsync(ListHarvestJobsRequest, CancellationToken)

Returns a collection of HarvestJob records.

Public Method ListOriginEndpoints(ListOriginEndpointsRequest)

Returns a collection of OriginEndpoint records.

Public Method ListOriginEndpointsAsync(ListOriginEndpointsRequest, CancellationToken)

Returns a collection of OriginEndpoint records.

Public Method ListTagsForResource(ListTagsForResourceRequest)

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

Public Method RotateChannelCredentials(RotateChannelCredentialsRequest)

Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead

Public Method RotateChannelCredentialsAsync(RotateChannelCredentialsRequest, CancellationToken)

Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead

Public Method RotateIngestEndpointCredentials(RotateIngestEndpointCredentialsRequest)

Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.

Public Method RotateIngestEndpointCredentialsAsync(RotateIngestEndpointCredentialsRequest, CancellationToken)

Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.

Public Method TagResource(TagResourceRequest)

Public Method TagResourceAsync(TagResourceRequest, CancellationToken)

Public Method UntagResource(UntagResourceRequest)

Public Method UntagResourceAsync(UntagResourceRequest, CancellationToken)

Public Method UpdateChannel(UpdateChannelRequest)

Updates an existing Channel.

Public Method UpdateChannelAsync(UpdateChannelRequest, CancellationToken)

Updates an existing Channel.

Public Method UpdateOriginEndpoint(UpdateOriginEndpointRequest)

Updates an existing OriginEndpoint.

Public Method UpdateOriginEndpointAsync(UpdateOriginEndpointRequest, CancellationToken)

Updates an existing OriginEndpoint.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5