amazonka-workspaces-1.3.0: Amazon WorkSpaces SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.WorkSpaces.DescribeWorkspaceDirectories

Contents

Description

Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

See: AWS API Reference for DescribeWorkspaceDirectories.

Synopsis

Creating a Request

describeWorkspaceDirectories :: DescribeWorkspaceDirectories Source

Creates a value of DescribeWorkspaceDirectories with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dwdNextToken :: Lens' DescribeWorkspaceDirectories (Maybe Text) Source

The NextToken value from a previous call to this operation. Pass null if this is the first call.

dwdDirectoryIds :: Lens' DescribeWorkspaceDirectories (Maybe (NonEmpty Text)) Source

An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

Destructuring the Response

describeWorkspaceDirectoriesResponse Source

Creates a value of DescribeWorkspaceDirectoriesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dwdrsDirectories :: Lens' DescribeWorkspaceDirectoriesResponse [WorkspaceDirectory] Source

An array of structures that contain information about the directories.

dwdrsNextToken :: Lens' DescribeWorkspaceDirectoriesResponse (Maybe Text) Source

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.