| 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.ChimeSDKIdentity.ListAppInstanceUserEndpoints
Description
Lists all the AppInstanceUserEndpoints created under a single
AppInstanceUser.
Synopsis
- data ListAppInstanceUserEndpoints = ListAppInstanceUserEndpoints' {}
- newListAppInstanceUserEndpoints :: Text -> ListAppInstanceUserEndpoints
- listAppInstanceUserEndpoints_maxResults :: Lens' ListAppInstanceUserEndpoints (Maybe Natural)
- listAppInstanceUserEndpoints_nextToken :: Lens' ListAppInstanceUserEndpoints (Maybe Text)
- listAppInstanceUserEndpoints_appInstanceUserArn :: Lens' ListAppInstanceUserEndpoints Text
- data ListAppInstanceUserEndpointsResponse = ListAppInstanceUserEndpointsResponse' {}
- newListAppInstanceUserEndpointsResponse :: Int -> ListAppInstanceUserEndpointsResponse
- listAppInstanceUserEndpointsResponse_appInstanceUserEndpoints :: Lens' ListAppInstanceUserEndpointsResponse (Maybe [AppInstanceUserEndpointSummary])
- listAppInstanceUserEndpointsResponse_nextToken :: Lens' ListAppInstanceUserEndpointsResponse (Maybe Text)
- listAppInstanceUserEndpointsResponse_httpStatus :: Lens' ListAppInstanceUserEndpointsResponse Int
Creating a Request
data ListAppInstanceUserEndpoints Source #
See: newListAppInstanceUserEndpoints smart constructor.
Constructors
| ListAppInstanceUserEndpoints' | |
Fields
| |
Instances
newListAppInstanceUserEndpoints Source #
Arguments
| :: Text | |
| -> ListAppInstanceUserEndpoints |
Create a value of ListAppInstanceUserEndpoints 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:ListAppInstanceUserEndpoints', listAppInstanceUserEndpoints_maxResults - The maximum number of endpoints that you want to return.
ListAppInstanceUserEndpoints, listAppInstanceUserEndpoints_nextToken - The token passed by previous API calls until all requested endpoints are
returned.
ListAppInstanceUserEndpoints, listAppInstanceUserEndpoints_appInstanceUserArn - The ARN of the AppInstanceUser.
Request Lenses
listAppInstanceUserEndpoints_maxResults :: Lens' ListAppInstanceUserEndpoints (Maybe Natural) Source #
The maximum number of endpoints that you want to return.
listAppInstanceUserEndpoints_nextToken :: Lens' ListAppInstanceUserEndpoints (Maybe Text) Source #
The token passed by previous API calls until all requested endpoints are returned.
listAppInstanceUserEndpoints_appInstanceUserArn :: Lens' ListAppInstanceUserEndpoints Text Source #
The ARN of the AppInstanceUser.
Destructuring the Response
data ListAppInstanceUserEndpointsResponse Source #
See: newListAppInstanceUserEndpointsResponse smart constructor.
Constructors
| ListAppInstanceUserEndpointsResponse' | |
Fields
| |
Instances
newListAppInstanceUserEndpointsResponse Source #
Arguments
| :: Int | |
| -> ListAppInstanceUserEndpointsResponse |
Create a value of ListAppInstanceUserEndpointsResponse 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:appInstanceUserEndpoints:ListAppInstanceUserEndpointsResponse', listAppInstanceUserEndpointsResponse_appInstanceUserEndpoints - The information for each requested AppInstanceUserEndpoint.
ListAppInstanceUserEndpoints, listAppInstanceUserEndpointsResponse_nextToken - The token passed by previous API calls until all requested endpoints are
returned.
$sel:httpStatus:ListAppInstanceUserEndpointsResponse', listAppInstanceUserEndpointsResponse_httpStatus - The response's http status code.
Response Lenses
listAppInstanceUserEndpointsResponse_appInstanceUserEndpoints :: Lens' ListAppInstanceUserEndpointsResponse (Maybe [AppInstanceUserEndpointSummary]) Source #
The information for each requested AppInstanceUserEndpoint.
listAppInstanceUserEndpointsResponse_nextToken :: Lens' ListAppInstanceUserEndpointsResponse (Maybe Text) Source #
The token passed by previous API calls until all requested endpoints are returned.
listAppInstanceUserEndpointsResponse_httpStatus :: Lens' ListAppInstanceUserEndpointsResponse Int Source #
The response's http status code.