| 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.IoTRoboRunner.DeleteDestination
Description
Grants permission to delete a destination
Synopsis
- data DeleteDestination = DeleteDestination' {}
- newDeleteDestination :: Text -> DeleteDestination
- deleteDestination_id :: Lens' DeleteDestination Text
- data DeleteDestinationResponse = DeleteDestinationResponse' {
- httpStatus :: Int
- newDeleteDestinationResponse :: Int -> DeleteDestinationResponse
- deleteDestinationResponse_httpStatus :: Lens' DeleteDestinationResponse Int
Creating a Request
data DeleteDestination Source #
See: newDeleteDestination smart constructor.
Constructors
| DeleteDestination' | |
Instances
Arguments
| :: Text | |
| -> DeleteDestination |
Create a value of DeleteDestination 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:
DeleteDestination, deleteDestination_id - Undocumented member.
Request Lenses
deleteDestination_id :: Lens' DeleteDestination Text Source #
Undocumented member.
Destructuring the Response
data DeleteDestinationResponse Source #
See: newDeleteDestinationResponse smart constructor.
Constructors
| DeleteDestinationResponse' | |
Fields
| |
Instances
newDeleteDestinationResponse Source #
Create a value of DeleteDestinationResponse 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:DeleteDestinationResponse', deleteDestinationResponse_httpStatus - The response's http status code.
Response Lenses
deleteDestinationResponse_httpStatus :: Lens' DeleteDestinationResponse Int Source #
The response's http status code.