Module Values.GetEngagementInvitationRequestSource

Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes aspects such as customer, project details, and lifecycle information. To connect an engagement invitation with an opportunity, match the invitation’s Payload.Project.Title with opportunity Project.Title.

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

    Specifies the catalog associated with the request. The field accepts values from the predefined set: AWS for live operations or Sandbox for testing environments.

    *)
  2. identifier : EngagementInvitationArnOrIdentifier.t;
    (*

    Specifies the unique identifier for the retrieved engagement invitation.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:CatalogIdentifier.t -> identifier:EngagementInvitationArnOrIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CatalogIdentifier.t ]) 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