Values.DisassociateBenefitApplicationResourceInputSourceRemoves the association between an AWS resource and a benefit application.
type nonrec t = {catalog : CatalogName.t;The catalog identifier that specifies which benefit catalog the application belongs to.
*)benefitApplicationIdentifier : BenefitApplicationIdentifier.t;The unique identifier of the benefit application to disassociate the resource from.
*)resourceArn : DisassociateBenefitApplicationResourceInputResourceArnString.t;The Amazon Resource Name (ARN) of the AWS resource to disassociate from the benefit application.
*)}val make :
catalog:CatalogName.t ->
benefitApplicationIdentifier:BenefitApplicationIdentifier.t ->
resourceArn:DisassociateBenefitApplicationResourceInputResourceArnString.t ->
unit ->
t