Values.BenefitApplicationSummarySourceA summary view of a benefit application containing key information for list operations.
type nonrec t = {catalog : CatalogName.t option;The catalog identifier that the benefit application belongs to.
*)name : BenefitApplicationName.t option;The human-readable name of the benefit application.
*)id : BenefitApplicationId.t option;The unique identifier of the benefit application.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the benefit application.
*)benefitId : BenefitId.t option;The identifier of the benefit being requested in this application.
*)programs : Programs.t option;The AWS partner programs associated with this benefit application.
*)fulfillmentTypes : FulfillmentTypes.t option;The fulfillment types requested for this benefit application.
*)status : BenefitApplicationStatus.t option;The current processing status of the benefit application.
*)stage : BenefitApplicationStage.t option;The current stage in the benefit application processing workflow..
*)createdAt : Timestamp.t option;The timestamp when the benefit application was created.
*)updatedAt : Timestamp.t option;The timestamp when the benefit application was last updated.
*)benefitApplicationDetails : Attributes.t option;Additional attributes and metadata associated with the benefit application.
*)associatedResources : Arns.t option;AWS resources that are associated with this benefit application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string | `String of Program.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of CatalogName.t
| `Timestamp of Timestamp.t ])
list ]