Copyright | (c) 2013-2021 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 |
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.
DescribeClientProperties' | |
|
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.
DescribeClientPropertiesResponse' | |
|
Instances
Eq DescribeClientPropertiesResponse Source # | |
Read DescribeClientPropertiesResponse Source # | |
Show DescribeClientPropertiesResponse Source # | |
Generic DescribeClientPropertiesResponse Source # | |
NFData DescribeClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.DescribeClientProperties rnf :: DescribeClientPropertiesResponse -> () # | |
type Rep DescribeClientPropertiesResponse Source # | |
Defined in Amazonka.WorkSpaces.DescribeClientProperties type Rep DescribeClientPropertiesResponse = D1 ('MetaData "DescribeClientPropertiesResponse" "Amazonka.WorkSpaces.DescribeClientProperties" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "DescribeClientPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ClientPropertiesResult])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.