Copyright | (c) 2013-2021 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 |
Starts the specified image builder.
Synopsis
- data StartImageBuilder = StartImageBuilder' {}
- newStartImageBuilder :: Text -> StartImageBuilder
- startImageBuilder_appstreamAgentVersion :: Lens' StartImageBuilder (Maybe Text)
- startImageBuilder_name :: Lens' StartImageBuilder Text
- data StartImageBuilderResponse = StartImageBuilderResponse' {}
- newStartImageBuilderResponse :: Int -> StartImageBuilderResponse
- startImageBuilderResponse_imageBuilder :: Lens' StartImageBuilderResponse (Maybe ImageBuilder)
- startImageBuilderResponse_httpStatus :: Lens' StartImageBuilderResponse Int
Creating a Request
data StartImageBuilder Source #
See: newStartImageBuilder
smart constructor.
StartImageBuilder' | |
|
Instances
Create a value of StartImageBuilder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:appstreamAgentVersion:StartImageBuilder'
, startImageBuilder_appstreamAgentVersion
- 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].
$sel:name:StartImageBuilder'
, startImageBuilder_name
- The name of the image builder.
Request Lenses
startImageBuilder_appstreamAgentVersion :: 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].
startImageBuilder_name :: Lens' StartImageBuilder Text Source #
The name of the image builder.
Destructuring the Response
data StartImageBuilderResponse Source #
See: newStartImageBuilderResponse
smart constructor.
StartImageBuilderResponse' | |
|
Instances
newStartImageBuilderResponse Source #
Create a value of StartImageBuilderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuilder:StartImageBuilderResponse'
, startImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:StartImageBuilderResponse'
, startImageBuilderResponse_httpStatus
- The response's http status code.
Response Lenses
startImageBuilderResponse_imageBuilder :: Lens' StartImageBuilderResponse (Maybe ImageBuilder) Source #
Information about the image builder.
startImageBuilderResponse_httpStatus :: Lens' StartImageBuilderResponse Int Source #
The response's http status code.