View Source aws_mediapackage (aws v1.0.4)

AWS Elemental MediaPackage

Summary

Functions

Changes the Channel's properities to configure log subscription
Creates a new Channel.
Creates a new HarvestJob record.
Creates a new OriginEndpoint record.
Deletes an existing Channel.
Deletes an existing OriginEndpoint.
Gets details about a Channel.
Gets details about an existing HarvestJob.
Gets details about an existing OriginEndpoint.
Returns a collection of Channels.
Returns a collection of HarvestJob records.
Returns a collection of OriginEndpoint records.

Changes the Channel's first IngestEndpoint's username and password.

Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
Updates an existing Channel.
Updates an existing OriginEndpoint.

Functions

Link to this function

configure_logs(Client, Id, Input)

View Source
Changes the Channel's properities to configure log subscription
Link to this function

configure_logs(Client, Id, Input0, Options0)

View Source
Link to this function

create_channel(Client, Input)

View Source
Creates a new Channel.
Link to this function

create_channel(Client, Input0, Options0)

View Source
Link to this function

create_harvest_job(Client, Input)

View Source
Creates a new HarvestJob record.
Link to this function

create_harvest_job(Client, Input0, Options0)

View Source
Link to this function

create_origin_endpoint(Client, Input)

View Source
Creates a new OriginEndpoint record.
Link to this function

create_origin_endpoint(Client, Input0, Options0)

View Source
Link to this function

delete_channel(Client, Id, Input)

View Source
Deletes an existing Channel.
Link to this function

delete_channel(Client, Id, Input0, Options0)

View Source
Link to this function

delete_origin_endpoint(Client, Id, Input)

View Source
Deletes an existing OriginEndpoint.
Link to this function

delete_origin_endpoint(Client, Id, Input0, Options0)

View Source
Link to this function

describe_channel(Client, Id)

View Source
Gets details about a Channel.
Link to this function

describe_channel(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

describe_channel(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_harvest_job(Client, Id)

View Source
Gets details about an existing HarvestJob.
Link to this function

describe_harvest_job(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

describe_harvest_job(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

describe_origin_endpoint(Client, Id)

View Source
Gets details about an existing OriginEndpoint.
Link to this function

describe_origin_endpoint(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

describe_origin_endpoint(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Returns a collection of Channels.
Link to this function

list_channels(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_channels(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_harvest_jobs(Client)

View Source
Returns a collection of HarvestJob records.
Link to this function

list_harvest_jobs(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_harvest_jobs(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_origin_endpoints(Client)

View Source
Returns a collection of OriginEndpoint records.
Link to this function

list_origin_endpoints(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_origin_endpoints(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

rotate_channel_credentials(Client, Id, Input)

View Source

Changes the Channel's first IngestEndpoint's username and password.

WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
Link to this function

rotate_channel_credentials(Client, Id, Input0, Options0)

View Source
Link to this function

rotate_ingest_endpoint_credentials(Client, Id, IngestEndpointId, Input)

View Source
Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
Link to this function

rotate_ingest_endpoint_credentials(Client, Id, IngestEndpointId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_channel(Client, Id, Input)

View Source
Updates an existing Channel.
Link to this function

update_channel(Client, Id, Input0, Options0)

View Source
Link to this function

update_origin_endpoint(Client, Id, Input)

View Source
Updates an existing OriginEndpoint.
Link to this function

update_origin_endpoint(Client, Id, Input0, Options0)

View Source