| 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.PutLaunchProfileMembers
Description
Add/update users with given persona to launch profile membership.
Synopsis
- data PutLaunchProfileMembers = PutLaunchProfileMembers' {}
- newPutLaunchProfileMembers :: Text -> NonEmpty NewLaunchProfileMember -> Text -> Text -> PutLaunchProfileMembers
- putLaunchProfileMembers_clientToken :: Lens' PutLaunchProfileMembers (Maybe Text)
- putLaunchProfileMembers_studioId :: Lens' PutLaunchProfileMembers Text
- putLaunchProfileMembers_members :: Lens' PutLaunchProfileMembers (NonEmpty NewLaunchProfileMember)
- putLaunchProfileMembers_launchProfileId :: Lens' PutLaunchProfileMembers Text
- putLaunchProfileMembers_identityStoreId :: Lens' PutLaunchProfileMembers Text
- data PutLaunchProfileMembersResponse = PutLaunchProfileMembersResponse' {
- httpStatus :: Int
- newPutLaunchProfileMembersResponse :: Int -> PutLaunchProfileMembersResponse
- putLaunchProfileMembersResponse_httpStatus :: Lens' PutLaunchProfileMembersResponse Int
Creating a Request
data PutLaunchProfileMembers Source #
Information about a launch profile membership.
See: newPutLaunchProfileMembers smart constructor.
Constructors
| PutLaunchProfileMembers' | |
Fields
| |
Instances
newPutLaunchProfileMembers Source #
Arguments
| :: Text | |
| -> NonEmpty NewLaunchProfileMember | |
| -> Text | |
| -> Text | |
| -> PutLaunchProfileMembers |
Create a value of PutLaunchProfileMembers 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:clientToken:PutLaunchProfileMembers', putLaunchProfileMembers_clientToken - To make an idempotent API request using one of these actions, specify a
client token in the request. You should not reuse the same client token
for other API requests. If you retry a request that completed
successfully using the same client token and the same parameters, the
retry succeeds without performing any further actions. If you retry a
successful request using the same client token, but one or more of the
parameters are different, the retry fails with a ValidationException
error.
$sel:studioId:PutLaunchProfileMembers', putLaunchProfileMembers_studioId - The studio ID.
$sel:members:PutLaunchProfileMembers', putLaunchProfileMembers_members - A list of members.
$sel:launchProfileId:PutLaunchProfileMembers', putLaunchProfileMembers_launchProfileId - The launch profile ID.
$sel:identityStoreId:PutLaunchProfileMembers', putLaunchProfileMembers_identityStoreId - The ID of the identity store.
Request Lenses
putLaunchProfileMembers_clientToken :: Lens' PutLaunchProfileMembers (Maybe Text) Source #
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
putLaunchProfileMembers_studioId :: Lens' PutLaunchProfileMembers Text Source #
The studio ID.
putLaunchProfileMembers_members :: Lens' PutLaunchProfileMembers (NonEmpty NewLaunchProfileMember) Source #
A list of members.
putLaunchProfileMembers_launchProfileId :: Lens' PutLaunchProfileMembers Text Source #
The launch profile ID.
putLaunchProfileMembers_identityStoreId :: Lens' PutLaunchProfileMembers Text Source #
The ID of the identity store.
Destructuring the Response
data PutLaunchProfileMembersResponse Source #
See: newPutLaunchProfileMembersResponse smart constructor.
Constructors
| PutLaunchProfileMembersResponse' | |
Fields
| |
Instances
newPutLaunchProfileMembersResponse Source #
Create a value of PutLaunchProfileMembersResponse 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:httpStatus:PutLaunchProfileMembersResponse', putLaunchProfileMembersResponse_httpStatus - The response's http status code.
Response Lenses
putLaunchProfileMembersResponse_httpStatus :: Lens' PutLaunchProfileMembersResponse Int Source #
The response's http status code.