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 |
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.
DeleteRoutingControl' | |
|
Instances
newDeleteRoutingControl Source #
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:
$sel:routingControlArn: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.
DeleteRoutingControlResponse' | |
|
Instances
Eq DeleteRoutingControlResponse Source # | |
Read DeleteRoutingControlResponse Source # | |
Show DeleteRoutingControlResponse Source # | |
Generic DeleteRoutingControlResponse Source # | |
NFData DeleteRoutingControlResponse Source # | |
Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl rnf :: DeleteRoutingControlResponse -> () # | |
type Rep DeleteRoutingControlResponse Source # | |
Defined in Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl type Rep DeleteRoutingControlResponse = D1 ('MetaData "DeleteRoutingControlResponse" "Amazonka.Route53RecoveryControlConfig.DeleteRoutingControl" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DeleteRoutingControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.