Copyright | (c) 2013-2017 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.DirectoryService.DescribeDomainControllers
Description
Provides information about any domain controllers in your directory.
- describeDomainControllers :: Text -> DescribeDomainControllers
- data DescribeDomainControllers
- ddcNextToken :: Lens' DescribeDomainControllers (Maybe Text)
- ddcDomainControllerIds :: Lens' DescribeDomainControllers [Text]
- ddcLimit :: Lens' DescribeDomainControllers (Maybe Natural)
- ddcDirectoryId :: Lens' DescribeDomainControllers Text
- describeDomainControllersResponse :: Int -> DescribeDomainControllersResponse
- data DescribeDomainControllersResponse
- ddcrsNextToken :: Lens' DescribeDomainControllersResponse (Maybe Text)
- ddcrsDomainControllers :: Lens' DescribeDomainControllersResponse [DomainController]
- ddcrsResponseStatus :: Lens' DescribeDomainControllersResponse Int
Creating a Request
describeDomainControllers Source #
Arguments
:: Text | |
-> DescribeDomainControllers |
Creates a value of DescribeDomainControllers
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcNextToken
- The DescribeDomainControllers.NextToken value from a previous call toDescribeDomainControllers
. Pass null if this is the first call.ddcDomainControllerIds
- A list of identifiers for the domain controllers whose information will be provided.ddcLimit
- The maximum number of items to return.ddcDirectoryId
- Identifier of the directory for which to retrieve the domain controller information.
data DescribeDomainControllers Source #
See: describeDomainControllers
smart constructor.
Instances
Request Lenses
ddcNextToken :: Lens' DescribeDomainControllers (Maybe Text) Source #
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers
. Pass null if this is the first call.
ddcDomainControllerIds :: Lens' DescribeDomainControllers [Text] Source #
A list of identifiers for the domain controllers whose information will be provided.
ddcLimit :: Lens' DescribeDomainControllers (Maybe Natural) Source #
The maximum number of items to return.
ddcDirectoryId :: Lens' DescribeDomainControllers Text Source #
Identifier of the directory for which to retrieve the domain controller information.
Destructuring the Response
describeDomainControllersResponse Source #
Arguments
:: Int | |
-> DescribeDomainControllersResponse |
Creates a value of DescribeDomainControllersResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcrsNextToken
- If not null, more results are available. Pass this value for theNextToken
parameter in a subsequent call toDescribeDomainControllers
retrieve the next set of items.ddcrsDomainControllers
- List of theDomainController
objects that were retrieved.ddcrsResponseStatus
- -- | The response status code.
data DescribeDomainControllersResponse Source #
See: describeDomainControllersResponse
smart constructor.
Instances
Response Lenses
ddcrsNextToken :: Lens' DescribeDomainControllersResponse (Maybe Text) Source #
If not null, more results are available. Pass this value for the NextToken
parameter in a subsequent call to DescribeDomainControllers
retrieve the next set of items.
ddcrsDomainControllers :: Lens' DescribeDomainControllersResponse [DomainController] Source #
List of the DomainController
objects that were retrieved.
ddcrsResponseStatus :: Lens' DescribeDomainControllersResponse Int Source #
- - | The response status code.