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 |
Lists all the user profiles configured for your AWS account in AWS CodeStar.
This operation returns paginated results.
Synopsis
- data ListUserProfiles = ListUserProfiles' {}
- newListUserProfiles :: ListUserProfiles
- listUserProfiles_nextToken :: Lens' ListUserProfiles (Maybe Text)
- listUserProfiles_maxResults :: Lens' ListUserProfiles (Maybe Natural)
- data ListUserProfilesResponse = ListUserProfilesResponse' {}
- newListUserProfilesResponse :: Int -> ListUserProfilesResponse
- listUserProfilesResponse_nextToken :: Lens' ListUserProfilesResponse (Maybe Text)
- listUserProfilesResponse_httpStatus :: Lens' ListUserProfilesResponse Int
- listUserProfilesResponse_userProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary]
Creating a Request
data ListUserProfiles Source #
See: newListUserProfiles
smart constructor.
Instances
newListUserProfiles :: ListUserProfiles Source #
Create a value of ListUserProfiles
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:ListUserProfiles'
, listUserProfiles_nextToken
- The continuation token for the next set of results, if the results
cannot be returned in one response.
$sel:maxResults:ListUserProfiles'
, listUserProfiles_maxResults
- The maximum number of results to return in a response.
Request Lenses
listUserProfiles_nextToken :: Lens' ListUserProfiles (Maybe Text) Source #
The continuation token for the next set of results, if the results cannot be returned in one response.
listUserProfiles_maxResults :: Lens' ListUserProfiles (Maybe Natural) Source #
The maximum number of results to return in a response.
Destructuring the Response
data ListUserProfilesResponse Source #
See: newListUserProfilesResponse
smart constructor.
ListUserProfilesResponse' | |
|
Instances
newListUserProfilesResponse Source #
Create a value of ListUserProfilesResponse
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:ListUserProfiles'
, listUserProfilesResponse_nextToken
- The continuation token to use when requesting the next set of results,
if there are more results to be returned.
$sel:httpStatus:ListUserProfilesResponse'
, listUserProfilesResponse_httpStatus
- The response's http status code.
$sel:userProfiles:ListUserProfilesResponse'
, listUserProfilesResponse_userProfiles
- All the user profiles configured in AWS CodeStar for an AWS account.
Response Lenses
listUserProfilesResponse_nextToken :: Lens' ListUserProfilesResponse (Maybe Text) Source #
The continuation token to use when requesting the next set of results, if there are more results to be returned.
listUserProfilesResponse_httpStatus :: Lens' ListUserProfilesResponse Int Source #
The response's http status code.
listUserProfilesResponse_userProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary] Source #
All the user profiles configured in AWS CodeStar for an AWS account.