| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.DirectoryService.UpdateConditionalForwarder
Description
Updates a conditional forwarder that has been set up for your AWS directory.
- updateConditionalForwarder :: Text -> Text -> UpdateConditionalForwarder
- data UpdateConditionalForwarder
- ucfDirectoryId :: Lens' UpdateConditionalForwarder Text
- ucfRemoteDomainName :: Lens' UpdateConditionalForwarder Text
- ucfDNSIPAddrs :: Lens' UpdateConditionalForwarder [Text]
- updateConditionalForwarderResponse :: Int -> UpdateConditionalForwarderResponse
- data UpdateConditionalForwarderResponse
- ucfrsResponseStatus :: Lens' UpdateConditionalForwarderResponse Int
Creating a Request
updateConditionalForwarder Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateConditionalForwarder |
Creates a value of UpdateConditionalForwarder with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ucfDirectoryId- The directory ID of the AWS directory for which to update the conditional forwarder.ucfRemoteDomainName- The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.ucfDNSIPAddrs- The updated IP addresses of the remote DNS server associated with the conditional forwarder.
data UpdateConditionalForwarder Source #
Updates a conditional forwarder.
See: updateConditionalForwarder smart constructor.
Instances
Request Lenses
ucfDirectoryId :: Lens' UpdateConditionalForwarder Text Source #
The directory ID of the AWS directory for which to update the conditional forwarder.
ucfRemoteDomainName :: Lens' UpdateConditionalForwarder Text Source #
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
ucfDNSIPAddrs :: Lens' UpdateConditionalForwarder [Text] Source #
The updated IP addresses of the remote DNS server associated with the conditional forwarder.
Destructuring the Response
updateConditionalForwarderResponse Source #
Arguments
| :: Int | |
| -> UpdateConditionalForwarderResponse |
Creates a value of UpdateConditionalForwarderResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ucfrsResponseStatus- -- | The response status code.
data UpdateConditionalForwarderResponse Source #
The result of an UpdateConditionalForwarder request.
See: updateConditionalForwarderResponse smart constructor.
Instances
Response Lenses
ucfrsResponseStatus :: Lens' UpdateConditionalForwarderResponse Int Source #
- - | The response status code.