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 |
Amazonka.AppStream.BatchDisassociateUserStack
Description
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.
Constructors
BatchDisassociateUserStack' | |
Fields
|
Instances
newBatchDisassociateUserStack Source #
Arguments
:: NonEmpty UserStackAssociation | |
-> BatchDisassociateUserStack |
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.
Constructors
BatchDisassociateUserStackResponse' | |
Fields
|
Instances
newBatchDisassociateUserStackResponse Source #
Arguments
:: Int | |
-> BatchDisassociateUserStackResponse |
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.