Values.CreateEngagementRequestSourceThe CreateEngagement action allows you to create an Engagement, which serves as a collaborative space between different parties such as AWS Partners and AWS Sellers. This action automatically adds the caller's AWS account as an active member of the newly created Engagement.
type nonrec t = {catalog : CatalogIdentifier.t;The CreateEngagementRequest$Catalog parameter specifies the catalog related to the engagement. Accepted values are AWS and Sandbox, which determine the environment in which the engagement is managed.
*)clientToken : ClientToken.t;The CreateEngagementRequest$ClientToken parameter specifies a unique, case-sensitive identifier to ensure that the request is handled exactly once. The value must not exceed sixty-four alphanumeric characters.
*)title : EngagementTitle.t;Specifies the title of the Engagement.
*)description : EngagementDescription.t;Provides a description of the Engagement.
*)contexts : EngagementContexts.t option;The Contexts field is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement. Each context object contains a Type field indicating the context type, which must be CustomerProject in this version, and a Payload field containing the CustomerProject details. The CustomerProject object is composed of two main components: Customer and Project. The Customer object includes information such as CompanyName, WebsiteUrl, Industry, and CountryCode, providing essential details about the customer. The Project object contains Title, BusinessProblem, and TargetCompletionDate, offering insights into the specific project associated with the customer. This structure allows comprehensive context to be included within the Engagement, facilitating effective collaboration between parties by providing relevant customer and project information.
*)}val make :
?contexts:??? ->
catalog:CatalogIdentifier.t ->
clientToken:ClientToken.t ->
title:EngagementTitle.t ->
description:EngagementDescription.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of EngagementContextIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of LeadSourceType.t
| `Structure of
(string
* [> `String of JobTitle.t ])
list
| `Timestamp of DateTime.t ])
list ]
list
| `String of LeadQualificationStatus.t
| `Structure of
(string
* [> `Enum of string
| `String of CompanyName.t
| `Structure of
(string
* [> `Enum of string
| `String of
AddressSummaryCityString.t ])
list ])
list ])
list ])
list ])
list ]
list
| `String of CatalogIdentifier.t ])
list ]