| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.ManagedBlockChain.Types.RemoveAction
Description
Synopsis
- data RemoveAction = RemoveAction' {}
 - newRemoveAction :: Text -> RemoveAction
 - removeAction_memberId :: Lens' RemoveAction Text
 
Documentation
data RemoveAction Source #
An action to remove a member from a Managed Blockchain network as the
 result of a removal proposal that is APPROVED. The member and all
 associated resources are deleted from the network.
Applies only to Hyperledger Fabric.
See: newRemoveAction smart constructor.
Constructors
| RemoveAction' | |
Instances
Arguments
| :: Text | |
| -> RemoveAction | 
Create a value of RemoveAction 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:memberId:RemoveAction', removeAction_memberId - The unique identifier of the member to remove.
removeAction_memberId :: Lens' RemoveAction Text Source #
The unique identifier of the member to remove.