2020/10/07 - AWS Elemental MediaPackage - 1 new 6 updated api methods
Changes AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage channel.
Changes the Channel's properities to configure log subscription
See also: AWS API Documentation
Request Syntax
client.configure_logs( EgressAccessLogs={ 'LogGroupName': 'string' }, Id='string', IngressAccessLogs={ 'LogGroupName': 'string' } )
dict
Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
string
[REQUIRED] The ID of the channel to log subscription.
dict
Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- The updated log configuration record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
{'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}
Creates a new Channel.
See also: AWS API Documentation
Request Syntax
client.create_channel( Description='string', Id='string', Tags={ 'string': 'string' } )
string
A short text description of the Channel.
string
[REQUIRED] The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is created.
dict
A collection of tags associated with a resource
(string) --
(string) --
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- The new Channel record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
{'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}
Gets details about a Channel.
See also: AWS API Documentation
Request Syntax
client.describe_channel( Id='string' )
string
[REQUIRED] The ID of a Channel.
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- A Channel record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
{'Channels': {'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}}
Returns a collection of Channels.
See also: AWS API Documentation
Request Syntax
client.list_channels( MaxResults=123, NextToken='string' )
integer
Upper bound on number of records to return.
string
A token used to resume pagination from the end of a previous request.
dict
Response Syntax
{ 'Channels': [ { 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }, ], 'NextToken': 'string' }
Response Structure
(dict) -- A collection of Channel records.
Channels (list) -- A list of Channel records.
(dict) -- A Channel resource configuration.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
NextToken (string) -- A token that can be used to resume pagination from the end of the collection.
{'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}
Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
!DANGER!
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
client.rotate_channel_credentials( Id='string' )
string
[REQUIRED] The ID of the channel to update.
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- The updated Channel record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
{'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}
Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
See also: AWS API Documentation
Request Syntax
client.rotate_ingest_endpoint_credentials( Id='string', IngestEndpointId='string' )
string
[REQUIRED] The ID of the channel the IngestEndpoint is on.
string
[REQUIRED] The id of the IngestEndpoint whose credentials should be rotated
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- The updated Channel record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --
{'EgressAccessLogs': {'LogGroupName': 'string'}, 'IngressAccessLogs': {'LogGroupName': 'string'}}
Updates an existing Channel.
See also: AWS API Documentation
Request Syntax
client.update_channel( Description='string', Id='string' )
string
A short text description of the Channel.
string
[REQUIRED] The ID of the Channel to update.
dict
Response Syntax
{ 'Arn': 'string', 'Description': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'HlsIngest': { 'IngestEndpoints': [ { 'Id': 'string', 'Password': 'string', 'Url': 'string', 'Username': 'string' }, ] }, 'Id': 'string', 'IngressAccessLogs': { 'LogGroupName': 'string' }, 'Tags': { 'string': 'string' } }
Response Structure
(dict) -- The updated Channel record.
Arn (string) -- The Amazon Resource Name (ARN) assigned to the Channel.
Description (string) -- A short text description of the Channel.
EgressAccessLogs (dict) -- Configure egress access logging.
LogGroupName (string) -- Customize the log group name.
HlsIngest (dict) -- An HTTP Live Streaming (HLS) ingest resource configuration.
IngestEndpoints (list) -- A list of endpoints to which the source stream should be sent.
(dict) -- An endpoint for ingesting source content for a Channel.
Id (string) -- The system generated unique identifier for the IngestEndpoint
Password (string) -- The system generated password for ingest authentication.
Url (string) -- The ingest URL to which the source stream should be sent.
Username (string) -- The system generated username for ingest authentication.
Id (string) -- The ID of the Channel.
IngressAccessLogs (dict) -- Configure ingress access logging.
LogGroupName (string) -- Customize the log group name.
Tags (dict) -- A collection of tags associated with a resource
(string) --
(string) --