| 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.DeleteRobot
Description
Deletes a robot.
Synopsis
Creating a Request
data DeleteRobot Source #
See: newDeleteRobot smart constructor.
Constructors
| DeleteRobot' | |
Instances
Arguments
| :: Text | |
| -> DeleteRobot |
Create a value of DeleteRobot 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:robot:DeleteRobot', deleteRobot_robot - The Amazon Resource Name (ARN) of the robot.
Request Lenses
deleteRobot_robot :: Lens' DeleteRobot Text Source #
The Amazon Resource Name (ARN) of the robot.
Destructuring the Response
data DeleteRobotResponse Source #
See: newDeleteRobotResponse smart constructor.
Constructors
| DeleteRobotResponse' | |
Fields
| |
Instances
newDeleteRobotResponse Source #
Arguments
| :: Int | |
| -> DeleteRobotResponse |
Create a value of DeleteRobotResponse 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:DeleteRobotResponse', deleteRobotResponse_httpStatus - The response's http status code.
Response Lenses
deleteRobotResponse_httpStatus :: Lens' DeleteRobotResponse Int Source #
The response's http status code.