Values.DisassociateMpaTeamInputSourceRemoves the association between a Multi-Party Approval (MPA) team and a protected operation. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations: AssociateMpaTeam GetMpaTeamAssociation
type nonrec t = {action : MpaOperation.t;The protected operation to disassociate from the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.
*)requesterComment : MpaRequesterComment.t option;The comment from the requester explaining the reason for the disassociation. Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MpaRequesterComment.t ]) list ]