describe_packaging_group(**kwargs)¶Returns a description of a MediaPackage VOD PackagingGroup resource.
See also: AWS API Documentation
Request Syntax
response = client.describe_packaging_group(
Id='string'
)
{
'ApproximateAssetCount': 123,
'Arn': 'string',
'Authorization': {
'CdnIdentifierSecret': 'string',
'SecretsRoleArn': 'string'
},
'CreatedAt': 'string',
'DomainName': 'string',
'EgressAccessLogs': {
'LogGroupName': 'string'
},
'Id': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
Exceptions
MediaPackageVod.Client.exceptions.UnprocessableEntityExceptionMediaPackageVod.Client.exceptions.InternalServerErrorExceptionMediaPackageVod.Client.exceptions.ForbiddenExceptionMediaPackageVod.Client.exceptions.NotFoundExceptionMediaPackageVod.Client.exceptions.ServiceUnavailableExceptionMediaPackageVod.Client.exceptions.TooManyRequestsException