Module Values.RejectEngagementInvitationRequestSource

This action rejects an EngagementInvitation that AWS shared. Rejecting an invitation indicates that the partner doesn't want to pursue the opportunity, and all related data will become inaccessible thereafter.

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

    This is the catalog that's associated with the engagement invitation. Acceptable values are AWS or Sandbox, and these values determine the environment in which the opportunity is managed.

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

    This is the unique identifier of the rejected EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.

    *)
  3. rejectionReason : RejectionReasonString.t option;
    (*

    This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following: Customer problem unclear: The customer's problem isn't understood. Next steps unclear: The next steps required to proceed aren't understood. Unable to support: The partner is unable to provide support due to resource or capability constraints. Duplicate of partner referral: The opportunity is a duplicate of an existing referral. Other: Any reason not covered by other values.

    *)
}
Sourceval context_ : string
Sourceval make : ?rejectionReason:??? -> 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