| 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.StartImageBuilder
Description
Starts the specified image builder.
Synopsis
- startImageBuilder :: Text -> StartImageBuilder
- data StartImageBuilder
- sibAppstreamAgentVersion :: Lens' StartImageBuilder (Maybe Text)
- sibName :: Lens' StartImageBuilder Text
- startImageBuilderResponse :: Int -> StartImageBuilderResponse
- data StartImageBuilderResponse
- srsImageBuilder :: Lens' StartImageBuilderResponse (Maybe ImageBuilder)
- srsResponseStatus :: Lens' StartImageBuilderResponse Int
Creating a Request
Arguments
| :: Text | |
| -> StartImageBuilder |
Creates a value of StartImageBuilder with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sibAppstreamAgentVersion- The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].sibName- The name of the image builder.
data StartImageBuilder Source #
See: startImageBuilder smart constructor.
Instances
Request Lenses
sibAppstreamAgentVersion :: Lens' StartImageBuilder (Maybe Text) Source #
The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
Destructuring the Response
startImageBuilderResponse Source #
Arguments
| :: Int | |
| -> StartImageBuilderResponse |
Creates a value of StartImageBuilderResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srsImageBuilder- Information about the image builder.srsResponseStatus- -- | The response status code.
data StartImageBuilderResponse Source #
See: startImageBuilderResponse smart constructor.
Instances
Response Lenses
srsImageBuilder :: Lens' StartImageBuilderResponse (Maybe ImageBuilder) Source #
Information about the image builder.
srsResponseStatus :: Lens' StartImageBuilderResponse Int Source #
- - | The response status code.