| 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.ProposalActions
Description
Synopsis
Documentation
data ProposalActions Source #
The actions to carry out if a proposal is APPROVED.
Applies only to Hyperledger Fabric.
See: newProposalActions smart constructor.
Constructors
| ProposalActions' | |
Fields 
  | |
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 Amazon
 Web Services 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 Amazon
 Web Services 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.