amazonka-appstream-2.0: Amazon AppStream 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.AppStream.BatchDisassociateUserStack

Description

Disassociates the specified users from the specified stacks.

Synopsis

Creating a Request

data BatchDisassociateUserStack Source #

See: newBatchDisassociateUserStack smart constructor.

Constructors

BatchDisassociateUserStack' 

Fields

Instances

Instances details
ToJSON BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToHeaders BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToPath BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToQuery BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

AWSRequest BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Generic BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Associated Types

type Rep BatchDisassociateUserStack :: Type -> Type #

Show BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

NFData BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Eq BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Hashable BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type AWSResponse BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStack = D1 ('MetaData "BatchDisassociateUserStack" "Amazonka.AppStream.BatchDisassociateUserStack" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "BatchDisassociateUserStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userStackAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UserStackAssociation))))

newBatchDisassociateUserStack Source #

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

Request Lenses

Destructuring the Response

data BatchDisassociateUserStackResponse Source #

Constructors

BatchDisassociateUserStackResponse' 

Fields

Instances

Instances details
Generic BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Associated Types

type Rep BatchDisassociateUserStackResponse :: Type -> Type #

Show BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

NFData BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Eq BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

type Rep BatchDisassociateUserStackResponse = D1 ('MetaData "BatchDisassociateUserStackResponse" "Amazonka.AppStream.BatchDisassociateUserStack" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "BatchDisassociateUserStackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserStackAssociationError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDisassociateUserStackResponse Source #

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

$sel:httpStatus:BatchDisassociateUserStackResponse', batchDisassociateUserStackResponse_httpStatus - The response's http status code.

Response Lenses