update_packaging_group
(**kwargs)¶Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
See also: AWS API Documentation
Request Syntax
response = client.update_packaging_group(
Authorization={
'CdnIdentifierSecret': 'string',
'SecretsRoleArn': 'string'
},
Id='string'
)
CDN Authorization credentials
dict
Response Syntax
{
'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.UnprocessableEntityException
MediaPackageVod.Client.exceptions.InternalServerErrorException
MediaPackageVod.Client.exceptions.ForbiddenException
MediaPackageVod.Client.exceptions.NotFoundException
MediaPackageVod.Client.exceptions.ServiceUnavailableException
MediaPackageVod.Client.exceptions.TooManyRequestsException