| Copyright | (c) 2013-2017 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.AppStream.UpdateStack
Description
Updates the specified stack.
- updateStack :: Text -> UpdateStack
- data UpdateStack
- usDeleteStorageConnectors :: Lens' UpdateStack (Maybe Bool)
- usStorageConnectors :: Lens' UpdateStack [StorageConnector]
- 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:
usDeleteStorageConnectors- Deletes the storage connectors currently enabled for the stack.usStorageConnectors- The storage connectors to enable.usDisplayName- The stack name displayed to end users.usDescription- The description displayed to end users.usName- The name of the stack.
data UpdateStack Source #
See: updateStack smart constructor.
Instances
Request Lenses
usDeleteStorageConnectors :: Lens' UpdateStack (Maybe Bool) Source #
Deletes the storage connectors currently enabled for the stack.
usStorageConnectors :: Lens' UpdateStack [StorageConnector] Source #
The storage connectors to enable.
usDisplayName :: Lens' UpdateStack (Maybe Text) Source #
The stack name displayed to end users.
usDescription :: Lens' UpdateStack (Maybe Text) Source #
The description displayed to end users.
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- Information about the stack.usrsResponseStatus- -- | The response status code.
data UpdateStackResponse Source #
See: updateStackResponse smart constructor.
Response Lenses
usrsResponseStatus :: Lens' UpdateStackResponse Int Source #
- - | The response status code.