Values.BenefitSummarySourceA summary view of a benefit containing key information for list operations.
type nonrec t = {id : BenefitSummaryIdString.t option;The unique identifier of the benefit.
*)catalog : CatalogName.t option;The catalog identifier that the benefit belongs to.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the benefit.
*)name : BenefitSummaryNameString.t option;The human-readable name of the benefit.
*)description : BenefitSummaryDescriptionString.t option;A brief description of the benefit and its purpose.
*)programs : Programs.t option;The AWS partner programs that this benefit is associated with.
*)fulfillmentTypes : FulfillmentTypes.t option;The available fulfillment types for this benefit.
*)status : BenefitStatus.t option;The current status of the benefit.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string | `String of Program.t ] list
| `String of BenefitSummaryIdString.t ])
list ]