update_queue
(**kwargs)¶Modify one of your existing queues.
See also: AWS API Documentation
Request Syntax
response = client.update_queue(
Description='string',
Name='string',
ReservationPlanSettings={
'Commitment': 'ONE_YEAR',
'RenewalType': 'AUTO_RENEW'|'EXPIRE',
'ReservedSlots': 123
},
Status='ACTIVE'|'PAUSED'
)
The new details of your pricing plan for your reserved queue. When you set up a new pricing plan to replace an expired one, you enter into another 12-month commitment. When you add capacity to your queue by increasing the number of RTS, you extend the term of your commitment to 12 months from when you add capacity. After you make these commitments, you can't cancel them.
dict
Response Syntax
{
'Queue': {
'Arn': 'string',
'CreatedAt': datetime(2015, 1, 1),
'Description': 'string',
'LastUpdated': datetime(2015, 1, 1),
'Name': 'string',
'PricingPlan': 'ON_DEMAND'|'RESERVED',
'ProgressingJobsCount': 123,
'ReservationPlan': {
'Commitment': 'ONE_YEAR',
'ExpiresAt': datetime(2015, 1, 1),
'PurchasedAt': datetime(2015, 1, 1),
'RenewalType': 'AUTO_RENEW'|'EXPIRE',
'ReservedSlots': 123,
'Status': 'ACTIVE'|'EXPIRED'
},
'Status': 'ACTIVE'|'PAUSED',
'SubmittedJobsCount': 123,
'Type': 'SYSTEM'|'CUSTOM'
}
}
Response Structure
Exceptions
MediaConvert.Client.exceptions.BadRequestException
MediaConvert.Client.exceptions.InternalServerErrorException
MediaConvert.Client.exceptions.ForbiddenException
MediaConvert.Client.exceptions.NotFoundException
MediaConvert.Client.exceptions.TooManyRequestsException
MediaConvert.Client.exceptions.ConflictException