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 |
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.
Instances
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.