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
Documentation
data ProposalActions Source #
The actions to carry out if a proposal is APPROVED
.
Applies only to Hyperledger Fabric.
See: newProposalActions
smart constructor.
ProposalActions' | |
|
Instances
newProposalActions :: ProposalActions Source #
Create a value of ProposalActions
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:invitations:ProposalActions'
, proposalActions_invitations
- The actions to perform for an APPROVED
proposal to invite an AWS
account to create a member and join the network.
$sel:removals:ProposalActions'
, proposalActions_removals
- The actions to perform for an APPROVED
proposal to remove a member
from the network, which deletes the member and all associated member
resources from the network.
proposalActions_invitations :: Lens' ProposalActions (Maybe [InviteAction]) Source #
The actions to perform for an APPROVED
proposal to invite an AWS
account to create a member and join the network.
proposalActions_removals :: Lens' ProposalActions (Maybe [RemoveAction]) Source #
The actions to perform for an APPROVED
proposal to remove a member
from the network, which deletes the member and all associated member
resources from the network.