View Source AWS.MediaPackage (aws-elixir v1.0.4)
AWS Elemental MediaPackage
Link to this section 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.
Link to this section 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.
list_channels(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of Channels.
list_harvest_jobs(client, include_channel_id \\ nil, include_status \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of HarvestJob records.
list_origin_endpoints(client, channel_id \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a collection of OriginEndpoint records.
Changes the Channel's first IngestEndpoint's username and password.
WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
rotate_ingest_endpoint_credentials(client, id, ingest_endpoint_id, input, options \\ [])
View SourceRotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
Updates an existing Channel.
Updates an existing OriginEndpoint.