| 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.CodeStar.ListUserProfiles
Description
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_maxResults :: Lens' ListUserProfiles (Maybe Natural)
- listUserProfiles_nextToken :: Lens' ListUserProfiles (Maybe Text)
- 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.
Constructors
| ListUserProfiles' | |
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:maxResults:ListUserProfiles', listUserProfiles_maxResults - The maximum number of results to return in a response.
ListUserProfiles, listUserProfiles_nextToken - The continuation token for the next set of results, if the results
cannot be returned in one response.
Request Lenses
listUserProfiles_maxResults :: Lens' ListUserProfiles (Maybe Natural) Source #
The maximum number of results to return in a response.
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.
Destructuring the Response
data ListUserProfilesResponse Source #
See: newListUserProfilesResponse smart constructor.
Constructors
| ListUserProfilesResponse' | |
Fields
| |
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:
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.