Values.VoteOnProposalInputSourceCasts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same Amazon Web Services account as the principal that calls the action. Applies only to Hyperledger Fabric.
type nonrec t = {networkId : ResourceIdString.t;The unique identifier of the network.
*)proposalId : ResourceIdString.t;The unique identifier of the proposal.
*)voterMemberId : ResourceIdString.t;The unique identifier of the member casting the vote.
*)vote : VoteValue.t;The value of the vote.
*)}val make :
networkId:ResourceIdString.t ->
proposalId:ResourceIdString.t ->
voterMemberId:ResourceIdString.t ->
vote:VoteValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceIdString.t ]) list ]