| 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.RobOMaker.DeleteRobotApplication
Description
Deletes a robot application.
Synopsis
- data DeleteRobotApplication = DeleteRobotApplication' {}
- newDeleteRobotApplication :: Text -> DeleteRobotApplication
- deleteRobotApplication_applicationVersion :: Lens' DeleteRobotApplication (Maybe Text)
- deleteRobotApplication_application :: Lens' DeleteRobotApplication Text
- data DeleteRobotApplicationResponse = DeleteRobotApplicationResponse' {
- httpStatus :: Int
- newDeleteRobotApplicationResponse :: Int -> DeleteRobotApplicationResponse
- deleteRobotApplicationResponse_httpStatus :: Lens' DeleteRobotApplicationResponse Int
Creating a Request
data DeleteRobotApplication Source #
See: newDeleteRobotApplication smart constructor.
Constructors
| DeleteRobotApplication' | |
Fields
| |
Instances
newDeleteRobotApplication Source #
Arguments
| :: Text | |
| -> DeleteRobotApplication |
Create a value of DeleteRobotApplication 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:
DeleteRobotApplication, deleteRobotApplication_applicationVersion - The version of the robot application to delete.
DeleteRobotApplication, deleteRobotApplication_application - The Amazon Resource Name (ARN) of the the robot application.
Request Lenses
deleteRobotApplication_applicationVersion :: Lens' DeleteRobotApplication (Maybe Text) Source #
The version of the robot application to delete.
deleteRobotApplication_application :: Lens' DeleteRobotApplication Text Source #
The Amazon Resource Name (ARN) of the the robot application.
Destructuring the Response
data DeleteRobotApplicationResponse Source #
See: newDeleteRobotApplicationResponse smart constructor.
Constructors
| DeleteRobotApplicationResponse' | |
Fields
| |
Instances
newDeleteRobotApplicationResponse Source #
Create a value of DeleteRobotApplicationResponse 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:DeleteRobotApplicationResponse', deleteRobotApplicationResponse_httpStatus - The response's http status code.
Response Lenses
deleteRobotApplicationResponse_httpStatus :: Lens' DeleteRobotApplicationResponse Int Source #
The response's http status code.