| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MediaConvert.UpdateQueue
Description
Modify one of your existing queues.
Synopsis
- updateQueue :: Text -> UpdateQueue
- data UpdateQueue
- uqStatus :: Lens' UpdateQueue (Maybe QueueStatus)
- uqDescription :: Lens' UpdateQueue (Maybe Text)
- uqName :: Lens' UpdateQueue Text
- updateQueueResponse :: Int -> UpdateQueueResponse
- data UpdateQueueResponse
- uqrsQueue :: Lens' UpdateQueueResponse (Maybe Queue)
- uqrsResponseStatus :: Lens' UpdateQueueResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateQueue |
Creates a value of UpdateQueue with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uqStatus- Undocumented member.uqDescription- The new description for the queue, if you are changing it.uqName- The name of the queue you are modifying.
data UpdateQueue Source #
See: updateQueue smart constructor.
Instances
Request Lenses
uqStatus :: Lens' UpdateQueue (Maybe QueueStatus) Source #
Undocumented member.
uqDescription :: Lens' UpdateQueue (Maybe Text) Source #
The new description for the queue, if you are changing it.
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateQueueResponse |
Creates a value of UpdateQueueResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uqrsQueue- Undocumented member.uqrsResponseStatus- -- | The response status code.
data UpdateQueueResponse Source #
See: updateQueueResponse smart constructor.
Instances
Response Lenses
uqrsResponseStatus :: Lens' UpdateQueueResponse Int Source #
- - | The response status code.