| 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 |
Amazonka.Nimble.ListLaunchProfileMembers
Description
Get all users in a given launch profile membership.
This operation returns paginated results.
Synopsis
- data ListLaunchProfileMembers = ListLaunchProfileMembers' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- studioId :: Text
- launchProfileId :: Text
- newListLaunchProfileMembers :: Text -> Text -> ListLaunchProfileMembers
- listLaunchProfileMembers_nextToken :: Lens' ListLaunchProfileMembers (Maybe Text)
- listLaunchProfileMembers_maxResults :: Lens' ListLaunchProfileMembers (Maybe Natural)
- listLaunchProfileMembers_studioId :: Lens' ListLaunchProfileMembers Text
- listLaunchProfileMembers_launchProfileId :: Lens' ListLaunchProfileMembers Text
- data ListLaunchProfileMembersResponse = ListLaunchProfileMembersResponse' {}
- newListLaunchProfileMembersResponse :: Int -> ListLaunchProfileMembersResponse
- listLaunchProfileMembersResponse_members :: Lens' ListLaunchProfileMembersResponse (Maybe [LaunchProfileMembership])
- listLaunchProfileMembersResponse_nextToken :: Lens' ListLaunchProfileMembersResponse (Maybe Text)
- listLaunchProfileMembersResponse_httpStatus :: Lens' ListLaunchProfileMembersResponse Int
Creating a Request
data ListLaunchProfileMembers Source #
See: newListLaunchProfileMembers smart constructor.
Constructors
| ListLaunchProfileMembers' | |
Fields
| |
Instances
newListLaunchProfileMembers Source #
Arguments
| :: Text | |
| -> Text | |
| -> ListLaunchProfileMembers |
Create a value of ListLaunchProfileMembers 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:ListLaunchProfileMembers', listLaunchProfileMembers_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:maxResults:ListLaunchProfileMembers', listLaunchProfileMembers_maxResults - The maximum number of results to be returned per request.
$sel:studioId:ListLaunchProfileMembers', listLaunchProfileMembers_studioId - The studio ID.
$sel:launchProfileId:ListLaunchProfileMembers', listLaunchProfileMembers_launchProfileId - The launch profile ID.
Request Lenses
listLaunchProfileMembers_nextToken :: Lens' ListLaunchProfileMembers (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listLaunchProfileMembers_maxResults :: Lens' ListLaunchProfileMembers (Maybe Natural) Source #
The maximum number of results to be returned per request.
listLaunchProfileMembers_studioId :: Lens' ListLaunchProfileMembers Text Source #
The studio ID.
listLaunchProfileMembers_launchProfileId :: Lens' ListLaunchProfileMembers Text Source #
The launch profile ID.
Destructuring the Response
data ListLaunchProfileMembersResponse Source #
See: newListLaunchProfileMembersResponse smart constructor.
Constructors
| ListLaunchProfileMembersResponse' | |
Fields
| |
Instances
newListLaunchProfileMembersResponse Source #
Create a value of ListLaunchProfileMembersResponse 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:members:ListLaunchProfileMembersResponse', listLaunchProfileMembersResponse_members - A list of members.
$sel:nextToken:ListLaunchProfileMembers', listLaunchProfileMembersResponse_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:httpStatus:ListLaunchProfileMembersResponse', listLaunchProfileMembersResponse_httpStatus - The response's http status code.
Response Lenses
listLaunchProfileMembersResponse_members :: Lens' ListLaunchProfileMembersResponse (Maybe [LaunchProfileMembership]) Source #
A list of members.
listLaunchProfileMembersResponse_nextToken :: Lens' ListLaunchProfileMembersResponse (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listLaunchProfileMembersResponse_httpStatus :: Lens' ListLaunchProfileMembersResponse Int Source #
The response's http status code.