| 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.AppStream.CreateStack
Description
Creates a stack.
- createStack :: Text -> CreateStack
- data CreateStack
- csFeedbackURL :: Lens' CreateStack (Maybe Text)
- csStorageConnectors :: Lens' CreateStack [StorageConnector]
- csDisplayName :: Lens' CreateStack (Maybe Text)
- csDescription :: Lens' CreateStack (Maybe Text)
- csRedirectURL :: Lens' CreateStack (Maybe Text)
- csName :: Lens' CreateStack Text
- createStackResponse :: Int -> CreateStackResponse
- data CreateStackResponse
- csrsStack :: Lens' CreateStackResponse (Maybe Stack)
- csrsResponseStatus :: Lens' CreateStackResponse Int
Creating a Request
Arguments
| :: Text | |
| -> CreateStack |
Creates a value of CreateStack with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csFeedbackURL- The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.csStorageConnectors- The storage connectors to enable.csDisplayName- The stack name for display.csDescription- The description for display.csRedirectURL- The URL that users are redirected to after their streaming session ends.csName- The name of the stack.
data CreateStack Source #
See: createStack smart constructor.
Instances
Request Lenses
csFeedbackURL :: Lens' CreateStack (Maybe Text) Source #
The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
csStorageConnectors :: Lens' CreateStack [StorageConnector] Source #
The storage connectors to enable.
csDisplayName :: Lens' CreateStack (Maybe Text) Source #
The stack name for display.
csDescription :: Lens' CreateStack (Maybe Text) Source #
The description for display.
csRedirectURL :: Lens' CreateStack (Maybe Text) Source #
The URL that users are redirected to after their streaming session ends.
Destructuring the Response
Arguments
| :: Int | |
| -> CreateStackResponse |
Creates a value of CreateStackResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csrsStack- Information about the stack.csrsResponseStatus- -- | The response status code.
data CreateStackResponse Source #
See: createStackResponse smart constructor.
Response Lenses
csrsResponseStatus :: Lens' CreateStackResponse Int Source #
- - | The response status code.