| Copyright | (c) 2013-2018 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.WorkSpaces.DescribeWorkspacesConnectionStatus
Description
Describes the connection status of the specified WorkSpaces.
Synopsis
- describeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus
- data DescribeWorkspacesConnectionStatus
- dwcsWorkspaceIds :: Lens' DescribeWorkspacesConnectionStatus (Maybe (NonEmpty Text))
- dwcsNextToken :: Lens' DescribeWorkspacesConnectionStatus (Maybe Text)
- describeWorkspacesConnectionStatusResponse :: Int -> DescribeWorkspacesConnectionStatusResponse
- data DescribeWorkspacesConnectionStatusResponse
- dwcsrsNextToken :: Lens' DescribeWorkspacesConnectionStatusResponse (Maybe Text)
- dwcsrsWorkspacesConnectionStatus :: Lens' DescribeWorkspacesConnectionStatusResponse [WorkspaceConnectionStatus]
- dwcsrsResponseStatus :: Lens' DescribeWorkspacesConnectionStatusResponse Int
Creating a Request
describeWorkspacesConnectionStatus :: DescribeWorkspacesConnectionStatus Source #
Creates a value of DescribeWorkspacesConnectionStatus with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dwcsWorkspaceIds- The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.dwcsNextToken- The token for the next set of results. (You received this token from a previous call.)
data DescribeWorkspacesConnectionStatus Source #
See: describeWorkspacesConnectionStatus smart constructor.
Instances
Request Lenses
dwcsWorkspaceIds :: Lens' DescribeWorkspacesConnectionStatus (Maybe (NonEmpty Text)) Source #
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
dwcsNextToken :: Lens' DescribeWorkspacesConnectionStatus (Maybe Text) Source #
The token for the next set of results. (You received this token from a previous call.)
Destructuring the Response
describeWorkspacesConnectionStatusResponse Source #
Creates a value of DescribeWorkspacesConnectionStatusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dwcsrsNextToken- The token to use to retrieve the next set of results, or null if there are no more results available.dwcsrsWorkspacesConnectionStatus- Information about the connection status of the WorkSpace.dwcsrsResponseStatus- -- | The response status code.
data DescribeWorkspacesConnectionStatusResponse Source #
See: describeWorkspacesConnectionStatusResponse smart constructor.
Instances
Response Lenses
dwcsrsNextToken :: Lens' DescribeWorkspacesConnectionStatusResponse (Maybe Text) Source #
The token to use to retrieve the next set of results, or null if there are no more results available.
dwcsrsWorkspacesConnectionStatus :: Lens' DescribeWorkspacesConnectionStatusResponse [WorkspaceConnectionStatus] Source #
Information about the connection status of the WorkSpace.
dwcsrsResponseStatus :: Lens' DescribeWorkspacesConnectionStatusResponse Int Source #
- - | The response status code.