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.UpdateLaunchProfileMember

Description

Update a user persona in launch profile membership.

Synopsis

Creating a Request

data UpdateLaunchProfileMember Source #

The principal ID.

See: newUpdateLaunchProfileMember smart constructor.

Constructors

UpdateLaunchProfileMember' 

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.

  • persona :: LaunchProfilePersona

    The persona.

  • principalId :: Text

    The principal ID.

  • launchProfileId :: Text

    The launch profile ID.

Instances

Instances details
Eq UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Read UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Show UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Generic UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Associated Types

type Rep UpdateLaunchProfileMember :: Type -> Type #

NFData UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Hashable UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

ToJSON UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

AWSRequest UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

ToHeaders UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

ToPath UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

ToQuery UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

type Rep UpdateLaunchProfileMember Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

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

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

newUpdateLaunchProfileMember Source #

Create a value of UpdateLaunchProfileMember 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:UpdateLaunchProfileMember', updateLaunchProfileMember_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:UpdateLaunchProfileMember', updateLaunchProfileMember_studioId - The studio ID.

$sel:persona:UpdateLaunchProfileMember', updateLaunchProfileMember_persona - The persona.

$sel:principalId:UpdateLaunchProfileMember', updateLaunchProfileMember_principalId - The principal ID.

$sel:launchProfileId:UpdateLaunchProfileMember', updateLaunchProfileMember_launchProfileId - The launch profile ID.

Request Lenses

updateLaunchProfileMember_clientToken :: Lens' UpdateLaunchProfileMember (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 UpdateLaunchProfileMemberResponse Source #

See: newUpdateLaunchProfileMemberResponse smart constructor.

Constructors

UpdateLaunchProfileMemberResponse' 

Fields

Instances

Instances details
Eq UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Read UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Show UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Generic UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

Associated Types

type Rep UpdateLaunchProfileMemberResponse :: Type -> Type #

NFData UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

type Rep UpdateLaunchProfileMemberResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfileMember

type Rep UpdateLaunchProfileMemberResponse = D1 ('MetaData "UpdateLaunchProfileMemberResponse" "Amazonka.Nimble.UpdateLaunchProfileMember" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "UpdateLaunchProfileMemberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchProfileMembership)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateLaunchProfileMemberResponse Source #

Create a value of UpdateLaunchProfileMemberResponse 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:member:UpdateLaunchProfileMemberResponse', updateLaunchProfileMemberResponse_member - The member.

$sel:httpStatus:UpdateLaunchProfileMemberResponse', updateLaunchProfileMemberResponse_httpStatus - The response's http status code.

Response Lenses