| 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.DescribeConnectClientAddIns
Description
Retrieves a list of Amazon Connect client add-ins that have been created.
Synopsis
- data DescribeConnectClientAddIns = DescribeConnectClientAddIns' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- resourceId :: Text
- newDescribeConnectClientAddIns :: Text -> DescribeConnectClientAddIns
- describeConnectClientAddIns_maxResults :: Lens' DescribeConnectClientAddIns (Maybe Natural)
- describeConnectClientAddIns_nextToken :: Lens' DescribeConnectClientAddIns (Maybe Text)
- describeConnectClientAddIns_resourceId :: Lens' DescribeConnectClientAddIns Text
- data DescribeConnectClientAddInsResponse = DescribeConnectClientAddInsResponse' {
- addIns :: Maybe [ConnectClientAddIn]
- nextToken :: Maybe Text
- httpStatus :: Int
- newDescribeConnectClientAddInsResponse :: Int -> DescribeConnectClientAddInsResponse
- describeConnectClientAddInsResponse_addIns :: Lens' DescribeConnectClientAddInsResponse (Maybe [ConnectClientAddIn])
- describeConnectClientAddInsResponse_nextToken :: Lens' DescribeConnectClientAddInsResponse (Maybe Text)
- describeConnectClientAddInsResponse_httpStatus :: Lens' DescribeConnectClientAddInsResponse Int
Creating a Request
data DescribeConnectClientAddIns Source #
See: newDescribeConnectClientAddIns smart constructor.
Constructors
| DescribeConnectClientAddIns' | |
Fields
| |
Instances
newDescribeConnectClientAddIns Source #
Arguments
| :: Text | |
| -> DescribeConnectClientAddIns |
Create a value of DescribeConnectClientAddIns 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:maxResults:DescribeConnectClientAddIns', describeConnectClientAddIns_maxResults - The maximum number of items to return.
DescribeConnectClientAddIns, describeConnectClientAddIns_nextToken - If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
DescribeConnectClientAddIns, describeConnectClientAddIns_resourceId - The directory identifier for which the client add-in is configured.
Request Lenses
describeConnectClientAddIns_maxResults :: Lens' DescribeConnectClientAddIns (Maybe Natural) Source #
The maximum number of items to return.
describeConnectClientAddIns_nextToken :: Lens' DescribeConnectClientAddIns (Maybe Text) Source #
If you received a NextToken from a previous call that was paginated,
provide this token to receive the next set of results.
describeConnectClientAddIns_resourceId :: Lens' DescribeConnectClientAddIns Text Source #
The directory identifier for which the client add-in is configured.
Destructuring the Response
data DescribeConnectClientAddInsResponse Source #
See: newDescribeConnectClientAddInsResponse smart constructor.
Constructors
| DescribeConnectClientAddInsResponse' | |
Fields
| |
Instances
newDescribeConnectClientAddInsResponse Source #
Arguments
| :: Int | |
| -> DescribeConnectClientAddInsResponse |
Create a value of DescribeConnectClientAddInsResponse 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:addIns:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_addIns - Information about client add-ins.
DescribeConnectClientAddIns, describeConnectClientAddInsResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:httpStatus:DescribeConnectClientAddInsResponse', describeConnectClientAddInsResponse_httpStatus - The response's http status code.
Response Lenses
describeConnectClientAddInsResponse_addIns :: Lens' DescribeConnectClientAddInsResponse (Maybe [ConnectClientAddIn]) Source #
Information about client add-ins.
describeConnectClientAddInsResponse_nextToken :: Lens' DescribeConnectClientAddInsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
describeConnectClientAddInsResponse_httpStatus :: Lens' DescribeConnectClientAddInsResponse Int Source #
The response's http status code.