Module Values.DisassociateBackupVaultMpaApprovalTeamInputSource

Removes the association between an MPA approval team and a backup vault, disabling the MPA approval workflow for restore operations.

Sourcetype nonrec t = {
  1. backupVaultName : BackupVaultName.t;
    (*

    The name of the backup vault from which to disassociate the MPA approval team.

    *)
  2. requesterComment : RequesterComment.t option;
    (*

    An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.

    *)
}
Sourceval context_ : string
Sourceval make : ?requesterComment:??? -> backupVaultName:BackupVaultName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BackupVaultName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t