Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.MediaConvert.Types.Queue
Description
Synopsis
- data Queue = Queue' {}
- newQueue :: Text -> Queue
- queue_arn :: Lens' Queue (Maybe Text)
- queue_createdAt :: Lens' Queue (Maybe UTCTime)
- queue_description :: Lens' Queue (Maybe Text)
- queue_lastUpdated :: Lens' Queue (Maybe UTCTime)
- queue_pricingPlan :: Lens' Queue (Maybe PricingPlan)
- queue_progressingJobsCount :: Lens' Queue (Maybe Int)
- queue_reservationPlan :: Lens' Queue (Maybe ReservationPlan)
- queue_status :: Lens' Queue (Maybe QueueStatus)
- queue_submittedJobsCount :: Lens' Queue (Maybe Int)
- queue_type :: Lens' Queue (Maybe Type)
- queue_name :: Lens' Queue Text
Documentation
You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
See: newQueue
smart constructor.
Constructors
Queue' | |
Fields
|
Instances
Create a value of Queue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:Queue'
, queue_arn
- An identifier for this resource that is unique within all of AWS.
$sel:createdAt:Queue'
, queue_createdAt
- The timestamp in epoch seconds for when you created the queue.
$sel:description:Queue'
, queue_description
- An optional description that you create for each queue.
$sel:lastUpdated:Queue'
, queue_lastUpdated
- The timestamp in epoch seconds for when you most recently updated the
queue.
$sel:pricingPlan:Queue'
, queue_pricingPlan
- Specifies whether the pricing plan for the queue is on-demand or
reserved. For on-demand, you pay per minute, billed in increments of .01
minute. For reserved, you pay for the transcoding capacity of the entire
queue, regardless of how much or how little you use it. Reserved pricing
requires a 12-month commitment.
$sel:progressingJobsCount:Queue'
, queue_progressingJobsCount
- The estimated number of jobs with a PROGRESSING status.
$sel:reservationPlan:Queue'
, queue_reservationPlan
- Details about the pricing plan for your reserved queue. Required for
reserved queues and not applicable to on-demand queues.
Queue
, queue_status
- Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't
begin processing jobs in that queue. Jobs that are running when you
pause the queue continue to run until they finish or result in an error.
$sel:submittedJobsCount:Queue'
, queue_submittedJobsCount
- The estimated number of jobs with a SUBMITTED status.
$sel:type':Queue'
, queue_type
- Specifies whether this on-demand queue is system or custom. System
queues are built in. You can't modify or delete system queues. You can
create and modify custom queues.
$sel:name:Queue'
, queue_name
- A name that you create for each queue. Each name must be unique within
your account.
queue_arn :: Lens' Queue (Maybe Text) Source #
An identifier for this resource that is unique within all of AWS.
queue_createdAt :: Lens' Queue (Maybe UTCTime) Source #
The timestamp in epoch seconds for when you created the queue.
queue_description :: Lens' Queue (Maybe Text) Source #
An optional description that you create for each queue.
queue_lastUpdated :: Lens' Queue (Maybe UTCTime) Source #
The timestamp in epoch seconds for when you most recently updated the queue.
queue_pricingPlan :: Lens' Queue (Maybe PricingPlan) Source #
Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.
queue_progressingJobsCount :: Lens' Queue (Maybe Int) Source #
The estimated number of jobs with a PROGRESSING status.
queue_reservationPlan :: Lens' Queue (Maybe ReservationPlan) Source #
Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
queue_status :: Lens' Queue (Maybe QueueStatus) Source #
Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin processing jobs in that queue. Jobs that are running when you pause the queue continue to run until they finish or result in an error.
queue_submittedJobsCount :: Lens' Queue (Maybe Int) Source #
The estimated number of jobs with a SUBMITTED status.