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 |
Delete a user from launch profile membership.
Synopsis
- data DeleteLaunchProfileMember = DeleteLaunchProfileMember' {
- clientToken :: Maybe Text
- studioId :: Text
- principalId :: Text
- launchProfileId :: Text
- newDeleteLaunchProfileMember :: Text -> Text -> Text -> DeleteLaunchProfileMember
- deleteLaunchProfileMember_clientToken :: Lens' DeleteLaunchProfileMember (Maybe Text)
- deleteLaunchProfileMember_studioId :: Lens' DeleteLaunchProfileMember Text
- deleteLaunchProfileMember_principalId :: Lens' DeleteLaunchProfileMember Text
- deleteLaunchProfileMember_launchProfileId :: Lens' DeleteLaunchProfileMember Text
- data DeleteLaunchProfileMemberResponse = DeleteLaunchProfileMemberResponse' {
- httpStatus :: Int
- newDeleteLaunchProfileMemberResponse :: Int -> DeleteLaunchProfileMemberResponse
- deleteLaunchProfileMemberResponse_httpStatus :: Lens' DeleteLaunchProfileMemberResponse Int
Creating a Request
data DeleteLaunchProfileMember Source #
See: newDeleteLaunchProfileMember
smart constructor.
DeleteLaunchProfileMember' | |
|
Instances
newDeleteLaunchProfileMember Source #
:: Text | |
-> Text | |
-> Text | |
-> DeleteLaunchProfileMember |
Create a value of DeleteLaunchProfileMember
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:DeleteLaunchProfileMember'
, deleteLaunchProfileMember_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:DeleteLaunchProfileMember'
, deleteLaunchProfileMember_studioId
- The studio ID.
$sel:principalId:DeleteLaunchProfileMember'
, deleteLaunchProfileMember_principalId
- The principal ID.
$sel:launchProfileId:DeleteLaunchProfileMember'
, deleteLaunchProfileMember_launchProfileId
- The launch profile ID.
Request Lenses
deleteLaunchProfileMember_clientToken :: Lens' DeleteLaunchProfileMember (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.
deleteLaunchProfileMember_studioId :: Lens' DeleteLaunchProfileMember Text Source #
The studio ID.
deleteLaunchProfileMember_principalId :: Lens' DeleteLaunchProfileMember Text Source #
The principal ID.
deleteLaunchProfileMember_launchProfileId :: Lens' DeleteLaunchProfileMember Text Source #
The launch profile ID.
Destructuring the Response
data DeleteLaunchProfileMemberResponse Source #
See: newDeleteLaunchProfileMemberResponse
smart constructor.
DeleteLaunchProfileMemberResponse' | |
|
Instances
Eq DeleteLaunchProfileMemberResponse Source # | |
Read DeleteLaunchProfileMemberResponse Source # | |
Show DeleteLaunchProfileMemberResponse Source # | |
Generic DeleteLaunchProfileMemberResponse Source # | |
NFData DeleteLaunchProfileMemberResponse Source # | |
Defined in Amazonka.Nimble.DeleteLaunchProfileMember rnf :: DeleteLaunchProfileMemberResponse -> () # | |
type Rep DeleteLaunchProfileMemberResponse Source # | |
Defined in Amazonka.Nimble.DeleteLaunchProfileMember type Rep DeleteLaunchProfileMemberResponse = D1 ('MetaData "DeleteLaunchProfileMemberResponse" "Amazonka.Nimble.DeleteLaunchProfileMember" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "DeleteLaunchProfileMemberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteLaunchProfileMemberResponse Source #
Create a value of DeleteLaunchProfileMemberResponse
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:DeleteLaunchProfileMemberResponse'
, deleteLaunchProfileMemberResponse_httpStatus
- The response's http status code.
Response Lenses
deleteLaunchProfileMemberResponse_httpStatus :: Lens' DeleteLaunchProfileMemberResponse Int Source #
The response's http status code.