| 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.AppStream.DescribeDirectoryConfigs
Description
Describes the specified directory configurations.
- describeDirectoryConfigs :: DescribeDirectoryConfigs
- data DescribeDirectoryConfigs
- ddcNextToken :: Lens' DescribeDirectoryConfigs (Maybe Text)
- ddcDirectoryNames :: Lens' DescribeDirectoryConfigs [Text]
- ddcMaxResults :: Lens' DescribeDirectoryConfigs (Maybe Int)
- describeDirectoryConfigsResponse :: Int -> DescribeDirectoryConfigsResponse
- data DescribeDirectoryConfigsResponse
- ddcrsNextToken :: Lens' DescribeDirectoryConfigsResponse (Maybe Text)
- ddcrsDirectoryConfigs :: Lens' DescribeDirectoryConfigsResponse [DirectoryConfig]
- ddcrsResponseStatus :: Lens' DescribeDirectoryConfigsResponse Int
Creating a Request
describeDirectoryConfigs :: DescribeDirectoryConfigs Source #
Creates a value of DescribeDirectoryConfigs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcNextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.ddcDirectoryNames- The directory names.ddcMaxResults- The maximum size of each page of results.
data DescribeDirectoryConfigs Source #
See: describeDirectoryConfigs smart constructor.
Instances
Request Lenses
ddcNextToken :: Lens' DescribeDirectoryConfigs (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
ddcDirectoryNames :: Lens' DescribeDirectoryConfigs [Text] Source #
The directory names.
ddcMaxResults :: Lens' DescribeDirectoryConfigs (Maybe Int) Source #
The maximum size of each page of results.
Destructuring the Response
describeDirectoryConfigsResponse Source #
Arguments
| :: Int | |
| -> DescribeDirectoryConfigsResponse |
Creates a value of DescribeDirectoryConfigsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddcrsNextToken- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.ddcrsDirectoryConfigs- Information about the directory configurations.ddcrsResponseStatus- -- | The response status code.
data DescribeDirectoryConfigsResponse Source #
See: describeDirectoryConfigsResponse smart constructor.
Response Lenses
ddcrsNextToken :: Lens' DescribeDirectoryConfigsResponse (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
ddcrsDirectoryConfigs :: Lens' DescribeDirectoryConfigsResponse [DirectoryConfig] Source #
Information about the directory configurations.
ddcrsResponseStatus :: Lens' DescribeDirectoryConfigsResponse Int Source #
- - | The response status code.