Values.GetEngagementInvitationRequestSourceRetrieves 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.
type nonrec t = {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.
*)identifier : EngagementInvitationArnOrIdentifier.t;Specifies the unique identifier for the retrieved engagement invitation.
*)}val make :
catalog:CatalogIdentifier.t ->
identifier:EngagementInvitationArnOrIdentifier.t ->
unit ->
t