| 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.Nimble.ListLaunchProfileMembers
Description
Get all users in a given launch profile membership.
This operation returns paginated results.
Synopsis
- data ListLaunchProfileMembers = ListLaunchProfileMembers' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- launchProfileId :: Text
- studioId :: Text
- newListLaunchProfileMembers :: Text -> Text -> ListLaunchProfileMembers
- listLaunchProfileMembers_maxResults :: Lens' ListLaunchProfileMembers (Maybe Natural)
- listLaunchProfileMembers_nextToken :: Lens' ListLaunchProfileMembers (Maybe Text)
- listLaunchProfileMembers_launchProfileId :: Lens' ListLaunchProfileMembers Text
- listLaunchProfileMembers_studioId :: 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 #
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:maxResults:ListLaunchProfileMembers', listLaunchProfileMembers_maxResults - The max number of results to return in the response.
ListLaunchProfileMembers, listLaunchProfileMembers_nextToken - The token for the next set of results, or null if there are no more
results.
ListLaunchProfileMembers, listLaunchProfileMembers_launchProfileId - The ID of the launch profile used to control access from the streaming
session.
ListLaunchProfileMembers, listLaunchProfileMembers_studioId - The studio ID.
Request Lenses
listLaunchProfileMembers_maxResults :: Lens' ListLaunchProfileMembers (Maybe Natural) Source #
The max number of results to return in the response.
listLaunchProfileMembers_nextToken :: Lens' ListLaunchProfileMembers (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listLaunchProfileMembers_launchProfileId :: Lens' ListLaunchProfileMembers Text Source #
The ID of the launch profile used to control access from the streaming session.
listLaunchProfileMembers_studioId :: Lens' ListLaunchProfileMembers Text Source #
The studio 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.
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.