Module Values.AcceptEngagementInvitationRequestSource

Use the AcceptEngagementInvitation action to accept an engagement invitation shared by AWS. Accepting the invitation indicates your willingness to participate in the engagement, granting you access to all engagement-related data.

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

    The CatalogType parameter specifies the catalog associated with the engagement invitation. Accepted values are AWS and Sandbox, which determine the environment in which the engagement invitation is managed.

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

    The Identifier parameter in the AcceptEngagementInvitationRequest specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.

    *)
}
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