libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.DeleteLaunchProfileMember

Description

Delete a user from launch profile membership.

Synopsis

Creating a Request

data DeleteLaunchProfileMember Source #

See: newDeleteLaunchProfileMember smart constructor.

Constructors

DeleteLaunchProfileMember' 

Fields

  • clientToken :: Maybe Text

    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.

  • studioId :: Text

    The studio ID.

  • principalId :: Text

    The principal ID.

  • launchProfileId :: Text

    The launch profile ID.

Instances

Instances details
Eq DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Read DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Show DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Generic DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Associated Types

type Rep DeleteLaunchProfileMember :: Type -> Type #

NFData DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Hashable DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

AWSRequest DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

ToHeaders DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

ToPath DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

ToQuery DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

type Rep DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

type Rep DeleteLaunchProfileMember = D1 ('MetaData "DeleteLaunchProfileMember" "Amazonka.Nimble.DeleteLaunchProfileMember" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "DeleteLaunchProfileMember'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

newDeleteLaunchProfileMember Source #

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.

Destructuring the Response

data DeleteLaunchProfileMemberResponse Source #

See: newDeleteLaunchProfileMemberResponse smart constructor.

Constructors

DeleteLaunchProfileMemberResponse' 

Fields

Instances

Instances details
Eq DeleteLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Read DeleteLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Show DeleteLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Generic DeleteLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

Associated Types

type Rep DeleteLaunchProfileMemberResponse :: Type -> Type #

NFData DeleteLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfileMember

type Rep DeleteLaunchProfileMemberResponse Source # 
Instance details

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