| Copyright | (c) 2013-2015 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.ConnectDirectory
Description
Creates an AD Connector to connect an on-premises directory.
See: AWS API Reference for ConnectDirectory.
- connectDirectory :: Text -> Text -> DirectorySize -> DirectoryConnectSettings -> ConnectDirectory
- data ConnectDirectory
- cdShortName :: Lens' ConnectDirectory (Maybe Text)
- cdDescription :: Lens' ConnectDirectory (Maybe Text)
- cdName :: Lens' ConnectDirectory Text
- cdPassword :: Lens' ConnectDirectory Text
- cdSize :: Lens' ConnectDirectory DirectorySize
- cdConnectSettings :: Lens' ConnectDirectory DirectoryConnectSettings
- connectDirectoryResponse :: Int -> ConnectDirectoryResponse
- data ConnectDirectoryResponse
- cdrsDirectoryId :: Lens' ConnectDirectoryResponse (Maybe Text)
- cdrsResponseStatus :: Lens' ConnectDirectoryResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DirectorySize | |
| -> DirectoryConnectSettings | |
| -> ConnectDirectory |
Creates a value of ConnectDirectory with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConnectDirectory Source
Contains the inputs for the ConnectDirectory operation.
See: connectDirectory smart constructor.
Instances
Request Lenses
cdShortName :: Lens' ConnectDirectory (Maybe Text) Source
The NetBIOS name of the on-premises directory, such as CORP.
cdDescription :: Lens' ConnectDirectory (Maybe Text) Source
A textual description for the directory.
cdName :: Lens' ConnectDirectory Text Source
The fully-qualified name of the on-premises directory, such as 'corp.example.com'.
cdPassword :: Lens' ConnectDirectory Text Source
The password for the on-premises user account.
cdSize :: Lens' ConnectDirectory DirectorySize Source
The size of the directory.
cdConnectSettings :: Lens' ConnectDirectory DirectoryConnectSettings Source
A DirectoryConnectSettings object that contains additional information for the operation.
Destructuring the Response
connectDirectoryResponse Source
Arguments
| :: Int | |
| -> ConnectDirectoryResponse |
Creates a value of ConnectDirectoryResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConnectDirectoryResponse Source
Contains the results of the ConnectDirectory operation.
See: connectDirectoryResponse smart constructor.
Response Lenses
cdrsDirectoryId :: Lens' ConnectDirectoryResponse (Maybe Text) Source
The identifier of the new directory.
cdrsResponseStatus :: Lens' ConnectDirectoryResponse Int Source
The response status code.