| 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 |
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 #
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:
$sel:applicationVersion:DeleteRobotApplication', deleteRobotApplication_applicationVersion - The version of the robot application to delete.
$sel:application: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.