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 |
Stops the specified image builder.
Synopsis
- data StopImageBuilder = StopImageBuilder' {}
- newStopImageBuilder :: Text -> StopImageBuilder
- stopImageBuilder_name :: Lens' StopImageBuilder Text
- data StopImageBuilderResponse = StopImageBuilderResponse' {}
- newStopImageBuilderResponse :: Int -> StopImageBuilderResponse
- stopImageBuilderResponse_imageBuilder :: Lens' StopImageBuilderResponse (Maybe ImageBuilder)
- stopImageBuilderResponse_httpStatus :: Lens' StopImageBuilderResponse Int
Creating a Request
data StopImageBuilder Source #
See: newStopImageBuilder
smart constructor.
Instances
Create a value of StopImageBuilder
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:name:StopImageBuilder'
, stopImageBuilder_name
- The name of the image builder.
Request Lenses
stopImageBuilder_name :: Lens' StopImageBuilder Text Source #
The name of the image builder.
Destructuring the Response
data StopImageBuilderResponse Source #
See: newStopImageBuilderResponse
smart constructor.
StopImageBuilderResponse' | |
|
Instances
newStopImageBuilderResponse Source #
Create a value of StopImageBuilderResponse
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:StopImageBuilderResponse'
, stopImageBuilderResponse_imageBuilder
- Information about the image builder.
$sel:httpStatus:StopImageBuilderResponse'
, stopImageBuilderResponse_httpStatus
- The response's http status code.
Response Lenses
stopImageBuilderResponse_imageBuilder :: Lens' StopImageBuilderResponse (Maybe ImageBuilder) Source #
Information about the image builder.
stopImageBuilderResponse_httpStatus :: Lens' StopImageBuilderResponse Int Source #
The response's http status code.