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

Description

Add/update users with given persona to launch profile membership.

Synopsis

Creating a Request

data PutLaunchProfileMembers Source #

Information about a launch profile membership.

See: newPutLaunchProfileMembers smart constructor.

Constructors

PutLaunchProfileMembers' 

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.

  • members :: NonEmpty NewLaunchProfileMember

    A list of members.

  • launchProfileId :: Text

    The launch profile ID.

  • identityStoreId :: Text

    The ID of the identity store.

Instances

Instances details
Eq PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Read PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Show PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Generic PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Associated Types

type Rep PutLaunchProfileMembers :: Type -> Type #

NFData PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Methods

rnf :: PutLaunchProfileMembers -> () #

Hashable PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

ToJSON PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

AWSRequest PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

ToHeaders PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

ToPath PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

ToQuery PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

type Rep PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

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

Defined in Amazonka.Nimble.PutLaunchProfileMembers

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.

Destructuring the Response

data PutLaunchProfileMembersResponse Source #

See: newPutLaunchProfileMembersResponse smart constructor.

Constructors

PutLaunchProfileMembersResponse' 

Fields

Instances

Instances details
Eq PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Read PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Show PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Generic PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Associated Types

type Rep PutLaunchProfileMembersResponse :: Type -> Type #

NFData PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

type Rep PutLaunchProfileMembersResponse Source # 
Instance details

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