| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CodeStar.ListUserProfiles
Description
Lists all the user profiles configured for your AWS account in AWS CodeStar.
- listUserProfiles :: ListUserProfiles
- data ListUserProfiles
- lupNextToken :: Lens' ListUserProfiles (Maybe Text)
- lupMaxResults :: Lens' ListUserProfiles (Maybe Natural)
- listUserProfilesResponse :: Int -> ListUserProfilesResponse
- data ListUserProfilesResponse
- luprsNextToken :: Lens' ListUserProfilesResponse (Maybe Text)
- luprsResponseStatus :: Lens' ListUserProfilesResponse Int
- luprsUserProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary]
Creating a Request
listUserProfiles :: ListUserProfiles Source #
Creates a value of ListUserProfiles with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lupNextToken- The continuation token for the next set of results, if the results cannot be returned in one response.lupMaxResults- The maximum number of results to return in a response.
data ListUserProfiles Source #
See: listUserProfiles smart constructor.
Instances
Request Lenses
lupNextToken :: Lens' ListUserProfiles (Maybe Text) Source #
The continuation token for the next set of results, if the results cannot be returned in one response.
lupMaxResults :: Lens' ListUserProfiles (Maybe Natural) Source #
The maximum number of results to return in a response.
Destructuring the Response
listUserProfilesResponse Source #
Arguments
| :: Int | |
| -> ListUserProfilesResponse |
Creates a value of ListUserProfilesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
luprsNextToken- The continuation token to use when requesting the next set of results, if there are more results to be returned.luprsResponseStatus- -- | The response status code.luprsUserProfiles- All the user profiles configured in AWS CodeStar for an AWS account.
data ListUserProfilesResponse Source #
See: listUserProfilesResponse smart constructor.
Response Lenses
luprsNextToken :: 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.
luprsResponseStatus :: Lens' ListUserProfilesResponse Int Source #
- - | The response status code.
luprsUserProfiles :: Lens' ListUserProfilesResponse [UserProfileSummary] Source #
All the user profiles configured in AWS CodeStar for an AWS account.