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 |
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.
PutLaunchProfileMembers' | |
|
Instances
newPutLaunchProfileMembers Source #
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.
PutLaunchProfileMembersResponse' | |
|
Instances
Eq PutLaunchProfileMembersResponse Source # | |
Read PutLaunchProfileMembersResponse Source # | |
Show PutLaunchProfileMembersResponse Source # | |
Defined in Amazonka.Nimble.PutLaunchProfileMembers | |
Generic PutLaunchProfileMembersResponse Source # | |
NFData PutLaunchProfileMembersResponse Source # | |
Defined in Amazonka.Nimble.PutLaunchProfileMembers rnf :: PutLaunchProfileMembersResponse -> () # | |
type Rep PutLaunchProfileMembersResponse Source # | |
Defined in Amazonka.Nimble.PutLaunchProfileMembers type Rep PutLaunchProfileMembersResponse = D1 ('MetaData "PutLaunchProfileMembersResponse" "Amazonka.Nimble.PutLaunchProfileMembers" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "PutLaunchProfileMembersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.