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 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.
DeleteConditionalForwarder' | |
|
Instances
newDeleteConditionalForwarder Source #
:: 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:
$sel:directoryId:DeleteConditionalForwarder'
, deleteConditionalForwarder_directoryId
- The directory ID for which you are deleting the conditional forwarder.
$sel:remoteDomainName: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.
DeleteConditionalForwarderResponse' | |
|
Instances
Eq DeleteConditionalForwarderResponse Source # | |
Read DeleteConditionalForwarderResponse Source # | |
Show DeleteConditionalForwarderResponse Source # | |
Generic DeleteConditionalForwarderResponse Source # | |
Defined in Amazonka.DirectoryService.DeleteConditionalForwarder type Rep DeleteConditionalForwarderResponse :: Type -> Type # | |
NFData DeleteConditionalForwarderResponse Source # | |
Defined in Amazonka.DirectoryService.DeleteConditionalForwarder rnf :: DeleteConditionalForwarderResponse -> () # | |
type Rep DeleteConditionalForwarderResponse Source # | |
Defined in Amazonka.DirectoryService.DeleteConditionalForwarder type Rep DeleteConditionalForwarderResponse = D1 ('MetaData "DeleteConditionalForwarderResponse" "Amazonka.DirectoryService.DeleteConditionalForwarder" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "DeleteConditionalForwarderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteConditionalForwarderResponse Source #
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.