| 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.Chime.ListAppInstanceUsers
Description
List all AppInstanceUsers created under a single AppInstance.
Synopsis
- data ListAppInstanceUsers = ListAppInstanceUsers' {
- maxResults :: Maybe Natural
- nextToken :: Maybe (Sensitive Text)
- appInstanceArn :: Text
- newListAppInstanceUsers :: Text -> ListAppInstanceUsers
- listAppInstanceUsers_maxResults :: Lens' ListAppInstanceUsers (Maybe Natural)
- listAppInstanceUsers_nextToken :: Lens' ListAppInstanceUsers (Maybe Text)
- listAppInstanceUsers_appInstanceArn :: Lens' ListAppInstanceUsers Text
- data ListAppInstanceUsersResponse = ListAppInstanceUsersResponse' {}
- newListAppInstanceUsersResponse :: Int -> ListAppInstanceUsersResponse
- listAppInstanceUsersResponse_appInstanceArn :: Lens' ListAppInstanceUsersResponse (Maybe Text)
- listAppInstanceUsersResponse_appInstanceUsers :: Lens' ListAppInstanceUsersResponse (Maybe [AppInstanceUserSummary])
- listAppInstanceUsersResponse_nextToken :: Lens' ListAppInstanceUsersResponse (Maybe Text)
- listAppInstanceUsersResponse_httpStatus :: Lens' ListAppInstanceUsersResponse Int
Creating a Request
data ListAppInstanceUsers Source #
See: newListAppInstanceUsers smart constructor.
Constructors
| ListAppInstanceUsers' | |
Fields
| |
Instances
newListAppInstanceUsers Source #
Arguments
| :: Text | |
| -> ListAppInstanceUsers |
Create a value of ListAppInstanceUsers 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:ListAppInstanceUsers', listAppInstanceUsers_maxResults - The maximum number of requests that you want returned.
ListAppInstanceUsers, listAppInstanceUsers_nextToken - The token passed by previous API calls until all requested users are
returned.
ListAppInstanceUsers, listAppInstanceUsers_appInstanceArn - The ARN of the AppInstance.
Request Lenses
listAppInstanceUsers_maxResults :: Lens' ListAppInstanceUsers (Maybe Natural) Source #
The maximum number of requests that you want returned.
listAppInstanceUsers_nextToken :: Lens' ListAppInstanceUsers (Maybe Text) Source #
The token passed by previous API calls until all requested users are returned.
listAppInstanceUsers_appInstanceArn :: Lens' ListAppInstanceUsers Text Source #
The ARN of the AppInstance.
Destructuring the Response
data ListAppInstanceUsersResponse Source #
See: newListAppInstanceUsersResponse smart constructor.
Constructors
| ListAppInstanceUsersResponse' | |
Fields
| |
Instances
newListAppInstanceUsersResponse Source #
Create a value of ListAppInstanceUsersResponse 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:
ListAppInstanceUsers, listAppInstanceUsersResponse_appInstanceArn - The ARN of the AppInstance.
$sel:appInstanceUsers:ListAppInstanceUsersResponse', listAppInstanceUsersResponse_appInstanceUsers - The information for each requested AppInstanceUser.
ListAppInstanceUsers, listAppInstanceUsersResponse_nextToken - The token passed by previous API calls until all requested users are
returned.
$sel:httpStatus:ListAppInstanceUsersResponse', listAppInstanceUsersResponse_httpStatus - The response's http status code.
Response Lenses
listAppInstanceUsersResponse_appInstanceArn :: Lens' ListAppInstanceUsersResponse (Maybe Text) Source #
The ARN of the AppInstance.
listAppInstanceUsersResponse_appInstanceUsers :: Lens' ListAppInstanceUsersResponse (Maybe [AppInstanceUserSummary]) Source #
The information for each requested AppInstanceUser.
listAppInstanceUsersResponse_nextToken :: Lens' ListAppInstanceUsersResponse (Maybe Text) Source #
The token passed by previous API calls until all requested users are returned.
listAppInstanceUsersResponse_httpStatus :: Lens' ListAppInstanceUsersResponse Int Source #
The response's http status code.