Module Values.CreateBenefitApplicationInputSource

Creates a new benefit application for a partner to request access to AWS benefits and programs.

Sourcetype nonrec t = {
  1. catalog : CatalogName.t;
    (*

    The catalog identifier that specifies which benefit catalog to create the application in.

    *)
  2. clientToken : CreateBenefitApplicationInputClientTokenString.t;
    (*

    A unique, case-sensitive identifier to ensure idempotent processing of the creation request.

    *)
  3. name : BenefitApplicationName.t option;
    (*

    A human-readable name for the benefit application.

    *)
  4. description : BenefitApplicationDescription.t option;
    (*

    A detailed description of the benefit application and its intended use.

    *)
  5. benefitIdentifier : CreateBenefitApplicationInputBenefitIdentifierString.t;
    (*

    The unique identifier of the benefit being requested in this application.

    *)
  6. fulfillmentTypes : FulfillmentTypes.t option;
    (*

    The types of fulfillment requested for this benefit application (e.g., credits, access, disbursement).

    *)
  7. benefitApplicationDetails : Document.t option;
    (*

    Detailed information and requirements specific to the benefit being requested.

    *)
  8. tags : CreateBenefitApplicationInputTagsList.t option;
    (*

    Key-value pairs to categorize and organize the benefit application.

    *)
  9. associatedResources : CreateBenefitApplicationInputAssociatedResourcesList.t option;
    (*

    AWS resources that are associated with this benefit application.

    *)
  10. partnerContacts : CreateBenefitApplicationInputPartnerContactsList.t option;
    (*

    Contact information for partner representatives responsible for this benefit application.

    *)
  11. fileDetails : CreateBenefitApplicationInputFileDetailsList.t option;
    (*

    Supporting documents and files attached to the benefit application.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?fulfillmentTypes:??? -> ?benefitApplicationDetails:??? -> ?tags:??? -> ?associatedResources:??? -> ?partnerContacts:??? -> ?fileDetails:??? -> catalog:CatalogName.t -> clientToken:CreateBenefitApplicationInputClientTokenString.t -> benefitIdentifier:CreateBenefitApplicationInputBenefitIdentifierString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string | `String of Arn.t | `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of CatalogName.t | `Structure of 'a list ]) 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