| 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.DirectoryService.DeleteConditionalForwarder
Description
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
Synopsis
- data DeleteConditionalForwarder = DeleteConditionalForwarder' {}
- newDeleteConditionalForwarder :: Text -> Text -> DeleteConditionalForwarder
- deleteConditionalForwarder_directoryId :: Lens' DeleteConditionalForwarder Text
- deleteConditionalForwarder_remoteDomainName :: Lens' DeleteConditionalForwarder Text
- data DeleteConditionalForwarderResponse = DeleteConditionalForwarderResponse' {
- httpStatus :: Int
- newDeleteConditionalForwarderResponse :: Int -> DeleteConditionalForwarderResponse
- deleteConditionalForwarderResponse_httpStatus :: Lens' DeleteConditionalForwarderResponse Int
Creating a Request
data DeleteConditionalForwarder Source #
Deletes a conditional forwarder.
See: newDeleteConditionalForwarder smart constructor.
Constructors
| DeleteConditionalForwarder' | |
Fields
| |
Instances
newDeleteConditionalForwarder Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteConditionalForwarder |
Create a value of DeleteConditionalForwarder 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:
DeleteConditionalForwarder, deleteConditionalForwarder_directoryId - The directory ID for which you are deleting the conditional forwarder.
DeleteConditionalForwarder, deleteConditionalForwarder_remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which
you are deleting the conditional forwarder.
Request Lenses
deleteConditionalForwarder_directoryId :: Lens' DeleteConditionalForwarder Text Source #
The directory ID for which you are deleting the conditional forwarder.
deleteConditionalForwarder_remoteDomainName :: Lens' DeleteConditionalForwarder Text Source #
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
Destructuring the Response
data DeleteConditionalForwarderResponse Source #
The result of a DeleteConditionalForwarder request.
See: newDeleteConditionalForwarderResponse smart constructor.
Constructors
| DeleteConditionalForwarderResponse' | |
Fields
| |
Instances
newDeleteConditionalForwarderResponse Source #
Arguments
| :: Int | |
| -> DeleteConditionalForwarderResponse |
Create a value of DeleteConditionalForwarderResponse 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:DeleteConditionalForwarderResponse', deleteConditionalForwarderResponse_httpStatus - The response's http status code.
Response Lenses
deleteConditionalForwarderResponse_httpStatus :: Lens' DeleteConditionalForwarderResponse Int Source #
The response's http status code.