Values.DisassociateAwsAccountFromPartnerAccountRequestSourceDisassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.
type nonrec t = {partnerAccountId : PartnerAccountId.t;The partner account ID to disassociate from the AWS account.
*)partnerType : PartnerType.t;The partner type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PartnerAccountId.t ]) list ]