| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.AppStream.UpdateStack
Description
Updates the specified fields in the stack with the specified name.
- updateStack :: Text -> UpdateStack
- data UpdateStack
- usDisplayName :: Lens' UpdateStack (Maybe Text)
- usDescription :: Lens' UpdateStack (Maybe Text)
- usName :: Lens' UpdateStack Text
- updateStackResponse :: Int -> UpdateStackResponse
- data UpdateStackResponse
- usrsStack :: Lens' UpdateStackResponse (Maybe Stack)
- usrsResponseStatus :: Lens' UpdateStackResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateStack |
Creates a value of UpdateStack with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
usDisplayName- The name displayed to end users on the AppStream 2.0 portal.usDescription- The description displayed to end users on the AppStream 2.0 portal.usName- The name of the stack to update.
data UpdateStack Source #
See: updateStack smart constructor.
Instances
Request Lenses
usDisplayName :: Lens' UpdateStack (Maybe Text) Source #
The name displayed to end users on the AppStream 2.0 portal.
usDescription :: Lens' UpdateStack (Maybe Text) Source #
The description displayed to end users on the AppStream 2.0 portal.
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateStackResponse |
Creates a value of UpdateStackResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
usrsStack- A list of stack details.usrsResponseStatus- -- | The response status code.
data UpdateStackResponse Source #
See: updateStackResponse smart constructor.
Response Lenses
usrsResponseStatus :: Lens' UpdateStackResponse Int Source #
- - | The response status code.