Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Disassociates the specified users from the specified stacks.
Synopsis
- data BatchDisassociateUserStack = BatchDisassociateUserStack' {}
- newBatchDisassociateUserStack :: NonEmpty UserStackAssociation -> BatchDisassociateUserStack
- batchDisassociateUserStack_userStackAssociations :: Lens' BatchDisassociateUserStack (NonEmpty UserStackAssociation)
- data BatchDisassociateUserStackResponse = BatchDisassociateUserStackResponse' {}
- newBatchDisassociateUserStackResponse :: Int -> BatchDisassociateUserStackResponse
- batchDisassociateUserStackResponse_errors :: Lens' BatchDisassociateUserStackResponse (Maybe [UserStackAssociationError])
- batchDisassociateUserStackResponse_httpStatus :: Lens' BatchDisassociateUserStackResponse Int
Creating a Request
data BatchDisassociateUserStack Source #
See: newBatchDisassociateUserStack
smart constructor.
BatchDisassociateUserStack' | |
|
Instances
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
batchDisassociateUserStack_userStackAssociations :: Lens' BatchDisassociateUserStack (NonEmpty UserStackAssociation) Source #
The list of UserStackAssociation objects.
Destructuring the Response
data BatchDisassociateUserStackResponse Source #
See: newBatchDisassociateUserStackResponse
smart constructor.
BatchDisassociateUserStackResponse' | |
|
Instances
Eq BatchDisassociateUserStackResponse Source # | |
Show BatchDisassociateUserStackResponse Source # | |
Generic BatchDisassociateUserStackResponse Source # | |
NFData BatchDisassociateUserStackResponse Source # | |
Defined in Amazonka.AppStream.BatchDisassociateUserStack rnf :: BatchDisassociateUserStackResponse -> () # | |
type Rep BatchDisassociateUserStackResponse Source # | |
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
batchDisassociateUserStackResponse_errors :: Lens' BatchDisassociateUserStackResponse (Maybe [UserStackAssociationError]) Source #
The list of UserStackAssociationError objects.
batchDisassociateUserStackResponse_httpStatus :: Lens' BatchDisassociateUserStackResponse Int Source #
The response's http status code.