| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@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:
data UpdateConditionalForwarder Source #
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:
data UpdateConditionalForwarderResponse Source #
See: updateConditionalForwarderResponse smart constructor.
Instances
Response Lenses
ucfrsResponseStatus :: Lens' UpdateConditionalForwarderResponse Int Source #
The response status code.