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.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
Eq BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

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

NFData BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Hashable BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

ToJSON BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

AWSRequest 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

type Rep BatchDisassociateUserStack Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

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

Defined in Amazonka.AppStream.BatchDisassociateUserStack

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
Eq BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Show BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Generic BatchDisassociateUserStackResponse Source # 
Instance details

Defined in Amazonka.AppStream.BatchDisassociateUserStack

Associated Types

type Rep BatchDisassociateUserStackResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" '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