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 |
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 type AWSResponse GetQueue # 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 toPath :: GetQueue -> ByteString # | |
ToQuery GetQueue Source # | |
Defined in Amazonka.MediaConvert.GetQueue 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.
GetQueueResponse' | |
|
Instances
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.