Values.DeleteAnalysisSchemeRequestSourceContainer for the parameters to the DeleteAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.
type nonrec t = {domainName : DomainName.t;analysisSchemeName : StandardName.t;The name of the analysis scheme you want to delete.
*)}