| 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.Route53RecoveryControlConfig.DeleteRoutingControl
Description
Deletes a routing control.
Synopsis
- data DeleteRoutingControl = DeleteRoutingControl' {}
- newDeleteRoutingControl :: Text -> DeleteRoutingControl
- deleteRoutingControl_routingControlArn :: Lens' DeleteRoutingControl Text
- data DeleteRoutingControlResponse = DeleteRoutingControlResponse' {
- httpStatus :: Int
- newDeleteRoutingControlResponse :: Int -> DeleteRoutingControlResponse
- deleteRoutingControlResponse_httpStatus :: Lens' DeleteRoutingControlResponse Int
Creating a Request
data DeleteRoutingControl Source #
See: newDeleteRoutingControl smart constructor.
Constructors
| DeleteRoutingControl' | |
Fields
| |
Instances
newDeleteRoutingControl Source #
Arguments
| :: Text | |
| -> DeleteRoutingControl |
Create a value of DeleteRoutingControl 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:
DeleteRoutingControl, deleteRoutingControl_routingControlArn - The Amazon Resource Name (ARN) of the routing control that you're
deleting.
Request Lenses
deleteRoutingControl_routingControlArn :: Lens' DeleteRoutingControl Text Source #
The Amazon Resource Name (ARN) of the routing control that you're deleting.
Destructuring the Response
data DeleteRoutingControlResponse Source #
See: newDeleteRoutingControlResponse smart constructor.
Constructors
| DeleteRoutingControlResponse' | |
Fields
| |
Instances
newDeleteRoutingControlResponse Source #
Create a value of DeleteRoutingControlResponse 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:DeleteRoutingControlResponse', deleteRoutingControlResponse_httpStatus - The response's http status code.
Response Lenses
deleteRoutingControlResponse_httpStatus :: Lens' DeleteRoutingControlResponse Int Source #
The response's http status code.