| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
| Eq GetQueue Source # | |
| Read GetQueue Source # | |
| Show GetQueue Source # | |
| Generic GetQueue Source # | |
| NFData GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue | |
| Hashable GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue | |
| AWSRequest GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue Associated Types type AWSResponse GetQueue # Methods request :: GetQueue -> Request GetQueue # response :: MonadResource m => Logger -> Service -> Proxy GetQueue -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse GetQueue))) # | |
| ToHeaders GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue | |
| ToPath GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue Methods toPath :: GetQueue -> ByteString # | |
| ToQuery GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue Methods toQuery :: GetQueue -> QueryString # | |
| type Rep GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue | |
| type AWSResponse GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue | |
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:
$sel:name: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:
$sel:queue: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.