| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpaces.DescribeClientProperties
Description
Retrieves a list that describes one or more specified Amazon WorkSpaces clients.
Synopsis
- data DescribeClientProperties = DescribeClientProperties' {}
- newDescribeClientProperties :: NonEmpty Text -> DescribeClientProperties
- describeClientProperties_resourceIds :: Lens' DescribeClientProperties (NonEmpty Text)
- data DescribeClientPropertiesResponse = DescribeClientPropertiesResponse' {}
- newDescribeClientPropertiesResponse :: Int -> DescribeClientPropertiesResponse
- describeClientPropertiesResponse_clientPropertiesList :: Lens' DescribeClientPropertiesResponse (Maybe [ClientPropertiesResult])
- describeClientPropertiesResponse_httpStatus :: Lens' DescribeClientPropertiesResponse Int
Creating a Request
data DescribeClientProperties Source #
See: newDescribeClientProperties smart constructor.
Constructors
| DescribeClientProperties' | |
Fields
| |
Instances
newDescribeClientProperties Source #
Create a value of DescribeClientProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceIds:DescribeClientProperties', describeClientProperties_resourceIds - The resource identifier, in the form of directory IDs.
Request Lenses
describeClientProperties_resourceIds :: Lens' DescribeClientProperties (NonEmpty Text) Source #
The resource identifier, in the form of directory IDs.
Destructuring the Response
data DescribeClientPropertiesResponse Source #
See: newDescribeClientPropertiesResponse smart constructor.
Constructors
| DescribeClientPropertiesResponse' | |
Fields
| |
Instances
newDescribeClientPropertiesResponse Source #
Create a value of DescribeClientPropertiesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientPropertiesList:DescribeClientPropertiesResponse', describeClientPropertiesResponse_clientPropertiesList - Information about the specified Amazon WorkSpaces clients.
$sel:httpStatus:DescribeClientPropertiesResponse', describeClientPropertiesResponse_httpStatus - The response's http status code.
Response Lenses
describeClientPropertiesResponse_clientPropertiesList :: Lens' DescribeClientPropertiesResponse (Maybe [ClientPropertiesResult]) Source #
Information about the specified Amazon WorkSpaces clients.
describeClientPropertiesResponse_httpStatus :: Lens' DescribeClientPropertiesResponse Int Source #
The response's http status code.