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