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.GetQueue
Description
Retrieve the JSON for a specific queue.
Synopsis
- data GetQueue = GetQueue' {}
- newGetQueue :: Text -> GetQueue
- getQueue_name :: Lens' GetQueue Text
- data GetQueueResponse = GetQueueResponse' {
- queue :: Maybe Queue
- httpStatus :: Int
- newGetQueueResponse :: Int -> GetQueueResponse
- getQueueResponse_queue :: Lens' GetQueueResponse (Maybe Queue)
- getQueueResponse_httpStatus :: Lens' GetQueueResponse Int
Creating a Request
See: newGetQueue
smart constructor.
Instances
Create a value of GetQueue
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:
GetQueue
, getQueue_name
- The name of the queue that you want information about.
Request Lenses
Destructuring the Response
data GetQueueResponse Source #
See: newGetQueueResponse
smart constructor.
Constructors
GetQueueResponse' | |
Fields
|
Instances
Arguments
:: Int | |
-> GetQueueResponse |
Create a value of GetQueueResponse
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:
GetQueueResponse
, getQueueResponse_queue
- 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.
$sel:httpStatus:GetQueueResponse'
, getQueueResponse_httpStatus
- The response's http status code.
Response Lenses
getQueueResponse_queue :: Lens' GetQueueResponse (Maybe Queue) Source #
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.
getQueueResponse_httpStatus :: Lens' GetQueueResponse Int Source #
The response's http status code.