v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1445428373.9 KB

The <code>CreateEngagement</code> action allows you to create an <code>Engagement</code>, 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 <code>Engagement</code>.

post/#X-Amz-Target=AWSPartnerCentralSelling.CreateEngagement

Headers

X-Amz-Target'AWSPartnerCentralSelling.CreateEngagement' required

Request body

Catalogstring required

The <code>CreateEngagementRequest$Catalog</code> parameter specifies the catalog related to the engagement. Accepted values are <code>AWS</code> and <code>Sandbox</code>, which determine the environment in which the engagement is managed.

ClientTokenstring required

The <code>CreateEngagementRequest$ClientToken</code> 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.

Titlestring required

Specifies the title of the <code>Engagement</code>.

Descriptionstring required

Provides a description of the <code>Engagement</code>.

Response

Success

Idstring

Unique identifier assigned to the newly created engagement.

Arnstring

The Amazon Resource Name (ARN) that identifies the engagement.

ModifiedAtstring date-time

The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). For newly created engagements, this value matches the creation timestamp. Example: "2023-05-01T20:37:46Z".