| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.StartLaunch
Description
Starts an existing launch. To create a launch, use CreateLaunch.
Synopsis
- data StartLaunch = StartLaunch' {}
- newStartLaunch :: Text -> Text -> StartLaunch
- startLaunch_launch :: Lens' StartLaunch Text
- startLaunch_project :: Lens' StartLaunch Text
- data StartLaunchResponse = StartLaunchResponse' {
- httpStatus :: Int
- launch :: Launch
- newStartLaunchResponse :: Int -> Launch -> StartLaunchResponse
- startLaunchResponse_httpStatus :: Lens' StartLaunchResponse Int
- startLaunchResponse_launch :: Lens' StartLaunchResponse Launch
Creating a Request
data StartLaunch Source #
See: newStartLaunch smart constructor.
Constructors
| StartLaunch' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> StartLaunch |
Create a value of StartLaunch 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:
StartLaunch, startLaunch_launch - The name of the launch to start.
StartLaunch, startLaunch_project - The name or ARN of the project that contains the launch to start.
Request Lenses
startLaunch_launch :: Lens' StartLaunch Text Source #
The name of the launch to start.
startLaunch_project :: Lens' StartLaunch Text Source #
The name or ARN of the project that contains the launch to start.
Destructuring the Response
data StartLaunchResponse Source #
See: newStartLaunchResponse smart constructor.
Constructors
| StartLaunchResponse' | |
Fields
| |
Instances
newStartLaunchResponse Source #
Create a value of StartLaunchResponse 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:httpStatus:StartLaunchResponse', startLaunchResponse_httpStatus - The response's http status code.
StartLaunch, startLaunchResponse_launch - A structure that contains information about the launch that was started.
Response Lenses
startLaunchResponse_httpStatus :: Lens' StartLaunchResponse Int Source #
The response's http status code.
startLaunchResponse_launch :: Lens' StartLaunchResponse Launch Source #
A structure that contains information about the launch that was started.