libZSservicesZSamazonka-appstreamZSamazonka-appstream
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.AppStream.BatchAssociateUserStack

Description

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

Synopsis

Creating a Request

data BatchAssociateUserStack Source #

See: newBatchAssociateUserStack smart constructor.

Constructors

BatchAssociateUserStack' 

Fields

Instances

Instances details
Eq BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Show BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Generic BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Associated Types

type Rep BatchAssociateUserStack :: Type -> Type #

NFData BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Methods

rnf :: BatchAssociateUserStack -> () #

Hashable BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToJSON BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

AWSRequest BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToHeaders BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToPath BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

ToQuery BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStack = D1 ('MetaData "BatchAssociateUserStack" "Amazonka.AppStream.BatchAssociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchAssociateUserStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UserStackAssociation))))
type AWSResponse BatchAssociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

newBatchAssociateUserStack Source #

Create a value of BatchAssociateUserStack 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:userStackAssociations:BatchAssociateUserStack', batchAssociateUserStack_userStackAssociations - The list of UserStackAssociation objects.

Request Lenses

Destructuring the Response

data BatchAssociateUserStackResponse Source #

See: newBatchAssociateUserStackResponse smart constructor.

Constructors

BatchAssociateUserStackResponse' 

Fields

Instances

Instances details
Eq BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Show BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Generic BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

Associated Types

type Rep BatchAssociateUserStackResponse :: Type -> Type #

NFData BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchAssociateUserStack

type Rep BatchAssociateUserStackResponse = D1 ('MetaData "BatchAssociateUserStackResponse" "Amazonka.AppStream.BatchAssociateUserStack" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "BatchAssociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchAssociateUserStackResponse Source #

Create a value of BatchAssociateUserStackResponse 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:errors:BatchAssociateUserStackResponse', batchAssociateUserStackResponse_errors - The list of UserStackAssociationError objects.

$sel:httpStatus:BatchAssociateUserStackResponse', batchAssociateUserStackResponse_httpStatus - The response's http status code.

Response Lenses