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

Description

Add/update users with given persona to studio membership.

Synopsis

Creating a Request

data PutStudioMembers Source #

A launch profile membership collection.

See: newPutStudioMembers smart constructor.

Constructors

PutStudioMembers' 

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 NewStudioMember

    A list of members.

  • identityStoreId :: Text

    The ID of the identity store.

Instances

Instances details
Eq PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Read PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Show PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Generic PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Associated Types

type Rep PutStudioMembers :: Type -> Type #

NFData PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Methods

rnf :: PutStudioMembers -> () #

Hashable PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

ToJSON PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

AWSRequest PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Associated Types

type AWSResponse PutStudioMembers #

ToHeaders PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

ToPath PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

ToQuery PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

type Rep PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

type Rep PutStudioMembers = D1 ('MetaData "PutStudioMembers" "Amazonka.Nimble.PutStudioMembers" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "PutStudioMembers'" '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 NewStudioMember)) :*: S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutStudioMembers Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

newPutStudioMembers Source #

Create a value of PutStudioMembers 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:PutStudioMembers', putStudioMembers_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:PutStudioMembers', putStudioMembers_studioId - The studio ID.

$sel:members:PutStudioMembers', putStudioMembers_members - A list of members.

$sel:identityStoreId:PutStudioMembers', putStudioMembers_identityStoreId - The ID of the identity store.

Request Lenses

putStudioMembers_clientToken :: Lens' PutStudioMembers (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 PutStudioMembersResponse Source #

See: newPutStudioMembersResponse smart constructor.

Constructors

PutStudioMembersResponse' 

Fields

Instances

Instances details
Eq PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Read PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Show PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Generic PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

Associated Types

type Rep PutStudioMembersResponse :: Type -> Type #

NFData PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

type Rep PutStudioMembersResponse Source # 
Instance details

Defined in Amazonka.Nimble.PutStudioMembers

type Rep PutStudioMembersResponse = D1 ('MetaData "PutStudioMembersResponse" "Amazonka.Nimble.PutStudioMembers" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "PutStudioMembersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutStudioMembersResponse Source #

Create a value of PutStudioMembersResponse 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:PutStudioMembersResponse', putStudioMembersResponse_httpStatus - The response's http status code.

Response Lenses