amazonka-nimble-2.0: Amazon NimbleStudio SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Nimble.PutLaunchProfileMembers

Description

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

Synopsis

Creating a Request

data PutLaunchProfileMembers Source #

See: newPutLaunchProfileMembers smart constructor.

Constructors

PutLaunchProfileMembers' 

Fields

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Show PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

NFData PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Methods

rnf :: PutLaunchProfileMembers -> () #

Eq PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Hashable PutLaunchProfileMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

type AWSResponse 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" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "PutLaunchProfileMembers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "members") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty NewLaunchProfileMember)) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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 - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

PutLaunchProfileMembers, putLaunchProfileMembers_identityStoreId - The ID of the identity store.

PutLaunchProfileMembers, putLaunchProfileMembers_launchProfileId - The ID of the launch profile used to control access from the streaming session.

$sel:members:PutLaunchProfileMembers', putLaunchProfileMembers_members - A list of members.

PutLaunchProfileMembers, putLaunchProfileMembers_studioId - The studio ID.

Request Lenses

putLaunchProfileMembers_clientToken :: Lens' PutLaunchProfileMembers (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

putLaunchProfileMembers_launchProfileId :: Lens' PutLaunchProfileMembers Text Source #

The ID of the launch profile used to control access from the streaming session.

Destructuring the Response

data PutLaunchProfileMembersResponse Source #

See: newPutLaunchProfileMembersResponse smart constructor.

Constructors

PutLaunchProfileMembersResponse' 

Fields

Instances

Instances details
Generic PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Associated Types

type Rep PutLaunchProfileMembersResponse :: Type -> Type #

Read PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Show PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

NFData PutLaunchProfileMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutLaunchProfileMembers

Eq 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" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" '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