| 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.DeleteLaunch
Description
Deletes an Evidently launch. The feature used for the launch is not deleted.
To stop a launch without deleting it, use StopLaunch.
Synopsis
- data DeleteLaunch = DeleteLaunch' {}
- newDeleteLaunch :: Text -> Text -> DeleteLaunch
- deleteLaunch_launch :: Lens' DeleteLaunch Text
- deleteLaunch_project :: Lens' DeleteLaunch Text
- data DeleteLaunchResponse = DeleteLaunchResponse' {
- httpStatus :: Int
- newDeleteLaunchResponse :: Int -> DeleteLaunchResponse
- deleteLaunchResponse_httpStatus :: Lens' DeleteLaunchResponse Int
Creating a Request
data DeleteLaunch Source #
See: newDeleteLaunch smart constructor.
Constructors
| DeleteLaunch' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLaunch |
Create a value of DeleteLaunch 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:launch:DeleteLaunch', deleteLaunch_launch - The name of the launch to delete.
DeleteLaunch, deleteLaunch_project - The name or ARN of the project that contains the launch to delete.
Request Lenses
deleteLaunch_launch :: Lens' DeleteLaunch Text Source #
The name of the launch to delete.
deleteLaunch_project :: Lens' DeleteLaunch Text Source #
The name or ARN of the project that contains the launch to delete.
Destructuring the Response
data DeleteLaunchResponse Source #
See: newDeleteLaunchResponse smart constructor.
Constructors
| DeleteLaunchResponse' | |
Fields
| |
Instances
newDeleteLaunchResponse Source #
Arguments
| :: Int | |
| -> DeleteLaunchResponse |
Create a value of DeleteLaunchResponse 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:DeleteLaunchResponse', deleteLaunchResponse_httpStatus - The response's http status code.
Response Lenses
deleteLaunchResponse_httpStatus :: Lens' DeleteLaunchResponse Int Source #
The response's http status code.